svn commit: r309830 - in head/devel: . pear-SebastianBergmann_FinderFacade
Ruslan Mahmatkhanov
rm at FreeBSD.org
Wed Jan 2 18:35:11 UTC 2013
Author: rm
Date: Wed Jan 2 18:34:58 2013
New Revision: 309830
URL: http://svnweb.freebsd.org/changeset/ports/309830
Log:
FinderFacade is a convenience wrapper for Symfony's Finder component.
WWW: https://github.com/sebastianbergmann/finder-facade
PR: 172772
Submitted by: Gasol Wu <gasol.wu at gmail.com>
Added:
head/devel/pear-SebastianBergmann_FinderFacade/
head/devel/pear-SebastianBergmann_FinderFacade/Makefile (contents, props changed)
head/devel/pear-SebastianBergmann_FinderFacade/distinfo (contents, props changed)
head/devel/pear-SebastianBergmann_FinderFacade/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Wed Jan 2 18:33:08 2013 (r309829)
+++ head/devel/Makefile Wed Jan 2 18:34:58 2013 (r309830)
@@ -3072,6 +3072,7 @@
SUBDIR += pear-Pager
SUBDIR += pear-PhpDocumentor
SUBDIR += pear-Pirum
+ SUBDIR += pear-SebastianBergmann_FinderFacade
SUBDIR += pear-SebastianBergmann_PHPLOC
SUBDIR += pear-Structure_LinkedList
SUBDIR += pear-Structures_DataGrid
Added: head/devel/pear-SebastianBergmann_FinderFacade/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/pear-SebastianBergmann_FinderFacade/Makefile Wed Jan 2 18:34:58 2013 (r309830)
@@ -0,0 +1,31 @@
+# Created by: Gasol Wu <gasol.wu at gmail.com>
+# $FreeBSD$
+
+PORTNAME= FinderFacade
+PORTVERSION= 1.0.5
+CATEGORIES= devel pear
+MASTER_SITES= http://pear.phpunit.de/get/
+PKGNAMEPREFIX= pear-SebastianBergmann_
+
+MAINTAINER= gasol.wu at gmail.com
+COMMENT= Convenience wrapper for Symfony\'s Finder component
+
+LICENSE= BSD
+
+BUILD_DEPENDS= pear>=1.9.4:${PORTSDIR}/devel/pear \
+ pear-TheSeer_fDOMDocument>=1.3.1:${PORTSDIR}/devel/pear-TheSeer_fDOMDocument \
+ pear-Symfony_Component_Finder>=2.1.0:${PORTSDIR}/devel/pear-Symfony_Component_Finder \
+ ${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit
+RUN_DEPENDS= pear>=1.9.4:${PORTSDIR}/devel/pear \
+ pear-TheSeer_fDOMDocument>=1.3.1:${PORTSDIR}/devel/pear-TheSeer_fDOMDocument \
+ pear-Symfony_Component_Finder>=2.1.0:${PORTSDIR}/devel/pear-Symfony_Component_Finder \
+ ${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit
+
+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-SebastianBergmann_FinderFacade/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/pear-SebastianBergmann_FinderFacade/distinfo Wed Jan 2 18:34:58 2013 (r309830)
@@ -0,0 +1,2 @@
+SHA256 (PEAR/FinderFacade-1.0.5.tgz) = 784bb718197a49495ced77bb0535dc46ba31541f02f674de941850bb6a55b951
+SIZE (PEAR/FinderFacade-1.0.5.tgz) = 4498
Added: head/devel/pear-SebastianBergmann_FinderFacade/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/pear-SebastianBergmann_FinderFacade/pkg-descr Wed Jan 2 18:34:58 2013 (r309830)
@@ -0,0 +1,3 @@
+FinderFacade is a convenience wrapper for Symfony's Finder component.
+
+WWW: https://github.com/sebastianbergmann/finder-facade
More information about the svn-ports-all
mailing list