from KAME/netbsd latest tree

This commit is contained in:
itojun 1999-11-22 21:04:01 +00:00
parent 56e3f05994
commit cf55c1a1a4
7 changed files with 66 additions and 0 deletions

18
net/totd/Makefile Normal file
View file

@ -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"

3
net/totd/files/md5 Normal file
View file

@ -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

View file

@ -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

11
net/totd/patches/patch-ab Normal file
View file

@ -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}

1
net/totd/pkg/COMMENT Normal file
View file

@ -0,0 +1 @@
DNS proxy that supports IPv6 <==> IPv4 record translation.

24
net/totd/pkg/DESCR Normal file
View file

@ -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 /@).

3
net/totd/pkg/PLIST Normal file
View file

@ -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