SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,17 @@
COMMENT= recursive FTP client module
MODULES= cpan
PKG_ARCH= *
DISTNAME = Net-FTP-Recursive-2.04
CATEGORIES= net
REVISION = 1
# Perl
PERMIT_PACKAGE= Yes
WRKDIST = ${WRKDIR}/Net-FTP-Recursive
MODCPAN_EXAMPLES= Yes
MODCPAN_EXAMPLES_DIST= samples
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (Net-FTP-Recursive-2.04.tar.gz) = Q0wtuNV1tuJJJoD7NBFJvgtN7XEN7N31khjgm3RiQOM=
SIZE (Net-FTP-Recursive-2.04.tar.gz) = 15599

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,9 @@
${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