[csw-devel] SF.net SVN: gar:[11119] csw/mgar/pkg
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Fri Oct 1 15:50:53 CEST 2010
Revision: 11119
http://gar.svn.sourceforge.net/gar/?rev=11119&view=rev
Author: dmichelsen
Date: 2010-10-01 13:50:52 +0000 (Fri, 01 Oct 2010)
Log Message:
-----------
varnish: Initial commit, requires stdbool.h from C99 and hence does not compile on Solaris
Added Paths:
-----------
csw/mgar/pkg/varnish/
csw/mgar/pkg/varnish/branches/
csw/mgar/pkg/varnish/tags/
csw/mgar/pkg/varnish/trunk/
csw/mgar/pkg/varnish/trunk/Makefile
csw/mgar/pkg/varnish/trunk/checksums
csw/mgar/pkg/varnish/trunk/files/
Property changes on: csw/mgar/pkg/varnish/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/varnish/trunk/Makefile
===================================================================
--- csw/mgar/pkg/varnish/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/varnish/trunk/Makefile 2010-10-01 13:50:52 UTC (rev 11119)
@@ -0,0 +1,21 @@
+# $Id$
+GARNAME = varnish
+GARVERSION = 2.1.3
+CATEGORIES = apps
+
+DESCRIPTION = Varnish Web Cache
+define BLURB
+ Long description
+endef
+
+MASTER_SITES = http://www.varnish-software.com/sites/default/files/
+DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
+
+# File name regex to get notifications about upstream software releases
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+VENDOR_URL = http://www.varnish-cache.org
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+include gar/category.mk
Property changes on: csw/mgar/pkg/varnish/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: csw/mgar/pkg/varnish/trunk/checksums
===================================================================
--- csw/mgar/pkg/varnish/trunk/checksums (rev 0)
+++ csw/mgar/pkg/varnish/trunk/checksums 2010-10-01 13:50:52 UTC (rev 11119)
@@ -0,0 +1 @@
+357d99a760de173d841ac37bf2052be8 varnish-2.1.3.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