Upgrade to jftpgw-0.13.2

This commit is contained in:
Stefan Eßer 2003-01-05 19:17:10 +00:00
parent b2433e2389
commit da1a192da6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=72597
5 changed files with 19 additions and 11 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= jftpgw
PORTVERSION= 0.13.1
PORTVERSION= 0.13.2
CATEGORIES= ftp
MASTER_SITES= http://www.mcknight.de/jftpgw/
@ -26,5 +26,9 @@ do-install:
@${SED} -e 's:@PREFIX@:${PREFIX}:g' \
${FILESDIR}/jftpgw.sh.in > ${WRKDIR}/jftpgw.sh
${INSTALL_SCRIPT} ${WRKDIR}/jftpgw.sh ${PREFIX}/etc/rc.d
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/jftpgw
${INSTALL_DATA} ${WRKSRC}/doc/config.html ${PREFIX}/share/doc/jftpgw
.endif
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
MD5 (jftpgw-0.13.1.tar.bz2) = 840a75b3d0fdf1bd529c0be370a40b67
SIZE (jftpgw-0.13.1.tar.bz2) = 182500
MD5 (jftpgw-0.13.2.tar.bz2) = 6f06f7b5c4636a1f052dd7afdfdab780
SIZE (jftpgw-0.13.2.tar.bz2) = 207885

View File

@ -11,7 +11,7 @@ start)
if [ -x $PROGRAM ] && [ -r $CFGFILE ]
then
$PROGRAM
echo -n "jftpgw "
echo -n " jftpgw"
fi
;;

View File

@ -1,9 +1,11 @@
jftpgw is an FTP proxy/gateway that uses the FTP protocol (unlike those FTP
proxies that fetch an FTP file but work as an http proxy). You can use it to
make servers behind a firewall/NAT server (masquerading server) accessible
or to allow users behind such solutions to transfer files to and from the
outside of the LAN. With the new sftp support you can also use FTP to get
files from a machine that is only accessible with an ssh connection (see
the page on the sftp support).
Jftpgw is an FTP proxy/gateway that uses the FTP protocol (unlike those FTP
proxies that fetch an FTP file but work as an http proxy). You can use it to
make servers behind a firewall/NAT server (masquerading server) accessible
or to allow users behind such solutions to transfer files to and from the
outside of the LAN.
Jftpgw is highly configurable and can be run as a stand-alone daemon or
under control of inetd. A wide range of options can be spedified per client,
server or user. Other features are: support for a transparent proxy mode,
forwarding, file caching, detailed logging, port ranges and session limits.
WWW: http://www.mcknight.de/jftpgw/

View File

@ -1,3 +1,5 @@
sbin/jftpgw
etc/jftpgw.conf.sample
etc/rc.d/jftpgw.sh
%%PORTDOCS%%share/doc/jftpgw/config.html
%%PORTDOCS%%@dirrm share/doc/jftpgw