add tinc 1.0p7
A Virtual Private Network (VPN) daemon
This commit is contained in:
parent
c43f196739
commit
46c48ab102
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62818
@ -264,6 +264,7 @@
|
||||
SUBDIR += swatch
|
||||
SUBDIR += tcp_wrapper
|
||||
SUBDIR += tea-total
|
||||
SUBDIR += tinc
|
||||
SUBDIR += trinokiller
|
||||
SUBDIR += tripwire
|
||||
SUBDIR += tripwire12
|
||||
|
30
security/tinc/Makefile
Normal file
30
security/tinc/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# ex:ts=8
|
||||
# Ports collection makefile for: tinc
|
||||
# Date created: Jul 11, 2002
|
||||
# Whom: ijliao
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= tinc
|
||||
PORTVERSION= 1.0p7
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://tinc.nl.linux.org/packages/ \
|
||||
ftp://ftp.wiretapped.net/pub/security/network-security/tinc/ \
|
||||
http://the.wiretapped.net/security/network-security/tinc/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:S/p/pre/}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= iconv:${PORTSDIR}/converters/libiconv \
|
||||
intl:${PORTSDIR}/devel/gettext
|
||||
|
||||
USE_OPENSSL= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
MAN5= tinc.conf.5
|
||||
MAN8= tincd.8
|
||||
|
||||
.include <bsd.port.mk>
|
1
security/tinc/distinfo
Normal file
1
security/tinc/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (tinc-1.0pre7.tar.gz) = 06f57d893bd7c549d7796dfecb1fce18
|
1
security/tinc/pkg-comment
Normal file
1
security/tinc/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A Virtual Private Network (VPN) daemon
|
18
security/tinc/pkg-descr
Normal file
18
security/tinc/pkg-descr
Normal file
@ -0,0 +1,18 @@
|
||||
tinc is a Virtual Private Network (VPN) daemon that uses tunnelling and
|
||||
encryption to create a secure private network between hosts on the Internet.
|
||||
|
||||
Because the tunnel appears to the IP level network code as a normal network
|
||||
device, there is no need to adapt any existing software. This tunnelling
|
||||
allows VPN sites to share information with each other over the Internet
|
||||
without exposing any information to others.
|
||||
|
||||
A single tinc daemon can accept more than one connection at a time, thus
|
||||
making it possible to create larger virtual networks, because some
|
||||
limitations are circumvented.
|
||||
|
||||
Instead of most other VPN implementations, tinc encapsulates each network
|
||||
packet in its own UDP packet, instead of encapsulating all into one TCP or
|
||||
even PPP over TCP stream. This results in lower latencies, less overhead,
|
||||
and in general better responsiveness and throughput.
|
||||
|
||||
WWW: http://tinc.nl.linux.org/
|
7
security/tinc/pkg-plist
Normal file
7
security/tinc/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
sbin/tincd
|
||||
@unexec install-info --delete %D/info/tinc.info %D/info/dir
|
||||
info/tinc.info
|
||||
info/tinc.info-1
|
||||
info/tinc.info-2
|
||||
@exec install-info %D/info/tinc.info %D/info/dir
|
||||
share/locale/nl/LC_MESSAGES/tinc.mo
|
Loading…
Reference in New Issue
Block a user