Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Mar 2000 16:13:49 -0800 (PST)
From:      yushunwa@isi.edu
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/17116: new port: ip-tun
Message-ID:  <200003020013.QAA14414@dee.isi.edu>

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

>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 <yushunwa@isi.edu>
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 <bsd.port.mk>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200003020013.QAA14414>