[Lunar-commits] r26842 - in moonbase/trunk/zbeta: . sqlgrey

Moritz Heiber moe at lunar-linux.org
Mon Nov 19 14:07:43 CET 2007


Author: moe
Date: 2007-11-19 14:07:43 +0100 (Mon, 19 Nov 2007)
New Revision: 26842

Added:
   moonbase/trunk/zbeta/sqlgrey/
   moonbase/trunk/zbeta/sqlgrey/DEPENDS
   moonbase/trunk/zbeta/sqlgrey/DETAILS
Log:
New module sqlgrey;

From:  jean.bruenn at ip-minds.de

Modified: Cosmetic changes


Added: moonbase/trunk/zbeta/sqlgrey/DEPENDS
===================================================================
--- moonbase/trunk/zbeta/sqlgrey/DEPENDS	                        (rev 0)
+++ moonbase/trunk/zbeta/sqlgrey/DEPENDS	2007-11-19 13:07:43 UTC (rev 26842)
@@ -0,0 +1,7 @@
+depends perl
+depends DBI
+depends Net-Server
+depends postfix
+optional_depends "mysql" "" "" "Use MySQL as storage backend?"
+optional_depends "postgresql" "" "" "Use PostgreSQL as storage backend?"
+optional_depends "sqlite" "" "" "Use SQLite as storage?"

Added: moonbase/trunk/zbeta/sqlgrey/DETAILS
===================================================================
--- moonbase/trunk/zbeta/sqlgrey/DETAILS	                        (rev 0)
+++ moonbase/trunk/zbeta/sqlgrey/DETAILS	2007-11-19 13:07:43 UTC (rev 26842)
@@ -0,0 +1,16 @@
+          MODULE=sqlgrey
+         VERSION=1.6.8
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=$SFORGE_URL/$MODULE/
+      SOURCE_VFY=sha1:1c687d1839fd2911bf9ef535eef8e84bc97d56a6
+        WEB_SITE=http://sqlgrey.sourceforge.net/
+         ENTERED=20071118
+         UPDATED=20071118
+           SHORT="SQLgrey is a postfix policy service implementing a grey-listing policy."
+
+cat << EOF
+SQLgrey is a postfix policy service implementing a grey-listing
+policy. SQLgrey is written in Perl and uses DBI to access an SQL
+database.
+Its goal is reducing the SPAM reaching user mailboxes.
+EOF



More information about the Lunar-commits mailing list