From 66a4783dc8f8253d2ccfb17c2111abb798cb6737 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Fri, 26 Nov 1999 23:23:02 +0000 Subject: Re-import of dante version 1.1.0. From pkg/COMMENT: A circuit-level firewall/proxy. From kris@FreeBSD.org: It's a BSD-licensed SOCKS4/5/MS_PROXY server/client, which exceeds in functionality the (restrictively licensed) NEC SOCKS5 referenece implementation. PR: 14442 Submitted by: Anders Nordby --- net/dante/Makefile | 33 +++++++++++++++++++++++++++++++++ net/dante/distinfo | 1 + net/dante/pkg-comment | 1 + net/dante/pkg-descr | 10 ++++++++++ net/dante/pkg-plist | 18 ++++++++++++++++++ 5 files changed, 63 insertions(+) create mode 100644 net/dante/Makefile create mode 100644 net/dante/distinfo create mode 100644 net/dante/pkg-comment create mode 100644 net/dante/pkg-descr create mode 100644 net/dante/pkg-plist (limited to 'net') diff --git a/net/dante/Makefile b/net/dante/Makefile new file mode 100644 index 000000000000..265174f98c3e --- /dev/null +++ b/net/dante/Makefile @@ -0,0 +1,33 @@ +# Ports collection makefile for: Dante +# Version required: 1.1.0 +# Date created: 20 October 1999 +# Whom: Anders Nordby +# +# $FreeBSD$ +# + +DISTNAME= dante-1.1.0 +CATEGORIES= security net +MASTER_SITES= ftp://ftp.inet.no/pub/socks/ \ + http://www.freenix.no/~anders/ \ + ftp://totem.fix.no/pub/mirrors/misc/ + +MAINTAINER= anders@fix.no + +USE_LIBTOOL= yes +CONFIGURE_ARGS= --with-socks-conf=${PREFIX}/etc/socks.conf \ + --with-sockd-conf=${PREFIX}/etc/sockd.conf + +MAN5= sockd.conf.5 socks.conf.5 +MAN8= sockd.8 + +post-install: + @${INSTALL_DATA} ${WRKSRC}/example/socks.conf ${PREFIX}/etc/socks.conf.example + @${INSTALL_DATA} ${WRKSRC}/example/sockd.conf ${PREFIX}/etc/sockd.conf.example + ${INSTALL} -d -m 555 ${PREFIX}/share/doc/dante + @${INSTALL_DATA} ${WRKSRC}/doc/README* ${PREFIX}/share/doc/dante + @${INSTALL_DATA} ${WRKSRC}/doc/rfc* ${PREFIX}/share/doc/dante + @${INSTALL_DATA} ${WRKSRC}/doc/FAQ ${PREFIX}/share/doc/dante + @${INSTALL_DATA} ${WRKSRC}/doc/SOCKS4.protocol ${PREFIX}/share/doc/dante + +.include diff --git a/net/dante/distinfo b/net/dante/distinfo new file mode 100644 index 000000000000..cdc679eb84c2 --- /dev/null +++ b/net/dante/distinfo @@ -0,0 +1 @@ +MD5 (dante-1.1.0.tar.gz) = 0b844df4371fc95666637edd248a0ac0 diff --git a/net/dante/pkg-comment b/net/dante/pkg-comment new file mode 100644 index 000000000000..ddb6306215fb --- /dev/null +++ b/net/dante/pkg-comment @@ -0,0 +1 @@ +A circuit-level firewall/proxy diff --git a/net/dante/pkg-descr b/net/dante/pkg-descr new file mode 100644 index 000000000000..b5874d68b8de --- /dev/null +++ b/net/dante/pkg-descr @@ -0,0 +1,10 @@ +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. + +WWW: http://www.inet.no/dante/ diff --git a/net/dante/pkg-plist b/net/dante/pkg-plist new file mode 100644 index 000000000000..6454f4676e71 --- /dev/null +++ b/net/dante/pkg-plist @@ -0,0 +1,18 @@ +bin/socksify +etc/sockd.conf.example +etc/socks.conf.example +lib/libdsocks.so +lib/libdsocks.so.1 +lib/libsocks.a +lib/libsocks.so +lib/libsocks.so.1 +sbin/sockd +share/doc/dante/FAQ +share/doc/dante/README.msproxy +share/doc/dante/README.socksify +share/doc/dante/README.survey +share/doc/dante/README.usage +share/doc/dante/SOCKS4.protocol +share/doc/dante/rfc1928.txt +share/doc/dante/rfc1929.txt +@dirrm share/doc/dante -- cgit v1.2.3