summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorjlam <jlam>2004-03-10 18:20:10 +0000
committerjlam <jlam>2004-03-10 18:20:10 +0000
commit056c2c890a7e22161f223ea775664f60659234a4 (patch)
treef2ff451829021f7e4e008cc751690643d8531e91 /net
parent10cc5a2a02ecf8bccaeb1801a207abab579becfc (diff)
downloadpkgsrc-056c2c890a7e22161f223ea775664f60659234a4.tar.gz
Remove PHP3 packages from pkgsrc as they're unmaintained by PHP folks
and by pkgsrc folks.
Diffstat (limited to 'net')
-rw-r--r--net/Makefile3
-rw-r--r--net/php3-snmp/DESCR2
-rw-r--r--net/php3-snmp/Makefile17
3 files changed, 1 insertions, 21 deletions
diff --git a/net/Makefile b/net/Makefile
index 842cbf40d05..481eac2f004 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.453 2004/03/07 18:46:45 minskim Exp $
+# $NetBSD: Makefile,v 1.454 2004/03/10 18:20:10 jlam Exp $
#
COMMENT= Networking tools
@@ -224,7 +224,6 @@ SUBDIR+= pchar
SUBDIR+= pconsole
SUBDIR+= pen
SUBDIR+= pfnet
-SUBDIR+= php3-snmp
SUBDIR+= php4-ftp
SUBDIR+= php4-snmp
SUBDIR+= php4-sockets
diff --git a/net/php3-snmp/DESCR b/net/php3-snmp/DESCR
deleted file mode 100644
index 05f87c8128e..00000000000
--- a/net/php3-snmp/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-PHP is a programming language designed to be embedded into web pages.
-This module provides access to SNMP databases.
diff --git a/net/php3-snmp/Makefile b/net/php3-snmp/Makefile
deleted file mode 100644
index 44a55f0c470..00000000000
--- a/net/php3-snmp/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# $NetBSD: Makefile,v 1.2 2002/04/20 18:46:08 fredb Exp $
-
-MODNAME= snmp
-CATEGORIES+= net
-PKGREVISION= 1
-COMMENT= PHP3 extension for SNMP database access
-
-.include "../../www/php3/Makefile.module"
-
-DEPENDS+= ucd-snmp-4.2.4*:../../net/ucd-snmp
-
-CONFIGURE_ARGS+= --with-snmp=${LOCALBASE}
-MOD_CPPFLAGS+= -I${LOCALBASE}/include/ucd-snmp
-MOD_CPPFLAGS+= -I${WRKSRC}/dl
-MOD_LIBS+= -lsnmp
-
-.include "../../mk/bsd.pkg.mk"