Bug 176074 - [NEW PORT] devel/pear-PPW: PHP Project Wizard
Summary: [NEW PORT] devel/pear-PPW: PHP Project Wizard
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-12 16:30 UTC by Gasol Wu
Modified: 2013-02-18 01:10 UTC (History)
0 users

See Also:


Attachments
.shar (1.96 KB, text/plain)
2013-02-12 16:30 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 2013-02-12 16:30:00 UTC
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)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-02-12 16:30:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-02-18 01:05:48 UTC
Author: miwi
Date: Mon Feb 18 01:05:35 2013
New Revision: 312469
URL: http://svnweb.freebsd.org/changeset/ports/312469

Log:
  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
  
  PR:		ports/176074
  Submitted by:	Gasol Wu <gasol.wu@gmail.com>

Added:
  head/devel/pear-PPW/
  head/devel/pear-PPW/Makefile   (contents, props changed)
  head/devel/pear-PPW/distinfo   (contents, props changed)
  head/devel/pear-PPW/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Feb 18 01:03:14 2013	(r312468)
+++ head/devel/Makefile	Mon Feb 18 01:05:35 2013	(r312469)
@@ -3106,6 +3106,7 @@
     SUBDIR += pear-PHP_Timer
     SUBDIR += pear-PHP_TokenStream
     SUBDIR += pear-PHP_UML
+    SUBDIR += pear-PPW
     SUBDIR += pear-Pager
     SUBDIR += pear-PhpDocumentor
     SUBDIR += pear-Pirum

Added: head/devel/pear-PPW/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pear-PPW/Makefile	Mon Feb 18 01:05:35 2013	(r312469)
@@ -0,0 +1,29 @@
+# Created by: Gasol Wu <gasol.wu@gmail.com>
+# $FreeBSD$
+
+PORTNAME=	PPW
+PORTVERSION=	1.0.4
+CATEGORIES=	devel pear
+MASTER_SITES=	http://pear.phpunit.de/get/
+PKGNAMEPREFIX=	pear-
+DISTNAME=	ppw-${DISTVERSION}
+
+MAINTAINER=	gasol.wu@gmail.com
+COMMENT=	PHP Project Wizard
+
+LICENSE=	BSD
+
+BUILD_DEPENDS=	pear>=1.9.4:${PORTSDIR}/devel/pear \
+		pear-ezc_ConsoleTools>=1.6:${PORTSDIR}/devel/pear-ezc_ConsoleTools \
+		pear-Text_Template>=1.1.0:${PORTSDIR}/textproc/pear-Text_Template
+RUN_DEPENDS=	pear>=1.9.4:${PORTSDIR}/devel/pear \
+		pear-ezc_ConsoleTools>=1.6:${PORTSDIR}/devel/pear-ezc_ConsoleTools \
+		pear-Text_Template>=1.1.0:${PORTSDIR}/textproc/pear-Text_Template
+
+PEAR_CHANNEL=	phpunit
+PEAR_AUTOINSTALL=	yes
+IGNORE_WITH_PHP=52
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
+.include <bsd.port.post.mk>

Added: head/devel/pear-PPW/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pear-PPW/distinfo	Mon Feb 18 01:05:35 2013	(r312469)
@@ -0,0 +1,2 @@
+SHA256 (PEAR/ppw-1.0.4.tgz) = 4b465c0376fc8c9076f516791ff925ca222f2bfdaad897d6a6300cc8095cfc0b
+SIZE (PEAR/ppw-1.0.4.tgz) = 6122

Added: head/devel/pear-PPW/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pear-PPW/pkg-descr	Mon Feb 18 01:05:35 2013	(r312469)
@@ -0,0 +1,5 @@
+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
_______________________________________________
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 Martin Wilke freebsd_committer freebsd_triage 2013-02-18 01:07:00 UTC
State Changed
From-To: open->closed

New port added. Thanks!