Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Nov 2007 17:16:59 GMT
From:      Ditesh Shashikant Gathani <ditesh@gathani.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/118048: New port: devel/pecl-params A PECL extension for a userspace equivalent of zend_parse_parameters()
Message-ID:  <200711141716.lAEHGxoi092963@www.freebsd.org>
Resent-Message-ID: <200711141720.lAEHK0w2059650@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         118048
>Category:       ports
>Synopsis:       New port: devel/pecl-params A PECL extension for a userspace equivalent of zend_parse_parameters()
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 14 17:20:00 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Ditesh Shashikant Gathani
>Release:        FreeBSD 6.2-RELEASE i386
>Organization:
>Environment:
FreeBSD neela.qubeconnect.com 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 11:05:30 UTC 2007     root@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP  i386
>Description:
The params extension provides userspace equivalent of zend_parse_parameters()
>How-To-Repeat:
Not applicable.
>Fix:
shar file, as attached.

Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	.
#	./pkg-descr
#	./distinfo
#	./Makefile
#
echo c - .
mkdir -p . > /dev/null 2>&1
echo x - ./pkg-descr
sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr'
XThe params extension provides userspace equivalent of zend_parse_parameters()
X
XWWW: http://pecl.php.net/package/params/
X
X- Ditesh Shashikant Gathani
Xditesh@gathani.org
END-of-./pkg-descr
echo x - ./distinfo
sed 's/^X//' >./distinfo << 'END-of-./distinfo'
XSHA256 (PECL/params-1.0.tgz) = 7f2f527201ca0c0fc2d96df26a2d726ba14a0008a707db2d14f46f695edd8337
XMD5 (PECL/params-1.0.tgz) = 0cb2d485c9d3468d62b34fb2b6c7bcfd
XSIZE (PECL/params-1.0.tgz) = 6040
END-of-./distinfo
echo x - ./Makefile
sed 's/^X//' >./Makefile << 'END-of-./Makefile'
X# New ports collection makefile for:	pecl-params
X# Date created:			6 Aug 2007
X# Whom:				Ditesh Shashikant Gathani <ditesh@gathani.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	params
XPORTVERSION=	1.0
XCATEGORIES=	devel pear
XMASTER_SITES=	http://pecl.php.net/get/
XPKGNAMEPREFIX=	pecl-
XEXTRACT_SUFX=	.tgz
XDIST_SUBDIR=	PECL
X
XMAINTAINER=	ditesh@gathani.org
XCOMMENT=	A PECL extension for a userspace equivalent of zend_parse_parameters()
X
XUSE_PHP=	yes
XUSE_PHP_BUILD=	yes
XUSE_PHPEXT=	yes
X
XCONFIGURE_ARGS=	--enable-params
X
X.include <bsd.port.mk>
END-of-./Makefile
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200711141716.lAEHGxoi092963>