- Update to 0.3.0

- Take maintainership
- Reword description, update WWW

PR:		ports/75195
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net>
This commit is contained in:
Pav Lucistnik 2004-12-18 19:36:12 +00:00
parent e13125d765
commit 593a6e42f0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=124408
3 changed files with 12 additions and 15 deletions

View file

@ -6,22 +6,19 @@
#
PORTNAME= File_Find
PORTVERSION= 0.2.0
PORTREVISION= 1
PORTVERSION= 0.3.0
CATEGORIES= sysutils www pear
MASTER_SITES= http://pear.php.net/get/
PKGNAMEPREFIX= pear-
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PEAR
MAINTAINER= ports@FreeBSD.org
COMMENT= A PEAR Class to facilitate the search of filesystems
MAINTAINER= antonio@php.net
COMMENT= PEAR class that facillitates the search of filesystems
BUILD_DEPENDS= ${PEARDIR}/File.php:${PORTSDIR}/sysutils/pear-File
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
RUN_DEPENDS= ${BUILD_DEPENDS}
CATEGORY= File
FILES= Find.php
TESTS= setup.php 01glob.phpt 02maptree.phpt 03maptreemultiple.phpt \
04search.phpt bug2773.phpt
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"

View file

@ -1,2 +1,2 @@
MD5 (PEAR/File_Find-0.2.0.tgz) = 6560a5dc0d750f959b00d4aefc427fb6
SIZE (PEAR/File_Find-0.2.0.tgz) = 3245
MD5 (PEAR/File_Find-0.3.0.tgz) = 71a55f5e4c1014a2ff285ee90a04685b
SIZE (PEAR/File_Find-0.3.0.tgz) = 4342

View file

@ -1,5 +1,5 @@
PEAR::File_Find, created as a replacement for its Perl counterpart, also named
File_Find, is a directory searcher, which handles, globbing, recursive
directory searching, as well as a slew of other cool features.
PEAR::File_Find, created as a replacement for its Perl counterpart, also
named File_Find, is a directory searcher, which handles, globbing, recursive
directory searching, as well as a slew of other cool features.
WWW: http://pear.php.net/package-info.php?package=File_Find
WWW: http://pear.php.net/package/File_Find/