1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00

A recursive directory scanner and filter.

WWW: https://github.com/theseer/DirectoryScanner/

PR:		172762
Submitted by:	Gasol Wu <gasol.wu@gmail.com>
This commit is contained in:
Ruslan Makhmatkhanov 2012-12-19 20:05:43 +00:00
parent bfb6abbec2
commit a17288e71f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309257
4 changed files with 34 additions and 0 deletions

View File

@ -3051,6 +3051,7 @@
SUBDIR += pear-System_Command
SUBDIR += pear-Testing_Selenium
SUBDIR += pear-Text_Diff
SUBDIR += pear-TheSeer_DirectoryScanner
SUBDIR += pear-VFS
SUBDIR += pear-Validate
SUBDIR += pear-Validate_AU

View File

@ -0,0 +1,28 @@
# Created by: Gasol Wu <gasol.wu@gmail.com>
# $FreeBSD$
PORTNAME= DirectoryScanner
PORTVERSION= 1.1.0
CATEGORIES= devel pear
MASTER_SITES= http://pear.netpirates.net/get/
PKGNAMEPREFIX= pear-TheSeer_
MAINTAINER= gasol.wu@gmail.com
COMMENT= Recursive directory scanner and filter
LICENSE= BSD
BUILD_DEPENDS= pear>=1.8.1:${PORTSDIR}/devel/pear \
${PEARDIR}/.channels/pear.netpirates.net.reg:${PORTSDIR}/devel/pear-channel-theseer
RUN_DEPENDS= pear>=1.8.1:${PORTSDIR}/devel/pear \
${PEARDIR}/.channels/pear.netpirates.net.reg:${PORTSDIR}/devel/pear-channel-theseer
USE_PHP= fileinfo
PEAR_CHANNEL= theseer
PEAR_AUTOINSTALL= yes
IGNORE_WITH_PHP=52
.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/DirectoryScanner-1.1.0.tgz) = 8d0c269cd5b386c9aebd9fc0080771adb00833262906434cd30d0c872cdb04e6
SIZE (PEAR/DirectoryScanner-1.1.0.tgz) = 3644

View File

@ -0,0 +1,3 @@
A recursive directory scanner and filter.
WWW: https://github.com/theseer/DirectoryScanner/