summaryrefslogtreecommitdiffstats
path: root/ftp/jftpgw
diff options
context:
space:
mode:
authorse <se@FreeBSD.org>2003-01-05 19:17:10 +0000
committerse <se@FreeBSD.org>2003-01-05 19:17:10 +0000
commit8adea8fbb748310ba6c1eae3aeba652cc2a0d6a8 (patch)
tree35bec016ac2a44a21d94868ca181443c595f8e69 /ftp/jftpgw
parent3fa6bb3869bceb7565db16e4ffa25b153e52ca90 (diff)
downloadFreeBSD-ports-8adea8fbb748310ba6c1eae3aeba652cc2a0d6a8.zip
FreeBSD-ports-8adea8fbb748310ba6c1eae3aeba652cc2a0d6a8.tar.gz
Upgrade to jftpgw-0.13.2
Diffstat (limited to 'ftp/jftpgw')
-rw-r--r--ftp/jftpgw/Makefile6
-rw-r--r--ftp/jftpgw/distinfo4
-rw-r--r--ftp/jftpgw/files/jftpgw.sh.in2
-rw-r--r--ftp/jftpgw/pkg-descr16
-rw-r--r--ftp/jftpgw/pkg-plist2
5 files changed, 19 insertions, 11 deletions
diff --git a/ftp/jftpgw/Makefile b/ftp/jftpgw/Makefile
index af0527c..dd6e2c5 100644
--- a/ftp/jftpgw/Makefile
+++ b/ftp/jftpgw/Makefile
@@ -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>
diff --git a/ftp/jftpgw/distinfo b/ftp/jftpgw/distinfo
index 1ee4504..d1ce092 100644
--- a/ftp/jftpgw/distinfo
+++ b/ftp/jftpgw/distinfo
@@ -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
diff --git a/ftp/jftpgw/files/jftpgw.sh.in b/ftp/jftpgw/files/jftpgw.sh.in
index f986f2e..9c5fc86 100644
--- a/ftp/jftpgw/files/jftpgw.sh.in
+++ b/ftp/jftpgw/files/jftpgw.sh.in
@@ -11,7 +11,7 @@ start)
if [ -x $PROGRAM ] && [ -r $CFGFILE ]
then
$PROGRAM
- echo -n "jftpgw "
+ echo -n " jftpgw"
fi
;;
diff --git a/ftp/jftpgw/pkg-descr b/ftp/jftpgw/pkg-descr
index 8cefefd5..35466e4 100644
--- a/ftp/jftpgw/pkg-descr
+++ b/ftp/jftpgw/pkg-descr
@@ -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/
diff --git a/ftp/jftpgw/pkg-plist b/ftp/jftpgw/pkg-plist
index cfc8324..f7c45c8 100644
--- a/ftp/jftpgw/pkg-plist
+++ b/ftp/jftpgw/pkg-plist
@@ -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
OpenPOWER on IntegriCloud