From owner-svn-ports-head@FreeBSD.ORG Tue May 12 22:45:24 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B157713B; Tue, 12 May 2015 22:45:24 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 862D511D0; Tue, 12 May 2015 22:45:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4CMjOo5042517; Tue, 12 May 2015 22:45:24 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4CMjNA5042513; Tue, 12 May 2015 22:45:23 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201505122245.t4CMjNA5042513@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Tue, 12 May 2015 22:45:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386175 - in head/devel: . pecl-uuid X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 May 2015 22:45:24 -0000 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 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 +# $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@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 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