Commit graph

4 commits

Author SHA1 Message Date
tv
8f23e01f78 This was building without properly attaching a DEPENDS reference to apache2,
thus leaving the package dangling if apache2 were to be removed or upgraded.

Change to using apache2/buildlink3.mk, like the other ap2-* modules do,
and bump PKGREVISION for the implicit DEPENDS change.
2005-09-20 18:25:47 +00:00
jlam
f35b224a50 SUBST_FILES.* must be relative to ${WRKSRC}. 2005-05-21 04:10:17 +00:00
seb
100863bffa Fix build: make sure LIBTOOL from pkgsrc infrastructure is used.
XXX May be apache2 package's LOCALBASE/share/httpd/build/config_vars.mk
definition of LIBTOOL needs to be adjusted instead of doing this.
2004-12-09 22:52:03 +00:00
cube
ef8e4f6a6b Initial import of ap2-fastcgi, version 2.4.2 into the NetBSD Packages
Collection.

FastCGI provides a high-performance alternative to CGI for writing Web
server applications in a variety of languages, including Perl, C, C++,
Java, and Python.  FastCGI gets its speed by having keeping application
processes running between requests.  So, unlike CGI, you do not have the
overhead of starting up a new process and doing application initialization
(e.g. connecting to a database) each time somebody requests a document.

This package works with Apache version 2 series.  In order to use FastCGI
with the version 1.3 series, use www/ap-fastcgi instead.
2004-10-28 21:04:16 +00:00