mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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>
This commit is contained in:
parent
5b469e5774
commit
a76bcaa600
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=195159
4 changed files with 29 additions and 0 deletions
|
@ -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
|
||||
|
|
22
math/pecl-bitset/Makefile
Normal file
22
math/pecl-bitset/Makefile
Normal file
|
@ -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>
|
3
math/pecl-bitset/distinfo
Normal file
3
math/pecl-bitset/distinfo
Normal file
|
@ -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
|
3
math/pecl-bitset/pkg-descr
Normal file
3
math/pecl-bitset/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
This extension for PHP provides routines for manipulating bitsets.
|
||||
|
||||
WWW: http://pecl.php.net/package/Bitset
|
Loading…
Add table
Reference in a new issue