mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add p5-Net-FTP-Recursive 1.11, perl module to provide recursive FTP
client class.
This commit is contained in:
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
|
@ -63,6 +63,7 @@
|
||||||
SUBDIR += oftpd
|
SUBDIR += oftpd
|
||||||
SUBDIR += omi
|
SUBDIR += omi
|
||||||
SUBDIR += p5-Net-FTP-Common
|
SUBDIR += p5-Net-FTP-Common
|
||||||
|
SUBDIR += p5-Net-FTP-Recursive
|
||||||
SUBDIR += p5-Net-FTPServer
|
SUBDIR += p5-Net-FTPServer
|
||||||
SUBDIR += p5-POE-Component-Client-FTP
|
SUBDIR += p5-POE-Component-Client-FTP
|
||||||
SUBDIR += paraget
|
SUBDIR += paraget
|
||||||
|
|
25
ftp/p5-Net-FTP-Recursive/Makefile
Normal file
25
ftp/p5-Net-FTP-Recursive/Makefile
Normal 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>
|
2
ftp/p5-Net-FTP-Recursive/distinfo
Normal file
2
ftp/p5-Net-FTP-Recursive/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
MD5 (Net-FTP-Recursive-1.11.tar.gz) = 5e5610f9b568843c8bad3a3fd725c103
|
||||||
|
SIZE (Net-FTP-Recursive-1.11.tar.gz) = 13906
|
11
ftp/p5-Net-FTP-Recursive/pkg-descr
Normal file
11
ftp/p5-Net-FTP-Recursive/pkg-descr
Normal 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/
|
4
ftp/p5-Net-FTP-Recursive/pkg-plist
Normal file
4
ftp/p5-Net-FTP-Recursive/pkg-plist
Normal 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
|
Loading…
Add table
Reference in a new issue