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:
Kevin Lo 2002-02-15 07:40:02 +00:00
parent daa8cb06f0
commit da648eea86
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54737
6 changed files with 36 additions and 0 deletions

View File

@ -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

View 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>

View File

@ -0,0 +1 @@
MD5 (File-FTS-0.01.tar.gz) = bcdd80f05b083adcdae4514b3a75164b

View File

@ -0,0 +1 @@
Perl extension for File Traversing System

View 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>

View 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