diff options
Diffstat (limited to 'ftp/jmirror')
-rw-r--r-- | ftp/jmirror/Makefile | 25 | ||||
-rw-r--r-- | ftp/jmirror/distinfo | 1 | ||||
-rw-r--r-- | ftp/jmirror/pkg-comment | 1 | ||||
-rw-r--r-- | ftp/jmirror/pkg-descr | 11 | ||||
-rw-r--r-- | ftp/jmirror/pkg-plist | 3 |
5 files changed, 41 insertions, 0 deletions
diff --git a/ftp/jmirror/Makefile b/ftp/jmirror/Makefile new file mode 100644 index 000000000000..903550c840c9 --- /dev/null +++ b/ftp/jmirror/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: jmirror +# Version required: 1.0b +# Date Created: 4 Febuary 1999 +# Whom: Justin Robinson +# +# $Id$ +# + +DISTNAME= jmirror-1.0b +CATEGORIES= net +MASTER_SITES= ftp://ftp.ruin.org/pub/All/ + +MAINTAINER= jmrobins@jmirror.ruin.org + +RUN_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Net/FTP.pm:${PORTSDIR}/net/p5-Net + +USE_PERL5= YES +NO_BUILD= YES + +do-install: + ${MKDIR} ${PREFIX}/lib/jmirror + ${INSTALL_SCRIPT} ${WRKSRC}/jmirror ${PREFIX}/bin/jmirror + ${INSTALL_DATA} ${WRKSRC}/sample.jmirror.conf ${PREFIX}/lib/jmirror/sample.jmirror.conf + +.include <bsd.port.mk> diff --git a/ftp/jmirror/distinfo b/ftp/jmirror/distinfo new file mode 100644 index 000000000000..0c67b0e7cd82 --- /dev/null +++ b/ftp/jmirror/distinfo @@ -0,0 +1 @@ +MD5 (jmirror-1.0b.tar.gz) = f42e049bff86641eebfbc84e848bfabf diff --git a/ftp/jmirror/pkg-comment b/ftp/jmirror/pkg-comment new file mode 100644 index 000000000000..beee098e63f4 --- /dev/null +++ b/ftp/jmirror/pkg-comment @@ -0,0 +1 @@ +FTP mirroring program written in PERL (REQUIRES PERL5,Net::FTP). diff --git a/ftp/jmirror/pkg-descr b/ftp/jmirror/pkg-descr new file mode 100644 index 000000000000..7db077e518fc --- /dev/null +++ b/ftp/jmirror/pkg-descr @@ -0,0 +1,11 @@ +The program 'jmirror' is designed to mirror an entire FTP site +or directory. This is REALLY useful for people who use an ftp +client that cannot download recursively. This requires both +PERL 5 (/usr/ports/lang/perl5/), and the CPAN module Net:FTP +(http://www.perl.org/CPAN/). + + +http://jmirror.ruin.org/ + +- Justin Robinson +jmrobins@jmirror.ruin.org diff --git a/ftp/jmirror/pkg-plist b/ftp/jmirror/pkg-plist new file mode 100644 index 000000000000..8c25e0cdfab1 --- /dev/null +++ b/ftp/jmirror/pkg-plist @@ -0,0 +1,3 @@ +bin/jmirror +lib/jmirror/sample.jmirror.conf +@dirrm lib/jmirror |