summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2003-01-05 19:17:10 +0000
committerStefan Eßer <se@FreeBSD.org>2003-01-05 19:17:10 +0000
commitda1a192da69a9bbfe876782cafac2843a6a71bf4 (patch)
tree17a6f8594cc87a50f0466308532058bd5908f1d7 /ftp
parentUpdate to 1.23. (diff)
Upgrade to jftpgw-0.13.2
Notes
Notes: svn path=/head/; revision=72597
Diffstat (limited to 'ftp')
-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 af0527c65b7a..dd6e2c5eab20 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 1ee45047370b..d1ce09260c21 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 f986f2e943f6..9c5fc8616a12 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 8cefefd5e946..35466e442b9d 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 cfc8324db55a..f7c45c8eb1b6 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