diff options
author | itojun <itojun> | 1999-11-22 21:04:01 +0000 |
---|---|---|
committer | itojun <itojun> | 1999-11-22 21:04:01 +0000 |
commit | ad162113aa8a1c99205af52a4a377d55460b0757 (patch) | |
tree | 40bc7bc16b7c1d5105a09cacc0fbf50bd45e354a /net/totd | |
parent | 4e959fa5f8f82bd0bca0d22b3d63d57d630bc012 (diff) | |
download | pkgsrc-ad162113aa8a1c99205af52a4a377d55460b0757.tar.gz |
from KAME/netbsd latest tree
Diffstat (limited to 'net/totd')
-rw-r--r-- | net/totd/Makefile | 18 | ||||
-rw-r--r-- | net/totd/files/md5 | 3 | ||||
-rw-r--r-- | net/totd/files/totd.conf.sample | 6 | ||||
-rw-r--r-- | net/totd/patches/patch-ab | 11 | ||||
-rw-r--r-- | net/totd/pkg/COMMENT | 1 | ||||
-rw-r--r-- | net/totd/pkg/DESCR | 24 | ||||
-rw-r--r-- | net/totd/pkg/PLIST | 3 |
7 files changed, 66 insertions, 0 deletions
diff --git a/net/totd/Makefile b/net/totd/Makefile new file mode 100644 index 00000000000..038a0eba889 --- /dev/null +++ b/net/totd/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/11/22 21:04:01 itojun Exp $ +# + +DISTNAME= totd-1.1p1 +CATEGORIES= net +MASTER_SITES= ftp://ftp.pasta.cs.uit.no/pub/Vermicelli/ + +MAINTAINER= feico@pasta.cs.uit.no +HOMEPAGE= http://www.vermicelli.cs.uit.no/ipv6/software.html + +WRKSRC= ${WRKDIR}/totd-1.1p1 + +GNU_CONFIGURE= YES + +post-install: + ${INSTALL_SCRIPT} ${FILESDIR}/totd.conf.sample ${PREFIX}/etc/totd.conf.sample + +.include "../../mk/bsd.pkg.mk" diff --git a/net/totd/files/md5 b/net/totd/files/md5 new file mode 100644 index 00000000000..acb509a17a3 --- /dev/null +++ b/net/totd/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/11/22 21:04:01 itojun Exp $ + +MD5 (totd-1.1p1.tar.gz) = 9bedb28bf9d33a02b20e5a7743845377 diff --git a/net/totd/files/totd.conf.sample b/net/totd/files/totd.conf.sample new file mode 100644 index 00000000000..bec4e9f629e --- /dev/null +++ b/net/totd/files/totd.conf.sample @@ -0,0 +1,6 @@ +; $NetBSD: totd.conf.sample,v 1.1.1.1 1999/11/22 21:04:01 itojun Exp $ +; Totd sample configuration file +forwarder 192.168.0.1 port 5000 +forwarder 3ffe:2a00:100:3001::2 port 53 +prefix 3ffe:abcd:1234:9876:: +retry 300 diff --git a/net/totd/patches/patch-ab b/net/totd/patches/patch-ab new file mode 100644 index 00000000000..84baa5831e9 --- /dev/null +++ b/net/totd/patches/patch-ab @@ -0,0 +1,11 @@ +--- Makefile.in- Wed Oct 6 19:53:01 1999 ++++ Makefile.in Wed Oct 6 19:53:11 1999 +@@ -39,7 +39,7 @@ + ${CC} ${LDFLAGS} -o ${.TARGET} ${OBJS} ${LDADD} + + install: $(PROG) +- $(INSTALL) -s -m 0555 -o bin -g bin $(PROG) $(INSTALLDIR) ++ $(INSTALL) -c -s -m 0555 -o bin -g bin $(PROG) $(INSTALLDIR) + + depend: + mkdep ${CFLAGS} ${SRCS} diff --git a/net/totd/pkg/COMMENT b/net/totd/pkg/COMMENT new file mode 100644 index 00000000000..0ee2e981649 --- /dev/null +++ b/net/totd/pkg/COMMENT @@ -0,0 +1 @@ +DNS proxy that supports IPv6 <==> IPv4 record translation. diff --git a/net/totd/pkg/DESCR b/net/totd/pkg/DESCR new file mode 100644 index 00000000000..0eba33cca0e --- /dev/null +++ b/net/totd/pkg/DESCR @@ -0,0 +1,24 @@ +Copyright (C) 1998 WIDE Project. All rights reserved. +Copyright (C) 1999 University of Tromso. All rights reserved. + +Totd is a small DNS proxy nameserver that supports IPv6 only hosts/networks +that communicate with the IPv4 world using some translation mechanism. +Examples of such translation mechanisms currently in use are: + + * IPv6/IPv4 Network Address and Packet Translation (NAT-PT) + implemented e.g. by Cisco. + * Application level translators as the faithd implemented by + the KAME project (http://www.kame.net). See faithd(8) on + *BSD/Kame. + +For an example setup you may checkout our WWW-site: + + http://www.vermicelli.pasta.cs.uit.no + +and the following clickable image in particular: + +http://www.vermicelli.pasta.cs.uit.no/ipv6/UiTo-ipv6.html + +*** Contacting the Author *** + +You can contact me (Feico Dillema) at feico at pasta.cs.uit.no (s/ at /@). diff --git a/net/totd/pkg/PLIST b/net/totd/pkg/PLIST new file mode 100644 index 00000000000..600cce316a5 --- /dev/null +++ b/net/totd/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/11/22 21:04:01 itojun Exp $ +sbin/totd +etc/totd.conf.sample |