From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Mar 21 17:00:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E59D5EC for ; Thu, 21 Mar 2013 17:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id CCAEBBDD for ; Thu, 21 Mar 2013 17:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2LH01jv021562 for ; Thu, 21 Mar 2013 17:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2LH01sn021561; Thu, 21 Mar 2013 17:00:01 GMT (envelope-from gnats) Resent-Date: Thu, 21 Mar 2013 17:00:01 GMT Resent-Message-Id: <201303211700.r2LH01sn021561@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, John Chen Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 3E5A7EF6 for ; Thu, 21 Mar 2013 16:55:32 +0000 (UTC) (envelope-from johnpupu@www.johnpupu.tw) Received: from www.johnpupu.tw (60-199-173-18.static.tfn.net.tw [60.199.173.18]) by mx1.freebsd.org (Postfix) with ESMTP id 0AF3DB3D for ; Thu, 21 Mar 2013 16:55:31 +0000 (UTC) Received: from www.johnpupu.tw (localhost [127.0.0.1]) by www.johnpupu.tw (Postfix) with ESMTP id 14D97536098 for ; Fri, 22 Mar 2013 00:55:24 +0800 (CST) Received: (from root@localhost) by www.johnpupu.tw (8.14.5/8.14.5/Submit) id r2LGtNmE028317; Fri, 22 Mar 2013 00:55:23 +0800 (CST) (envelope-from johnpupu) Message-Id: <201303211655.r2LGtNmE028317@www.johnpupu.tw> Date: Fri, 22 Mar 2013 00:55:23 +0800 (CST) From: John Chen To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/177208: [NEW PORT] databases/yac: Yac is a user data cache based on shared memory for PHP X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Mar 2013 17:00:02 -0000 >Number: 177208 >Category: ports >Synopsis: [NEW PORT] databases/yac: Yac is a user data cache based on shared memory for PHP >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 Mar 21 17:00:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: John Chen >Release: FreeBSD 9.1-RELEASE amd64 >Organization: Watcher >Environment: System: FreeBSD www.johnpupu.tw 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 >Description: Yac is a user data cache based on shared memory for PHP it can be used to replace APC or local memcached. WWW: https://github.com/laruence/yac Generated with FreeBSD Port Tools 0.99_6 (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: # # php5-yac # php5-yac/Makefile # php5-yac/distinfo # php5-yac/pkg-descr # echo c - php5-yac mkdir -p php5-yac > /dev/null 2>&1 echo x - php5-yac/Makefile sed 's/^X//' >php5-yac/Makefile << '15490cbf859c81bb7fdbbe7845955bf8' X# Created by: John Chen X# $FreeBSD$ X XPORTNAME= yac XPORTVERSION= 20130322 XCATEGORIES= databases XMASTER_SITES= GH GHC X XMAINTAINER= johnpupu@gmail.com XCOMMENT= Yac is a user data cache based on shared memory for PHP X XLICENSE= PHP301 X XPHP_MODNAME= yac XUSE_PHP= yes XUSE_PHPEXT= yes XUSE_PHPIZE= yes XUSE_PHP_BUILD= yes X XUSE_GITHUB= yes XGH_ACCOUNT= laruence XGH_COMMIT= dd024e4 XGH_TAGNAME= master X XCFLAGS+= -I${LOCALBASE}/include XCONFIGURE_ARGS= --with-php-config=${PREFIX}/bin/php-config X X.include 15490cbf859c81bb7fdbbe7845955bf8 echo x - php5-yac/distinfo sed 's/^X//' >php5-yac/distinfo << '733afa4ac23857006095b92deff75ac1' XSHA256 (yac-20130322.tar.gz) = f908d1e853a30097117e2e1bd3889466a02b5e70dd3335a84a486e1e1bc4b735 XSIZE (yac-20130322.tar.gz) = 25235 733afa4ac23857006095b92deff75ac1 echo x - php5-yac/pkg-descr sed 's/^X//' >php5-yac/pkg-descr << 'c5ffd25a02b513b62b888a6f954a1e96' XYac is a user data cache based on shared memory for PHP Xit can be used to replace APC or local memcached. X XWWW: https://github.com/laruence/yac c5ffd25a02b513b62b888a6f954a1e96 exit --- .shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: