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:
parent
bfb6abbec2
commit
a17288e71f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309257
@ -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
|
||||
|
28
devel/pear-TheSeer_DirectoryScanner/Makefile
Normal file
28
devel/pear-TheSeer_DirectoryScanner/Makefile
Normal 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>
|
2
devel/pear-TheSeer_DirectoryScanner/distinfo
Normal file
2
devel/pear-TheSeer_DirectoryScanner/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (PEAR/DirectoryScanner-1.1.0.tgz) = 8d0c269cd5b386c9aebd9fc0080771adb00833262906434cd30d0c872cdb04e6
|
||||
SIZE (PEAR/DirectoryScanner-1.1.0.tgz) = 3644
|
3
devel/pear-TheSeer_DirectoryScanner/pkg-descr
Normal file
3
devel/pear-TheSeer_DirectoryScanner/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
A recursive directory scanner and filter.
|
||||
|
||||
WWW: https://github.com/theseer/DirectoryScanner/
|
Loading…
Reference in New Issue
Block a user