[csw-devel] SF.net SVN: gar:[13287] csw/mgar/pkg/cpan
wbonnet at users.sourceforge.net
wbonnet at users.sourceforge.net
Sun Feb 13 22:13:04 CET 2011
Revision: 13287
http://gar.svn.sourceforge.net/gar/?rev=13287&view=rev
Author: wbonnet
Date: 2011-02-13 21:13:04 +0000 (Sun, 13 Feb 2011)
Log Message:
-----------
Creation of package. Cannot compile yet, needs Update of Test-Script to version 1.05
Added Paths:
-----------
csw/mgar/pkg/cpan/File-Which/
csw/mgar/pkg/cpan/File-Which/branches/
csw/mgar/pkg/cpan/File-Which/tags/
csw/mgar/pkg/cpan/File-Which/trunk/
csw/mgar/pkg/cpan/File-Which/trunk/Makefile
csw/mgar/pkg/cpan/File-Which/trunk/checksums
csw/mgar/pkg/cpan/File-Which/trunk/files/
Property changes on: csw/mgar/pkg/cpan/File-Which/trunk
___________________________________________________________________
Added: svn:ignore
+ cookies
download
work
Added: svn:externals
+ gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2
Added: csw/mgar/pkg/cpan/File-Which/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/File-Which/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/cpan/File-Which/trunk/Makefile 2011-02-13 21:13:04 UTC (rev 13287)
@@ -0,0 +1,28 @@
+NAME = File-Which
+VERSION = 1.09
+CATEGORIES = cpan
+AUTHOR = ADAMK
+
+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 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
+
+ARCHALL_CSWpmfilehomedir = 1
+
+LICENSE = LICENSE
+
+include gar/category.mk
+
Added: csw/mgar/pkg/cpan/File-Which/trunk/checksums
===================================================================
--- csw/mgar/pkg/cpan/File-Which/trunk/checksums (rev 0)
+++ csw/mgar/pkg/cpan/File-Which/trunk/checksums 2011-02-13 21:13:04 UTC (rev 13287)
@@ -0,0 +1 @@
+b9429edaad7f45caafa4d458afcfd8af File-Which-1.09.tar.gz
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