aboutsummaryrefslogtreecommitdiff
path: root/sysutils/pear-File_Find
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-12-18 19:36:12 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-12-18 19:36:12 +0000
commit593a6e42f0f342cfb656ac98b724e3a1c54dad83 (patch)
treeb62fed96d8d73f981bf7a78b9d58e4f026c09e8f /sysutils/pear-File_Find
parente13125d76517563d31c20bef76a2ddb831ecaf1f (diff)
downloadports-593a6e42f0f342cfb656ac98b724e3a1c54dad83.tar.gz
ports-593a6e42f0f342cfb656ac98b724e3a1c54dad83.zip
Notes
Diffstat (limited to 'sysutils/pear-File_Find')
-rw-r--r--sysutils/pear-File_Find/Makefile15
-rw-r--r--sysutils/pear-File_Find/distinfo4
-rw-r--r--sysutils/pear-File_Find/pkg-descr8
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/