diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-03-23 13:54:47 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-03-23 13:54:47 +0000 |
commit | cbee727c9c3870d787da5f8e41b4f8a1ba0a5477 (patch) | |
tree | 03fb458ca4d91f5e2283c77dba2e3d89bc853058 /net | |
parent | eb67a33d1bc282e745653459516a19ac3b262dec (diff) | |
download | pkgsrc-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')
-rw-r--r-- | net/6tunnel/Makefile | 20 | ||||
-rw-r--r-- | net/6tunnel/files/md5 | 3 | ||||
-rw-r--r-- | net/6tunnel/pkg/DESCR | 3 | ||||
-rw-r--r-- | net/6tunnel/pkg/PLIST | 3 |
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 |