svn commit: r386175 - in head/devel: . pecl-uuid

Vanilla I. Shu vanilla at FreeBSD.org
Tue May 12 22:45:24 UTC 2015


Author: vanilla
Date: Tue May 12 22:45:22 2015
New Revision: 386175
URL: https://svnweb.freebsd.org/changeset/ports/386175

Log:
  Add pecl-uuid 1.0.4, UUID extension in PHP.
  
  PR:		200113
  Submitted by:	Gasol Wu <gasol.wu at gmail.com>

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue May 12 21:02:27 2015	(r386174)
+++ head/devel/Makefile	Tue May 12 22:45:22 2015	(r386175)
@@ -3536,6 +3536,7 @@
     SUBDIR += pecl-uopz
     SUBDIR += pecl-uploadprogress
     SUBDIR += pecl-uri_template
+    SUBDIR += pecl-uuid
     SUBDIR += pecl-vld
     SUBDIR += pecl-xhprof
     SUBDIR += pecl-yac

Added: head/devel/pecl-uuid/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pecl-uuid/Makefile	Tue May 12 22:45:22 2015	(r386175)
@@ -0,0 +1,22 @@
+# Created by: Gasol Wu <gasol.wu at gmail.com>
+# $FreeBSD$
+
+PORTNAME=	uuid
+PORTVERSION=	1.0.4
+CATEGORIES=	devel pear
+MASTER_SITES=	http://pecl.php.net/get/
+PKGNAMEPREFIX=	pecl-
+DIST_SUBDIR=	PECL
+
+MAINTAINER=	gasol.wu at gmail.com
+COMMENT=	UUID extension in PHP
+
+LICENSE=	LGPL3
+
+LIB_DEPENDS=	libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid
+
+USES=		tar:tgz
+USE_PHP=	yes
+USE_PHPEXT=	yes
+
+.include <bsd.port.mk>

Added: head/devel/pecl-uuid/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pecl-uuid/distinfo	Tue May 12 22:45:22 2015	(r386175)
@@ -0,0 +1,2 @@
+SHA256 (PECL/uuid-1.0.4.tgz) = 63079b6a62a9d43691ecbcd4eb52e5e5fe17b5a3d0f8e46e3c17ff265c06a11f
+SIZE (PECL/uuid-1.0.4.tgz) = 14900

Added: head/devel/pecl-uuid/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pecl-uuid/pkg-descr	Tue May 12 22:45:22 2015	(r386175)
@@ -0,0 +1,3 @@
+A wrapper around libuuid from the ext2utils project.
+
+WWW: https://pecl.php.net/package/uuid


More information about the svn-ports-all mailing list