diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2004-10-31 21:20:08 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2004-10-31 21:20:08 +0000 |
commit | 8678c3718fdca8f984a7d0a696ec52b0f0767717 (patch) | |
tree | 5a21b03b855f2373e94fc38775ea274d3d4e6401 /net | |
parent | caf9bf6a996fb71384c5379b0542563778fe6f23 (diff) | |
download | pkgsrc-8678c3718fdca8f984a7d0a696ec52b0f0767717.tar.gz |
remove php4-* extension packages, replaced by php-* packages, which support
PHP5 too
Diffstat (limited to 'net')
-rw-r--r-- | net/php4-ftp/DESCR | 2 | ||||
-rw-r--r-- | net/php4-ftp/Makefile | 19 | ||||
-rw-r--r-- | net/php4-snmp/DESCR | 2 | ||||
-rw-r--r-- | net/php4-snmp/Makefile | 15 | ||||
-rw-r--r-- | net/php4-sockets/DESCR | 2 | ||||
-rw-r--r-- | net/php4-sockets/Makefile | 14 | ||||
-rw-r--r-- | net/php4-yp/DESCR | 2 | ||||
-rw-r--r-- | net/php4-yp/Makefile | 14 |
8 files changed, 0 insertions, 70 deletions
diff --git a/net/php4-ftp/DESCR b/net/php4-ftp/DESCR deleted file mode 100644 index 1b1cb50466d..00000000000 --- a/net/php4-ftp/DESCR +++ /dev/null @@ -1,2 +0,0 @@ -PHP is a programming language designed to be embedded into web pages. -This module provides access to FTP sites through a FTP library for PHP4. diff --git a/net/php4-ftp/Makefile b/net/php4-ftp/Makefile deleted file mode 100644 index 3c7c8eb0792..00000000000 --- a/net/php4-ftp/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $NetBSD: Makefile,v 1.9 2004/04/25 00:18:14 xtraeme Exp $ - -MODNAME= ftp -PKGREVISION= # empty -CATEGORIES+= net -COMMENT= PHP4 extension for FTP access - -USE_BUILDLINK3= YES - -.include "../../www/php4/Makefile.module" - -CONFIGURE_ARGS+= --enable-${MODNAME} - -# adjust so that the pkg gets built with SSL support -LIBS+= -lssl -lcrypto -CFLAGS+= -DHAVE_OPENSSL_EXT - -.include "../../security/openssl/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/net/php4-snmp/DESCR b/net/php4-snmp/DESCR deleted file mode 100644 index 4f9847f40a8..00000000000 --- a/net/php4-snmp/DESCR +++ /dev/null @@ -1,2 +0,0 @@ -PHP is a programming language designed to be embedded into web pages. -This module provides support for SNMP. diff --git a/net/php4-snmp/Makefile b/net/php4-snmp/Makefile deleted file mode 100644 index 20eff6df897..00000000000 --- a/net/php4-snmp/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# $NetBSD: Makefile,v 1.5 2004/04/25 00:18:14 xtraeme Exp $ - -MODNAME= snmp -CATEGORIES+= net -PKGREVISION= # empty -COMMENT= PHP4 extension for SNMP - -USE_BUILDLINK3= YES - -.include "../../www/php4/Makefile.module" - -CONFIGURE_ARGS+= --with-${MODNAME}=${PREFIX} - -.include "../../net/net-snmp/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/net/php4-sockets/DESCR b/net/php4-sockets/DESCR deleted file mode 100644 index 013e2f072a4..00000000000 --- a/net/php4-sockets/DESCR +++ /dev/null @@ -1,2 +0,0 @@ -PHP is a programming language designed to be embedded into web pages. -This module provides sockets support for PHP4. diff --git a/net/php4-sockets/Makefile b/net/php4-sockets/Makefile deleted file mode 100644 index f1a23076c8b..00000000000 --- a/net/php4-sockets/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -# $NetBSD: Makefile,v 1.5 2004/04/25 00:18:14 xtraeme Exp $ - -MODNAME= sockets -CATEGORIES+= net -PKGREVISION= # empty -COMMENT= PHP4 extension for sockets support - -USE_BUILDLINK3= YES - -.include "../../www/php4/Makefile.module" - -CONFIGURE_ARGS+= --enable-${MODNAME}=shared,${BUILDLINK_DIR} - -.include "../../mk/bsd.pkg.mk" diff --git a/net/php4-yp/DESCR b/net/php4-yp/DESCR deleted file mode 100644 index 98bdc34460e..00000000000 --- a/net/php4-yp/DESCR +++ /dev/null @@ -1,2 +0,0 @@ -PHP is a programming language designed to be embedded into web pages. -This module provides PHP4 access to a YP domain. diff --git a/net/php4-yp/Makefile b/net/php4-yp/Makefile deleted file mode 100644 index 79629330eb7..00000000000 --- a/net/php4-yp/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -# $NetBSD: Makefile,v 1.5 2004/04/25 00:18:14 xtraeme Exp $ - -MODNAME= yp -CATEGORIES+= net -PKGREVISION= # empty -COMMENT= PHP4 extension for YP domain support - -USE_BUILDLINK3= YES - -.include "../../www/php4/Makefile.module" - -CONFIGURE_ARGS+= --enable-${MODNAME}=shared,${BUILDLINK_DIR} - -.include "../../mk/bsd.pkg.mk" |