From owner-svn-ports-all@freebsd.org Mon Aug 1 16:31:48 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5CC9DBAA86F; Mon, 1 Aug 2016 16:31:48 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (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 125B4156C; Mon, 1 Aug 2016 16:31:48 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u71GVlNs083445; Mon, 1 Aug 2016 16:31:47 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u71GVk5V083441; Mon, 1 Aug 2016 16:31:46 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201608011631.u71GVk5V083441@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Mon, 1 Aug 2016 16:31:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419442 - in head/devel: . php70-APCu X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Aug 2016 16:31:48 -0000 Author: madpilot Date: Mon Aug 1 16:31:46 2016 New Revision: 419442 URL: https://svnweb.freebsd.org/changeset/ports/419442 Log: APCu - APC User Cache WWW: http://pecl.php.net/package/apcu PR: 211382 Submitted by: daniel@blodan.se Added: head/devel/php70-APCu/ head/devel/php70-APCu/Makefile (contents, props changed) head/devel/php70-APCu/distinfo (contents, props changed) head/devel/php70-APCu/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Aug 1 14:07:20 2016 (r419441) +++ head/devel/Makefile Mon Aug 1 16:31:46 2016 (r419442) @@ -3816,6 +3816,7 @@ SUBDIR += php56-sysvsem SUBDIR += php56-sysvshm SUBDIR += php56-tokenizer + SUBDIR += php70-APCu SUBDIR += php70-gettext SUBDIR += php70-intl SUBDIR += php70-json Added: head/devel/php70-APCu/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/php70-APCu/Makefile Mon Aug 1 16:31:46 2016 (r419442) @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= APCu +PORTVERSION= 5.1.5 +CATEGORIES= devel +MASTER_SITES= http://pecl.php.net/get/ +PKGNAMEPREFIX= php70- +DISTNAME= ${PORTNAME:tl}-${PORTVERSION} +DIST_SUBDIR= PECL + +MAINTAINER= daniel@blodan.se +COMMENT= APC User Caching + +LICENSE= PHP301 + +CONFLICTS= pecl-APC-[0-9]* + +IGNORE_WITH_PHP= 55 56 +USES= localbase php:ext tar:tgz +PHP_MODNAME= ${PORTNAME:tl} + +.include Added: head/devel/php70-APCu/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/php70-APCu/distinfo Mon Aug 1 16:31:46 2016 (r419442) @@ -0,0 +1,3 @@ +TIMESTAMP = 1469541599 +SHA256 (PECL/apcu-5.1.5.tgz) = 5f4153fe21745a44f1d92431b05a85c0912bb3235110615db84a4a6e84fb6791 +SIZE (PECL/apcu-5.1.5.tgz) = 109196 Added: head/devel/php70-APCu/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/php70-APCu/pkg-descr Mon Aug 1 16:31:46 2016 (r419442) @@ -0,0 +1,3 @@ +APCu - APC User Cache + +WWW: http://pecl.php.net/package/apcu