From owner-freebsd-ports Wed Mar 1 16:20: 6 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C2FB937BDE4 for ; Wed, 1 Mar 2000 16:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA07819; Wed, 1 Mar 2000 16:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from dee.isi.edu (dee.isi.edu [128.9.160.175]) by hub.freebsd.org (Postfix) with ESMTP id 22E7537BE39 for ; Wed, 1 Mar 2000 16:13:53 -0800 (PST) (envelope-from yushunwa@ISI.EDU) Received: (from yushunwa@localhost) by dee.isi.edu (8.9.3/8.8.8) id QAA14414; Wed, 1 Mar 2000 16:13:49 -0800 (PST) Message-Id: <200003020013.QAA14414@dee.isi.edu> Date: Wed, 1 Mar 2000 16:13:49 -0800 (PST) From: yushunwa@isi.edu Reply-To: yushunwa@isi.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17116: new port: ip-tun Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17116 >Category: ports >Synopsis: New port >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Mar 1 16:20:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Yu-Shun Wang >Release: FreeBSD 3.2-RELEASE i386 >Organization: USC Information Sciences Institute >Environment: >Description: >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: # # ip-tun # ip-tun/pkg # ip-tun/pkg/COMMENT # ip-tun/pkg/DESCR # ip-tun/pkg/PLIST # ip-tun/files # ip-tun/files/md5 # ip-tun/Makefile # echo c - ip-tun mkdir -p ip-tun > /dev/null 2>&1 echo c - ip-tun/pkg mkdir -p ip-tun/pkg > /dev/null 2>&1 echo x - ip-tun/pkg/COMMENT sed 's/^X//' >ip-tun/pkg/COMMENT << 'END-of-ip-tun/pkg/COMMENT' Xip-tun - implement RFC-2003 IP-in-IP tunnels END-of-ip-tun/pkg/COMMENT echo x - ip-tun/pkg/DESCR sed 's/^X//' >ip-tun/pkg/DESCR << 'END-of-ip-tun/pkg/DESCR' Xip-tun establishes an RFC-2003 style IP encapsulation tunnel using a tun(4) Xkernel interface combined with divert sockets and IP firewall rules. END-of-ip-tun/pkg/DESCR echo x - ip-tun/pkg/PLIST sed 's/^X//' >ip-tun/pkg/PLIST << 'END-of-ip-tun/pkg/PLIST' Xbin/ip-tun END-of-ip-tun/pkg/PLIST echo c - ip-tun/files mkdir -p ip-tun/files > /dev/null 2>&1 echo x - ip-tun/files/md5 sed 's/^X//' >ip-tun/files/md5 << 'END-of-ip-tun/files/md5' XMD5 (ip-tun-1.0.tar.gz) = 88814d46bd63618bf5fd66924170093e END-of-ip-tun/files/md5 echo x - ip-tun/Makefile sed 's/^X//' >ip-tun/Makefile << 'END-of-ip-tun/Makefile' X# New ports collection makefile for: ip-tun X# Version required: 1.0 X# Date created: Feb 22 2000 X# Whom: Yu-Shun Wang X# X# $Id$ X# X XDISTNAME= ip-tun-1.0 XCATEGORIES= net XMASTER_SITES= http://www.isi.edu/xbone/software/ X XMAINTAINER= yushunwa@isi.edu X XMAN8= ip-tun.8 X X.include X END-of-ip-tun/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