summaryrefslogtreecommitdiff
path: root/net/6tunnel
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2001-03-23 13:54:47 +0000
committerzuntum <zuntum@pkgsrc.org>2001-03-23 13:54:47 +0000
commitcbee727c9c3870d787da5f8e41b4f8a1ba0a5477 (patch)
tree03fb458ca4d91f5e2283c77dba2e3d89bc853058 /net/6tunnel
parenteb67a33d1bc282e745653459516a19ac3b262dec (diff)
downloadpkgsrc-cbee727c9c3870d787da5f8e41b4f8a1ba0a5477.tar.gz
Initial import of 6tunnel 0.07
6tunnel can translate between protocol versions on the same host, thus offering a way to setup v4/v6 and v6/v4 proxy services. It can bind to any of your IPv4 (default) or IPv6 addresses.
Diffstat (limited to 'net/6tunnel')
-rw-r--r--net/6tunnel/Makefile20
-rw-r--r--net/6tunnel/files/md53
-rw-r--r--net/6tunnel/pkg/DESCR3
-rw-r--r--net/6tunnel/pkg/PLIST3
4 files changed, 29 insertions, 0 deletions
diff --git a/net/6tunnel/Makefile b/net/6tunnel/Makefile
new file mode 100644
index 00000000000..0e058d264a2
--- /dev/null
+++ b/net/6tunnel/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/03/23 13:54:47 zuntum Exp $
+#
+
+DISTNAME= 6tunnel-0.07
+CATEGORIES= net
+MASTER_SITES= ftp://amba.bydg.pdi.net/pub/wojtekka/
+
+MAINTAINER= zuntum@netbsd.org
+COMMENT= v4/v6 protocol translation
+
+WRKSRC= ${WRKDIR}/6tunnel
+
+do-build:
+ ${CC} ${CFLAGS} -o ${WRKSRC}/6tunnel ${WRKSRC}/6tunnel.c
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/6tunnel ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/6tunnel.1 ${PREFIX}/man/man1
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/net/6tunnel/files/md5 b/net/6tunnel/files/md5
new file mode 100644
index 00000000000..8e553cf22ea
--- /dev/null
+++ b/net/6tunnel/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 2001/03/23 13:54:47 zuntum Exp $
+
+SHA1 (6tunnel-0.07.tar.gz) = de18ed416405e412f5853b2d498b266a1815ab36
diff --git a/net/6tunnel/pkg/DESCR b/net/6tunnel/pkg/DESCR
new file mode 100644
index 00000000000..c9f5d54a1ca
--- /dev/null
+++ b/net/6tunnel/pkg/DESCR
@@ -0,0 +1,3 @@
+6tunnel can translate between protocol versions on the same host,
+thus offering a way to setup v4/v6 and v6/v4 proxy services.
+It can bind to any of your IPv4 (default) or IPv6 addresses.
diff --git a/net/6tunnel/pkg/PLIST b/net/6tunnel/pkg/PLIST
new file mode 100644
index 00000000000..b9939359b6c
--- /dev/null
+++ b/net/6tunnel/pkg/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2001/03/23 13:54:47 zuntum Exp $
+bin/6tunnel
+man/man1/6tunnel.1