From owner-freebsd-ports Thu Feb 10 5:20:30 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by builder.freebsd.org (Postfix) with ESMTP id 682754444 for ; Thu, 10 Feb 2000 05:20:22 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA72218; Thu, 10 Feb 2000 05:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by builder.freebsd.org (Postfix) with ESMTP id 71CCA3EAC for ; Thu, 10 Feb 2000 05:17:23 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA72013; Thu, 10 Feb 2000 05:17:03 -0800 (PST) (envelope-from kevlo@FreeBSD.org) Message-Id: <200002101317.FAA72013@freefall.freebsd.org> Date: Thu, 10 Feb 2000 05:17:03 -0800 (PST) From: Kevin Lo Reply-To: Kevin Lo To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16629: New port of vtun Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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: >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 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 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