From 3fe8ab402b7c3007c712a951fc449451465ca16a Mon Sep 17 00:00:00 2001 From: ijliao Date: Wed, 13 Jun 2001 14:46:54 +0000 Subject: add profxp FXP (server-to-server FTP) client --- ftp/profxp/Makefile | 28 ++++++++++++++++++++++++++++ ftp/profxp/distinfo | 1 + ftp/profxp/pkg-comment | 1 + ftp/profxp/pkg-descr | 7 +++++++ ftp/profxp/pkg-plist | 1 + 5 files changed, 38 insertions(+) create mode 100644 ftp/profxp/Makefile create mode 100644 ftp/profxp/distinfo create mode 100644 ftp/profxp/pkg-comment create mode 100644 ftp/profxp/pkg-descr create mode 100644 ftp/profxp/pkg-plist (limited to 'ftp/profxp') diff --git a/ftp/profxp/Makefile b/ftp/profxp/Makefile new file mode 100644 index 000000000000..0fd73cc3fd9d --- /dev/null +++ b/ftp/profxp/Makefile @@ -0,0 +1,28 @@ +# ex:ts=8 +# New ports collection makefile for: profxp +# Date created: Jun 1, 2001 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= profxp +PORTVERSION= 2p1 +CATEGORIES= ftp +MASTER_SITES= http://duncanthrax.net/profxp/ +DISTNAME= ${PORTNAME}.v${PORTVERSION:S/p/-pre/} + +MAINTAINER= ijliao@FreeBSD.org + +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/SOCKS.pm:${PORTSDIR}/net/p5-Socks \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Term/ReadLine/Perl.pm:${PORTSDIR}/devel/p5-ReadLine-Perl \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable + +NO_BUILD= yes + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/profxpv2.pl ${PREFIX}/bin/profxp + +.include diff --git a/ftp/profxp/distinfo b/ftp/profxp/distinfo new file mode 100644 index 000000000000..9418743a085c --- /dev/null +++ b/ftp/profxp/distinfo @@ -0,0 +1 @@ +MD5 (profxp.v2-pre1.tar.gz) = 9f050b7e1248941f54bcec0fc095aa20 diff --git a/ftp/profxp/pkg-comment b/ftp/profxp/pkg-comment new file mode 100644 index 000000000000..f1aae732947c --- /dev/null +++ b/ftp/profxp/pkg-comment @@ -0,0 +1 @@ +FXP (server-to-server FTP) client diff --git a/ftp/profxp/pkg-descr b/ftp/profxp/pkg-descr new file mode 100644 index 000000000000..b1173fcf2726 --- /dev/null +++ b/ftp/profxp/pkg-descr @@ -0,0 +1,7 @@ +proFXP is a FXP (server-to-server FTP) client written in Perl. It features +TAB completion, site management, idle timers, SOCKS support, active and +passive mode, different listing modes and a very powerful "down-to-the +protocol metal" 2-char-command command line interface, pleasing newbies and +hardcore hackers alike. + +WWW: http://duncanthrax.net/profxp/ diff --git a/ftp/profxp/pkg-plist b/ftp/profxp/pkg-plist new file mode 100644 index 000000000000..47ec0b70ac43 --- /dev/null +++ b/ftp/profxp/pkg-plist @@ -0,0 +1 @@ +bin/profxp -- cgit