mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Initial import of p5-File-FTS 0.01.
This is the Perl extension for File Traversing System. PR: 34255 Submitted by: Seamus Venasse <svenasse@polaris.ca>
This commit is contained in:
parent
daa8cb06f0
commit
da648eea86
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54737
@ -385,6 +385,7 @@
|
||||
SUBDIR += p5-File-BasicFlock
|
||||
SUBDIR += p5-File-Binary
|
||||
SUBDIR += p5-File-Cache
|
||||
SUBDIR += p5-File-FTS
|
||||
SUBDIR += p5-File-Lock
|
||||
SUBDIR += p5-File-MMagic
|
||||
SUBDIR += p5-File-ReadBackwards
|
||||
|
22
devel/p5-File-FTS/Makefile
Normal file
22
devel/p5-File-FTS/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# New ports collection makefile for: File::FTS
|
||||
# Date created: 24 Jan 2002
|
||||
# Whom: Seamus Venasse <svenasse@polaris.ca>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= File-FTS
|
||||
PORTVERSION= 0.01
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= File
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= svenasse@polaris.ca
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= File::FTS.3
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/p5-File-FTS/distinfo
Normal file
1
devel/p5-File-FTS/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (File-FTS-0.01.tar.gz) = bcdd80f05b083adcdae4514b3a75164b
|
1
devel/p5-File-FTS/pkg-comment
Normal file
1
devel/p5-File-FTS/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Perl extension for File Traversing System
|
6
devel/p5-File-FTS/pkg-descr
Normal file
6
devel/p5-File-FTS/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
This is similar to File::Find, but works non recursively.
|
||||
Symbolic links to directories are skipped.
|
||||
|
||||
WWW: http://search.cpan.org/search?dist=File-FTS
|
||||
|
||||
Seamus Venasse <svenasse@polaris.ca>
|
5
devel/p5-File-FTS/pkg-plist
Normal file
5
devel/p5-File-FTS/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/File/FTS/.packlist
|
||||
lib/perl5/site_perl/%%PERL_VER%%/File/FTS.pm
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/File 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/File/FTS 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/File 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user