From owner-svn-ports-all@FreeBSD.ORG Tue May 13 14:34:43 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 37BA0C28; Tue, 13 May 2014 14:34:43 +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 0A4882C43; Tue, 13 May 2014 14:34:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4DEYgc3018045; Tue, 13 May 2014 14:34:42 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4DEYgxp018040; Tue, 13 May 2014 14:34:42 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201405131434.s4DEYgxp018040@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 13 May 2014 14:34:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353952 - in head/net: . pecl-yp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 May 2014 14:34:43 -0000 Author: sunpoet Date: Tue May 13 14:34:41 2014 New Revision: 353952 URL: http://svnweb.freebsd.org/changeset/ports/353952 QAT: https://qat.redports.org/buildarchive/r353952/ Log: - Add pecl-yp 1.0.0 NIS (formerly called Yellow Pages) allows network management of important administrative files (e.g. the password file). WWW: http://pecl.php.net/packages/yp PR: ports/189665 Submitted by: Gasol Wu Added: head/net/pecl-yp/ head/net/pecl-yp/Makefile (contents, props changed) head/net/pecl-yp/distinfo (contents, props changed) head/net/pecl-yp/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Tue May 13 14:22:57 2014 (r353951) +++ head/net/Makefile Tue May 13 14:34:41 2014 (r353952) @@ -833,6 +833,7 @@ SUBDIR += pecl-oauth SUBDIR += pecl-radius SUBDIR += pecl-yaz + SUBDIR += pecl-yp SUBDIR += pen SUBDIR += pfflowd SUBDIR += pfinger Added: head/net/pecl-yp/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/pecl-yp/Makefile Tue May 13 14:34:41 2014 (r353952) @@ -0,0 +1,20 @@ +# Created by: Gasol Wu +# $FreeBSD$ + +PORTNAME= yp +PORTVERSION= 1.0.0 +CATEGORIES= net pear +MASTER_SITES= http://pecl.php.net/get/ +PKGNAMEPREFIX= pecl- +DIST_SUBDIR= PECL + +MAINTAINER= gasol.wu@gmail.com +COMMENT= YP/NIS functions binding for PHP + +LICENSE= PHP301 + +USE_PHP= yes +USE_PHPEXT= yes +USES= tar:tgz + +.include Added: head/net/pecl-yp/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/pecl-yp/distinfo Tue May 13 14:34:41 2014 (r353952) @@ -0,0 +1,2 @@ +SHA256 (PECL/yp-1.0.0.tgz) = 1bee00d825ff66135f0e4570cd2063b4e72d4fdde35e707a4f1fe060c03d33e1 +SIZE (PECL/yp-1.0.0.tgz) = 19343 Added: head/net/pecl-yp/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/pecl-yp/pkg-descr Tue May 13 14:34:41 2014 (r353952) @@ -0,0 +1,4 @@ +NIS (formerly called Yellow Pages) allows network management of important +administrative files (e.g. the password file). + +WWW: http://pecl.php.net/packages/yp