Date: Wed, 20 Oct 1999 21:27:54 +0200 (CEST) From: Anders Nordby <anders@fix.no> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/14442: New port: security/dante Message-ID: <199910201927.VAA16858@totem.freenix.no>
next in thread | raw e-mail | index | archive | help
>Number: 14442 >Category: ports >Synopsis: New port: security/dante >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Oct 20 12:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Anders Nordby >Release: FreeBSD 3.3-STABLE i386 >Organization: Fluxpod Information eXchange >Environment: FreeBSD eggsilo.nome.no 3.3-STABLE FreeBSD 3.3-STABLE #0: Sat Oct 16 20:22:56 CEST 1999 root@eggsilo.nome.no:/usr/src/sys/compile/EGGSILO i386 >Description: This is Dante, a BSD licensed circuit-level firewall/proxy (socks implemented). >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # dante # dante/files # dante/files/md5 # dante/pkg # dante/pkg/COMMENT # dante/pkg/DESCR # dante/pkg/PLIST # dante/Makefile # echo c - dante mkdir -p dante > /dev/null 2>&1 echo c - dante/files mkdir -p dante/files > /dev/null 2>&1 echo x - dante/files/md5 sed 's/^X//' >dante/files/md5 << 'END-of-dante/files/md5' XMD5 (dante-1.1.0.tar.gz) = 0b844df4371fc95666637edd248a0ac0 END-of-dante/files/md5 echo c - dante/pkg mkdir -p dante/pkg > /dev/null 2>&1 echo x - dante/pkg/COMMENT sed 's/^X//' >dante/pkg/COMMENT << 'END-of-dante/pkg/COMMENT' XA circuit-level firewall/proxy END-of-dante/pkg/COMMENT echo x - dante/pkg/DESCR sed 's/^X//' >dante/pkg/DESCR << 'END-of-dante/pkg/DESCR' XDante is a circuit-level firewall/proxy (socks implemented) that can be Xused to provide convenient and secure network connectivity to a wide range Xof hosts while requiring only the server Dante runs on to have external Xnetwork connectivity. X XOnce installed, Dante can in most cases be made transparent to the clients Xwhile offering detailed access control and logging facilities to the Xserver administrator. X XWWW: http://www.inet.no/dante/ END-of-dante/pkg/DESCR echo x - dante/pkg/PLIST sed 's/^X//' >dante/pkg/PLIST << 'END-of-dante/pkg/PLIST' Xlib/libdsocks.la Xlib/libdsocks.so Xlib/libdsocks.so.1 Xlib/libsocks.a Xlib/libsocks.la Xlib/libsocks.so Xlib/libsocks.so.1 Xsbin/sockd Xbin/socksify Xetc/socks.conf.example Xetc/sockd.conf.example Xshare/doc/dante/README.msproxy Xshare/doc/dante/README.socksify Xshare/doc/dante/README.survey Xshare/doc/dante/README.usage Xshare/doc/dante/rfc1928.txt Xshare/doc/dante/rfc1929.txt Xshare/doc/dante/SOCKS4.protocol Xshare/doc/dante/FAQ X@dirrm share/doc/dante END-of-dante/pkg/PLIST echo x - dante/Makefile sed 's/^X//' >dante/Makefile << 'END-of-dante/Makefile' X# Ports collection makefile for: Dante X# Version required: 1.1.0 X# Date created: 20 October 1999 X# Whom: Anders Nordby <anders@fix.no> X# X# $FreeBSD$ X# X XDISTNAME= dante-1.1.0 XCATEGORIES= security net XMASTER_SITES= ftp://ftp.inet.no/pub/socks/ \ X http://www.freenix.no/~anders/ \ X ftp://totem.fix.no/pub/mirrors/misc/ X XMAINTAINER= anders@fix.no X XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --with-socks-conf=${PREFIX}/etc/socks.conf \ X --with-sockd-conf=${PREFIX}/etc/sockd.conf X XMAN5= sockd.conf.5 socks.conf.5 XMAN8= sockd.8 X Xpost-install: X @${INSTALL_DATA} ${WRKSRC}/example/socks.conf ${PREFIX}/etc/socks.conf.example X @${INSTALL_DATA} ${WRKSRC}/example/sockd.conf ${PREFIX}/etc/sockd.conf.example X ${INSTALL} -d -m 555 ${PREFIX}/share/doc/dante X @${INSTALL_DATA} ${WRKSRC}/doc/README* ${PREFIX}/share/doc/dante X @${INSTALL_DATA} ${WRKSRC}/doc/rfc* ${PREFIX}/share/doc/dante X @${INSTALL_DATA} ${WRKSRC}/doc/FAQ ${PREFIX}/share/doc/dante X @${INSTALL_DATA} ${WRKSRC}/doc/SOCKS4.protocol ${PREFIX}/share/doc/dante X X.include <bsd.port.mk> END-of-dante/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199910201927.VAA16858>