From owner-freebsd-ports Tue Jul 20 3: 1:29 1999 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 040F0152F1 for ; Tue, 20 Jul 1999 03:01:24 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA03443; Tue, 20 Jul 1999 03:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from speecart.osi.ru (speecart.osi.ru [195.178.194.35]) by hub.freebsd.org (Postfix) with ESMTP id 44FC71526F for ; Tue, 20 Jul 1999 02:50:02 -0700 (PDT) (envelope-from ks@speecart.osi.ru) Received: (from ks@localhost) by speecart.osi.ru (8.9.3/8.9.3) id NAA17771; Tue, 20 Jul 1999 13:52:14 +0400 (MSD) (envelope-from ks) Message-Id: <199907200952.NAA17771@speecart.osi.ru> Date: Tue, 20 Jul 1999 13:52:14 +0400 (MSD) From: ks@osi.ru Reply-To: ks@itp.ac.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12718: New port tund Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12718 >Category: ports >Synopsis: new port >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jul 20 03:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Sergey S. Kosyakov >Release: FreeBSD 4.0-19990614-CURRENT i386 >Organization: Landau 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: # # tund # tund/Makefile # tund/files # tund/files/md5 # tund/pkg # tund/pkg/COMMENT # tund/pkg/DESCR # tund/pkg/PLIST # echo c - tund mkdir -p tund > /dev/null 2>&1 echo x - tund/Makefile sed 's/^X//' >tund/Makefile << 'END-of-tund/Makefile' X# New ports collection makefile for: tund X# Version required: 0.11 X# Date created: 20 July 1999 X# Whom: Sergey Kosyakov X# X# $Id$ X# X XDISTNAME= tund-0.11 XCATEGORIES= net XMASTER_SITES= ftp://ftp.chg.ru/pub/networking/freebsd/ X XMAINTAINER= ks@itp.ac.ru X XMAN8= tund.8 XMANCOMPRESSED= yes X X.include END-of-tund/Makefile echo c - tund/files mkdir -p tund/files > /dev/null 2>&1 echo x - tund/files/md5 sed 's/^X//' >tund/files/md5 << 'END-of-tund/files/md5' XMD5 (tund-0.11.tar.gz) = 06c5017390e58a2bd47783cf5ebdd86d END-of-tund/files/md5 echo c - tund/pkg mkdir -p tund/pkg > /dev/null 2>&1 echo x - tund/pkg/COMMENT sed 's/^X//' >tund/pkg/COMMENT << 'END-of-tund/pkg/COMMENT' XIP over UDP tunnel assistant END-of-tund/pkg/COMMENT echo x - tund/pkg/DESCR sed 's/^X//' >tund/pkg/DESCR << 'END-of-tund/pkg/DESCR' XTUND allows to organize IP over IP tunnel (IP packets are incapsulated Xinto UDP one). It works together with FreeBSD ipfw(8). Can be used Xfor tunneling private networks behinf NATD. X XWWW: http://www.chg.ru/~ks/tund X XSergey Kosyakov Xks@itp.ac.ru END-of-tund/pkg/DESCR echo x - tund/pkg/PLIST sed 's/^X//' >tund/pkg/PLIST << 'END-of-tund/pkg/PLIST' Xsbin/tund END-of-tund/pkg/PLIST exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message