diff options
-rw-r--r-- | ftp/Makefile | 1 | ||||
-rw-r--r-- | ftp/p5-Net-FTP-Recursive/Makefile | 25 | ||||
-rw-r--r-- | ftp/p5-Net-FTP-Recursive/distinfo | 2 | ||||
-rw-r--r-- | ftp/p5-Net-FTP-Recursive/pkg-descr | 11 | ||||
-rw-r--r-- | ftp/p5-Net-FTP-Recursive/pkg-plist | 4 |
5 files changed, 43 insertions, 0 deletions
diff --git a/ftp/Makefile b/ftp/Makefile index 3aae7672f498..a312d3156d8a 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -63,6 +63,7 @@ SUBDIR += oftpd SUBDIR += omi SUBDIR += p5-Net-FTP-Common + SUBDIR += p5-Net-FTP-Recursive SUBDIR += p5-Net-FTPServer SUBDIR += p5-POE-Component-Client-FTP SUBDIR += paraget diff --git a/ftp/p5-Net-FTP-Recursive/Makefile b/ftp/p5-Net-FTP-Recursive/Makefile new file mode 100644 index 000000000000..ee698e54fdca --- /dev/null +++ b/ftp/p5-Net-FTP-Recursive/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: p5-Net-FTP-Recursive +# Date Created: 11 April, 2005 +# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Net-FTP-Recursive +PORTVERSION= 1.11 +CATEGORIES= ftp perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../../authors/id/J/JD/JDLEE +PKGNAMEPREFIX= p5- + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Perl module to provide recursive FTP client class + +BUILD_DEPENDS= ${SITE_PERL}/Net/FTP.pm:${PORTSDIR}/net/p5-Net +RUN_DEPENDS= ${SITE_PERL}/Net/FTP.pm:${PORTSDIR}/net/p5-Net + +PERL_CONFIGURE= yes + +MAN3= Net::FTP::Recursive.3 + +.include <bsd.port.mk> diff --git a/ftp/p5-Net-FTP-Recursive/distinfo b/ftp/p5-Net-FTP-Recursive/distinfo new file mode 100644 index 000000000000..265f61e9f132 --- /dev/null +++ b/ftp/p5-Net-FTP-Recursive/distinfo @@ -0,0 +1,2 @@ +MD5 (Net-FTP-Recursive-1.11.tar.gz) = 5e5610f9b568843c8bad3a3fd725c103 +SIZE (Net-FTP-Recursive-1.11.tar.gz) = 13906 diff --git a/ftp/p5-Net-FTP-Recursive/pkg-descr b/ftp/p5-Net-FTP-Recursive/pkg-descr new file mode 100644 index 000000000000..43308685f532 --- /dev/null +++ b/ftp/p5-Net-FTP-Recursive/pkg-descr @@ -0,0 +1,11 @@ +This module augments the list of Net::FTP methods with several +methods that automatically descend directory structures for you. +The methods are: + + rget - Retrieve an entire directory tree. + rput - Send an entire directory tree. + rdir - Receive an entire directory tree listing. + rls - Receive an entire directory tree listing, filenames only. + rdelete - Remove an entire directory tree. + +WWW: http://search.cpan.org/dist/Net-FTP-Recursive/ diff --git a/ftp/p5-Net-FTP-Recursive/pkg-plist b/ftp/p5-Net-FTP-Recursive/pkg-plist new file mode 100644 index 000000000000..17e87ba7729f --- /dev/null +++ b/ftp/p5-Net-FTP-Recursive/pkg-plist @@ -0,0 +1,4 @@ +%%SITE_PERL%%/Net/FTP/Recursive.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/FTP/Recursive/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/FTP/Recursive +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/FTP 2>/dev/null || true |