summaryrefslogtreecommitdiff
path: root/net/dante
diff options
context:
space:
mode:
authorrh <rh>2000-10-15 17:29:14 +0000
committerrh <rh>2000-10-15 17:29:14 +0000
commitd396f31aa530b6e9a5c05685443842e2effb59a8 (patch)
treed2e26df8ad90c96f5e923c081037563915b6e420 /net/dante
parent4392b549abffa6ca78b985f2221b76fc6306adae (diff)
downloadpkgsrc-d396f31aa530b6e9a5c05685443842e2effb59a8.tar.gz
Initial import of dante-1.1.4, a BSD-licensed socks 4/5 proxy suite.
Diffstat (limited to 'net/dante')
-rw-r--r--net/dante/Makefile26
-rw-r--r--net/dante/files/md53
-rw-r--r--net/dante/pkg/COMMENT1
-rw-r--r--net/dante/pkg/DESCR12
-rw-r--r--net/dante/pkg/PLIST16
5 files changed, 58 insertions, 0 deletions
diff --git a/net/dante/Makefile b/net/dante/Makefile
new file mode 100644
index 00000000000..9ee56f306ec
--- /dev/null
+++ b/net/dante/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/10/15 17:29:14 rh Exp $
+#
+
+DISTNAME= dante-1.1.4
+CATEGORIES= net security
+MASTER_SITES= ftp://ftp.inet.no/pub/socks/
+
+MAINTAINER= rh@netbsd.org
+HOMEPAGE= http://www.inet.no/dante/
+
+CONFLICTS= socks4-*
+
+GNU_CONFIGURE= YES
+USE_LIBTOOL= YES
+
+LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+CONFIGURE_ARGS+= --with-socks-conf=${PREFIX}/etc/socks.conf
+CONFIGURE_ARGS+= --with-sockd-conf=${PREFIX}/etc/sockd.conf
+
+post-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/dante
+.for cfg in sockd.conf socks-simple.conf socks.conf
+ ${INSTALL_DATA} ${WRKSRC}/example/${cfg} ${PREFIX}/share/examples/dante
+.endfor
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/net/dante/files/md5 b/net/dante/files/md5
new file mode 100644
index 00000000000..1310bb5a76a
--- /dev/null
+++ b/net/dante/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 2000/10/15 17:29:14 rh Exp $
+
+MD5 (dante-1.1.4.tar.gz) = 39aae565b602586972da7eda2d64f968
diff --git a/net/dante/pkg/COMMENT b/net/dante/pkg/COMMENT
new file mode 100644
index 00000000000..9b543b2a34e
--- /dev/null
+++ b/net/dante/pkg/COMMENT
@@ -0,0 +1 @@
+BSD-licensed socks 4/5 proxy suite
diff --git a/net/dante/pkg/DESCR b/net/dante/pkg/DESCR
new file mode 100644
index 00000000000..98e2d58782f
--- /dev/null
+++ b/net/dante/pkg/DESCR
@@ -0,0 +1,12 @@
+ Dante is a circuit-level firewall/proxy 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. Developed by Inferno Nettverk A/S, Dante
+usually comes installed as part of a bigger Inferno Nettverk firewall
+system.
+
+ The Dante version provided via FTP is under a BSD/CMU-type license and
+comes with complete source code, for your convenience and verification
+availability.
diff --git a/net/dante/pkg/PLIST b/net/dante/pkg/PLIST
new file mode 100644
index 00000000000..396fdb30979
--- /dev/null
+++ b/net/dante/pkg/PLIST
@@ -0,0 +1,16 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2000/10/15 17:29:14 rh Exp $
+bin/socksify
+lib/libdsocks.a
+lib/libdsocks.la
+lib/libdsocks.so.1.0
+lib/libsocks.a
+lib/libsocks.la
+lib/libsocks.so.1.0
+man/man5/sockd.conf.5
+man/man5/socks.conf.5
+man/man8/sockd.8
+sbin/sockd
+share/examples/dante/sockd.conf
+share/examples/dante/socks-simple.conf
+share/examples/dante/socks.conf
+@dirrm share/examples/dante