From owner-freebsd-ports-bugs@FreeBSD.ORG Thu May 22 08:40:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8A7C5F1F for ; Thu, 22 May 2014 08:40:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6BCF6285B for ; Thu, 22 May 2014 08:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4M8e09x087955 for ; Thu, 22 May 2014 08:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4M8e06R087954; Thu, 22 May 2014 08:40:00 GMT (envelope-from gnats) Resent-Date: Thu, 22 May 2014 08:40:00 GMT Resent-Message-Id: <201405220840.s4M8e06R087954@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gasol Wu Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DFFEFE07 for ; Thu, 22 May 2014 08:33:44 +0000 (UTC) Received: from kkbox.com (ip-203-69-67-167.kkcube.com [203.69.67.167]) by mx1.freebsd.org (Postfix) with ESMTP id 80023282E for ; Thu, 22 May 2014 08:33:43 +0000 (UTC) Received: by goingmarry.kkbox.com (Postfix, from userid 1033) id 9732875A052; Thu, 22 May 2014 16:33:35 +0800 (CST) Message-Id: <20140522083335.9732875A052@goingmarry.kkbox.com> Date: Thu, 22 May 2014 16:33:35 +0800 (CST) From: Gasol Wu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/190098: [NEW PORT] devel/pecl-memoize: PHP extension which transparently caches PHP functions X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 May 2014 08:40:00 -0000 >Number: 190098 >Category: ports >Synopsis: [NEW PORT] devel/pecl-memoize: PHP extension which transparently caches PHP functions >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: Thu May 22 08:40:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Gasol Wu >Release: FreeBSD 9.2-RELEASE-p5 amd64 >Organization: >Environment: System: FreeBSD goingmarry 9.2-RELEASE-p5 FreeBSD 9.2-RELEASE-p5 #0: Tue Apr 29 19:09:13 UTC 2014 >Description: The memoize has been submitted to pecl.php.net, Therefore, devel/php-memoize should be move to devel/pecl-memoize. php-memoize is a PHP extension which transparently caches PHP functions, much like Perl's Memoize module. It comes with the following storage modules which can be enabled at compile time: - memory: Simple per-request module with no dependencies. Since this is a per-request cache, neither TTLs specified in the `memoize()` call or `memoize.default_ttl` are used. - memcached: Uses libmemcached or the memcached PHP extension - apc: Uses the APC PHP extension WWW: http://pecl.php.net/package/memoize Generated with FreeBSD Port Tools 1.00.2014.03.23 (mode: new) >How-To-Repeat: >Fix: --- pecl-memoize-0.2.0.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-memoize # pecl-memoize/Makefile # pecl-memoize/pkg-descr # pecl-memoize/distinfo # echo c - pecl-memoize mkdir -p pecl-memoize > /dev/null 2>&1 echo x - pecl-memoize/Makefile sed 's/^X//' >pecl-memoize/Makefile << '5bc0d84132421fbd466f23988ecbf980' X# Created by: Gasol Wu X# $FreeBSD: head/devel/php-memoize/Makefile 344672 2014-02-17 06:55:05Z miwi $ X XPORTNAME= memoize XPORTVERSION= 0.2.0 XCATEGORIES= devel XMASTER_SITES= http://pecl.php.net/get/ XPKGNAMEPREFIX= pecl- XDIST_SUBDIR= PECL X XMAINTAINER= gasol.wu@gmail.com XCOMMENT= PHP extension which transparently caches PHP functions X XLICENSE= PHP301 X XUSES= tar:tgz XUSE_PHP= yes XUSE_PHPEXT= yes XCONFIGURE_ARGS= --enable-memoize X XOPTIONS_DEFINE= APC MEMCACHED MEMORY XOPTIONS_DEFAULT= MEMORY XAPC_DESC= Enable memoize APC module XMEMCACHED_DESC= Enable memcached storage module XMEMORY_DESC= Enable the memoize memory storage module X X.include X X.if ${PORT_OPTIONS:MAPC} XCONFIGURE_ARGS+= --enable-memoize-apc XBUILD_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/apc.so:${PORTSDIR}/www/pecl-APC X.endif X X.if ${PORT_OPTIONS:MMEMCACHED} XCONFIGURE_ARGS+= --with-memoize-memcached XBUILD_DEPENDS+= libmemcached>0:${PORTSDIR}/databases/libmemcached XRUN_DEPENDS+= libmemcached>0:${PORTSDIR}/databases/libmemcached X.endif X X.if empty(PORT_OPTIONS:MMEMORY) XCONFIGURE_ARGS+= --disable-memoize-memory X.endif X X.include 5bc0d84132421fbd466f23988ecbf980 echo x - pecl-memoize/pkg-descr sed 's/^X//' >pecl-memoize/pkg-descr << 'bab0f13cd6366f142291b71c784134ba' Xphp-memoize is a PHP extension which transparently caches PHP functions, much Xlike Perl's Memoize module. X XIt comes with the following storage modules which can be enabled at compile Xtime: X X- memory: Simple per-request module with no dependencies. X Since this is a per-request cache, neither TTLs specified in the X `memoize()` call or `memoize.default_ttl` are used. X- memcached: Uses libmemcached or the memcached PHP extension X- apc: Uses the APC PHP extension X XWWW: http://pecl.php.net/package/memoize bab0f13cd6366f142291b71c784134ba echo x - pecl-memoize/distinfo sed 's/^X//' >pecl-memoize/distinfo << '39c167b39c77710ed2f532718885f69f' XSHA256 (PECL/memoize-0.2.0.tgz) = 9da97c4b8edbb3452b3e9f429d5cf51c13692b9be90d43cf36d213d073bd39c9 XSIZE (PECL/memoize-0.2.0.tgz) = 13016 39c167b39c77710ed2f532718885f69f exit --- pecl-memoize-0.2.0.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: