Bug 178300

Summary: [NEW PORT] devel/pecl-APCu: APC User Caching
Product: Ports & Packages Reporter: johnpupu
Component: Individual Port(s)Assignee: Martin Wilke <miwi>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
.shar none

Description johnpupu 2013-05-02 16:40:00 UTC
APCu - APC User Cache

WWW: http://pecl.php.net/package/apcu

Generated with FreeBSD Port Tools 0.99_6 (mode: new)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-05-02 16:40:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2013-05-13 03:29:12 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-05-13 03:29:25 UTC
Author: miwi
Date: Mon May 13 02:29:11 2013
New Revision: 317992
URL: http://svnweb.freebsd.org/changeset/ports/317992

Log:
  APCu - APC User Cache
  
  WWW: http://pecl.php.net/package/apcu
  
  PR:		ports/178300
  Submitted by:	John Chen <johnpupu@gmail.com>

Added:
  head/devel/pecl-APCu/
  head/devel/pecl-APCu/Makefile   (contents, props changed)
  head/devel/pecl-APCu/distinfo   (contents, props changed)
  head/devel/pecl-APCu/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon May 13 02:28:40 2013	(r317991)
+++ head/devel/Makefile	Mon May 13 02:29:11 2013	(r317992)
@@ -3189,6 +3189,7 @@
     SUBDIR += pear-ezc_Base
     SUBDIR += pear-ezc_ConsoleTools
     SUBDIR += pear-pdepend-staticReflection
+    SUBDIR += pecl-APCu
     SUBDIR += pecl-automap
     SUBDIR += pecl-bbcode
     SUBDIR += pecl-bcompiler

Added: head/devel/pecl-APCu/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pecl-APCu/Makefile	Mon May 13 02:29:11 2013	(r317992)
@@ -0,0 +1,28 @@
+# Created by: John Chen <johnpupu@gmail.com>
+# $FreeBSD$
+
+PORTNAME=	APCu
+PORTVERSION=	4.0.1
+CATEGORIES=	devel
+MASTER_SITES=	http://pecl.php.net/get/
+PKGNAMEPREFIX=	pecl-
+EXTRACT_SUFX=	.tgz
+DIST_SUBDIR=	PECL
+
+MAINTAINER=	johnpupu@gmail.com
+COMMENT=	APC User Caching
+
+LICENSE=	PHP301
+
+CONFLICTS=	pecl-APC-[0-9]*
+
+CFLAGS+=	-I${LOCALBASE}/include
+USE_PHP=	yes
+USE_PHP_BUILD=	yes
+USE_PHPIZE=	yes
+USE_PHPEXT=	yes
+PHP_MODNAME=	${PORTNAME:L}
+IGNORE_WITH_PHP=4 52
+WRKSRC=		${WRKDIR}/${PORTNAME:L}-${PORTVERSION}
+
+.include <bsd.port.mk>

Added: head/devel/pecl-APCu/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pecl-APCu/distinfo	Mon May 13 02:29:11 2013	(r317992)
@@ -0,0 +1,2 @@
+SHA256 (PECL/APCu-4.0.1.tgz) = d9d22fdb69a43118da2bd8c120bfc34da7dff89b9327beb52ded4d1aa73e266f
+SIZE (PECL/APCu-4.0.1.tgz) = 105861

Added: head/devel/pecl-APCu/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pecl-APCu/pkg-descr	Mon May 13 02:29:11 2013	(r317992)
@@ -0,0 +1,3 @@
+APCu - APC User Cache
+
+WWW: http://pecl.php.net/package/apcu
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"