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

skayser at users.sourceforge.net skayser at users.sourceforge.net
Tue Mar 9 00:54:53 CET 2010


Revision: 9043
          http://gar.svn.sourceforge.net/gar/?rev=9043&view=rev
Author:   skayser
Date:     2010-03-08 23:54:53 +0000 (Mon, 08 Mar 2010)

Log Message:
-----------
mod_fcgid: initial commit

Added Paths:
-----------
    csw/mgar/pkg/mod_fcgid/
    csw/mgar/pkg/mod_fcgid/branches/
    csw/mgar/pkg/mod_fcgid/tags/
    csw/mgar/pkg/mod_fcgid/trunk/
    csw/mgar/pkg/mod_fcgid/trunk/Makefile
    csw/mgar/pkg/mod_fcgid/trunk/checksums
    csw/mgar/pkg/mod_fcgid/trunk/files/
    csw/mgar/pkg/mod_fcgid/trunk/files/changelog.CSW


Property changes on: csw/mgar/pkg/mod_fcgid/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/mod_fcgid/trunk/Makefile
===================================================================
--- csw/mgar/pkg/mod_fcgid/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/mod_fcgid/trunk/Makefile	2010-03-08 23:54:53 UTC (rev 9043)
@@ -0,0 +1,40 @@
+GARNAME = mod_fcgid
+GARVERSION = 2.3.5
+CATEGORIES = lib
+
+DESCRIPTION = FastCGI module with fine grained process spawn/lifetime control
+define BLURB
+  mod_fcgid is a high performance alternative to mod_cgi or mod_cgid,
+  which starts a sufficient number instances of the CGI program to handle
+  concurrent requests, and these programs remain running to handle further
+  incoming requests. It is favored by the PHP developers, for example, as
+  a preferred alternative to running mod_php in-process, delivering very
+  similar performance. 
+endef
+
+VENDOR_URL   = http://httpd.apache.org/mod_fcgid/
+MASTER_SITES = http://apache.mirroring.de/httpd/mod_fcgid/
+DISTFILES    = $(GARNAME)-$(GARVERSION).tar.gz
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+LICENSE      = LICENSE-FCGID
+
+PACKAGES = CSWap2modfcgid
+CATALOGNAME = ap2_modfcgid
+RUNTIME_DEP_PKGS = CSWap2prefork
+
+CONFIGURE_SCRIPTS = custom
+TEST_SCRIPTS =
+
+include gar/category.mk
+include ../../apache2/trunk/files/extensionbuild.mk
+
+configure-custom:
+	cd $(WORKSRC) && APXS=$(APXS) ./configure.apxs
+	@$(MAKECOOKIE)
+
+# Install changelog.CSW
+post-merge: $(foreach P,$(_PKG_SPECS),install-changelog-$P)
+install-changelog-%:
+	ginstall -D $(FILEDIR)/changelog.CSW \
+		$(PKGROOT)$(docdir)/$(call catalogname,$*)/changelog.CSW
+	@$(MAKECOOKIE)

Added: csw/mgar/pkg/mod_fcgid/trunk/checksums
===================================================================
--- csw/mgar/pkg/mod_fcgid/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/mod_fcgid/trunk/checksums	2010-03-08 23:54:53 UTC (rev 9043)
@@ -0,0 +1 @@
+82b5bec1ed1c0fc106d5271075641ef9  mod_fcgid-2.3.5.tar.gz

Added: csw/mgar/pkg/mod_fcgid/trunk/files/changelog.CSW
===================================================================
--- csw/mgar/pkg/mod_fcgid/trunk/files/changelog.CSW	                        (rev 0)
+++ csw/mgar/pkg/mod_fcgid/trunk/files/changelog.CSW	2010-03-08 23:54:53 UTC (rev 9043)
@@ -0,0 +1,5 @@
+mod_fcgid (2.3.5,REV=2010.03.09)
+
+  * Initial release.
+
+ -- Sebastian Kayser <skayser at opencsw.org>  Tue,  9 Mar 2010 00:43:21 +0100


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