Bug 189665 - [NEW PORT] net/pecl-yp: YP/NIS functions binding for PHP
Summary: [NEW PORT] net/pecl-yp: YP/NIS functions binding for PHP
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-11 15:30 UTC by Gasol Wu
Modified: 2014-05-13 15:40 UTC (History)
0 users

See Also:


Attachments
pecl-yp-1.0.0.shar (1.41 KB, text/plain)
2014-05-11 15:30 UTC, Gasol Wu
no flags Details
pecl-yp-1.0.1.shar (1.35 KB, application/x-shar)
2014-05-12 11:12 UTC, Gasol Wu
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gasol Wu 2014-05-11 15:30:00 UTC
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)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-11 15:30:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-05-13 15:34:46 UTC
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"
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2014-05-13 15:36:32 UTC
State Changed
From-To: open->closed

New port added. Thanks!