The params extension provides userspace equivalent of zend_parse_parameters()
WWW: http://pecl.php.net/package/params/ PR: ports/118048 Submitted by: Ditesh Shashikant Gathani <ditesh at gathani.org>
This commit is contained in:
parent
9dee6f7cb8
commit
2ed0acc97d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=203339
4 changed files with 35 additions and 0 deletions
|
@ -1796,6 +1796,7 @@
|
|||
SUBDIR += pecl-inclued
|
||||
SUBDIR += pecl-json
|
||||
SUBDIR += pecl-operator
|
||||
SUBDIR += pecl-params
|
||||
SUBDIR += pecl-runkit
|
||||
SUBDIR += pecl-shape
|
||||
SUBDIR += pecl-statgrab
|
||||
|
|
25
devel/pecl-params/Makefile
Normal file
25
devel/pecl-params/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# New ports collection makefile for: pecl-params
|
||||
# Date created: 6 Aug 2007
|
||||
# Whom: Ditesh Shashikant Gathani <ditesh@gathani.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= params
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= devel pear
|
||||
MASTER_SITES= http://pecl.php.net/get/
|
||||
PKGNAMEPREFIX= pecl-
|
||||
EXTRACT_SUFX= .tgz
|
||||
DIST_SUBDIR= PECL
|
||||
|
||||
MAINTAINER= ditesh@gathani.org
|
||||
COMMENT= A PECL extension for a userspace equivalent of zend_parse_parameters()
|
||||
|
||||
USE_PHP= yes
|
||||
USE_PHP_BUILD= yes
|
||||
USE_PHPEXT= yes
|
||||
|
||||
CONFIGURE_ARGS= --enable-params
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/pecl-params/distinfo
Normal file
3
devel/pecl-params/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
SHA256 (PECL/params-1.0.tgz) = 7f2f527201ca0c0fc2d96df26a2d726ba14a0008a707db2d14f46f695edd8337
|
||||
MD5 (PECL/params-1.0.tgz) = 0cb2d485c9d3468d62b34fb2b6c7bcfd
|
||||
SIZE (PECL/params-1.0.tgz) = 6040
|
6
devel/pecl-params/pkg-descr
Normal file
6
devel/pecl-params/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
The params extension provides userspace equivalent of zend_parse_parameters()
|
||||
|
||||
WWW: http://pecl.php.net/package/params/
|
||||
|
||||
- Ditesh Shashikant Gathani
|
||||
ditesh@gathani.org
|
Loading…
Reference in a new issue