From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 12 16:30:00 2013 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]) by hub.freebsd.org (Postfix) with ESMTP id C75D5F88 for ; Tue, 12 Feb 2013 16:30:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id B1320FEB for ; Tue, 12 Feb 2013 16:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1CGU0TX017519 for ; Tue, 12 Feb 2013 16:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1CGU0ZV017516; Tue, 12 Feb 2013 16:30:00 GMT (envelope-from gnats) Resent-Date: Tue, 12 Feb 2013 16:30:00 GMT Resent-Message-Id: <201302121630.r1CGU0ZV017516@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 [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 14BF1E49 for ; Tue, 12 Feb 2013 16:25:06 +0000 (UTC) (envelope-from gasolwu@kkbox.com) Received: from kkbox.com (ip-203-69-67-167.kkcube.com [203.69.67.167]) by mx1.freebsd.org (Postfix) with ESMTP id DB30FFB1 for ; Tue, 12 Feb 2013 16:25:05 +0000 (UTC) Received: by goingmarry.kkbox.com (Postfix, from userid 1033) id 71A3C7474EF; Wed, 13 Feb 2013 00:24:57 +0800 (CST) Message-Id: <20130212162457.71A3C7474EF@goingmarry.kkbox.com> Date: Wed, 13 Feb 2013 00:24:57 +0800 (CST) From: Gasol Wu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/176074: [NEW PORT] devel/pear-PPW: PHP Project Wizard X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Feb 2013 16:30:00 -0000 >Number: 176074 >Category: ports >Synopsis: [NEW PORT] devel/pear-PPW: PHP Project Wizard >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: Tue Feb 12 16:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Gasol Wu >Release: FreeBSD 9.1-RC1 amd64 >Organization: >Environment: System: FreeBSD goingmarry 9.1-RC1 FreeBSD 9.1-RC1 #0: Tue Aug 14 04:25:06 UTC 2012 >Description: The PHP Project Wizard (PPW) is a commandline tool that can be used to generate the scripts and configuration files necessary for the build automation of a PHP project. WWW: https://github.com/sebastianbergmann/php-project-wizard Generated with FreeBSD Port Tools 0.99_6 (mode: new) >How-To-Repeat: >Fix: --- .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: # # pear-PPW # pear-PPW/Makefile # pear-PPW/pkg-descr # pear-PPW/distinfo # echo c - pear-PPW mkdir -p pear-PPW > /dev/null 2>&1 echo x - pear-PPW/Makefile sed 's/^X//' >pear-PPW/Makefile << 'c54caabc3b4a05c2e47972cbcd520cc5' X# Created by: Gasol Wu X# $FreeBSD$ X XPORTNAME= PPW XPORTVERSION= 1.0.4 XCATEGORIES= devel pear XMASTER_SITES= http://pear.phpunit.de/get/ XPKGNAMEPREFIX= pear- XDISTNAME= ppw-${DISTVERSION} X XMAINTAINER= gasol.wu@gmail.com XCOMMENT= PHP Project Wizard X XLICENSE= BSD X XBUILD_DEPENDS= pear>=1.9.4:${PORTSDIR}/devel/pear \ X pear-ezc_ConsoleTools>=1.6:${PORTSDIR}/devel/pear-ezc_ConsoleTools \ X pear-Text_Template>=1.1.0:${PORTSDIR}/textproc/pear-Text_Template XRUN_DEPENDS= pear>=1.9.4:${PORTSDIR}/devel/pear \ X pear-ezc_ConsoleTools>=1.6:${PORTSDIR}/devel/pear-ezc_ConsoleTools \ X pear-Text_Template>=1.1.0:${PORTSDIR}/textproc/pear-Text_Template X XPEAR_CHANNEL= phpunit XPEAR_AUTOINSTALL= yes XIGNORE_WITH_PHP=52 X X.include X.include "${PORTSDIR}/devel/pear/bsd.pear.mk" X.include c54caabc3b4a05c2e47972cbcd520cc5 echo x - pear-PPW/pkg-descr sed 's/^X//' >pear-PPW/pkg-descr << 'e9ff3acf341c70bb8e5f43d64b68582e' XThe PHP Project Wizard (PPW) is a commandline tool that can be used to generate Xthe scripts and configuration files necessary for the build automation of a PHP Xproject. X XWWW: https://github.com/sebastianbergmann/php-project-wizard e9ff3acf341c70bb8e5f43d64b68582e echo x - pear-PPW/distinfo sed 's/^X//' >pear-PPW/distinfo << '8053fe32463d4f81969e235f4272016c' XSHA256 (PEAR/ppw-1.0.4.tgz) = 4b465c0376fc8c9076f516791ff925ca222f2bfdaad897d6a6300cc8095cfc0b XSIZE (PEAR/ppw-1.0.4.tgz) = 6122 8053fe32463d4f81969e235f4272016c exit --- .shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: