import p5-Net-FTP-Recursive-2.00

Net::FTP::Recursive is a class built on top of the Net::FTP
package that implements recursive get and put methods for
the retrieval and sending of entire directory structures.

submitted by Sam Smith <S at mSmith.net>
ok sturm@
This commit is contained in:
steven 2005-12-16 16:57:35 +00:00
parent e41b026973
commit c296ed6a1f
4 changed files with 46 additions and 0 deletions

View File

@ -0,0 +1,29 @@
# $OpenBSD: Makefile,v 1.1.1.1 2005/12/16 16:57:35 steven Exp $
COMMENT= "recursive FTP client module"
DISTNAME= Net-FTP-Recursive-2.00
PKGNAME= p5-${DISTNAME}
CATEGORIES= net perl5
MAINTAINER= Sam Smith <s@msmith.net>
# Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
CONFIGURE_STYLE=perl
PKG_ARCH= *
EXAMPLE_DIR=${PREFIX}/share/examples/p5-Net-FTP-Recursive
post-install:
${INSTALL_DATA_DIR} ${EXAMPLE_DIR}
${INSTALL_SCRIPT} ${WRKSRC}/samples/* ${EXAMPLE_DIR}
.include <bsd.port.mk>

View File

@ -0,0 +1,4 @@
MD5 (Net-FTP-Recursive-2.00.tar.gz) = 57d213e591a022f8d347cff76e159bde
RMD160 (Net-FTP-Recursive-2.00.tar.gz) = ed92bc1cdfbd27ca40b2419b058bf8db4a33581b
SHA1 (Net-FTP-Recursive-2.00.tar.gz) = 9dd23aee554cbb02145f2c7c3758f2f8dfd9641e
SIZE (Net-FTP-Recursive-2.00.tar.gz) = 14404

View File

@ -0,0 +1,3 @@
Net::FTP::Recursive is a class built on top of the Net::FTP
package that implements recursive get and put methods for
the retrieval and sending of entire directory structures.

View File

@ -0,0 +1,10 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/12/16 16:57:35 steven Exp $
${P5SITE}/Net/
${P5SITE}/Net/FTP/
${P5SITE}/Net/FTP/Recursive.pm
@man man/man3p/Net::FTP::Recursive.3p
share/examples/p5-Net-FTP-Recursive/
share/examples/p5-Net-FTP-Recursive/rdelete
share/examples/p5-Net-FTP-Recursive/rdir
share/examples/p5-Net-FTP-Recursive/rget
share/examples/p5-Net-FTP-Recursive/rput