*** empty log message ***

This commit is contained in:
Piotr Stolc 2005-02-04 08:07:23 +00:00 committed by Thomas Klausner
parent c2877c6a77
commit cae418b0b2
3 changed files with 31 additions and 0 deletions

7
php-fcgi/DESCR Normal file
View file

@ -0,0 +1,7 @@
PHP is an HTML-embedded scripting language. It is modular, with
some object-oriented features. Much of its syntax is borrowed from
C, Java and Perl with a couple of unique PHP-specific features
thrown in. The language is designed to allow web developers to
write dynamically generated pages quickly.
This package contains the FastCGI PHP binary.

22
php-fcgi/Makefile Normal file
View file

@ -0,0 +1,22 @@
# $NetBSD: Makefile,v 1.3 2005/02/04 08:07:23 socrtp Exp $
#
PKGNAME= php-fcgi-${PHP_BASE_VERS}
COMMENT= FastCGI interface for ${PKG_PHP}
USE_BUILDLINK3= YES
LIBTOOL_OVERRIDE=
.include "../../lang/php/phpversion.mk"
.include "${PHPPKGSRCDIR}/Makefile.php"
CONFIGURE_ARGS+= --enable-fastcgi
# Ensure we export symbols in the linked shared object.
LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/sapi/cgi/php ${PREFIX}/bin/php-fcgi
.include "${PHPPKGSRCDIR}/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

2
php-fcgi/PLIST Normal file
View file

@ -0,0 +1,2 @@
@comment $NetBSD: PLIST,v 1.3 2005/02/04 08:07:23 socrtp Exp $
bin/php-fcgi