add profxp
FXP (server-to-server FTP) client
This commit is contained in:
parent
6e24cd8744
commit
5f187cf3b2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43943
@ -42,6 +42,7 @@
|
||||
SUBDIR += paraget
|
||||
SUBDIR += pavuk
|
||||
SUBDIR += proftpd
|
||||
SUBDIR += profxp
|
||||
SUBDIR += puf
|
||||
SUBDIR += pure-ftpd
|
||||
SUBDIR += ruby-curl
|
||||
|
28
ftp/profxp/Makefile
Normal file
28
ftp/profxp/Makefile
Normal file
@ -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 <bsd.port.mk>
|
1
ftp/profxp/distinfo
Normal file
1
ftp/profxp/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (profxp.v2-pre1.tar.gz) = 9f050b7e1248941f54bcec0fc095aa20
|
1
ftp/profxp/pkg-comment
Normal file
1
ftp/profxp/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
FXP (server-to-server FTP) client
|
7
ftp/profxp/pkg-descr
Normal file
7
ftp/profxp/pkg-descr
Normal file
@ -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/
|
1
ftp/profxp/pkg-plist
Normal file
1
ftp/profxp/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/profxp
|
Loading…
Reference in New Issue
Block a user