From 80a707d485ecd5468d14043a647f286174926817 Mon Sep 17 00:00:00 2001 From: Dan Ponte Date: Wed, 5 Jun 2024 10:08:45 -0400 Subject: [PATCH] remove dante --- net/dante/Makefile | 51 ---------------------------------------- net/dante/distinfo | 3 --- net/dante/files/sockd.in | 26 -------------------- net/dante/pkg-descr | 8 ------- net/dante/pkg-message | 14 ----------- net/dante/pkg-plist | 28 ---------------------- 6 files changed, 130 deletions(-) delete mode 100644 net/dante/Makefile delete mode 100644 net/dante/distinfo delete mode 100644 net/dante/files/sockd.in delete mode 100644 net/dante/pkg-descr delete mode 100644 net/dante/pkg-message delete mode 100644 net/dante/pkg-plist diff --git a/net/dante/Makefile b/net/dante/Makefile deleted file mode 100644 index cd38c08..0000000 --- a/net/dante/Makefile +++ /dev/null @@ -1,51 +0,0 @@ -PORTNAME= dante -PORTVERSION= 1.4.3 -PORTREVISION= 1 -CATEGORIES= net security -MASTER_SITES= http://www.inet.no/dante/files/ \ - ftp://ftp.inet.no/pub/socks/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Circuit-level firewall/proxy -WWW= https://www.inet.no/dante/ - -LICENSE= BSD4CLAUSE -LICENSE_FILE= ${WRKSRC}/LICENSE - -LIB_DEPENDS= libminiupnpc.so:net/miniupnpc \ - libsasl2.so:security/cyrus-sasl2 - -CONFLICTS= socks5 - -USES= libtool localbase -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-socks-conf=${PREFIX}/etc/socks.conf \ - --with-sockd-conf=${PREFIX}/etc/sockd.conf -INSTALL_TARGET= install-strip -USE_LDCONFIG= yes - -USE_RC_SUBR= sockd - -OPTIONS_DEFINE= DOCS EXAMPLES - -post-install: - ${INSTALL_DATA} ${WRKSRC}/example/socks.conf ${STAGEDIR}${PREFIX}/etc/socks.conf.sample - ${INSTALL_DATA} ${WRKSRC}/example/sockd.conf ${STAGEDIR}${PREFIX}/etc/sockd.conf.sample - -post-install-EXAMPLES-on: - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/example/sockd-basic.conf ${STAGEDIR}${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/example/sockd-chaining.conf ${STAGEDIR}${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/example/socks-simple-withoutnameserver.conf ${STAGEDIR}${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/example/socks-simple.conf ${STAGEDIR}${EXAMPLESDIR} - -post-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - @${MKDIR} ${STAGEDIR}${DOCSDIR}/contrib - ${INSTALL_DATA} ${WRKSRC}/doc/README* ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/rfc* ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/SOCKS4*.protocol ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/UPGRADE ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/contrib/sockd-stat.awk ${STAGEDIR}${DOCSDIR}/contrib/sockd-stat.awk - -.include diff --git a/net/dante/distinfo b/net/dante/distinfo deleted file mode 100644 index 390280b..0000000 --- a/net/dante/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1619861991 -SHA256 (dante-1.4.3.tar.gz) = 418a065fe1a4b8ace8fbf77c2da269a98f376e7115902e76cda7e741e4846a5d -SIZE (dante-1.4.3.tar.gz) = 1343935 diff --git a/net/dante/files/sockd.in b/net/dante/files/sockd.in deleted file mode 100644 index e047d39..0000000 --- a/net/dante/files/sockd.in +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh - -# PROVIDE: sockd -# REQUIRE: NETWORKING -# KEYWORD: shutdown - -# -# Add the following lines to /etc/rc.conf to enable sockd: -# -#sockd_enable="YES" -# - -. /etc/rc.subr - -name=sockd -rcvar=sockd_enable - -command=%%PREFIX%%/sbin/sockd -pidfile=/var/run/sockd.pid -required_files=%%PREFIX%%/etc/sockd.conf - -sockd_enable=${sockd_enable:-"NO"} -sockd_flags=${sockd_flags:-"-D"} - -load_rc_config $name -run_rc_command "$1" diff --git a/net/dante/pkg-descr b/net/dante/pkg-descr deleted file mode 100644 index 4f600d1..0000000 --- a/net/dante/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Dante is a circuit-level firewall/proxy (socks implemented) that can be -used to provide convenient and secure network connectivity to a wide range -of hosts while requiring only the server Dante runs on to have external -network connectivity. - -Once installed, Dante can in most cases be made transparent to the clients -while offering detailed access control and logging facilities to the -server administrator. diff --git a/net/dante/pkg-message b/net/dante/pkg-message deleted file mode 100644 index 7057bd8..0000000 --- a/net/dante/pkg-message +++ /dev/null @@ -1,14 +0,0 @@ -[ -{ type: upgrade - maximum_version: 1.4 - message: <