summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-11-26 23:23:02 +0000
committerSteve Price <steve@FreeBSD.org>1999-11-26 23:23:02 +0000
commit66a4783dc8f8253d2ccfb17c2111abb798cb6737 (patch)
tree4fa0836f8bc0c7d6bc67993e9ce97e793a20420a /net
parentRe-importing in net. (diff)
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 <anders@fix.no>
Notes
Notes: svn path=/head/; revision=23424
Diffstat (limited to 'net')
-rw-r--r--net/dante/Makefile33
-rw-r--r--net/dante/distinfo1
-rw-r--r--net/dante/pkg-comment1
-rw-r--r--net/dante/pkg-descr10
-rw-r--r--net/dante/pkg-plist18
5 files changed, 63 insertions, 0 deletions
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 <anders@fix.no>
+#
+# $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 <bsd.port.mk>
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