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

skayser at users.sourceforge.net skayser at users.sourceforge.net
Thu Dec 9 01:00:54 CET 2010


Revision: 11841
          http://gar.svn.sourceforge.net/gar/?rev=11841&view=rev
Author:   skayser
Date:     2010-12-09 00:00:54 +0000 (Thu, 09 Dec 2010)

Log Message:
-----------
haproxy: initial commit, work in progress, feel free to take over

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


Property changes on: csw/mgar/pkg/haproxy/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/haproxy/trunk/Makefile
===================================================================
--- csw/mgar/pkg/haproxy/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/haproxy/trunk/Makefile	2010-12-09 00:00:54 UTC (rev 11841)
@@ -0,0 +1,56 @@
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+# ! Build in unknown state, work in progress, please take over & verify
+# ! Include init script
+# ! Include default configuration
+# * Use the shipped Makefile optimization flags
+#
+GARNAME = haproxy
+GARVERSION = 1.4.1
+CATEGORIES = apps
+
+DESCRIPTION = Reliable, high performance TCP/HTTP load balancer
+define BLURB
+  HAProxy is a free, very fast and reliable solution offering high
+  availability, load balancing, and proxying for TCP and HTTP-based
+  applications. It is particularly suited for web sites crawling under
+  very high loads while needing persistence or Layer7 processing.
+  Supporting tens of thousands of connections is clearly realistic with
+  todays hardware. Its mode of operation makes its integration into
+  existing architectures very easy and riskless, while still offering the
+  possibility not to expose fragile web servers to the Net.
+endef
+
+VENDOR_URL   = http://haproxy.1wt.eu/
+MASTER_SITES = http://haproxy.1wt.eu/download/1.4/src/
+DISTFILES    = $(GARNAME)-$(GARVERSION).tar.gz
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+UPSTREAM_MASTER_SITES = $(VENDOR_URL)
+
+# Heavily optimized, supported for gcc, didn't dare to touch
+GARCOMPILER = GCC4
+
+CONFIGURE_SCRIPTS =
+TEST_SCRIPTS =
+
+BUILD_ARGS = \
+	TARGET=solaris \
+	CC=$(CC) \
+	CFLAGS="$(CFLAGS)" \
+	LDFLAGS="$(LDFLAGS)"
+
+INSTALL_ARGS = \
+	PREFIX=$(prefix) \
+	DOCDIR=$(docdir)/$(GARNAME)
+
+include gar/category.mk
+
+# Makefile contains references to install
+PATH := /opt/csw/gnu:$(PATH)
+
+post-install-modulated: DOCDEST=$(DESTDIR)$(docdir)/$(GARNAME)
+post-install-modulated:
+	mkdir -p $(DOCDEST)
+	cp -r $(WORKSRC)/examples $(DOCDEST)
+	cp -r $(WORKSRC)/doc/* $(DOCDEST)
+	@$(MAKECOOKIE)

Added: csw/mgar/pkg/haproxy/trunk/checksums
===================================================================
--- csw/mgar/pkg/haproxy/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/haproxy/trunk/checksums	2010-12-09 00:00:54 UTC (rev 11841)
@@ -0,0 +1 @@
+7f27c2dec3d67fce1b113be5fe878c33  haproxy-1.4.1.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