summaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-07-07 14:57:49 +0000
committermiwi <miwi@FreeBSD.org>2007-07-07 14:57:49 +0000
commit329fb01d05d5b5889bff90f9e26cecedac81bf6a (patch)
tree4a72d5212a2c00900cd35e89e3f4c1a1aa12f55f /math
parent8caca5cfb4860ee23d9a5040374aaa6940eca036 (diff)
downloadFreeBSD-ports-329fb01d05d5b5889bff90f9e26cecedac81bf6a.zip
FreeBSD-ports-329fb01d05d5b5889bff90f9e26cecedac81bf6a.tar.gz
This extension for PHP provides routines for manipulating bitsets.
WWW: http://pecl.php.net/package/Bitset PR: ports/114357 Submitted by: Greg Larkin <glarkin at sourcehosting.net>
Diffstat (limited to 'math')
-rw-r--r--math/Makefile1
-rw-r--r--math/pecl-bitset/Makefile22
-rw-r--r--math/pecl-bitset/distinfo3
-rw-r--r--math/pecl-bitset/pkg-descr3
4 files changed, 29 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile
index 6343a8b..c1f1e67 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -278,6 +278,7 @@
SUBDIR += parmetis
SUBDIR += pear-Math_Combinatorics
SUBDIR += pecl-big_int
+ SUBDIR += pecl-bitset
SUBDIR += pecl-stats
SUBDIR += petsc
SUBDIR += petsc-mpich
diff --git a/math/pecl-bitset/Makefile b/math/pecl-bitset/Makefile
new file mode 100644
index 0000000..082df76
--- /dev/null
+++ b/math/pecl-bitset/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: pecl-bitset
+# Date created: 2007/07/06
+# Whom: Greg Larkin <glarkin@sourcehosting.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= bitset
+PORTVERSION= 1.0
+CATEGORIES= math
+MASTER_SITES= http://pecl.php.net/get/
+PKGNAMEPREFIX= pecl-
+EXTRACT_SUFX= .tgz
+DIST_SUBDIR= PECL
+
+MAINTAINER= glarkin@sourcehosting.net
+COMMENT= A PECL extension for manipulating bitsets
+
+USE_PHP= yes
+USE_PHPEXT= yes
+
+.include <bsd.port.mk>
diff --git a/math/pecl-bitset/distinfo b/math/pecl-bitset/distinfo
new file mode 100644
index 0000000..645b2e1
--- /dev/null
+++ b/math/pecl-bitset/distinfo
@@ -0,0 +1,3 @@
+MD5 (PECL/bitset-1.0.tgz) = 9a4514a398a1b192fe215521db5f7546
+SHA256 (PECL/bitset-1.0.tgz) = d8bc167edb95091c452aaceb085cadd6eb419f505ce54f2b8c22dd07b450bd52
+SIZE (PECL/bitset-1.0.tgz) = 12298
diff --git a/math/pecl-bitset/pkg-descr b/math/pecl-bitset/pkg-descr
new file mode 100644
index 0000000..def8e1d
--- /dev/null
+++ b/math/pecl-bitset/pkg-descr
@@ -0,0 +1,3 @@
+This extension for PHP provides routines for manipulating bitsets.
+
+WWW: http://pecl.php.net/package/Bitset
OpenPOWER on IntegriCloud