[csw-devel] SF.net SVN: gar:[17833] csw/mgar/pkg/lang-python

idogan23 at users.sourceforge.net idogan23 at users.sourceforge.net
Mon Apr 23 14:25:24 CEST 2012


Revision: 17833
          http://gar.svn.sourceforge.net/gar/?rev=17833&view=rev
Author:   idogan23
Date:     2012-04-23 12:25:24 +0000 (Mon, 23 Apr 2012)
Log Message:
-----------
py_milter: initial commit

Added Paths:
-----------
    csw/mgar/pkg/lang-python/py_milter/
    csw/mgar/pkg/lang-python/py_milter/Makefile
    csw/mgar/pkg/lang-python/py_milter/branches/
    csw/mgar/pkg/lang-python/py_milter/tags/
    csw/mgar/pkg/lang-python/py_milter/trunk/
    csw/mgar/pkg/lang-python/py_milter/trunk/Makefile
    csw/mgar/pkg/lang-python/py_milter/trunk/checksums
    csw/mgar/pkg/lang-python/py_milter/trunk/files/

Added: csw/mgar/pkg/lang-python/py_milter/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/py_milter/Makefile	                        (rev 0)
+++ csw/mgar/pkg/lang-python/py_milter/Makefile	2012-04-23 12:25:24 UTC (rev 17833)
@@ -0,0 +1,2 @@
+%:
+	$(MAKE) -C trunk $*


Property changes on: csw/mgar/pkg/lang-python/py_milter/trunk
___________________________________________________________________
Added: svn:ignore
   + work


Added: csw/mgar/pkg/lang-python/py_milter/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/py_milter/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/lang-python/py_milter/trunk/Makefile	2012-04-23 12:25:24 UTC (rev 17833)
@@ -0,0 +1,41 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = pymilter
+VERSION = 0.9.5
+GARTYPE = v2
+CATEGORIES = python
+
+DESCRIPTION = Python Milter extension
+define BLURB
+  This is a python extension module to enable python scripts to attach to
+  Sendmail's libmilter API, enabling filtering of messages as they arrive.
+  Since it's a script, you can do anything you want to the message - screen
+  out viruses, collect statistics, add or modify headers, etc.  You can, at
+  any point, tell Sendmail to reject, discard, or accept the message.
+endef
+
+MASTER_SITES = http://downloads.sourceforge.net/project/pymilter/pymilter
+DISTFILES  = $(DISTNAME).tar.gz
+
+# File name regex to get notifications about upstream software releases
+# NOTE: Use this only if the automatic regex creation
+#       does not work for your package
+# UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
+
+# If the url used to check for software update is different of MASTER_SITES, then 
+# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES
+# UPSTREAM_MASTER_SITES = 
+
+RUNTIME_DEP_PKGS_CSWpy-pymilter += CSWlibpython2-6-1-0
+RUNTIME_DEP_PKGS_CSWpy-pymilter += CSWlibmilter
+CHECKPKG_OVERRIDES_CSWpy-pymilter += surplus-dependency|CSWlibmilter
+
+LICENSE = COPYING
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+TEST_SCRIPTS =
+
+include gar/category.mk
+


Property changes on: csw/mgar/pkg/lang-python/py_milter/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
   + Id

Added: csw/mgar/pkg/lang-python/py_milter/trunk/checksums
===================================================================
--- csw/mgar/pkg/lang-python/py_milter/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/lang-python/py_milter/trunk/checksums	2012-04-23 12:25:24 UTC (rev 17833)
@@ -0,0 +1 @@
+152746cac536df174b877d27780a407b  pymilter-0.9.5.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