[csw-devel] SF.net SVN: gar:[11854] csw/mgar/pkg
skayser at users.sourceforge.net
skayser at users.sourceforge.net
Thu Dec 9 02:30:15 CET 2010
Revision: 11854
http://gar.svn.sourceforge.net/gar/?rev=11854&view=rev
Author: skayser
Date: 2010-12-09 01:30:15 +0000 (Thu, 09 Dec 2010)
Log Message:
-----------
perdition: initial commit, work in progress, feel free to take over
Added Paths:
-----------
csw/mgar/pkg/perdition/
csw/mgar/pkg/perdition/branches/
csw/mgar/pkg/perdition/tags/
csw/mgar/pkg/perdition/trunk/
csw/mgar/pkg/perdition/trunk/Makefile
csw/mgar/pkg/perdition/trunk/checksums
csw/mgar/pkg/perdition/trunk/files/
Property changes on: csw/mgar/pkg/perdition/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/perdition/trunk/Makefile
===================================================================
--- csw/mgar/pkg/perdition/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/perdition/trunk/Makefile 2010-12-09 01:30:15 UTC (rev 11854)
@@ -0,0 +1,28 @@
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+# ! build state unknown, work in progress, please verify
+#
+GARNAME = perdition
+GARVERSION = 1.18
+CATEGORIES = server
+
+DESCRIPTION = POP3 and IMAP4 proxy server with high capacity in mind.
+define BLURB
+ Perdition is a fully featured POP3 and IMAP4 proxy server. It is able to
+ handle both SSL and non-SSL connections and redirect users to a
+ real-server based on a database lookup. Perdition supports modular based
+ database access. ODBC, MySQL, PostgreSQL, GDBM, POSIX Regular Expression
+ and NIS modules ship with the distribution. The API for modules is open
+ allowing arbitrary modules to be written to allow access to any data
+ store.
+endef
+
+VENDOR_URL = http://horms.net/projects/perdition/
+MASTER_SITES = http://horms.net/projects/perdition/download/$(GARVERSION)/
+DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
+UFILES_REGEX = (\d+(?:\.\d+)*)
+UPSTREAM_MASTER_SITES = http://horms.net/projects/perdition/download/
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+include gar/category.mk
Added: csw/mgar/pkg/perdition/trunk/checksums
===================================================================
--- csw/mgar/pkg/perdition/trunk/checksums (rev 0)
+++ csw/mgar/pkg/perdition/trunk/checksums 2010-12-09 01:30:15 UTC (rev 11854)
@@ -0,0 +1 @@
+0baec303d27073f053cc03488bf8d98b perdition-1.18.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