Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  1 Apr 2013 15:25:30 +0800 (CST)
From:      Gasol Wu <gasol.wu@gmail.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/177535: [NEW PORT] devel/pecl-judy: PHP Judy implements sparse dynamic arrays
Message-ID:  <20130401072530.A31DB7500C9@goingmarry.kkbox.com>
Resent-Message-ID: <201304010730.r317U0cA091089@freefall.freebsd.org>

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

>Number:         177535
>Category:       ports
>Synopsis:       [NEW PORT] devel/pecl-judy: PHP Judy implements sparse dynamic arrays
>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:   Mon Apr 01 07:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Gasol Wu
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD goingmarry 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec  4 09:23:10
>Description:

supersedes by ports/177409

PHP Judy implements sparse dynamic arrays (aka Judy Arrays). This extension
is based on the Judy C library. A Judy array consumes memory only when it is
populated, yet can grow to take advantage of all available memory if desired.
Judy's key benefits are scalability, high performance, and memory efficiency.

WWW: http://pecl.php.net/package/Judy

Generated with FreeBSD Port Tools 0.99_7 (mode: new)
>How-To-Repeat:
>Fix:

--- .shar begins here ---
# 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:
#
#	pecl-judy
#	pecl-judy/Makefile
#	pecl-judy/pkg-descr
#	pecl-judy/distinfo
#
echo c - pecl-judy
mkdir -p pecl-judy > /dev/null 2>&1
echo x - pecl-judy/Makefile
sed 's/^X//' >pecl-judy/Makefile << 'd4bfef75f8aa00cf37227d0de52c8e26'
X# Created by: Gasol Wu <gasol.wu@gmail.com>
X# $FreeBSD$
X
XPORTNAME=	judy
XPORTVERSION=	0.1.6
XCATEGORIES=	devel
XMASTER_SITES=	http://pecl.php.net/get/
XPKGNAMEPREFIX=	pecl-
XDISTNAME=	Judy-${PORTVERSION}
XEXTRACT_SUFX=	.tgz
XDIST_SUBDIR=	PECL
X
XMAINTAINER=	gasol.wu@gmail.com
XCOMMENT=	PHP Judy implements sparse dynamic arrays
X
XLICENSE=	PHP301
X
XRUN_DEPENDS=	Judy>=0:${PORTSDIR}/devel/judy
XBUILD_DEPENDS=	Judy>=0:${PORTSDIR}/devel/judy
X
XCONFIGURE_ARGS=	--with-judy=${LOCALBASE}
XUSE_PHP=	yes
XUSE_PHPEXT=	yes
X
X.include <bsd.port.mk>
d4bfef75f8aa00cf37227d0de52c8e26
echo x - pecl-judy/pkg-descr
sed 's/^X//' >pecl-judy/pkg-descr << 'aa5322d81c9c5021b0690640f6f1ac48'
XPHP Judy implements sparse dynamic arrays (aka Judy Arrays). This extension
Xis based on the Judy C library. A Judy array consumes memory only when it is
Xpopulated, yet can grow to take advantage of all available memory if desired.
XJudy's key benefits are scalability, high performance, and memory efficiency.
X
XWWW: http://pecl.php.net/package/Judy
aa5322d81c9c5021b0690640f6f1ac48
echo x - pecl-judy/distinfo
sed 's/^X//' >pecl-judy/distinfo << '5891e58e046c7812365051d20571af8f'
XSHA256 (PECL/Judy-0.1.6.tgz) = e02a652f529189216410597fb6b64ec62976d66931bb2479168434f46ce26be6
XSIZE (PECL/Judy-0.1.6.tgz) = 19349
5891e58e046c7812365051d20571af8f
exit
--- .shar ends here ---

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



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