diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/ap2-php4/DESCR | 7 | ||||
-rw-r--r-- | www/ap2-php4/MESSAGE | 15 | ||||
-rw-r--r-- | www/ap2-php4/Makefile | 25 | ||||
-rw-r--r-- | www/ap2-php4/PLIST | 2 |
4 files changed, 0 insertions, 49 deletions
diff --git a/www/ap2-php4/DESCR b/www/ap2-php4/DESCR deleted file mode 100644 index 8c1c0753446..00000000000 --- a/www/ap2-php4/DESCR +++ /dev/null @@ -1,7 +0,0 @@ -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 dynamically loadable PHP4 Apache module. diff --git a/www/ap2-php4/MESSAGE b/www/ap2-php4/MESSAGE deleted file mode 100644 index 669d264d2e4..00000000000 --- a/www/ap2-php4/MESSAGE +++ /dev/null @@ -1,15 +0,0 @@ -=========================================================================== -$NetBSD: MESSAGE,v 1.1.1.1 2002/10/17 09:56:52 martti Exp $ - -To add this to your Apache server, you will need to add the following -lines to the appropriate place in your httpd.conf file: - - LoadModule php4_module lib/httpd/mod_php4.so - - AddType application/x-httpd-php .php - -You may also add following if you still use .php3 files: - - AddType application/x-httpd-php .php3 - -=========================================================================== diff --git a/www/ap2-php4/Makefile b/www/ap2-php4/Makefile deleted file mode 100644 index d97fece4390..00000000000 --- a/www/ap2-php4/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# $NetBSD: Makefile,v 1.4 2003/08/23 14:22:45 grant Exp $ - -PKGNAME= ap2-php-${PHP_BASE_VERS} -PKGREVISION= # empty -COMMENT= Apache 2.x module for PHP4 - -DEPENDS+= php>=${PHP_BASE_VERS}:../../www/php4 - -USE_BUILDLINK2= YES -APACHE_MODULE= YES - -.include "../../www/php4/Makefile.php" - -# Ensure we export symbols in the linked shared object. -LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS} - -# Needed to pickup includes -CFLAGS+= -I${PREFIX}/include/apr-0 - -do-install: - ${INSTALL_DATA} ${WRKSRC}/.libs/libphp4.so \ - ${PREFIX}/lib/httpd/mod_php4.so - -.include "../../www/apache2/buildlink2.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/www/ap2-php4/PLIST b/www/ap2-php4/PLIST deleted file mode 100644 index 480b58b33be..00000000000 --- a/www/ap2-php4/PLIST +++ /dev/null @@ -1,2 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/10/17 09:56:52 martti Exp $ -lib/httpd/mod_php4.so |