From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 11 14:30:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.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 87A73731 for ; Sun, 11 May 2014 14:30:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 6A2722737 for ; Sun, 11 May 2014 14:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4BEU0B3054917 for ; Sun, 11 May 2014 14:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4BEU09d054915; Sun, 11 May 2014 14:30:00 GMT (envelope-from gnats) Resent-Date: Sun, 11 May 2014 14:30:00 GMT Resent-Message-Id: <201405111430.s4BEU09d054915@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gasol Wu Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6B553178 for ; Sun, 11 May 2014 14:23:13 +0000 (UTC) Received: from kkbox.com (ip-203-69-67-167.kkcube.com [203.69.67.167]) by mx1.freebsd.org (Postfix) with ESMTP id 3E01C26FC for ; Sun, 11 May 2014 14:23:12 +0000 (UTC) Received: by goingmarry.kkbox.com (Postfix, from userid 1033) id 29301750C9D; Sun, 11 May 2014 22:23:05 +0800 (CST) Message-Id: <20140511142305.29301750C9D@goingmarry.kkbox.com> Date: Sun, 11 May 2014 22:23:05 +0800 (CST) From: Gasol Wu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/189665: [NEW PORT] net/pecl-yp: YP/NIS functions binding for PHP X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 May 2014 14:30:00 -0000 >Number: 189665 >Category: ports >Synopsis: [NEW PORT] net/pecl-yp: YP/NIS functions binding for PHP >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun May 11 14:30:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Gasol Wu >Release: FreeBSD 9.2-RELEASE-p4 amd64 >Organization: >Environment: System: FreeBSD goingmarry 9.2-RELEASE-p4 FreeBSD 9.2-RELEASE-p4 #0: Tue Apr 8 18:08:22 UTC >Description: 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) >How-To-Repeat: >Fix: --- pecl-yp-1.0.0.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # pecl-yp # pecl-yp/Makefile # pecl-yp/pkg-descr # pecl-yp/distinfo # echo c - pecl-yp mkdir -p pecl-yp > /dev/null 2>&1 echo x - pecl-yp/Makefile sed 's/^X//' >pecl-yp/Makefile << '3c17185aa90147098a2f0c0df4921dad' X# Created by: Gasol Wu X# $FreeBSD$ X XPORTNAME= yp XPORTVERSION= 1.0.0 XCATEGORIES= net pear XMASTER_SITES= http://pecl.php.net/get/ XPKGNAMEPREFIX= pecl- XEXTRACT_SUFX= .tgz XDIST_SUBDIR= PECL X XMAINTAINER= gasol.wu@gmail.com XCOMMENT= YP/NIS functions binding for PHP X XLICENSE= PHP301 X XUSE_PHP= yes XUSE_PHPEXT= yes X X.include 3c17185aa90147098a2f0c0df4921dad echo x - pecl-yp/pkg-descr sed 's/^X//' >pecl-yp/pkg-descr << 'fa0a3819b04762b31b4bee19b78da3ea' XNIS (formerly called Yellow Pages) allows network management of important Xadministrative files (e.g. the password file). X XWWW: http://pecl.php.net/packages/yp fa0a3819b04762b31b4bee19b78da3ea echo x - pecl-yp/distinfo sed 's/^X//' >pecl-yp/distinfo << 'aaeeb1d509295642fb5b6721fba2583a' XSHA256 (PECL/yp-1.0.0.tgz) = 1bee00d825ff66135f0e4570cd2063b4e72d4fdde35e707a4f1fe060c03d33e1 XSIZE (PECL/yp-1.0.0.tgz) = 19343 aaeeb1d509295642fb5b6721fba2583a exit --- pecl-yp-1.0.0.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: