[NEW] devel/pecl-propro2: Facility to manage extension object properties
A facility to manage possibly persistent resources with a comprehensible API. Provides simliar functionality like the zend_list API, but with more flexiblity and freedom. php70+ specific version only. WWW: http://pecl.php.net/package/propro/
This commit is contained in:
parent
ebc06fe89a
commit
f7d6d5a3b2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=412615
4 changed files with 36 additions and 0 deletions
|
@ -3732,6 +3732,7 @@
|
|||
SUBDIR += pecl-params
|
||||
SUBDIR += pecl-parsekit
|
||||
SUBDIR += pecl-propro
|
||||
SUBDIR += pecl-propro2
|
||||
SUBDIR += pecl-pthreads
|
||||
SUBDIR += pecl-qb
|
||||
SUBDIR += pecl-raphf
|
||||
|
|
26
devel/pecl-propro2/Makefile
Normal file
26
devel/pecl-propro2/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
|||
# Created by: Muhammad Moinur Rahman<bofh@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= propro
|
||||
PORTVERSION= 2.0.0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://pecl.php.net/get/
|
||||
PKGNAMEPREFIX= pecl-
|
||||
PKGNAMESUFFIX= 2
|
||||
|
||||
MAINTAINER= bofh@FreeBSD.org
|
||||
COMMENT= Facility to manage extension object properties
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
PORTSCOUT= limit:^2.*
|
||||
|
||||
PHP_DEFAULT= 70
|
||||
USES= gmake tar:tgz
|
||||
USE_PHP= yes
|
||||
USE_PHPEXT= yes
|
||||
IGNORE_WITH_PHP= 55 56
|
||||
CONFLICTS= pecl-propro-1*
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/pecl-propro2/distinfo
Normal file
2
devel/pecl-propro2/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (propro-2.0.0.tgz) = 4ddafb46b9c5d2ff6fa5ffcd7b30e13cc293512d0fa822b06eb4e0411370149e
|
||||
SIZE (propro-2.0.0.tgz) = 13360
|
7
devel/pecl-propro2/pkg-descr
Normal file
7
devel/pecl-propro2/pkg-descr
Normal file
|
@ -0,0 +1,7 @@
|
|||
A facility to manage possibly persistent resources with a comprehensible API.
|
||||
Provides simliar functionality like the zend_list API, but with more flexiblity
|
||||
and freedom.
|
||||
|
||||
php70+ specific version only.
|
||||
|
||||
WWW: http://pecl.php.net/package/propro/
|
Loading…
Reference in a new issue