aboutsummaryrefslogtreecommitdiff
path: root/ftp/jftpgw
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/jftpgw')
-rw-r--r--ftp/jftpgw/Makefile36
-rw-r--r--ftp/jftpgw/distinfo2
-rw-r--r--ftp/jftpgw/files/jftpgw.in27
-rw-r--r--ftp/jftpgw/files/patch-std_cmds.h10
-rw-r--r--ftp/jftpgw/pkg-descr11
-rw-r--r--ftp/jftpgw/pkg-plist4
6 files changed, 0 insertions, 90 deletions
diff --git a/ftp/jftpgw/Makefile b/ftp/jftpgw/Makefile
deleted file mode 100644
index 71c798b5c7ad..000000000000
--- a/ftp/jftpgw/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# Created by: se
-
-PORTNAME= jftpgw
-PORTVERSION= 0.13.5
-PORTREVISION= 5
-CATEGORIES= ftp
-MASTER_SITES= http://www.mcknight.de/jftpgw/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Highly configurable FTP proxy
-
-LICENSE= GPLv2
-
-USES= tar:bzip2
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-logpath=/var/log \
- --enable-crypt \
- --enable-sftp
-
-CFLAGS+= -fcommon
-
-DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
-EXPIRATION_DATE=2021-04-01
-
-OPTIONS_DEFINE= DOCS
-
-USE_RC_SUBR= ${PORTNAME}
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/jftpgw ${STAGEDIR}${PREFIX}/sbin/
- ${INSTALL_DATA} ${WRKSRC}/jftpgw.conf.sample ${STAGEDIR}${PREFIX}/etc/
- ${INSTALL_MAN} ${WRKSRC}/jftpgw.1 ${STAGEDIR}${PREFIX}/man/man1/
- @${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/jftpgw
- ${INSTALL_DATA} ${WRKSRC}/doc/config.html ${STAGEDIR}${PREFIX}/share/doc/jftpgw
-
-.include <bsd.port.mk>
diff --git a/ftp/jftpgw/distinfo b/ftp/jftpgw/distinfo
deleted file mode 100644
index 60738456e9d0..000000000000
--- a/ftp/jftpgw/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (jftpgw-0.13.5.tar.bz2) = e41af7ebf832b74e77f30ac5613dfa6af363821c0509843d6e50461fca0eb81d
-SIZE (jftpgw-0.13.5.tar.bz2) = 240415
diff --git a/ftp/jftpgw/files/jftpgw.in b/ftp/jftpgw/files/jftpgw.in
deleted file mode 100644
index 19993c725a01..000000000000
--- a/ftp/jftpgw/files/jftpgw.in
+++ /dev/null
@@ -1,27 +0,0 @@
-#!/bin/sh
-
-# PROVIDE: jftpgw
-# REQUIRE: NETWORKING SERVERS
-# BEFORE: DAEMON
-# KEYWORD: shutdown
-
-#
-# Add the following lines to /etc/rc.conf to enable jftpgw:
-#
-# jftpgw_enable="YES"
-#
-
-. /etc/rc.subr
-
-name=jftpgw
-rcvar=jftpgw_enable
-
-command=%%PREFIX%%/sbin/jftpgw
-jftpgw_config=${jftpgw_config:-"%%PREFIX%%/etc/jftpgw.conf"}
-required_files=${jftpgw_config}
-
-jftpgw_enable=${jftpgw_enable:-"NO"}
-command_args="-f ${jftpgw_config}"
-
-load_rc_config $name
-run_rc_command "$1"
diff --git a/ftp/jftpgw/files/patch-std_cmds.h b/ftp/jftpgw/files/patch-std_cmds.h
deleted file mode 100644
index 20af29b6753e..000000000000
--- a/ftp/jftpgw/files/patch-std_cmds.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- ./std_cmds.h.orig 2009-07-17 00:00:04.686943825 -0400
-+++ ./std_cmds.h 2009-07-17 00:00:25.530073049 -0400
-@@ -42,6 +42,7 @@
- { "QUIT", std_quit },
- { "LIST", std_list },
- { "NLST", std_list },
-+ { "MLSD", std_list },
- { 0, 0 }
- };
-
diff --git a/ftp/jftpgw/pkg-descr b/ftp/jftpgw/pkg-descr
deleted file mode 100644
index ea9d5254a792..000000000000
--- a/ftp/jftpgw/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-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
deleted file mode 100644
index a1c48c73fbe4..000000000000
--- a/ftp/jftpgw/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-sbin/jftpgw
-man/man1/jftpgw.1.gz
-etc/jftpgw.conf.sample
-%%PORTDOCS%%%%DOCSDIR%%/config.html