[csw-devel] SF.net SVN: gar:[14374] csw/mgar/pkg
idogan23 at users.sourceforge.net
idogan23 at users.sourceforge.net
Thu Apr 21 20:49:19 CEST 2011
Revision: 14374
http://gar.svn.sourceforge.net/gar/?rev=14374&view=rev
Author: idogan23
Date: 2011-04-21 18:49:18 +0000 (Thu, 21 Apr 2011)
Log Message:
-----------
cherokee: initial commit
Added Paths:
-----------
csw/mgar/pkg/cherokee/
csw/mgar/pkg/cherokee/Makefile
csw/mgar/pkg/cherokee/branches/
csw/mgar/pkg/cherokee/tags/
csw/mgar/pkg/cherokee/trunk/
csw/mgar/pkg/cherokee/trunk/Makefile
csw/mgar/pkg/cherokee/trunk/checksums
csw/mgar/pkg/cherokee/trunk/files/
Copied: csw/mgar/pkg/cherokee/Makefile (from rev 13407, csw/mgar/pkg/template/Makefile)
===================================================================
--- csw/mgar/pkg/cherokee/Makefile (rev 0)
+++ csw/mgar/pkg/cherokee/Makefile 2011-04-21 18:49:18 UTC (rev 14374)
@@ -0,0 +1,15 @@
+# vim: ft=make ts=4 sw=4 noet
+
+default:
+ @echo "You are in the pkg/ directory."
+
+%:
+ $(MAKE) -C trunk $*
+
+paranoid-%:
+ $(MAKE) -C trunk $* || exit 2
+
+export BUILDLOG ?= $(shell pwd)/buildlog.txt
+
+report-%:
+ $(MAKE) -C trunk $* || echo " *** make $* in $$i failed ***" >> $(BUILDLOG)
Property changes on: csw/mgar/pkg/cherokee/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/cherokee/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cherokee/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/cherokee/trunk/Makefile 2011-04-21 18:49:18 UTC (rev 14374)
@@ -0,0 +1,40 @@
+# $Id$
+NAME = cherokee
+VERSION = 1.2.2
+CATEGORIES = server
+
+DESCRIPTION = Extremely fast and flexible web server
+define BLURB
+ Cherokee is a very fast, flexible and easy to configure Web Server. It
+ supports the widespread technologies nowadays: FastCGI, SCGI, PHP, CGI, TLS
+ and SSL encrypted connections, Virtual hosts, Authentication, on the fly
+ encoding, Load balancing, Apache compatible log files, and much more. A user
+ friendly interface called cherokee-admin is provided for a no-hassle
+ configuration of the server.
+endef
+
+VENDOR_URL = http://www.cherokee-project.com/
+MASTER_SITES = http://www.cherokee-project.com/download/1.2/$(VERSION)/
+DISTFILES = $(DISTNAME).tar.gz
+
+# File name regex to get notifications about upstream software releases
+UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
+
+# If the url used to check for software update is different of MASTER_SITES, then
+# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES
+# UPSTREAM_MASTER_SITES =
+
+# Does not build on Solaris 9
+PACKAGING_PLATFORMS += solaris10-sparc solaris10-i386
+
+GARCOMPILER = GCC4
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+# Does not build
+CONFIGURE_ARGS += --with-geoip=no
+
+# Does not run at the moment
+SKIPTEST = 1
+
+include gar/category.mk
Property changes on: csw/mgar/pkg/cherokee/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: csw/mgar/pkg/cherokee/trunk/checksums
===================================================================
--- csw/mgar/pkg/cherokee/trunk/checksums (rev 0)
+++ csw/mgar/pkg/cherokee/trunk/checksums 2011-04-21 18:49:18 UTC (rev 14374)
@@ -0,0 +1 @@
+6450f0aa116966227c477a1930292e53 cherokee-1.2.2.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