NIS (formerly called Yellow Pages) allows network management of important administrative files (e.g. the password file). WWW: http://pecl.php.net/packages/yp Generated with FreeBSD Port Tools 1.00.2014.03.23 (mode: new)
Responsible Changed From-To: freebsd-ports-bugs->sunpoet sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added. Thanks!