svn commit: r312469 - in head/devel: . pear-PPW
Martin Wilke
miwi at FreeBSD.org
Mon Feb 18 01:05:36 UTC 2013
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 at 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 at 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 at 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
More information about the svn-ports-head
mailing list