Date: Tue, 20 Jul 1999 13:52:14 +0400 (MSD) From: ks@osi.ru To: FreeBSD-gnats-submit@freebsd.org Subject: ports/12718: New port tund Message-ID: <199907200952.NAA17771@speecart.osi.ru>
next in thread | raw e-mail | index | archive | help
>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 <ks@itp.ac.ru> 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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907200952.NAA17771>