svn commit: r399803 - in head/devel: . pecl-weakref

Akinori MUSHA knu at FreeBSD.org
Tue Oct 20 05:17:39 UTC 2015


Author: knu
Date: Tue Oct 20 05:17:37 2015
New Revision: 399803
URL: https://svnweb.freebsd.org/changeset/ports/399803

Log:
  Add pecl-weakref, version 0.2.6

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Oct 20 04:25:45 2015	(r399802)
+++ head/devel/Makefile	Tue Oct 20 05:17:37 2015	(r399803)
@@ -3692,6 +3692,7 @@
     SUBDIR += pecl-uri_template
     SUBDIR += pecl-uuid
     SUBDIR += pecl-vld
+    SUBDIR += pecl-weakref
     SUBDIR += pecl-xhprof
     SUBDIR += pecl-yac
     SUBDIR += pecl-zookeeper

Added: head/devel/pecl-weakref/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pecl-weakref/Makefile	Tue Oct 20 05:17:37 2015	(r399803)
@@ -0,0 +1,24 @@
+# Created by: Akinori MUSHA aka knu <knu at idaemons.org>
+# $FreeBSD$
+
+PORTNAME=	weakref
+PORTVERSION=	0.2.6
+CATEGORIES=	devel pear
+MASTER_SITES=	http://pecl.php.net/get/
+PKGNAMEPREFIX=	pecl-
+DISTNAME=	Weakref-${PORTVERSION}
+DIST_SUBDIR=	PECL
+
+MAINTAINER=	ports at FreeBSD.org
+COMMENT=	PECL Weakref extension
+
+LICENSE=	PHP301
+
+USES=		tar:tgz
+USE_PHP=	yes
+USE_PHP_BUILD=	yes
+USE_PHPEXT=	yes
+
+CFLAGS+=	-I${LOCALBASE}/include
+
+.include <bsd.port.mk>

Added: head/devel/pecl-weakref/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pecl-weakref/distinfo	Tue Oct 20 05:17:37 2015	(r399803)
@@ -0,0 +1,2 @@
+SHA256 (PECL/Weakref-0.2.6.tgz) = c15988e1e80ef228e7e34be067d1bf4c718ca2f0441eaa2da8f4e4ad7fc93c40
+SIZE (PECL/Weakref-0.2.6.tgz) = 10108

Added: head/devel/pecl-weakref/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pecl-weakref/pkg-descr	Tue Oct 20 05:17:37 2015	(r399803)
@@ -0,0 +1,4 @@
+A weak reference provides a gateway to an object without preventing
+that object from being collected by the garbage collector (GC).
+
+WWW: http://pecl.php.net/package/Weakref


More information about the svn-ports-all mailing list