diff options
author | jfitz <jfitz@FreeBSD.org> | 1996-10-24 08:06:31 +0000 |
---|---|---|
committer | jfitz <jfitz@FreeBSD.org> | 1996-10-24 08:06:31 +0000 |
commit | 452fd1c9ac7f447290a22575d6689aae72e6c979 (patch) | |
tree | a21a3b9c5198537e2db30aec618ba19f78493085 | |
parent | 6056ac1342e8628c1e30834cf4f65deb69bec12a (diff) | |
download | FreeBSD-ports-452fd1c9ac7f447290a22575d6689aae72e6c979.zip FreeBSD-ports-452fd1c9ac7f447290a22575d6689aae72e6c979.tar.gz |
perl5 module for several file operations: Copy, Recurse and Tools.
-rw-r--r-- | devel/p5-File-Tools/Makefile | 33 | ||||
-rw-r--r-- | devel/p5-File-Tools/distinfo | 1 | ||||
-rw-r--r-- | devel/p5-File-Tools/pkg-comment | 1 | ||||
-rw-r--r-- | devel/p5-File-Tools/pkg-descr | 3 | ||||
-rw-r--r-- | devel/p5-File-Tools/pkg-plist | 6 |
5 files changed, 44 insertions, 0 deletions
diff --git a/devel/p5-File-Tools/Makefile b/devel/p5-File-Tools/Makefile new file mode 100644 index 0000000..29d9fb4 --- /dev/null +++ b/devel/p5-File-Tools/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: p5-File-Tools +# Version required: 2.0 +# Date created: October 17th 1996 +# Whom: James FitzGibbon <jfitz@FreeBSD.org> +# +# $Id$ +# + +DISTNAME= File-Tools-2.0 +PKGNAME= p5-File-Tools-2.0 +CATEGORIES+= devel +MASTER_SITES= ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/File/ \ + ftp://ftp.cdrom.com/pub/perl/CPAN/modules/by-module/File/ \ + ftp://ftp.cis.ufl.edu/pub/perl/CPAN/modules/by-module/File/ \ + ftp://ftp.leo.org/pub/comp/programming/languages/perl/CPAN/modules/by-module/File/ \ + ftp://ftp.demon.co.uk/pub/mirrors/perl/CPAN/modules/by-module/File/ \ + ftp://ftp.lab.kdd.co.jp/lang/perl/CPAN/modules/by-module/File/ + +MAINTAINER= jfitz@FreeBSD.ORG + +BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 + +do-configure: + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + +post-install: +.if !defined(NOMANCOMPRESS) + @ for file in File::Tools File::Recurse File::Copy; do \ + gzip -9nf ${PREFIX}/lib/perl5/man/man3/$$file.3; \ + done +.endif + +.include <bsd.port.mk> diff --git a/devel/p5-File-Tools/distinfo b/devel/p5-File-Tools/distinfo new file mode 100644 index 0000000..05507d5 --- /dev/null +++ b/devel/p5-File-Tools/distinfo @@ -0,0 +1 @@ +MD5 (File-Tools-2.0.tar.gz) = 9523f19844a287b70d05317b3af9735d diff --git a/devel/p5-File-Tools/pkg-comment b/devel/p5-File-Tools/pkg-comment new file mode 100644 index 0000000..7a58c06 --- /dev/null +++ b/devel/p5-File-Tools/pkg-comment @@ -0,0 +1 @@ +perl5 module for several file operations: Copy, Recurse and Tools. diff --git a/devel/p5-File-Tools/pkg-descr b/devel/p5-File-Tools/pkg-descr new file mode 100644 index 0000000..566bb7d --- /dev/null +++ b/devel/p5-File-Tools/pkg-descr @@ -0,0 +1,3 @@ +This package implements several file operations under the umbrella of +File::Tools. It replaces the old File::Copy package and impliments new +functionality as well. diff --git a/devel/p5-File-Tools/pkg-plist b/devel/p5-File-Tools/pkg-plist new file mode 100644 index 0000000..bedf61b --- /dev/null +++ b/devel/p5-File-Tools/pkg-plist @@ -0,0 +1,6 @@ +lib/perl5/man/man3/File::Copy.3.gz +lib/perl5/man/man3/File::Recurse.3.gz +lib/perl5/man/man3/File::Tools.3.gz +lib/perl5/site_perl/File/Copy.pm +lib/perl5/site_perl/File/Recurse.pm +lib/perl5/site_perl/File/Tools.pm |