From owner-svn-ports-head@FreeBSD.ORG Wed Mar 27 07:16:46 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 5B4C6DAC; Wed, 27 Mar 2013 07:16:46 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 4DA54939; Wed, 27 Mar 2013 07:16:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2R7GkFW099425; Wed, 27 Mar 2013 07:16:46 GMT (envelope-from ale@svn.freebsd.org) Received: (from ale@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2R7GjB2099417; Wed, 27 Mar 2013 07:16:45 GMT (envelope-from ale@svn.freebsd.org) Message-Id: <201303270716.r2R7GjB2099417@svn.freebsd.org> From: Alex Dupre Date: Wed, 27 Mar 2013 07:16:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r315354 - in head: . www www/pecl-zendopcache www/pecl-zendoptimizerplus X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Mar 2013 07:16:46 -0000 Author: ale Date: Wed Mar 27 07:16:44 2013 New Revision: 315354 URL: http://svnweb.freebsd.org/changeset/ports/315354 Log: Update Zend Optimizer+ to 7.0.1 release and rename it to Zend OPcache. Added: head/www/pecl-zendopcache/ - copied from r315352, head/www/pecl-zendoptimizerplus/ Deleted: head/www/pecl-zendoptimizerplus/ Modified: head/MOVED head/www/Makefile head/www/pecl-zendopcache/Makefile head/www/pecl-zendopcache/distinfo head/www/pecl-zendopcache/pkg-descr Modified: head/MOVED ============================================================================== --- head/MOVED Wed Mar 27 07:15:29 2013 (r315353) +++ head/MOVED Wed Mar 27 07:16:44 2013 (r315354) @@ -4187,3 +4187,4 @@ print/ghostscript7-nox11|print/ghostscri print/ghostscript7-commfont|print/ghostscript9|2013-03-26|ghostscript 7 is outdated consider using a newer version print/ghostscript7-jpnfont|print/ghostscript9|2013-03-26|ghostscript 7 is outdated consider using a newer version print/ghostscript7-korfont|print/ghostscript9|2013-03-26|ghostscript 7 is outdated consider using a newer version +www/pecl-zendoptimizerplus|www/pecl-zendopcache|2013-03-27|Renamed Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Wed Mar 27 07:15:29 2013 (r315353) +++ head/www/Makefile Wed Mar 27 07:16:44 2013 (r315354) @@ -1394,7 +1394,7 @@ SUBDIR += pecl-sphinx SUBDIR += pecl-swish SUBDIR += pecl-yaf - SUBDIR += pecl-zendoptimizerplus + SUBDIR += pecl-zendopcache SUBDIR += pelican SUBDIR += perlbal SUBDIR += pglogd Modified: head/www/pecl-zendopcache/Makefile ============================================================================== --- head/www/pecl-zendoptimizerplus/Makefile Wed Mar 27 06:39:01 2013 (r315352) +++ head/www/pecl-zendopcache/Makefile Wed Mar 27 07:16:44 2013 (r315354) @@ -1,8 +1,8 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTNAME= zendoptimizerplus -PORTVERSION= 7.0.0 +PORTNAME= zendopcache +PORTVERSION= 7.0.1 CATEGORIES= www MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -17,7 +17,7 @@ LICENSE= PHP301 USE_PHP= yes USE_PHP_BUILD= yes USE_ZENDEXT= yes -PHP_MODNAME= ZendOptimizerPlus +PHP_MODNAME= opcache PORTDOCS= * Modified: head/www/pecl-zendopcache/distinfo ============================================================================== --- head/www/pecl-zendoptimizerplus/distinfo Wed Mar 27 06:39:01 2013 (r315352) +++ head/www/pecl-zendopcache/distinfo Wed Mar 27 07:16:44 2013 (r315354) @@ -1,2 +1,2 @@ -SHA256 (PECL/zendoptimizerplus-7.0.0.tgz) = c32aa8c75434f8f64d116694612adf6d2b40864feabbd8466b9561869ba97cfa -SIZE (PECL/zendoptimizerplus-7.0.0.tgz) = 82376 +SHA256 (PECL/zendopcache-7.0.1.tgz) = 9f7fbdbce63006d49902eff42dda90ec02fc9706fa9bbe7371269804054173a2 +SIZE (PECL/zendopcache-7.0.1.tgz) = 85076 Modified: head/www/pecl-zendopcache/pkg-descr ============================================================================== --- head/www/pecl-zendoptimizerplus/pkg-descr Wed Mar 27 06:39:01 2013 (r315352) +++ head/www/pecl-zendopcache/pkg-descr Wed Mar 27 07:16:44 2013 (r315354) @@ -1,4 +1,4 @@ -The Zend Optimizer+ provides faster PHP execution through opcode caching and +The Zend OPcache provides faster PHP execution through opcode caching and optimization. It improves PHP performance by storing precompiled script bytecode in the shared memory. This eliminates the stages of reading code from the disk and compiling it on future access. In addition, it applies a few