Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Aug 2016 16:31:46 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r419442 - in head/devel: . php70-APCu
Message-ID:  <201608011631.u71GVk5V083441@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608011631.u71GVk5V083441>