[csw-devel] SF.net SVN: gar:[5895] csw/mgar/pkg

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Thu Aug 6 20:58:41 CEST 2009


Revision: 5895
          http://gar.svn.sourceforge.net/gar/?rev=5895&view=rev
Author:   dmichelsen
Date:     2009-08-06 18:58:40 +0000 (Thu, 06 Aug 2009)

Log Message:
-----------
libspf2: Initial commit

Added Paths:
-----------
    csw/mgar/pkg/libspf2/
    csw/mgar/pkg/libspf2/branches/
    csw/mgar/pkg/libspf2/tags/
    csw/mgar/pkg/libspf2/trunk/
    csw/mgar/pkg/libspf2/trunk/Makefile
    csw/mgar/pkg/libspf2/trunk/checksums
    csw/mgar/pkg/libspf2/trunk/files/


Property changes on: csw/mgar/pkg/libspf2/trunk
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work


Added: svn:externals
   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2


Added: csw/mgar/pkg/libspf2/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libspf2/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/libspf2/trunk/Makefile	2009-08-06 18:58:40 UTC (rev 5895)
@@ -0,0 +1,24 @@
+GARNAME = libspf2
+GARVERSION = 1.2.9
+CATEGORIES = lib
+
+DESCRIPTION = Library that implements Sender Policy Framework
+define BLURB
+  libspf2 implements the Sender Policy Framework, a part of the SPF/SRS protocol pair.
+  libspf2 is a library which allows email systems such as Sendmail, Postfix, Exim,
+  Zmailer and MS Exchange to check SPF records and make sure that the email is authorized
+  by the domain name that it is coming from. This prevents email forgery, commonly used
+  by spammers, scammers and email viruses/worms.
+endef
+
+MASTER_SITES = http://www.libspf2.org/spf/
+DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+SPKG_SOURCEURL = http://www.libspf2.org
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+include gar/category.mk

Added: csw/mgar/pkg/libspf2/trunk/checksums
===================================================================
--- csw/mgar/pkg/libspf2/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/libspf2/trunk/checksums	2009-08-06 18:58:40 UTC (rev 5895)
@@ -0,0 +1 @@
+3305df4d1b13ca964d80b23bb5e4e2b6  download/libspf2-1.2.9.tar.gz


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list