diff options
author | ale <ale@FreeBSD.org> | 2004-07-19 17:13:09 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-07-19 17:13:09 +0800 |
commit | b705da3177f0a1d5b7b62f8a746213a5547c5fd1 (patch) | |
tree | f4288c3d735aa4547829047d39173e39882c0552 | |
parent | 79d8ac2d7e15f2d70d9f961023a14c1da6855cd6 (diff) | |
download | freebsd-ports-graphics-b705da3177f0a1d5b7b62f8a746213a5547c5fd1.tar.gz freebsd-ports-graphics-b705da3177f0a1d5b7b62f8a746213a5547c5fd1.tar.zst freebsd-ports-graphics-b705da3177f0a1d5b7b62f8a746213a5547c5fd1.zip |
Add a new shared extension for PHP.
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/php5-exif/Makefile | 14 | ||||
-rw-r--r-- | graphics/php5-ming/Makefile | 14 | ||||
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/php5-imap/Makefile | 14 | ||||
-rw-r--r-- | math/Makefile | 1 |
6 files changed, 45 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 4dba04d15ef..29da927fbab 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -323,6 +323,7 @@ SUBDIR += php4-ming SUBDIR += php5-exif SUBDIR += php5-gd + SUBDIR += php5-ming SUBDIR += phplot SUBDIR += picturebook SUBDIR += piddle diff --git a/graphics/php5-exif/Makefile b/graphics/php5-exif/Makefile new file mode 100644 index 00000000000..b02212ed4e9 --- /dev/null +++ b/graphics/php5-exif/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php5-exif +# Date created: 7 Jul 2004 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= graphics + +MASTERDIR= ${.CURDIR}/../../lang/php5 + +PKGNAMESUFFIX= -exif + +.include "${MASTERDIR}/Makefile" diff --git a/graphics/php5-ming/Makefile b/graphics/php5-ming/Makefile new file mode 100644 index 00000000000..e0c4e0684da --- /dev/null +++ b/graphics/php5-ming/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php5-ming +# Date created: 7 Jul 2004 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= graphics + +MASTERDIR= ${.CURDIR}/../../lang/php5 + +PKGNAMESUFFIX= -ming + +.include "${MASTERDIR}/Makefile" diff --git a/mail/Makefile b/mail/Makefile index e1a363cfd01..7b50042d878 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -293,6 +293,7 @@ SUBDIR += pgp4pine SUBDIR += pgpsendmail SUBDIR += php4-imap + SUBDIR += php5-imap SUBDIR += pine-pgp-filters SUBDIR += pine4 SUBDIR += pm-lib diff --git a/mail/php5-imap/Makefile b/mail/php5-imap/Makefile new file mode 100644 index 00000000000..859dccbc4a6 --- /dev/null +++ b/mail/php5-imap/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php5-imap +# Date created: 7 Jul 2004 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= mail + +MASTERDIR= ${.CURDIR}/../../lang/php5 + +PKGNAMESUFFIX= -imap + +.include "${MASTERDIR}/Makefile" diff --git a/math/Makefile b/math/Makefile index 0a0678feb5c..2e95208a32f 100644 --- a/math/Makefile +++ b/math/Makefile @@ -162,6 +162,7 @@ SUBDIR += parmetis SUBDIR += php4-bcmath SUBDIR += php4-gmp + SUBDIR += php5-bcmath SUBDIR += physcalc SUBDIR += ploticus SUBDIR += ploticus-nox11 |