Date: Wed, 27 Mar 2013 15:42:54 +0800 (CST) From: Gasol Wu <gasol.wu@gmail.com> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/177409: [NEW PORT] devel/pecl-judy: PHP Judy implements sparse dynamic arrays Message-ID: <20130327074254.D287A747066@goingmarry.kkbox.com> Resent-Message-ID: <201303270750.r2R7o0S4027215@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 177409 >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: Wed Mar 27 07:50: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: 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.5 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.5.tgz) = 959af78393889dca7227f84c07b025c674a683dd877d60e8551ac402a0e9fe24 XSIZE (PECL/Judy-0.1.5.tgz) = 18001 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?20130327074254.D287A747066>