[csw-devel] SF.net SVN: gar:[4445] csw/mgar/pkg
idogan23 at users.sourceforge.net
idogan23 at users.sourceforge.net
Thu Apr 23 12:03:59 CEST 2009
Revision: 4445
http://gar.svn.sourceforge.net/gar/?rev=4445&view=rev
Author: idogan23
Date: 2009-04-23 10:03:59 +0000 (Thu, 23 Apr 2009)
Log Message:
-----------
pyzor: initial commit
Added Paths:
-----------
csw/mgar/pkg/pyzor/
csw/mgar/pkg/pyzor/branches/
csw/mgar/pkg/pyzor/tags/
csw/mgar/pkg/pyzor/trunk/
csw/mgar/pkg/pyzor/trunk/Makefile
csw/mgar/pkg/pyzor/trunk/checksums
csw/mgar/pkg/pyzor/trunk/files/
Property changes on: csw/mgar/pkg/pyzor/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/pyzor/trunk/Makefile
===================================================================
--- csw/mgar/pkg/pyzor/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/pyzor/trunk/Makefile 2009-04-23 10:03:59 UTC (rev 4445)
@@ -0,0 +1,36 @@
+GARNAME = pyzor
+GARVERSION = 0.4.0
+CATEGORIES = utils
+
+DESCRIPTION = A collaborative, networked system to detect and block spam
+define BLURB
+ Pyzor is a collaborative, networked system to detect and block spam using
+ identifying digests of messages.
+endef
+
+MASTER_SITES = http://www.pyzor.org/
+DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\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 =
+
+PACKAGES = CSWpyzor
+REQUIRED_PKGS = CSWpython
+CATALOGNAME = pyzor
+SPKG_DESC = A collaborative, networked system to detect and block spam
+
+ARCHALL = 1
+
+CONFIGURE_SCRIPTS =
+BUILD_SCRIPTS = $(WORKSRC)/setup.py
+TEST_SCRIPTS =
+INSTALL_SCRIPTS = $(WORKSRC)/setup.py
+
+INSTALL_ARGS += --root=$(DESTDIR)
+INSTALL_ARGS += --prefix=$(prefix)
+
+include gar/category.mk
Added: csw/mgar/pkg/pyzor/trunk/checksums
===================================================================
--- csw/mgar/pkg/pyzor/trunk/checksums (rev 0)
+++ csw/mgar/pkg/pyzor/trunk/checksums 2009-04-23 10:03:59 UTC (rev 4445)
@@ -0,0 +1 @@
+ee7afe4cc9d419bce5f29250a01c4374 download/pyzor-0.4.0.tar.bz2
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