[Lunar-commits] <moonbase> spamassassin: updated to 3.3.1 with all deps Here is update to recent spamassassin. Plus all dependencies added and updated to current versions.

Zbigniew Luszpinski zbiggy at lunar-linux.org
Wed Apr 14 21:30:10 CEST 2010


commit 983679d0877a0f0e1c3460d613a17462478d33c2
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date:   Wed Apr 14 21:30:10 2010 +0200

    spamassassin: updated to 3.3.1 with all deps
    Here is update to recent spamassassin. Plus all dependencies added
    and updated to current versions.
---
 mail/spamassassin/DEPENDS       |   16 ++++++++++++++++
 mail/spamassassin/DETAILS       |    6 +++---
 perl/Crypt-OpenSSL-RSA/BUILD    |    6 ++++++
 perl/Crypt-OpenSSL-RSA/DEPENDS  |    2 ++
 perl/Crypt-OpenSSL-RSA/DETAILS  |   15 +++++++++++++++
 perl/DB_File/BUILD              |    6 ++++++
 perl/DB_File/DEPENDS            |    3 +++
 perl/DB_File/DETAILS            |   16 ++++++++++++++++
 perl/Encode-Detect/BUILD        |    6 ++++++
 perl/Encode-Detect/DEPENDS      |    1 +
 perl/Encode-Detect/DETAILS      |   13 +++++++++++++
 perl/HTML-Parser/DETAILS        |    6 +++---
 perl/IO-Socket-INET6/BUILD      |    6 ++++++
 perl/IO-Socket-INET6/DEPENDS    |    2 ++
 perl/IO-Socket-INET6/DETAILS    |   16 ++++++++++++++++
 perl/IO-Socket-SSL/DEPENDS      |    3 ++-
 perl/IO-Socket-SSL/DETAILS      |    6 +++---
 perl/Mail-DKIM/BUILD            |    6 ++++++
 perl/Mail-DKIM/DEPENDS          |    4 ++++
 perl/Mail-DKIM/DETAILS          |   17 +++++++++++++++++
 perl/Mail-SPF/BUILD             |    6 ++++++
 perl/Mail-SPF/DEPENDS           |    1 +
 perl/Mail-SPF/DETAILS           |   23 +++++++++++++++++++++++
 perl/MailTools/DETAILS          |    9 ++++-----
 perl/Net-IDN-Encode/BUILD       |    9 +++++++++
 perl/Net-IDN-Encode/DEPENDS     |    1 +
 perl/Net-IDN-Encode/DETAILS     |   19 +++++++++++++++++++
 perl/Net-IDN-Nameprep/BUILD     |    9 +++++++++
 perl/Net-IDN-Nameprep/DEPENDS   |    1 +
 perl/Net-IDN-Nameprep/DETAILS   |   20 ++++++++++++++++++++
 perl/Net-Ident/BUILD            |    6 ++++++
 perl/Net-Ident/DEPENDS          |    1 +
 perl/Net-Ident/DETAILS          |   19 +++++++++++++++++++
 perl/NetAddr-IP/DETAILS         |    4 ++--
 perl/Socket6/BUILD              |    6 ++++++
 perl/Socket6/DEPENDS            |    1 +
 perl/Socket6/DETAILS            |   16 ++++++++++++++++
 perl/Test-NoWarnings/BUILD      |    6 ++++++
 perl/Test-NoWarnings/DEPENDS    |    1 +
 perl/Test-NoWarnings/DETAILS    |   18 ++++++++++++++++++
 perl/Test-Tester/BUILD          |    6 ++++++
 perl/Test-Tester/DEPENDS        |    1 +
 perl/Test-Tester/DETAILS        |   14 ++++++++++++++
 perl/Unicode-Stringprep/BUILD   |    9 +++++++++
 perl/Unicode-Stringprep/DEPENDS |    1 +
 perl/Unicode-Stringprep/DETAILS |   21 +++++++++++++++++++++
 web/Net-SSLeay/DEPENDS          |    1 +
 web/Net-SSLeay/DETAILS          |    6 +++---
 48 files changed, 371 insertions(+), 20 deletions(-)

diff --git a/mail/spamassassin/DEPENDS b/mail/spamassassin/DEPENDS
index 09c83ad..fe2e70a 100644
--- a/mail/spamassassin/DEPENDS
+++ b/mail/spamassassin/DEPENDS
@@ -1,6 +1,22 @@
+depends  NetAddr-IP
 depends  HTML-Parser
 depends  Digest-SHA1
 depends  Net-DNS
+depends  Time-HiRes
+depends  libwww-perl
+depends  Archive-Tar
+depends  IO-Zlib
 
 optional_depends "razor-agents" "" "" "Installs Vipul's Razor v2"
 optional_depends "smtpclient"   "" "" "Useful if you run postfix and Maildir"
+optional_depends "IP-Country"   "" "" "Country based filtering"
+optional_depends "Mail-SPF"   "" "" "Sender Policy Framework filtering"
+optional_depends "Net-Ident"   "" "" "Network Identification module"
+optional_depends "IO-Socket-INET6"   "" "" "IPv6 support"
+optional_depends "IO-Socket-SSL"   "" "" "SSL support"
+optional_depends "Mail-DKIM"   "" "" "DKIM domain keys filtering"
+optional_depends "DBI"   "" "" "Database Interface"
+optional_depends "Encode-Detect"   "" "" "Support for encoded mail content"
+optional_depends "MIME-Base64"   "" "" "Support for Base64 encoded mail content"
+optional_depends "Compress-Zlib"   "" "" "Support for Zlib compression"
+optional_depends "DB_File"   "" "" "Support for Berkeley Database"
diff --git a/mail/spamassassin/DETAILS b/mail/spamassassin/DETAILS
index 25790d3..07cf2b7 100644
--- a/mail/spamassassin/DETAILS
+++ b/mail/spamassassin/DETAILS
@@ -1,14 +1,14 @@
           MODULE=spamassassin
            RNAME=Mail-SpamAssassin
-         VERSION=3.2.5
+         VERSION=3.3.1
           SOURCE=$RNAME-$VERSION.tar.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$RNAME-$VERSION
    SOURCE_URL[0]=http://www.apache.org/dist/spamassassin/source
    SOURCE_URL[1]=http://old.spamassassin.org/released
-      SOURCE_VFY=sha1:32b701ffc68f7975eded107c456b902bc710d8b2
+      SOURCE_VFY=sha1:f5748043eb286b1acb456093039a55db00c6f25e
         WEB_SITE=http://spamassassin.org
          ENTERED=20020619
-         UPDATED=20080612
+         UPDATED=20100401
            SHORT="Mail filter to identify spam"
 
 cat << EOF
diff --git a/perl/Crypt-OpenSSL-RSA/BUILD b/perl/Crypt-OpenSSL-RSA/BUILD
new file mode 100644
index 0000000..d21c89e
--- /dev/null
+++ b/perl/Crypt-OpenSSL-RSA/BUILD
@@ -0,0 +1,6 @@
+(
+
+  perl  Makefile.PL &&
+  default_make
+
+) > $C_FIFO 2>&1
diff --git a/perl/Crypt-OpenSSL-RSA/DEPENDS b/perl/Crypt-OpenSSL-RSA/DEPENDS
new file mode 100644
index 0000000..529b9d5
--- /dev/null
+++ b/perl/Crypt-OpenSSL-RSA/DEPENDS
@@ -0,0 +1,2 @@
+depends openssl
+depends perl
diff --git a/perl/Crypt-OpenSSL-RSA/DETAILS b/perl/Crypt-OpenSSL-RSA/DETAILS
new file mode 100644
index 0000000..23de6e4
--- /dev/null
+++ b/perl/Crypt-OpenSSL-RSA/DETAILS
@@ -0,0 +1,15 @@
+          MODULE=Crypt-OpenSSL-RSA
+         VERSION=0.26
+          SOURCE=$MODULE-$VERSION.tar.gz
+   SOURCE_URL[0]=http://search.cpan.org/CPAN/authors/id/I/IR/IROBERTS
+      SOURCE_VFY=sha1:c566ca13eb58712105609fdc0307387526d260d0
+        WEB_SITE=http://search.cpan.org/~iroberts/$MODULE-$VERSION
+         ENTERED=20100414
+         UPDATED=20100414
+           SHORT="RSA encoding and decoding, using the openSSL libraries"
+		   
+cat << EOF
+Crypt::OpenSSL::RSA is an XS perl module designed to provide basic RSA
+functionality.  It does this by providing a glue to the RSA functions
+in the OpenSSL library.
+EOF
diff --git a/perl/DB_File/BUILD b/perl/DB_File/BUILD
new file mode 100644
index 0000000..c11ca00
--- /dev/null
+++ b/perl/DB_File/BUILD
@@ -0,0 +1,6 @@
+(
+
+  perl  Makefile.PL  &&
+  default_make
+
+) > $C_FIFO 2>&1
diff --git a/perl/DB_File/DEPENDS b/perl/DB_File/DEPENDS
new file mode 100644
index 0000000..d66b54b
--- /dev/null
+++ b/perl/DB_File/DEPENDS
@@ -0,0 +1,3 @@
+depends perl
+depends db
+
diff --git a/perl/DB_File/DETAILS b/perl/DB_File/DETAILS
new file mode 100644
index 0000000..b0c9788
--- /dev/null
+++ b/perl/DB_File/DETAILS
@@ -0,0 +1,16 @@
+          MODULE=DB_File
+         VERSION=1.820
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://search.cpan.org/CPAN/authors/id/P/PM/PMQS
+      SOURCE_VFY=sha1:f0a5311913cd059095977eee3441c947f1632748
+        WEB_SITE=http://search.cpan.org/search?dist=DB_File
+         ENTERED=20100414
+         UPDATED=20100414
+           SHORT="Perl5 access to Berkeley DB version 1.x"
+           
+cat << EOF
+DB_File is a module which allows Perl programs to make use of the
+facilities provided by Berkeley DB version 1. (DB_File can be built
+version 2, 3 or 4 of Berkeley DB, but it will only support the 1.x
+features).
+EOF
diff --git a/perl/Encode-Detect/BUILD b/perl/Encode-Detect/BUILD
new file mode 100644
index 0000000..d21c89e
--- /dev/null
+++ b/perl/Encode-Detect/BUILD
@@ -0,0 +1,6 @@
+(
+
+  perl  Makefile.PL &&
+  default_make
+
+) > $C_FIFO 2>&1
diff --git a/perl/Encode-Detect/DEPENDS b/perl/Encode-Detect/DEPENDS
new file mode 100644
index 0000000..978aeee
--- /dev/null
+++ b/perl/Encode-Detect/DEPENDS
@@ -0,0 +1 @@
+depends  perl 
diff --git a/perl/Encode-Detect/DETAILS b/perl/Encode-Detect/DETAILS
new file mode 100644
index 0000000..8fff963
--- /dev/null
+++ b/perl/Encode-Detect/DETAILS
@@ -0,0 +1,13 @@
+          MODULE=Encode-Detect
+         VERSION=1.01
+          SOURCE=$MODULE-$VERSION.tar.gz
+   SOURCE_URL[0]=http://search.cpan.org/CPAN/authors/id/J/JG/JGMYERS
+      SOURCE_VFY=sha1:c2285d5b0678ceeb93508ee09d30386a59053c08
+        WEB_SITE=http://search.cpan.org/~jgmyers/$MODULE-$VERSION
+         ENTERED=20100414
+         UPDATED=20100414
+           SHORT="An Encode::Encoding subclass that detects the encoding of data"
+		   
+cat << EOF
+An Encode::Encoding subclass that detects the encoding of data
+EOF
diff --git a/perl/HTML-Parser/DETAILS b/perl/HTML-Parser/DETAILS
index 14e2d40..e0030e9 100644
--- a/perl/HTML-Parser/DETAILS
+++ b/perl/HTML-Parser/DETAILS
@@ -1,11 +1,11 @@
           MODULE=HTML-Parser
-         VERSION=3.64
+         VERSION=3.65
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/
-      SOURCE_VFY=sha1:44e7ee0f49223149d3d0ebf4d925851e221568cf
+      SOURCE_VFY=sha1:2c68a539988d5b3a49e90d0a9f31899a43a6f155
         WEB_SITE=http://search.cpan.org/~gaas/HTML-Parser/
          ENTERED=20020727
-         UPDATED=20100222
+         UPDATED=20100414
            SHORT="perl module for working with HTML"
 cat << EOF
 HTML::Entities, HTML::Filter, HTML::HeadParser, HTML::LinkExtor,
diff --git a/perl/IO-Socket-INET6/BUILD b/perl/IO-Socket-INET6/BUILD
new file mode 100644
index 0000000..c11ca00
--- /dev/null
+++ b/perl/IO-Socket-INET6/BUILD
@@ -0,0 +1,6 @@
+(
+
+  perl  Makefile.PL  &&
+  default_make
+
+) > $C_FIFO 2>&1
diff --git a/perl/IO-Socket-INET6/DEPENDS b/perl/IO-Socket-INET6/DEPENDS
new file mode 100644
index 0000000..be8ed2d
--- /dev/null
+++ b/perl/IO-Socket-INET6/DEPENDS
@@ -0,0 +1,2 @@
+depends  perl
+depends  Socket6
diff --git a/perl/IO-Socket-INET6/DETAILS b/perl/IO-Socket-INET6/DETAILS
new file mode 100644
index 0000000..a253db0
--- /dev/null
+++ b/perl/IO-Socket-INET6/DETAILS
@@ -0,0 +1,16 @@
+          MODULE=IO-Socket-INET6
+         VERSION=2.61
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF
+      SOURCE_VFY=sha1:b917201f0c6ba7ffe5a072af2d4e0fd147696e02
+        WEB_SITE=http://search.cpan.org/~shlomif/$MODULE-$VERSION
+         ENTERED=20100414
+         UPDATED=20100414
+           SHORT="Object interface for AF_INET|AF_INET6 domain sockets"
+
+cat << EOF
+IO::Socket::INET6 provides an object interface to creating
+and using socketsin both AF_INET|AF_INET6 domain.
+It is built upon the IO::Socket interface and
+inherits all the methods defined by IO::Socket.
+EOF
diff --git a/perl/IO-Socket-SSL/DEPENDS b/perl/IO-Socket-SSL/DEPENDS
index 1dd0168..608d2ec 100644
--- a/perl/IO-Socket-SSL/DEPENDS
+++ b/perl/IO-Socket-SSL/DEPENDS
@@ -1 +1,2 @@
-depends  perl
+depends  Net-SSLeay
+depends  Net-IDN-Encode
diff --git a/perl/IO-Socket-SSL/DETAILS b/perl/IO-Socket-SSL/DETAILS
index c09a6c7..f1d55df 100644
--- a/perl/IO-Socket-SSL/DETAILS
+++ b/perl/IO-Socket-SSL/DETAILS
@@ -1,11 +1,11 @@
           MODULE=IO-Socket-SSL
-         VERSION=1.32
+         VERSION=1.33
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=http://search.cpan.org/CPAN/authors/id/S/SU/SULLR
-      SOURCE_VFY=sha1:efe5cbaadcd285e0399fded86ea6cf5540ce138b
+      SOURCE_VFY=sha1:0ecb3d4cf105ee223fadf7805a77c97f0c1df8a9
         WEB_SITE=http://search.cpan.org/dist/IO-Socket-SSL
          ENTERED=20090328
-         UPDATED=20100304
+         UPDATED=20100414
            SHORT="Nearly transparent SSL encapsulation for IO::Socket::INET"
 
 cat << EOF
diff --git a/perl/Mail-DKIM/BUILD b/perl/Mail-DKIM/BUILD
new file mode 100644
index 0000000..c11ca00
--- /dev/null
+++ b/perl/Mail-DKIM/BUILD
@@ -0,0 +1,6 @@
+(
+
+  perl  Makefile.PL  &&
+  default_make
+
+) > $C_FIFO 2>&1
diff --git a/perl/Mail-DKIM/DEPENDS b/perl/Mail-DKIM/DEPENDS
new file mode 100644
index 0000000..212a13d
--- /dev/null
+++ b/perl/Mail-DKIM/DEPENDS
@@ -0,0 +1,4 @@
+depends  Net-DNS
+depends  Crypt-OpenSSL-RSA
+depends  MailTools
+depends  MIME-Base64
diff --git a/perl/Mail-DKIM/DETAILS b/perl/Mail-DKIM/DETAILS
new file mode 100644
index 0000000..4448934
--- /dev/null
+++ b/perl/Mail-DKIM/DETAILS
@@ -0,0 +1,17 @@
+          MODULE=Mail-DKIM
+         VERSION=0.38
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://search.cpan.org/CPAN/authors/id/J/JA/JASLONG
+      SOURCE_VFY=sha1:913e836b30eca64b5e16400a68ab99e410b3df96
+        WEB_SITE=http://search.cpan.org/~jaslong/$MODULE-$VERSION
+         ENTERED=20100414
+         UPDATED=20100414
+           SHORT="Implements DomainKeys Identified Mail (DKIM)"
+
+cat << EOF
+This module implements the various components of the DKIM and DomainKeys
+message-signing and verifying standards for Internet mail. It currently
+tries to implement these specifications:
+ * RFC4871, for DKIM
+ * RFC4870, for DomainKeys
+EOF
diff --git a/perl/Mail-SPF/BUILD b/perl/Mail-SPF/BUILD
new file mode 100644
index 0000000..c11ca00
--- /dev/null
+++ b/perl/Mail-SPF/BUILD
@@ -0,0 +1,6 @@
+(
+
+  perl  Makefile.PL  &&
+  default_make
+
+) > $C_FIFO 2>&1
diff --git a/perl/Mail-SPF/DEPENDS b/perl/Mail-SPF/DEPENDS
new file mode 100644
index 0000000..0eaef06
--- /dev/null
+++ b/perl/Mail-SPF/DEPENDS
@@ -0,0 +1 @@
+depends  Net-DNS
diff --git a/perl/Mail-SPF/DETAILS b/perl/Mail-SPF/DETAILS
new file mode 100644
index 0000000..736d838
--- /dev/null
+++ b/perl/Mail-SPF/DETAILS
@@ -0,0 +1,23 @@
+          MODULE=Mail-SPF
+         VERSION=v2.007
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://search.cpan.org/CPAN/authors/id/J/JM/JMEHNLE/mail-spf
+      SOURCE_VFY=sha1:df53baf018134481591317baf1b5d3a10702d4e7
+        WEB_SITE=http://search.cpan.org/~jmehnle/$MODULE-$VERSION
+         ENTERED=20100402
+         UPDATED=20100414
+           SHORT="an implementation of Sender Policy Framework"
+
+cat << EOF
+Mail::SPF is an object-oriented Perl implementation of the Sender Policy
+Framework (SPF) e-mail sender authentication system.
+
+This release of Mail::SPF fully conforms to RFC 4408 and passes the 2008.08
+release of the official test-suite.
+
+The Mail::SPF source package includes the following additional tools:
+
+  * spfquery:  A command-line tool for performing SPF checks.
+  * spfd:      A daemon for services that perform SPF checks frequently.
+
+EOF
diff --git a/perl/MailTools/DETAILS b/perl/MailTools/DETAILS
index 058af41..f4ab8f7 100644
--- a/perl/MailTools/DETAILS
+++ b/perl/MailTools/DETAILS
@@ -1,14 +1,13 @@
           MODULE=MailTools
-         VERSION=1.77
+         VERSION=2.06
           SOURCE=$MODULE-$VERSION.tar.gz
-      SOURCE_URL=http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/
-      SOURCE_VFY=sha1:32de77a2826e0c7d89c62002ef5cf0d1ba32b23e
+      SOURCE_URL=http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV
+      SOURCE_VFY=sha1:548ffe58b1059df6def108b2ac38c2440fe56b06
         WEB_SITE=http://search.cpan.org/search?dist=MailTools
          ENTERED=20030107
-         UPDATED=20070607
+         UPDATED=20100414
            SHORT="perl mail tool functions"
 
 cat << EOF
 This is MailTools, a set of perl modules related to mail applications
 EOF
-
diff --git a/perl/Net-IDN-Encode/BUILD b/perl/Net-IDN-Encode/BUILD
new file mode 100644
index 0000000..c0b36b6
--- /dev/null
+++ b/perl/Net-IDN-Encode/BUILD
@@ -0,0 +1,9 @@
+(
+
+  perl Build.PL  &&
+  ./Build &&
+  ./Build test &&
+  prepare_install &&
+  ./Build install
+
+) > $C_FIFO 2>&1
diff --git a/perl/Net-IDN-Encode/DEPENDS b/perl/Net-IDN-Encode/DEPENDS
new file mode 100644
index 0000000..52e4b88
--- /dev/null
+++ b/perl/Net-IDN-Encode/DEPENDS
@@ -0,0 +1 @@
+depends Net-IDN-Nameprep
diff --git a/perl/Net-IDN-Encode/DETAILS b/perl/Net-IDN-Encode/DETAILS
new file mode 100644
index 0000000..306aacf
--- /dev/null
+++ b/perl/Net-IDN-Encode/DETAILS
@@ -0,0 +1,19 @@
+          MODULE=Net-IDN-Encode
+         VERSION=1.000
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://search.cpan.org/CPAN/authors/id/C/CF/CFAERBER
+      SOURCE_VFY=sha1:7e54fa58a630b41a69c7e0fe77eb60c842b5ed93
+        WEB_SITE=http://search.cpan.org/~cfaerber/$MODULE-$VERSION
+         ENTERED=20100414
+         UPDATED=20100414
+           SHORT="Internationalizing Domain Names in Applications (RFC 3490)"
+           
+cat << EOF
+Net::IDN::Encode -- high-level interface for encoding and 
+  		    decoding of domain names (implements
+		    toASCII and toUNICODE as defined in
+		    RFC 3490)
+
+Net::IDN::Punycode -- ASCII-compatible encoding of Unicode 
+  		      (Punycode, RFC 3492)
+EOF
diff --git a/perl/Net-IDN-Nameprep/BUILD b/perl/Net-IDN-Nameprep/BUILD
new file mode 100644
index 0000000..c0b36b6
--- /dev/null
+++ b/perl/Net-IDN-Nameprep/BUILD
@@ -0,0 +1,9 @@
+(
+
+  perl Build.PL  &&
+  ./Build &&
+  ./Build test &&
+  prepare_install &&
+  ./Build install
+
+) > $C_FIFO 2>&1
diff --git a/perl/Net-IDN-Nameprep/DEPENDS b/perl/Net-IDN-Nameprep/DEPENDS
new file mode 100644
index 0000000..7559825
--- /dev/null
+++ b/perl/Net-IDN-Nameprep/DEPENDS
@@ -0,0 +1 @@
+depends Unicode-Stringprep
diff --git a/perl/Net-IDN-Nameprep/DETAILS b/perl/Net-IDN-Nameprep/DETAILS
new file mode 100644
index 0000000..fdf9d99
--- /dev/null
+++ b/perl/Net-IDN-Nameprep/DETAILS
@@ -0,0 +1,20 @@
+          MODULE=Net-IDN-Nameprep
+         VERSION=1.000
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://search.cpan.org/CPAN/authors/id/C/CF/CFAERBER
+      SOURCE_VFY=sha1:a6ba123683874c8339edbade8cc224fb62cf25ad
+        WEB_SITE=http://search.cpan.org/~cfaerber/$MODULE-$VERSION
+         ENTERED=20100414
+         UPDATED=20100414
+           SHORT="A Stringprep Profile for Internationalized Domain Names (RFC 3491)"
+           
+cat << EOF
+This module implements the nameprep specification,
+which describes how to prepare internationalized
+domain name (IDN) labels in order to increase
+the likelihood that name input and name comparison work
+in ways that make sense for typical users throughout
+the world. Nameprep is a profile of the stringprep protocol
+and is used as part of a suite of on-the-wire protocols
+for internationalizing the Domain Name System (DNS).
+EOF
diff --git a/perl/Net-Ident/BUILD b/perl/Net-Ident/BUILD
new file mode 100644
index 0000000..c11ca00
--- /dev/null
+++ b/perl/Net-Ident/BUILD
@@ -0,0 +1,6 @@
+(
+
+  perl  Makefile.PL  &&
+  default_make
+
+) > $C_FIFO 2>&1
diff --git a/perl/Net-Ident/DEPENDS b/perl/Net-Ident/DEPENDS
new file mode 100644
index 0000000..6826bc7
--- /dev/null
+++ b/perl/Net-Ident/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/perl/Net-Ident/DETAILS b/perl/Net-Ident/DETAILS
new file mode 100644
index 0000000..de5dab9
--- /dev/null
+++ b/perl/Net-Ident/DETAILS
@@ -0,0 +1,19 @@
+          MODULE=Net-Ident
+         VERSION=1.20
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://search.cpan.org/CPAN/authors/id/J/JP/JPC
+      SOURCE_VFY=sha1:1780c4048c9f9b49477103bf2a6f6d2ec1aafe52
+        WEB_SITE=http://search.cpan.org/~jpc/$MODULE-$VERSION
+         ENTERED=20100414
+         UPDATED=20100414
+           SHORT="lookup the username on the remote end of a TCP/IP connection"
+
+cat << EOF
+Net::Ident is a module that looks up the username on the
+remote side of a TCP/IP connection through the ident
+(auth/tap) protocol described in RFC1413 (which supersedes
+RFC931). Note that this requires the remote site to run a
+daemon (often called identd) to provide the requested
+information, so it is not always available for all TCP/IP
+connections.
+EOF
diff --git a/perl/NetAddr-IP/DETAILS b/perl/NetAddr-IP/DETAILS
index 0603444..4bc8ba5 100644
--- a/perl/NetAddr-IP/DETAILS
+++ b/perl/NetAddr-IP/DETAILS
@@ -2,10 +2,10 @@
          VERSION=4.027
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=http://search.cpan.org/CPAN/authors/id/M/MI/MIKER
-      SOURCE_VFY=sha1:1f1f78c11542916460821a0686d4b6c401bf3fc9
+      SOURCE_VFY=sha1:f82515226bdadc7b4293f57eb962759ab5cd5190
         WEB_SITE=http://search.cpan.org/search?dist=NetAddr-IP
          ENTERED=20100401
-         UPDATED=20100222
+         UPDATED=20100414
            SHORT="manages IPv4 and IPv6 addresses and subnets in perl"
            
 cat << EOF
diff --git a/perl/Socket6/BUILD b/perl/Socket6/BUILD
new file mode 100644
index 0000000..c11ca00
--- /dev/null
+++ b/perl/Socket6/BUILD
@@ -0,0 +1,6 @@
+(
+
+  perl  Makefile.PL  &&
+  default_make
+
+) > $C_FIFO 2>&1
diff --git a/perl/Socket6/DEPENDS b/perl/Socket6/DEPENDS
new file mode 100644
index 0000000..1dd0168
--- /dev/null
+++ b/perl/Socket6/DEPENDS
@@ -0,0 +1 @@
+depends  perl
diff --git a/perl/Socket6/DETAILS b/perl/Socket6/DETAILS
new file mode 100644
index 0000000..f8daa69
--- /dev/null
+++ b/perl/Socket6/DETAILS
@@ -0,0 +1,16 @@
+          MODULE=Socket6
+         VERSION=0.23
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://search.cpan.org/CPAN/authors/id/U/UM/UMEMOTO
+      SOURCE_VFY=sha1:f6598055e40d71fe3bab9881d38995f8677ee90a
+        WEB_SITE=http://search.cpan.org/dist/$MODULE
+         ENTERED=20100414
+         UPDATED=20100414
+           SHORT="IPv6 related part of the C socket.h defines and structure manipulators"
+
+cat << EOF
+This module supports getaddrinfo() and getnameinfo()
+to intend to enable protocol independent programing.
+If your environment supports IPv6,
+IPv6 related defines such as AF_INET6 are included.
+EOF
diff --git a/perl/Test-NoWarnings/BUILD b/perl/Test-NoWarnings/BUILD
new file mode 100644
index 0000000..c11ca00
--- /dev/null
+++ b/perl/Test-NoWarnings/BUILD
@@ -0,0 +1,6 @@
+(
+
+  perl  Makefile.PL  &&
+  default_make
+
+) > $C_FIFO 2>&1
diff --git a/perl/Test-NoWarnings/DEPENDS b/perl/Test-NoWarnings/DEPENDS
new file mode 100644
index 0000000..2e54215
--- /dev/null
+++ b/perl/Test-NoWarnings/DEPENDS
@@ -0,0 +1 @@
+depends Test-Tester
diff --git a/perl/Test-NoWarnings/DETAILS b/perl/Test-NoWarnings/DETAILS
new file mode 100644
index 0000000..9d08297
--- /dev/null
+++ b/perl/Test-NoWarnings/DETAILS
@@ -0,0 +1,18 @@
+          MODULE=Test-NoWarnings
+         VERSION=1.01
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK
+      SOURCE_VFY=sha1:9f13caef00364436563d8387dd679466496b82dd
+        WEB_SITE=http://search.cpan.org/~adamk/$MODULE-$VERSION
+         ENTERED=20100414
+         UPDATED=20100414
+           SHORT="Make sure you didn't emit any warnings while testing"
+
+cat << EOF
+In general, your tests shouldn't produce warnings. This modules causes
+any warnings to be captured and stored. It automatically adds an extra
+test that will run when your script ends to check that there were no
+warnings. If there were any warings, the test will give a "not ok" and
+diagnostics of where, when and what the warning was, including a stack
+trace of what was going on when the it occurred.
+EOF
diff --git a/perl/Test-Tester/BUILD b/perl/Test-Tester/BUILD
new file mode 100644
index 0000000..c11ca00
--- /dev/null
+++ b/perl/Test-Tester/BUILD
@@ -0,0 +1,6 @@
+(
+
+  perl  Makefile.PL  &&
+  default_make
+
+) > $C_FIFO 2>&1
diff --git a/perl/Test-Tester/DEPENDS b/perl/Test-Tester/DEPENDS
new file mode 100644
index 0000000..6826bc7
--- /dev/null
+++ b/perl/Test-Tester/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/perl/Test-Tester/DETAILS b/perl/Test-Tester/DETAILS
new file mode 100644
index 0000000..e175abb
--- /dev/null
+++ b/perl/Test-Tester/DETAILS
@@ -0,0 +1,14 @@
+          MODULE=Test-Tester
+         VERSION=0.107
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://search.cpan.org/CPAN/authors/id/F/FD/FDALY
+      SOURCE_VFY=sha1:1cc2695d0b3dbbd39d63ed86ba6340079815f368
+        WEB_SITE=http://search.cpan.org/~fdaly/$MODULE-$VERSION
+         ENTERED=20100414
+         UPDATED=20100414
+           SHORT="Ease testing test modules built with Test::Builder"
+
+cat << EOF
+If you have written a test module based on Test::Builder then Test::Tester
+allows you to test it with the minimum of effort.
+EOF
diff --git a/perl/Unicode-Stringprep/BUILD b/perl/Unicode-Stringprep/BUILD
new file mode 100644
index 0000000..c0b36b6
--- /dev/null
+++ b/perl/Unicode-Stringprep/BUILD
@@ -0,0 +1,9 @@
+(
+
+  perl Build.PL  &&
+  ./Build &&
+  ./Build test &&
+  prepare_install &&
+  ./Build install
+
+) > $C_FIFO 2>&1
diff --git a/perl/Unicode-Stringprep/DEPENDS b/perl/Unicode-Stringprep/DEPENDS
new file mode 100644
index 0000000..59706e3
--- /dev/null
+++ b/perl/Unicode-Stringprep/DEPENDS
@@ -0,0 +1 @@
+depends Test-NoWarnings
diff --git a/perl/Unicode-Stringprep/DETAILS b/perl/Unicode-Stringprep/DETAILS
new file mode 100644
index 0000000..42d674a
--- /dev/null
+++ b/perl/Unicode-Stringprep/DETAILS
@@ -0,0 +1,21 @@
+          MODULE=Unicode-Stringprep
+         VERSION=1.103
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://search.cpan.org/CPAN/authors/id/C/CF/CFAERBER
+      SOURCE_VFY=sha1:a09607bd5788934ed3453e0433e46b3ad7f1838b
+        WEB_SITE=http://search.cpan.org/~cfaerber/$MODULE-$VERSION
+         ENTERED=20100414
+         UPDATED=20100414
+           SHORT="Preparation of Internationalized Strings (RFC 3454)"
+           
+cat << EOF
+This module implements the stringprep framework for preparing
+Unicode text strings in order to increase the likelihood that
+string input and string comparison work in ways that make sense
+for typical users throughout the world.  The stringprep protocol
+is useful for protocol identifier values, company and personal
+names, internationalized domain names, and other text strings.
+The stringprep framework does not specify how protocols should
+prepare text strings. Protocols must create profiles of
+stringprep in order to fully specify the processing options.
+EOF
diff --git a/web/Net-SSLeay/DEPENDS b/web/Net-SSLeay/DEPENDS
index a70b5cf..6970db1 100644
--- a/web/Net-SSLeay/DEPENDS
+++ b/web/Net-SSLeay/DEPENDS
@@ -1 +1,2 @@
 depends  openssl
+depends  perl
diff --git a/web/Net-SSLeay/DETAILS b/web/Net-SSLeay/DETAILS
index 84db47c..b49d355 100644
--- a/web/Net-SSLeay/DETAILS
+++ b/web/Net-SSLeay/DETAILS
@@ -1,12 +1,12 @@
           MODULE=Net-SSLeay
-         VERSION=1.35
+         VERSION=1.36
           SOURCE=$MODULE-$VERSION.tar.gz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
       SOURCE_URL=http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/
-      SOURCE_VFY=sha1:dc295d4a7da8ab330aca13c45e2cb5b8220aa5e4
+      SOURCE_VFY=sha1:e8cfb6355a596471518356a29bfe53ab2011c685
         WEB_SITE="http://search.cpan.org/search?module=Net::SSLeay"
          ENTERED=20011212
-         UPDATED=20090202
+         UPDATED=20100414
            SHORT="Perl bindings to the functions in the OpenSSL library"
 
 cat << EOF


More information about the Lunar-commits mailing list