Date: Tue, 13 May 2014 14:34:42 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353952 - in head/net: . pecl-yp Message-ID: <201405131434.s4DEYgxp018040@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <gasol.wu@gmail.com> 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 <gasol.wu@gmail.com> +# $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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405131434.s4DEYgxp018040>