pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/ap2-php4 Remove the ap2-php4 package. The ap-php4...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7448a2ae8aac
branches: trunk
changeset: 460923:7448a2ae8aac
user: erh <erh%pkgsrc.org@localhost>
date: Sun Sep 07 19:06:54 2003 +0000
description:
Remove the ap2-php4 package. The ap-php4 now works for apache2 also.
diffstat:
www/ap2-php4/DESCR | 7 -------
www/ap2-php4/MESSAGE | 15 ---------------
www/ap2-php4/Makefile | 25 -------------------------
www/ap2-php4/PLIST | 2 --
4 files changed, 0 insertions(+), 49 deletions(-)
diffs (65 lines):
diff -r d82eccb683fb -r 7448a2ae8aac www/ap2-php4/DESCR
--- a/www/ap2-php4/DESCR Sun Sep 07 18:17:02 2003 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r d82eccb683fb -r 7448a2ae8aac www/ap2-php4/MESSAGE
--- a/www/ap2-php4/MESSAGE Sun Sep 07 18:17:02 2003 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r d82eccb683fb -r 7448a2ae8aac www/ap2-php4/Makefile
--- a/www/ap2-php4/Makefile Sun Sep 07 18:17:02 2003 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r d82eccb683fb -r 7448a2ae8aac www/ap2-php4/PLIST
--- a/www/ap2-php4/PLIST Sun Sep 07 18:17:02 2003 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index