diff options
author | kevlo <kevlo@FreeBSD.org> | 2002-02-15 15:40:02 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2002-02-15 15:40:02 +0800 |
commit | 261e9b45105dca1604a18d149448e45b52e13dcc (patch) | |
tree | 46ad14e893c8372943201328b345d3603d69e116 | |
parent | 64eb8ed84a1d9b5862192e249b5d4765bbe9c2fc (diff) | |
download | freebsd-ports-gnome-261e9b45105dca1604a18d149448e45b52e13dcc.tar.gz freebsd-ports-gnome-261e9b45105dca1604a18d149448e45b52e13dcc.tar.zst freebsd-ports-gnome-261e9b45105dca1604a18d149448e45b52e13dcc.zip |
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>
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-File-FTS/Makefile | 22 | ||||
-rw-r--r-- | devel/p5-File-FTS/distinfo | 1 | ||||
-rw-r--r-- | devel/p5-File-FTS/pkg-comment | 1 | ||||
-rw-r--r-- | devel/p5-File-FTS/pkg-descr | 6 | ||||
-rw-r--r-- | devel/p5-File-FTS/pkg-plist | 5 |
6 files changed, 36 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index b83e6964b373..04853bf3609f 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 diff --git a/devel/p5-File-FTS/Makefile b/devel/p5-File-FTS/Makefile new file mode 100644 index 000000000000..4aeb19b6762d --- /dev/null +++ b/devel/p5-File-FTS/Makefile @@ -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> diff --git a/devel/p5-File-FTS/distinfo b/devel/p5-File-FTS/distinfo new file mode 100644 index 000000000000..282f88bdd178 --- /dev/null +++ b/devel/p5-File-FTS/distinfo @@ -0,0 +1 @@ +MD5 (File-FTS-0.01.tar.gz) = bcdd80f05b083adcdae4514b3a75164b diff --git a/devel/p5-File-FTS/pkg-comment b/devel/p5-File-FTS/pkg-comment new file mode 100644 index 000000000000..858968176efd --- /dev/null +++ b/devel/p5-File-FTS/pkg-comment @@ -0,0 +1 @@ +Perl extension for File Traversing System diff --git a/devel/p5-File-FTS/pkg-descr b/devel/p5-File-FTS/pkg-descr new file mode 100644 index 000000000000..ee2532649efa --- /dev/null +++ b/devel/p5-File-FTS/pkg-descr @@ -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> diff --git a/devel/p5-File-FTS/pkg-plist b/devel/p5-File-FTS/pkg-plist new file mode 100644 index 000000000000..ad50f526ab45 --- /dev/null +++ b/devel/p5-File-FTS/pkg-plist @@ -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 |