the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: totd
Version: 1.5
Revision: 2
Source: ftp://ftp.pasta.cs.uit.no/pub/totd/totd-current.tgz
Source-MD5: b7da63fc1ea1b2e2ce959732826bc146
SourceDirectory: %n-%v
SetCFLAGS: -Os
ConfigureParams: --mandir=%p/share/man --disable-dependency-tracking --enable-stf --enable-http-server
PatchScript: perl -pi -e "s,-Dsocklen_t=int,,g" configure
CompileScript: ./configure %c && perl -pi -e 's,-Werror,,g;s,-o bin -g bin,,;s,-o root -g wheel,,;s,\$\(INSTALLD,\$\(DESTDIR\)\$\(INSTALLD,;s,\$\(INSTALLM,\$\(DESTDIR\)\$\(INSTALLM,' Makefile && make
InstallScript: mkdir -p %i/sbin %i/share/man/man8 && make install DESTDIR=%d
DocFiles: COPYRIGHT README
License: BSD
Homepage: http://www.vermicelli.pasta.cs.uit.no/ipv6
Maintainer: Jack Fink
Description: Small DNS proxy, translates IPv4/IPv6
DescDetail: <<
totd is a small DNS proxy nameserver which supports IPv6 and enables IPv6 only
sites to access IPv4 sites by using some translation mechanism such as NAT-PT,
KAME faith, etc...
You can also use totd as local DNS proxy server. It is convenient for some
applications which call res_init(3) only once. These application cannot search
new DNS server when resolv.conf is changed by DHCP or PPP. totd enables
you to query DNS record to new DNS servers without restarting them.
<<