Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (aa93484a17e4239134c91627a3fc39f09e2b3109)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (aa93484a17e4239134c91627a3fc39f09e2b3109)
  • Date: Wed, 9 May 2007 17:15:07 -0500

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

ChangeLog | 4 ++++
perl-cpan/file-which/BUILD | 1 +
perl-cpan/file-which/DEPENDS | 1 +
perl-cpan/file-which/DETAILS | 19 +++++++++++++++++++
perl-cpan/file-which/HISTORY | 2 ++
5 files changed, 27 insertions(+)

New commits:
commit aa93484a17e4239134c91627a3fc39f09e2b3109
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

perl-cpan/file-which: new spell, a perl implementation of the 'which'
utility

diff --git a/ChangeLog b/ChangeLog
index f179a81..0e9a184 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-05-10 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * perl-cpan/file-which: new spell, a perl implementation of the
+ shell 'which' utility
+
2007-05-09 Ladislav Hagara <hgr AT vabo.cz>
* video/spcagui: new spell, a nice spca5xx videograbber
* kernels/gspca: new, Generic Softwares Package for Camera Adapters
diff --git a/perl-cpan/file-which/BUILD b/perl-cpan/file-which/BUILD
new file mode 100755
index 0000000..e79fe43
--- /dev/null
+++ b/perl-cpan/file-which/BUILD
@@ -0,0 +1 @@
+source $SECTION_DIRECTORY/PERL_BUILD
diff --git a/perl-cpan/file-which/DEPENDS b/perl-cpan/file-which/DEPENDS
new file mode 100755
index 0000000..6826bc7
--- /dev/null
+++ b/perl-cpan/file-which/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/perl-cpan/file-which/DETAILS b/perl-cpan/file-which/DETAILS
new file mode 100755
index 0000000..2fe5338
--- /dev/null
+++ b/perl-cpan/file-which/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=file-which
+ VERSION=0.05
+ SOURCE="File-Which-${VERSION}.tar.gz"
+
SOURCE_URL[0]=http://search.cpan.org/CPAN/authors/id/P/PE/PEREINAR/${SOURCE}
+
SOURCE_HASH=sha512:40222433739522f21923895111b301d05d1d37b9f3aca38e06565453ebcead54d92012dbf5f39a2b3c3739ee377636862589e872351fdbde0f33381204493858
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/File-Which-${VERSION}"
+ WEB_SITE="http://search.cpan.org/~pereinar/File-Which-0.05/";
+ LICENSE[0]=ART
+ ENTERED=20070510
+ SHORT="Portable implementation of the `which' utility"
+cat << EOF
+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.)
+EOF
diff --git a/perl-cpan/file-which/HISTORY b/perl-cpan/file-which/HISTORY
new file mode 100644
index 0000000..6898c7c
--- /dev/null
+++ b/perl-cpan/file-which/HISTORY
@@ -0,0 +1,2 @@
+2007-05-10 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS, BUILD, HISTORY: created spell



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (aa93484a17e4239134c91627a3fc39f09e2b3109), Florian Franzmann, 05/09/2007

Archive powered by MHonArc 2.6.24.

Top of Page