aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-03-07 20:12:06 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-03-07 20:12:06 +0000
commitd837c5b412265b2bdef7d26ce28d999896773617 (patch)
tree9dffead00daed36a18f08e2f51736ba9263c740f /math
parent95c49740b020160f3f623216e10e4e103235b9eb (diff)
downloadports-d837c5b412265b2bdef7d26ce28d999896773617.tar.gz
ports-d837c5b412265b2bdef7d26ce28d999896773617.zip
Notes
Diffstat (limited to 'math')
-rw-r--r--math/Makefile1
-rw-r--r--math/pecl-bitset2/Makefile25
-rw-r--r--math/pecl-bitset2/distinfo2
-rw-r--r--math/pecl-bitset2/pkg-descr3
4 files changed, 31 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile
index 241b335abce1..efbbef783a21 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -556,6 +556,7 @@
SUBDIR += pear-Math_Combinatorics
SUBDIR += pecl-big_int
SUBDIR += pecl-bitset
+ SUBDIR += pecl-bitset2
SUBDIR += pecl-stats
SUBDIR += pecl-trader
SUBDIR += php55-bcmath
diff --git a/math/pecl-bitset2/Makefile b/math/pecl-bitset2/Makefile
new file mode 100644
index 000000000000..52b3cd1e7118
--- /dev/null
+++ b/math/pecl-bitset2/Makefile
@@ -0,0 +1,25 @@
+# Created by: Greg Larkin <glarkin@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= bitset
+PORTVERSION= 2.0.3
+CATEGORIES= math
+MASTER_SITES= http://pecl.php.net/get/
+PKGNAMEPREFIX= pecl-
+PKGNAMESUFFIX= 2
+DIST_SUBDIR= PECL
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= PECL extension for manipulating bitsets
+
+LICENSE= PHP301
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+PORTSCOUT= limit:^2\.
+
+IGNORE_WITH_PHP=70
+USE_PHP= yes
+USE_PHPEXT= yes
+USES= tar:tgz
+
+.include <bsd.port.mk>
diff --git a/math/pecl-bitset2/distinfo b/math/pecl-bitset2/distinfo
new file mode 100644
index 000000000000..a9dc5a186ea4
--- /dev/null
+++ b/math/pecl-bitset2/distinfo
@@ -0,0 +1,2 @@
+SHA256 (PECL/bitset-2.0.3.tgz) = 6fbfe633482e281e08291e56edd1270057ff4e883aca13822273e3729f491ebe
+SIZE (PECL/bitset-2.0.3.tgz) = 19682
diff --git a/math/pecl-bitset2/pkg-descr b/math/pecl-bitset2/pkg-descr
new file mode 100644
index 000000000000..def8e1dcac66
--- /dev/null
+++ b/math/pecl-bitset2/pkg-descr
@@ -0,0 +1,3 @@
+This extension for PHP provides routines for manipulating bitsets.
+
+WWW: http://pecl.php.net/package/Bitset