[Lunar-commits] r24681 - in moonbase/trunk: mail/razor-agents perl perl/Getopt-Long

Dennis Veatch stumbles at lunar-linux.org
Mon Jun 4 14:18:50 CEST 2007


Author: stumbles
Date: 2007-06-04 14:18:50 +0200 (Mon, 04 Jun 2007)
New Revision: 24681

Added:
   moonbase/trunk/perl/Getopt-Long/
   moonbase/trunk/perl/Getopt-Long/BUILD
   moonbase/trunk/perl/Getopt-Long/DEPENDS
   moonbase/trunk/perl/Getopt-Long/DETAILS
Modified:
   moonbase/trunk/mail/razor-agents/DEPENDS
   moonbase/trunk/mail/razor-agents/DETAILS
Log:

Version bump for razor-agents. Initial import of 
Getopt-Long for another dependency of razor.


Modified: moonbase/trunk/mail/razor-agents/DEPENDS
===================================================================
--- moonbase/trunk/mail/razor-agents/DEPENDS	2007-06-04 11:46:33 UTC (rev 24680)
+++ moonbase/trunk/mail/razor-agents/DEPENDS	2007-06-04 12:18:50 UTC (rev 24681)
@@ -2,4 +2,6 @@
 depends  URI          &&
 depends  Digest-SHA1  &&
 depends  Net-DNS      &&
+depends  MIME-Base64  &&
+depends  Getopt-Long  &&
 depends  razor-agents-sdk

Modified: moonbase/trunk/mail/razor-agents/DETAILS
===================================================================
--- moonbase/trunk/mail/razor-agents/DETAILS	2007-06-04 11:46:33 UTC (rev 24680)
+++ moonbase/trunk/mail/razor-agents/DETAILS	2007-06-04 12:18:50 UTC (rev 24681)
@@ -1,22 +1,22 @@
           MODULE=razor-agents
-         VERSION=2.82
+         VERSION=2.84
           SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=$SFORGE_URL/razor/
-      SOURCE_VFY=sha1:76b9efdd2b09726e68b19ecf8bd98293ac646db8
+      SOURCE_VFY=sha1:53bcf78beeea36d8e20441a506c285ff0ef4b75a
         WEB_SITE=http://razor.sourceforge.net/
          ENTERED=20020619
-         UPDATED=20060603
+         UPDATED=20070604
       MAINTAINER=csm at moongroup.com
            SHORT="A distributed, collaborative, spam detection and filtering network"
 
 cat << EOF
-Vipul's Razor is a distributed, collaborative, spam detection and 
+Vipul's Razor is a distributed, collaborative, spam detection and
 filtering network.  Through user contribution, Razor establishes a
 distributed and constantly updating catalog of spam in propagation
-that is consulted by email clients to filter out known spam. 
-Detection is done with statistical and randomized signatures that 
-efficiently spot mutating spam content.  User input is validated 
+that is consulted by email clients to filter out known spam.
+Detection is done with statistical and randomized signatures that
+efficiently spot mutating spam content.  User input is validated
 through reputation assignments based on consensus on report and revoke
-assertions which in turn is used for computing confidence values 
-associated with individual signatures. 
+assertions which in turn is used for computing confidence values
+associated with individual signatures.
 EOF

Added: moonbase/trunk/perl/Getopt-Long/BUILD
===================================================================
--- moonbase/trunk/perl/Getopt-Long/BUILD	                        (rev 0)
+++ moonbase/trunk/perl/Getopt-Long/BUILD	2007-06-04 12:18:50 UTC (rev 24681)
@@ -0,0 +1,6 @@
+(
+
+  perl  Makefile.PL  &&
+  default_make
+
+) > $C_FIFO 2>&1

Added: moonbase/trunk/perl/Getopt-Long/DEPENDS
===================================================================
--- moonbase/trunk/perl/Getopt-Long/DEPENDS	                        (rev 0)
+++ moonbase/trunk/perl/Getopt-Long/DEPENDS	2007-06-04 12:18:50 UTC (rev 24681)
@@ -0,0 +1 @@
+depends perl

Added: moonbase/trunk/perl/Getopt-Long/DETAILS
===================================================================
--- moonbase/trunk/perl/Getopt-Long/DETAILS	                        (rev 0)
+++ moonbase/trunk/perl/Getopt-Long/DETAILS	2007-06-04 12:18:50 UTC (rev 24681)
@@ -0,0 +1,16 @@
+          MODULE=Getopt-Long
+         VERSION=2.36
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://search.cpan.org/CPAN/authors/id/J/JV/JV/
+      SOURCE_VFY=sha1:495339f3eb39ba624d4c79ecc4d7aac4f2551137
+        WEB_SITE=http://search.cpan.org/~jv/Getopt-Long-2.36/
+         ENTERED=20070604
+         UPDATED=20070604
+           SHORT="an extended getopt function"
+cat << EOF
+This function implements the POSIX standard for command
+line options, with GNU extensions, while still capable of handling
+the traditional one-letter options.
+In general, this means that command line options can have long names
+instead of single letters, and are introduced with a double dash
+EOF



More information about the Lunar-commits mailing list