PEAR FilterIterator implementation that filters files based

on a list of suffixes.

WWW: http://pear.phpunit.de/
This commit is contained in:
Martin Matuska 2011-07-11 10:48:19 +00:00
parent 14627eb40c
commit 090831c3c9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277528
4 changed files with 34 additions and 0 deletions

View File

@ -2592,6 +2592,7 @@
SUBDIR += pear-Date_Holidays_Ukraine
SUBDIR += pear-Event_Dispatcher
SUBDIR += pear-FSM
SUBDIR += pear-File_Iterator
SUBDIR += pear-HTML_BBCodeParser
SUBDIR += pear-HTML_CSS
SUBDIR += pear-HTML_Common

View File

@ -0,0 +1,28 @@
# Ports collection makefile for: pear-File_Iterator
# Date created: 11 July 2011
# Whom: Martin Matuska <mm@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= File_Iterator
PORTVERSION= 1.2.6
CATEGORIES= devel www pear
MASTER_SITES= http://pear.phpunit.de/get/
PKGNAMEPREFIX= pear-
MAINTAINER= mm@FreeBSD.org
COMMENT= PEAR FileIterator implementation
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit
PEAR_CHANNEL= phpunit
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>

View File

@ -0,0 +1,2 @@
SHA256 (PEAR/File_Iterator-1.2.6.tgz) = a197bb17fb2e9a5e71c1efe025df93050251e21d2d45834d5481a330272081c3
SIZE (PEAR/File_Iterator-1.2.6.tgz) = 3439

View File

@ -0,0 +1,3 @@
FilterIterator implementation that filters files based on a list of suffixes.
WWW: http://pear.phpunit.de/