dante - a socks client and server
This commit is contained in:
parent
51f3599a50
commit
a9b1b82b1c
17
security/dante/Makefile
Normal file
17
security/dante/Makefile
Normal file
@ -0,0 +1,17 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 1999/12/30 08:30:38 jakob Exp $
|
||||
|
||||
DISTNAME= dante-1.1.0
|
||||
CATEGORIES= security
|
||||
|
||||
MAINTAINER= jakob@openbsd.org
|
||||
|
||||
MASTER_SITES= ftp://ftp.inet.no/pub/socks/
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/socks
|
||||
${INSTALL_DATA} ${WRKSRC}/example/*.conf ${PREFIX}/share/examples/socks
|
||||
${LDCONFIG} -m ${PREFIX}/lib
|
||||
|
||||
.include <bsd.port.mk>
|
3
security/dante/files/md5
Normal file
3
security/dante/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (dante-1.1.0.tar.gz) = 0b844df4371fc95666637edd248a0ac0
|
||||
RMD160 (dante-1.1.0.tar.gz) = 74b8cfe520e36ff7553bf52d954f90439d8d1ea1
|
||||
SHA1 (dante-1.1.0.tar.gz) = 6d2e1bb897920ea0746e098c06490ff3740625a8
|
1
security/dante/pkg/COMMENT
Normal file
1
security/dante/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
a socks client and server
|
7
security/dante/pkg/DESCR
Normal file
7
security/dante/pkg/DESCR
Normal file
@ -0,0 +1,7 @@
|
||||
Dante is a Socks client and server firewall implementation. It can be
|
||||
installed on a machine with access to a external TCP/IP network and will
|
||||
allow all other machines, without direct access to that network, to be
|
||||
relayed through the machine the Dante server is running on. The external
|
||||
network will never see any other machines than the one Dante is running on.
|
||||
|
||||
More information availible at http://www.inet.no/dante/
|
17
security/dante/pkg/PLIST
Normal file
17
security/dante/pkg/PLIST
Normal file
@ -0,0 +1,17 @@
|
||||
bin/socksify
|
||||
lib/libdsocks.la
|
||||
lib/libdsocks.so
|
||||
lib/libdsocks.so.1.0
|
||||
lib/libsocks.a
|
||||
lib/libsocks.la
|
||||
lib/libsocks.so
|
||||
lib/libsocks.so.1.0
|
||||
man/man5/sockd.conf.5
|
||||
man/man5/socks.conf.5
|
||||
man/man8/sockd.8
|
||||
sbin/sockd
|
||||
share/examples/socks/sockd.conf
|
||||
share/examples/socks/socks.conf
|
||||
@dirrm share/examples/socks
|
||||
@exec [ ! -x /sbin/ldconfig ] || /sbin/ldconfig -m %D/lib
|
||||
@unexec [ ! -x /sbin/ldconfig ] || /sbin/ldconfig -m %D/lib
|
Loading…
Reference in New Issue
Block a user