Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Feb 2000 05:17:03 -0800 (PST)
From:      Kevin Lo <kevlo@FreeBSD.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/16629: New port of vtun
Message-ID:  <200002101317.FAA72013@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         16629
>Category:       ports
>Synopsis:       New port of vtun 2.0.
>Confidential:   yes
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 10 05:20:02 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Kevin Lo
>Release:        FreeBSD 3.4-STABLE i386
>Organization:
>Environment:

FreeBSD 3.4-RELEASE i386

>Description:

Virtual Tunnels over TCP/IP networks with traffic shaping

 >How-To-Repeat: 

	<Code/input/activities to reproduce the problem (multiple lines)>

>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:
#
#       vtun
#       vtun/pkg
#       vtun/pkg/DESCR
#       vtun/pkg/PLIST
#       vtun/pkg/COMMENT
#       vtun/Makefile
#       vtun/files
#       vtun/files/md5
#
echo c - vtun
mkdir -p vtun > /dev/null 2>&1
echo c - vtun/pkg
mkdir -p vtun/pkg > /dev/null 2>&1
echo x - vtun/pkg/DESCR
sed 's/^X//' >vtun/pkg/DESCR << 'END-of-vtun/pkg/DESCR'
XVTun provides the method for creating Virtual Tunnels over TCP/IP
Xnetworks and allows to shape, compress, encrypt traffic in that
Xtunnels.
X
XSupported type of tunnels are: PPP, IP, Ethernet and most of other
Xserial protocols and programs.  VTun is easily and highly configurable,
Xit can be used for various network task like VPN, Mobile IP, Shaped
XInternet access, IP address saving, etc.  It is completely user
Xspace implementation and does not require modification to any kernel
Xparts.
END-of-vtun/pkg/DESCR
echo x - vtun/pkg/PLIST
sed 's/^X//' >vtun/pkg/PLIST << 'END-of-vtun/pkg/PLIST'
Xetc/vtund.conf
Xman/man8/vtun.8
Xsbin/vtund
X@exec rm -rf /var/log/vtund
END-of-vtun/pkg/PLIST
echo x - vtun/pkg/COMMENT
sed 's/^X//' >vtun/pkg/COMMENT << 'END-of-vtun/pkg/COMMENT'
XVirtual Tunnels over TCP/IP networks with traffic shaping
X
END-of-vtun/pkg/COMMENT
echo x - vtun/Makefile
sed 's/^X//' >vtun/Makefile << 'END-of-vtun/Makefile'
X# New ports collection makefile for:   vtun
X# Version required:    2.0
X# Date created:                05 Feb 2000
X# Whom:                        Kevin Lo <kevlo@FreeBSD.org>
X#
X# $FreeBSD$
X#
X
XDISTNAME=       vtun-2.0
XCATEGORIES=     net
XMASTER_SITES=   http://vtun.netpedia.net/
X
XMAINTAINER=    kevlo@FreeBSD.org
X
XLIB_DEPENDS=   lzo.1:${PORTSDIR}/archivers/lzo \
X                ssl.1:${PORTSDIR}/security/openssl
X
XMAN8=          vtund.8 
X
XGNU_CONFIGURE=  YES
XCONFIGURE_ARGS+= --localstatedir=/var \
X               --with-crypto-headers=${LOCALBASE}/include/openssl \
X                --with-crypto-lib=${LOCALBASE}/lib \
X                --with-lzo-headers=${LOCALBASE}/include \
X                --with-lzo-lib=${LOCALBASE}/lib
X
XALL_TARGET=     vtund
X
X.include <bsd.port.mk>
END-of-vtun/Makefile
echo c - vtun/files
mkdir -p vtun/files > /dev/null 2>&1
echo x - vtun/files/md5
sed 's/^X//' >vtun/files/md5 << 'END-of-vtun/files/md5'
XMD5 (vtun-2.0.tar.gz) = 4f7ed56635e969bd603b25819d88c612
END-of-vtun/files/md5
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?200002101317.FAA72013>