[Lunar-commits] <moonbase> File-Slurp: added version 9999.13 to moonbase
Duncan Gibson
engelsman at lunar-linux.org
Sun Mar 29 11:47:06 CEST 2009
commit 6463ff1aaae701c77931521efe7a9abb42c12039
Author: Duncan Gibson <engelsman at lunar-linux.org>
Date: Sun Mar 29 11:47:06 2009 +0200
File-Slurp: added version 9999.13 to moonbase
one of several new perl modules required by xmltv
---
perl/File-Slurp/BUILD | 6 ++++++
perl/File-Slurp/DEPENDS | 1 +
perl/File-Slurp/DETAILS | 23 +++++++++++++++++++++++
3 files changed, 30 insertions(+), 0 deletions(-)
diff --git a/perl/File-Slurp/BUILD b/perl/File-Slurp/BUILD
new file mode 100644
index 0000000..c11ca00
--- /dev/null
+++ b/perl/File-Slurp/BUILD
@@ -0,0 +1,6 @@
+(
+
+ perl Makefile.PL &&
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/perl/File-Slurp/DEPENDS b/perl/File-Slurp/DEPENDS
new file mode 100644
index 0000000..1dd0168
--- /dev/null
+++ b/perl/File-Slurp/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/perl/File-Slurp/DETAILS b/perl/File-Slurp/DETAILS
new file mode 100644
index 0000000..b521c6d
--- /dev/null
+++ b/perl/File-Slurp/DETAILS
@@ -0,0 +1,23 @@
+ MODULE=File-Slurp
+ VERSION=9999.13
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/
+ SOURCE_VFY=sha1:ee3df8f2f2efcd6439051f76a08f3536e8f04e7c
+ WEB_SITE=http://search.cpan.org/\~drolsky/File-Slurp-9999.13/
+ ENTERED=20090328
+ UPDATED=20090329
+ SHORT="Perl module for efficient reading/writing of complete files"
+
+cat << EOF
+Perl module for efficient reading/writing of complete files.
+
+This module provides subs that allow you to read or write entire
+files with one simple call. They are designed to be simple to use,
+have flexible ways to pass in or get the file contents and to be
+very efficient. There is also a sub to read in all the files in a
+directory other than . and ..
+
+These slurp/spew subs work for files, pipes and sockets, and stdio,
+pseudo-files, and DATA.
+EOF
+
More information about the Lunar-commits
mailing list