From 2e4ddf6533383fdb3703dc6bd5013745d714e74e Mon Sep 17 00:00:00 2001 From: Chris Piazza Date: Mon, 2 Aug 1999 03:14:57 +0000 Subject: Import of tund. TUND allows to organize IP over IP tunnel (IP packets are incapsulated into UDP one). It works together with FreeBSD ipfw(8). Can be used for tunneling private networks behind NATD. PR: 12718 Submitted by: Sergey Kosyakov --- net/tund/Makefile | 18 ++++++++++++++++++ net/tund/distinfo | 1 + net/tund/pkg-comment | 1 + net/tund/pkg-descr | 8 ++++++++ net/tund/pkg-plist | 1 + 5 files changed, 29 insertions(+) create mode 100644 net/tund/Makefile create mode 100644 net/tund/distinfo create mode 100644 net/tund/pkg-comment create mode 100644 net/tund/pkg-descr create mode 100644 net/tund/pkg-plist (limited to 'net') diff --git a/net/tund/Makefile b/net/tund/Makefile new file mode 100644 index 000000000000..b6d0c9b892a9 --- /dev/null +++ b/net/tund/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: tund +# Version required: 0.11 +# Date created: 20 July 1999 +# Whom: Sergey Kosyakov +# +# $Id$ +# + +DISTNAME= tund-0.11 +CATEGORIES= net +MASTER_SITES= ftp://ftp.chg.ru/pub/networking/freebsd/ + +MAINTAINER= ks@itp.ac.ru + +MAN8= tund.8 +MANCOMPRESSED= yes + +.include diff --git a/net/tund/distinfo b/net/tund/distinfo new file mode 100644 index 000000000000..4d8106150265 --- /dev/null +++ b/net/tund/distinfo @@ -0,0 +1 @@ +MD5 (tund-0.11.tar.gz) = 06c5017390e58a2bd47783cf5ebdd86d diff --git a/net/tund/pkg-comment b/net/tund/pkg-comment new file mode 100644 index 000000000000..be15ff3691b6 --- /dev/null +++ b/net/tund/pkg-comment @@ -0,0 +1 @@ +IP over UDP tunnel assistant diff --git a/net/tund/pkg-descr b/net/tund/pkg-descr new file mode 100644 index 000000000000..694a4c50786f --- /dev/null +++ b/net/tund/pkg-descr @@ -0,0 +1,8 @@ +TUND allows to organize IP over IP tunnel (IP packets are incapsulated +into UDP one). It works together with FreeBSD ipfw(8). Can be used +for tunneling private networks behind NATD. + +WWW: http://www.chg.ru/~ks/tund + +Sergey Kosyakov +ks@itp.ac.ru diff --git a/net/tund/pkg-plist b/net/tund/pkg-plist new file mode 100644 index 000000000000..05ad07a924aa --- /dev/null +++ b/net/tund/pkg-plist @@ -0,0 +1 @@ +sbin/tund -- cgit v1.2.3