diff options
author | rafan <rafan@FreeBSD.org> | 2007-03-05 20:09:31 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-03-05 20:09:31 +0800 |
commit | 2642e5ef021688157d3e804fab25918e577a08de (patch) | |
tree | ee27ca3101af29590eeffcf03c7972e2c49fa886 /devel | |
parent | b39f1ba2dde283ed8b23d4f72315f4889c25ce1f (diff) | |
download | freebsd-ports-gnome-2642e5ef021688157d3e804fab25918e577a08de.tar.gz freebsd-ports-gnome-2642e5ef021688157d3e804fab25918e577a08de.tar.zst freebsd-ports-gnome-2642e5ef021688157d3e804fab25918e577a08de.zip |
Add pecl-hidef 0.1.0, constants for real.
PR: ports/109808
Submitted by: chinsan
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/pecl-hidef/Makefile | 24 | ||||
-rw-r--r-- | devel/pecl-hidef/distinfo | 3 | ||||
-rw-r--r-- | devel/pecl-hidef/pkg-descr | 5 |
4 files changed, 33 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index cfd22d47a4df..0f7d3dafdf1f 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1662,6 +1662,7 @@ SUBDIR += pear-apd SUBDIR += pecl-bcompiler SUBDIR += pecl-expect + SUBDIR += pecl-hidef SUBDIR += pecl-json SUBDIR += pecl-operator SUBDIR += pecl-runkit diff --git a/devel/pecl-hidef/Makefile b/devel/pecl-hidef/Makefile new file mode 100644 index 000000000000..c4287c00459c --- /dev/null +++ b/devel/pecl-hidef/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: pecl-hidef +# Date created: 2007/03/02 +# Whom: chinsan +# +# $FreeBSD$ +# + +PORTNAME= hidef +PORTVERSION= 0.1.0 +CATEGORIES= devel pear +MASTER_SITES= http://pecl.php.net/get/ +PKGNAMEPREFIX= pecl- +EXTRACT_SUFX= .tgz +DIST_SUBDIR= PECL + +MAINTAINER= chinsan@FreeBSD.org +COMMENT= Constants for real + +USE_PHP= yes +USE_PHPEXT= yes + +CONFIGURE_ARGS= --enable-hidef + +.include <bsd.port.mk> diff --git a/devel/pecl-hidef/distinfo b/devel/pecl-hidef/distinfo new file mode 100644 index 000000000000..88888c09ab76 --- /dev/null +++ b/devel/pecl-hidef/distinfo @@ -0,0 +1,3 @@ +MD5 (PECL/hidef-0.1.0.tgz) = a023556578d91cd69a90175951bc264c +SHA256 (PECL/hidef-0.1.0.tgz) = 7ec4dec0b4ee269ad510cb4d470b71883a26eba92f139ed675f4b03899203ed4 +SIZE (PECL/hidef-0.1.0.tgz) = 4943 diff --git a/devel/pecl-hidef/pkg-descr b/devel/pecl-hidef/pkg-descr new file mode 100644 index 000000000000..63cf1cc75423 --- /dev/null +++ b/devel/pecl-hidef/pkg-descr @@ -0,0 +1,5 @@ +Allow definition of user defined constants in simple ini files, +which are then processed like internal constants, without any +of the usual performance penalties. + +WWW: http://pecl.php.net/package/hidef/ |