From owner-svn-ports-head@freebsd.org Wed Feb 15 09:28:41 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4255CCDEFC8; Wed, 15 Feb 2017 09:28:41 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 ED51C7D9; Wed, 15 Feb 2017 09:28:40 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1F9SeGd050461; Wed, 15 Feb 2017 09:28:40 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1F9SdnZ050457; Wed, 15 Feb 2017 09:28:39 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201702150928.v1F9SdnZ050457@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Wed, 15 Feb 2017 09:28:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434155 - in head/devel: . pecl-uv 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.23 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: Wed, 15 Feb 2017 09:28:41 -0000 Author: vanilla Date: Wed Feb 15 09:28:39 2017 New Revision: 434155 URL: https://svnweb.freebsd.org/changeset/ports/434155 Log: Add pecl-uv 0.1.1, PHP wrapper for libuv. PR: 217070 Submitted by: John Chen Added: head/devel/pecl-uv/ head/devel/pecl-uv/Makefile (contents, props changed) head/devel/pecl-uv/distinfo (contents, props changed) head/devel/pecl-uv/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Feb 15 09:01:32 2017 (r434154) +++ head/devel/Makefile Wed Feb 15 09:28:39 2017 (r434155) @@ -3873,6 +3873,7 @@ SUBDIR += pecl-uploadprogress SUBDIR += pecl-uri_template SUBDIR += pecl-uuid + SUBDIR += pecl-uv SUBDIR += pecl-vld SUBDIR += pecl-weakref SUBDIR += pecl-xhprof Added: head/devel/pecl-uv/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pecl-uv/Makefile Wed Feb 15 09:28:39 2017 (r434155) @@ -0,0 +1,22 @@ +# Created by: John Chen +# $FreeBSD$ + +PORTNAME= uv +PORTVERSION= 0.1.1 +CATEGORIES= devel +MASTER_SITES= http://pecl.php.net/get/ +PKGNAMEPREFIX= pecl- +DIST_SUBDIR= PECL + +MAINTAINER= johnpupu@gmail.com +COMMENT= PHP wrapper for libuv + +LICENSE= PHP301 +LICENSE_FILE= ${WRKSRC}/LICENSE + +LIB_DEPENDS= libuv.so:devel/libuv + +IGNORE_WITH_PHP= 56 +USES= php:ext tar:tgz + +.include Added: head/devel/pecl-uv/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pecl-uv/distinfo Wed Feb 15 09:28:39 2017 (r434155) @@ -0,0 +1,3 @@ +TIMESTAMP = 1486992884 +SHA256 (PECL/uv-0.1.1.tgz) = df5cec9207a0f5584e8d735fe091aead1b5d4cedb073af30c85bdadc82c44077 +SIZE (PECL/uv-0.1.1.tgz) = 51096 Added: head/devel/pecl-uv/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pecl-uv/pkg-descr Wed Feb 15 09:28:39 2017 (r434155) @@ -0,0 +1,3 @@ +This is a PHP binding for lib library. + +WWW: https://pecl.php.net/package/uv