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

bensons at users.sourceforge.net bensons at users.sourceforge.net
Mon Jun 29 18:38:15 CEST 2009


Revision: 5414
          http://gar.svn.sourceforge.net/gar/?rev=5414&view=rev
Author:   bensons
Date:     2009-06-29 16:38:14 +0000 (Mon, 29 Jun 2009)

Log Message:
-----------
pen: initial commit

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


Property changes on: csw/mgar/pkg/pen/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/pen/trunk/Makefile
===================================================================
--- csw/mgar/pkg/pen/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/pen/trunk/Makefile	2009-06-29 16:38:14 UTC (rev 5414)
@@ -0,0 +1,29 @@
+GARNAME = pen
+GARVERSION = 0.18.0
+CATEGORIES = utils
+
+DESCRIPTION = Simple load balancer
+define BLURB
+  This is pen, a load balancer for "simple" tcp based protocols such as http 
+  or smtp. It allows several servers to appear as one to the outside and 
+  automatically detects servers that are down and distributes clients among 
+  the available servers. This gives high availability and scalable performance. 
+endef
+
+MASTER_SITES = ftp://siag.nu/pub/pen/
+MASTER_SITES += http://siag.nu/pub/pen/
+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
+
+CONFIGURE_ARGS = $(DIRPATHS) --with-docdir=$(docdir)/$(GARNAME)
+
+# no tests, well...
+TEST_SCRIPTS = custom
+
+include gar/category.mk
+
+test-custom:
+	@true

Added: csw/mgar/pkg/pen/trunk/checksums
===================================================================
--- csw/mgar/pkg/pen/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/pen/trunk/checksums	2009-06-29 16:38:14 UTC (rev 5414)
@@ -0,0 +1 @@
+96f6d39e7e7cca11a647e795550f3829  download/pen-0.18.0.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