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

bensons at users.sourceforge.net bensons at users.sourceforge.net
Tue Jun 30 12:25:37 CEST 2009


Revision: 5430
          http://gar.svn.sourceforge.net/gar/?rev=5430&view=rev
Author:   bensons
Date:     2009-06-30 10:25:36 +0000 (Tue, 30 Jun 2009)

Log Message:
-----------
pound2: initial commit

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


Property changes on: csw/mgar/pkg/pound2/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/pound2/trunk/Makefile
===================================================================
--- csw/mgar/pkg/pound2/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/pound2/trunk/Makefile	2009-06-30 10:25:36 UTC (rev 5430)
@@ -0,0 +1,56 @@
+GARNAME = Pound
+GARVERSION = 2.4.5
+CATEGORIES = net
+CATALOGNAME = pound2
+
+DESCRIPTION = reverse proxy load balancer
+define BLURB
+  The Pound program is a reverse proxy, load balancer and HTTPS front-end for
+  Web server(s). Pound was developed to enable distributing the load among
+  several Web-servers and to allow for a convenient SSL wrapper for those Web
+  servers that do not offer it natively. Pound is distributed under the GPL -
+  no warranty, it's free to use, copy and give away.
+endef
+
+MASTER_SITES = http://www.apsis.ch/pound/
+DISTFILES  = $(GARNAME)-$(GARVERSION).tgz
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tgz
+
+# we require
+REQUIRED_PKGS = CSWosslrt CSWpcrert
+
+CONFIGURE_ARGS  = $(DIRPATHS)
+CONFIGURE_ARGS += --enable-super
+CONFIGURE_ARGS += --enable-msdav
+CONFIGURE_ARGS += --with-maxbuf=8192
+CONFIGURE_ARGS += --with-ssl=$(prefix)
+
+# No test suite available
+TEST_SCRIPTS =
+
+# use a custom install
+INSTALL_SCRIPTS = custom docs
+
+include gar/category.mk
+
+install-custom: 
+	ginstall -d $(DESTDIR)$(sbindir)
+	ginstall -m 555 $(WORKSRC)/pound $(DESTDIR)$(sbindir)/pound2
+	ginstall -m 555 $(WORKSRC)/poundctl $(DESTDIR)$(sbindir)/pound2ctl
+	ginstall -d $(DESTDIR)$(mandir)/man8
+	ginstall -m 644 $(WORKSRC)/pound.8 $(DESTDIR)$(mandir)/man8/pound2.8
+	ginstall -m 644 $(WORKSRC)/poundctl.8 $(DESTDIR)$(mandir)/man8/pound2ctl.8
+	ginstall -d $(DESTDIR)$(sysconfdir)/$(CATALOGNAME)
+	ginstall -m 644 $(FILEDIR)/pound2-sample.cfg $(DESTDIR)$(sysconfdir)/$(CATALOGNAME)
+
+docs-list  = $(WORKSRC)/README
+docs-list += $(WORKSRC)/FAQ
+docs-list += $(WORKSRC)/CHANGELOG
+install-docs:
+	ginstall -d $(DESTDIR)$(docdir)/$(CATALOGNAME)
+	@( for file in $(docs-list) ; do \
+		ginstall -m 644 $$file $(DESTDIR)$(docdir)/$(CATALOGNAME) ; \
+			done )
+	@$(MAKECOOKIE)

Added: csw/mgar/pkg/pound2/trunk/checksums
===================================================================
--- csw/mgar/pkg/pound2/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/pound2/trunk/checksums	2009-06-30 10:25:36 UTC (rev 5430)
@@ -0,0 +1 @@
+4c4613e857ee14c06c61ab09e28ae503  download/Pound-2.4.5.tgz


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