Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Oct 2015 05:17:38 +0000 (UTC)
From:      Akinori MUSHA <knu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r399803 - in head/devel: . pecl-weakref
Message-ID:  <201510200517.t9K5Hc0a089653@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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



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