diff options
author | Steve Price <steve@FreeBSD.org> | 1999-11-26 23:23:02 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-11-26 23:23:02 +0000 |
commit | 66a4783dc8f8253d2ccfb17c2111abb798cb6737 (patch) | |
tree | 4fa0836f8bc0c7d6bc67993e9ce97e793a20420a /net/dante | |
parent | af5234ea2cef4591a470fa4bc7e0df40351b3def (diff) | |
download | ports-66a4783dc8f8253d2ccfb17c2111abb798cb6737.tar.gz ports-66a4783dc8f8253d2ccfb17c2111abb798cb6737.zip |
Notes
Diffstat (limited to 'net/dante')
-rw-r--r-- | net/dante/Makefile | 33 | ||||
-rw-r--r-- | net/dante/distinfo | 1 | ||||
-rw-r--r-- | net/dante/pkg-comment | 1 | ||||
-rw-r--r-- | net/dante/pkg-descr | 10 | ||||
-rw-r--r-- | net/dante/pkg-plist | 18 |
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 |