[csw-devel] SF.net SVN: gar:[18934] csw/mgar/pkg/cpan/File-Which/trunk/Makefile
guillomovitch at users.sourceforge.net
guillomovitch at users.sourceforge.net
Tue Aug 14 15:45:05 CEST 2012
Revision: 18934
http://gar.svn.sourceforge.net/gar/?rev=18934&view=rev
Author: guillomovitch
Date: 2012-08-14 13:45:04 +0000 (Tue, 14 Aug 2012)
Log Message:
-----------
cpan/File-Which: initial import
Modified Paths:
--------------
csw/mgar/pkg/cpan/File-Which/trunk/Makefile
Modified: csw/mgar/pkg/cpan/File-Which/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/File-Which/trunk/Makefile 2012-08-14 13:44:26 UTC (rev 18933)
+++ csw/mgar/pkg/cpan/File-Which/trunk/Makefile 2012-08-14 13:45:04 UTC (rev 18934)
@@ -4,26 +4,28 @@
GARTYPE = v2
AUTHOR = ADAMK
-DESCRIPTION = Portable implementation of the `which' utility
+DESCRIPTION = Portable implementation of the "which" utility
define BLURB
- File::Which was created to be able to get the paths to executable programs
- on systems under which the `which' program wasn't implemented in the shell.
+ File::Which was created to be able to get the paths to executable programs on
+ systems under which the `which' program wasn't implemented in the shell.
- File::Which searches the directories of the user's PATH (as returned by
- File::Spec->path()), looking for executable files having the name specified
- as a parameter to which(). Under Win32 systems, which do not have a notion
- of directly executable files, but uses special extensions such as .exe and
- .bat to identify them, File::Which takes extra steps to assure that you will
- find the correct file (so for example, you might be searching for perl,
- it'll try perl.exe, perl.bat, etc.)
+ File::Which searches the directories of the user's PATH (as returned by
+ File::Spec->path()), looking for executable files having the name specified
+ as a parameter to which(). Under Win32 systems, which do not have a notion of
+ directly executable files, but uses special extensions such as .exe and .bat
+ to identify them, File::Which takes extra steps to assure that you will find
+ the correct file (so for example, you might be searching for perl, it'll try
+ perl.exe, perl.bat, etc.)
endef
-CATALOGNAME = pm_filehomedir
-PACKAGES = CSWpmfilehomedir
+CATALOG_RELEASE = unstable
-ARCHALL_CSWpmfilehomedir = 1
+LICENSE_TEXT = This module is licensed under the perl license
-LICENSE = LICENSE
+PACKAGES += CSWpm-file-which
+CATALOGNAME_CSWpm-file-which = pm_file_which
+SPKG_DESC_CSWpm-file-which = Portable implementation of the "which" utility
+ARCHALL_CSWpm-file-which = 1
+RUNTIME_DEP_PKGS_CSWpm-file-which += CSWpm-pathtools
include gar/category.mk
-
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list