[Lunar-commits] <moonbase> IO-stringy: Adding to moonbase.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Thu Oct 6 13:33:43 CEST 2011
commit 5f45ede41d31d4d1a18df3b917c54e3a18475a00
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Thu Oct 6 07:33:43 2011 -0400
IO-stringy: Adding to moonbase.
---
perl/IO-Stringy/BUILD | 6 ++++++
perl/IO-Stringy/DEPENDS | 1 +
perl/IO-Stringy/DETAILS | 14 ++++++++++++++
3 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/perl/IO-Stringy/BUILD b/perl/IO-Stringy/BUILD
new file mode 100644
index 0000000..c11ca00
--- /dev/null
+++ b/perl/IO-Stringy/BUILD
@@ -0,0 +1,6 @@
+(
+
+ perl Makefile.PL &&
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/perl/IO-Stringy/DEPENDS b/perl/IO-Stringy/DEPENDS
new file mode 100644
index 0000000..1dd0168
--- /dev/null
+++ b/perl/IO-Stringy/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/perl/IO-Stringy/DETAILS b/perl/IO-Stringy/DETAILS
new file mode 100644
index 0000000..6e62f2b
--- /dev/null
+++ b/perl/IO-Stringy/DETAILS
@@ -0,0 +1,14 @@
+ MODULE=IO-Stringy
+ VERSION=2.110
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL[0]=http://search.cpan.org/CPAN/authors/id/D/DS/DSKOLL/
+ SOURCE_VFY=sha1:3ef94404e51e3a6276ddddcce9ba7bbdd6b76a1f
+ WEB_SITE=http://search.cpan.org/~dskoll/IO-stringy/
+ ENTERED=20111006
+ UPDATED=20111006
+ SHORT="write a file which is updated atomically"
+cat << EOF
+This toolkit primarily provides modules for performing both traditional
+and object-oriented i/o) on things *other* than normal filehandles; in
+particular, IO::Scalar, IO::ScalarArray, and IO::Lines.
+EOF
More information about the Lunar-commits
mailing list