diff options
author | pav <pav@FreeBSD.org> | 2004-12-19 03:36:12 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-12-19 03:36:12 +0800 |
commit | 478f3426d5c332a32764897a45a007678fcff773 (patch) | |
tree | 781677f8fac7881e3cb1d773d65dff8591b9492b /sysutils/pear-File_Find | |
parent | 53c0c140acbec6b9feb3dbcee4f1bdc336789f09 (diff) | |
download | freebsd-ports-gnome-478f3426d5c332a32764897a45a007678fcff773.tar.gz freebsd-ports-gnome-478f3426d5c332a32764897a45a007678fcff773.tar.zst freebsd-ports-gnome-478f3426d5c332a32764897a45a007678fcff773.zip |
- Update to 0.3.0
- Take maintainership
- Reword description, update WWW
PR: ports/75195
Submitted by: Antonio Carlos Venancio Junior <antonio@php.net>
Diffstat (limited to 'sysutils/pear-File_Find')
-rw-r--r-- | sysutils/pear-File_Find/Makefile | 15 | ||||
-rw-r--r-- | sysutils/pear-File_Find/distinfo | 4 | ||||
-rw-r--r-- | sysutils/pear-File_Find/pkg-descr | 8 |
3 files changed, 12 insertions, 15 deletions
diff --git a/sysutils/pear-File_Find/Makefile b/sysutils/pear-File_Find/Makefile index b4204f959ae4..b43d13c3b751 100644 --- a/sysutils/pear-File_Find/Makefile +++ b/sysutils/pear-File_Find/Makefile @@ -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" diff --git a/sysutils/pear-File_Find/distinfo b/sysutils/pear-File_Find/distinfo index 1543aed60eae..83fd61d24414 100644 --- a/sysutils/pear-File_Find/distinfo +++ b/sysutils/pear-File_Find/distinfo @@ -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 diff --git a/sysutils/pear-File_Find/pkg-descr b/sysutils/pear-File_Find/pkg-descr index ae3407388f28..2723fbbb8a67 100644 --- a/sysutils/pear-File_Find/pkg-descr +++ b/sysutils/pear-File_Find/pkg-descr @@ -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/ |