[Lunar-commits] <moonbase> IO-Zlib: required dependency for spamassassin

Zbigniew Luszpinski zbiggy at lunar-linux.org
Mon Apr 26 21:44:20 CEST 2010


commit 12af34cfc794fbe9352e9db01bfcc06523410075
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date:   Mon Apr 26 21:44:20 2010 +0200

    IO-Zlib: required dependency for spamassassin
---
 perl/IO-Zlib/BUILD   |    6 ++++++
 perl/IO-Zlib/DEPENDS |    2 ++
 perl/IO-Zlib/DETAILS |   15 +++++++++++++++
 3 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/perl/IO-Zlib/BUILD b/perl/IO-Zlib/BUILD
new file mode 100644
index 0000000..9ede5d9
--- /dev/null
+++ b/perl/IO-Zlib/BUILD
@@ -0,0 +1,6 @@
+(
+
+    perl Makefile.PL &&
+    default_make
+    
+) > $C_FIFO 2>&1
diff --git a/perl/IO-Zlib/DEPENDS b/perl/IO-Zlib/DEPENDS
new file mode 100644
index 0000000..58e9412
--- /dev/null
+++ b/perl/IO-Zlib/DEPENDS
@@ -0,0 +1,2 @@
+depends perl
+depends IO-Compress-Zlib
diff --git a/perl/IO-Zlib/DETAILS b/perl/IO-Zlib/DETAILS
new file mode 100644
index 0000000..00635cf
--- /dev/null
+++ b/perl/IO-Zlib/DETAILS
@@ -0,0 +1,15 @@
+          MODULE=IO-Zlib
+         VERSION=1.10
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://search.cpan.org/CPAN/authors/id/T/TO/TOMHUGHES
+      SOURCE_VFY=sha1:8d530d2268e3c32f7644495287219361e6e262fb
+        WEB_SITE=http://search.cpan.org/~tomhughes/$MODULE-$VERSION
+         ENTERED=20100414
+         UPDATED=20100426
+           SHORT="IO:: style interface to Compress::Zlib"
+cat << EOF
+This modules provides an IO:: style interface to the Compress::Zlib
+package. The main advantage is that you can use an IO::Zlib object
+in much the same way as an IO::File object so you can have common
+code that doesn't know which sort of file it is using.
+EOF


More information about the Lunar-commits mailing list