FinderFacade is a convenience wrapper for Symfony's Finder component. WWW: https://github.com/sebastianbergmann/finder-facade This ports depends on following PR: ports/172765 ports/172771 Generated with FreeBSD Port Tools 0.99_6 (mode: new)
Responsible Changed From-To: freebsd-ports-bugs->miwi miwi@ wants this port PRs (via the GNATS Auto Assign Tool)
Responsible Changed From-To: miwi->freebsd-ports-bugs Reassign to the heap miwi being overloaded for now
Responsible Changed From-To: freebsd-ports-bugs->rm I will take it.
State Changed From-To: open->closed New port added, thank you!
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@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@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@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 _______________________________________________ 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"