1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

Add pecl-propto.

This commit is contained in:
Vanilla I. Shu 2015-01-13 02:51:49 +00:00
parent 5277675e8a
commit 5c5d98ceb6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=376899
4 changed files with 28 additions and 0 deletions

View File

@ -3440,6 +3440,7 @@
SUBDIR += pecl-operator
SUBDIR += pecl-params
SUBDIR += pecl-parsekit
SUBDIR += pecl-propro
SUBDIR += pecl-pthreads
SUBDIR += pecl-qb
SUBDIR += pecl-raphf

View File

@ -0,0 +1,20 @@
# Created by: vanilla@
# $FreeBSD$
PORTNAME= propro
PORTVERSION= 1.0.0
CATEGORIES= devel
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
MAINTAINER= vanilla@FreeBSD.org
COMMENT= Facility to manage extension object properties
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= tar:tgz
USE_PHP= yes
USE_PHPEXT= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (propro-1.0.0.tgz) = 9825d50ab4bb214428cd11c14c2f389c16aded09db16d266f27f147a7f2371f2
SIZE (propro-1.0.0.tgz) = 6217

View File

@ -0,0 +1,5 @@
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.
WWW: http://pecl.php.net/package/propro/