summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorjdolecek <jdolecek@pkgsrc.org>2004-10-31 21:20:08 +0000
committerjdolecek <jdolecek@pkgsrc.org>2004-10-31 21:20:08 +0000
commitec3c63fd71dfc2c9f23fabb09d3854f0ada4ea4d (patch)
tree5a21b03b855f2373e94fc38775ea274d3d4e6401 /net
parente0e2dcc2efded1db5abe60bad3434086c7f51f22 (diff)
downloadpkgsrc-ec3c63fd71dfc2c9f23fabb09d3854f0ada4ea4d.tar.gz
remove php4-* extension packages, replaced by php-* packages, which support
PHP5 too
Diffstat (limited to 'net')
-rw-r--r--net/php4-ftp/DESCR2
-rw-r--r--net/php4-ftp/Makefile19
-rw-r--r--net/php4-snmp/DESCR2
-rw-r--r--net/php4-snmp/Makefile15
-rw-r--r--net/php4-sockets/DESCR2
-rw-r--r--net/php4-sockets/Makefile14
-rw-r--r--net/php4-yp/DESCR2
-rw-r--r--net/php4-yp/Makefile14
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"