diff options
author | ale <ale@FreeBSD.org> | 2004-07-19 16:28:11 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-07-19 16:28:11 +0800 |
commit | b820a9d49d0e2af6c231ded54247324394133574 (patch) | |
tree | 81d45a2f15ba4c3e75ae98540a18c6832f2e02fd | |
parent | 5a3b709cd5712edeb2377ac9299003af5ce8ee0b (diff) | |
download | freebsd-ports-gnome-b820a9d49d0e2af6c231ded54247324394133574.tar.gz freebsd-ports-gnome-b820a9d49d0e2af6c231ded54247324394133574.tar.zst freebsd-ports-gnome-b820a9d49d0e2af6c231ded54247324394133574.zip |
Add a new shared extension for PHP.
-rw-r--r-- | net-mgmt/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/php4-snmp/Makefile | 14 | ||||
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/php4-xmlrpc/Makefile | 14 | ||||
-rw-r--r-- | net/php4-yp/Makefile | 14 | ||||
-rw-r--r-- | security/Makefile | 1 |
6 files changed, 45 insertions, 0 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index ac693c02427a..089b82e453b0 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -112,6 +112,7 @@ SUBDIR += p5-Tie-NetAddr-IP SUBDIR += packit SUBDIR += pancho + SUBDIR += php4-snmp SUBDIR += pixilate SUBDIR += pmacct SUBDIR += portmon diff --git a/net-mgmt/php4-snmp/Makefile b/net-mgmt/php4-snmp/Makefile new file mode 100644 index 000000000000..b7dd03cf50de --- /dev/null +++ b/net-mgmt/php4-snmp/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php4-snmp +# Date created: 7 Jul 2004 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= net-mgmt + +MASTERDIR= ${.CURDIR}/../../lang/php4 + +PKGNAMESUFFIX= -snmp + +.include "${MASTERDIR}/Makefile" diff --git a/net/Makefile b/net/Makefile index 7e0b7963edf0..9c4c1c8fde65 100644 --- a/net/Makefile +++ b/net/Makefile @@ -516,6 +516,7 @@ SUBDIR += php4-ldap SUBDIR += php4-sockets SUBDIR += php4-xmlrpc + SUBDIR += php4-yp SUBDIR += phpldapadmin SUBDIR += pim6dd SUBDIR += pim6sd diff --git a/net/php4-xmlrpc/Makefile b/net/php4-xmlrpc/Makefile new file mode 100644 index 000000000000..17f4c47fc892 --- /dev/null +++ b/net/php4-xmlrpc/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php4-xmlrpc +# Date created: 7 Jul 2004 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= net + +MASTERDIR= ${.CURDIR}/../../lang/php4 + +PKGNAMESUFFIX= -xmlrpc + +.include "${MASTERDIR}/Makefile" diff --git a/net/php4-yp/Makefile b/net/php4-yp/Makefile new file mode 100644 index 000000000000..048a80ac9374 --- /dev/null +++ b/net/php4-yp/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php4-yp +# Date created: 7 Jul 2004 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= net + +MASTERDIR= ${.CURDIR}/../../lang/php4 + +PKGNAMESUFFIX= -yp + +.include "${MASTERDIR}/Makefile" diff --git a/security/Makefile b/security/Makefile index d15044d5692a..6d5ff09d8a18 100644 --- a/security/Makefile +++ b/security/Makefile @@ -317,6 +317,7 @@ SUBDIR += pgpdump SUBDIR += pgpgpg SUBDIR += pgpin + SUBDIR += php4-crack SUBDIR += pidentd SUBDIR += pinentry SUBDIR += pinentry-curses |