Add p5-Net-FTP-Recursive 1.11, perl module to provide recursive FTP

client class.
This commit is contained in:
Jun Kuriyama 2005-04-11 08:25:24 +00:00
parent 3f2ac9f26d
commit f8657ef394
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=132999
5 changed files with 43 additions and 0 deletions

View file

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

View file

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

View file

@ -0,0 +1,2 @@
MD5 (Net-FTP-Recursive-1.11.tar.gz) = 5e5610f9b568843c8bad3a3fd725c103
SIZE (Net-FTP-Recursive-1.11.tar.gz) = 13906

View file

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

View file

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