File::Listing can be used to parse directory listings.
WWW: http://search.cpan.org/dist/File-Listing/ This new port is needed to update www/p5-libwww.
This commit is contained in:
parent
743b002be1
commit
0bfd8747d1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=272717
5 changed files with 35 additions and 0 deletions
|
@ -569,6 +569,7 @@
|
|||
SUBDIR += p5-Brackup
|
||||
SUBDIR += p5-Dir-Purge
|
||||
SUBDIR += p5-File-DirCompare
|
||||
SUBDIR += p5-File-Listing
|
||||
SUBDIR += p5-File-Log
|
||||
SUBDIR += p5-File-Next
|
||||
SUBDIR += p5-File-Signature
|
||||
|
|
24
sysutils/p5-File-Listing/Makefile
Normal file
24
sysutils/p5-File-Listing/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# New ports collection makefile for: p5-File-Listing
|
||||
# Date created: 2011-04-14
|
||||
# Whom: Frederic Culot <culot@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= File-Listing
|
||||
PORTVERSION= 6.02
|
||||
CATEGORIES= sysutils perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Parse directory listings
|
||||
|
||||
RUN_DEPENDS= p5-HTTP-Date>=6:${PORTSDIR}/www/p5-HTTP-Date
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= File::Listing.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
sysutils/p5-File-Listing/distinfo
Normal file
2
sysutils/p5-File-Listing/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (File-Listing-6.02.tar.gz) = 10d74be7373c1719363876c146f1f1730264585e74b6ddb7b7cb36cbc7b1ed19
|
||||
SIZE (File-Listing-6.02.tar.gz) = 24234
|
3
sysutils/p5-File-Listing/pkg-descr
Normal file
3
sysutils/p5-File-Listing/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
This module can be used to parse directory listings.
|
||||
|
||||
WWW: http://search.cpan.org/dist/File-Listing/
|
5
sysutils/p5-File-Listing/pkg-plist
Normal file
5
sysutils/p5-File-Listing/pkg-plist
Normal file
|
@ -0,0 +1,5 @@
|
|||
%%SITE_PERL%%/File/Listing.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Listing/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Listing
|
||||
@dirrmtry %%SITE_PERL%%/File
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File
|
Loading…
Reference in a new issue