Port details |
- totd DNS proxy that supports IPv6 <==> IPv4 record translation
- 1.5.1_2 dns
=2 Version of this port present on the latest quarterly branch. - Maintainer: ed@FreeBSD.org
 - Port Added: 2003-09-05 04:55:22
- Last Update: 2022-07-20 14:21:47
- Commit Hash: 66ee090
- People watching this port, also watch:: dnswalk, datapipe, python
- License: not specified in port
- Description:
- 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.
WWW: https://BSDforge.com/projects/dns/totd/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/dns/totd/ && make install clean
- To add the package, run one of these commands:
- pkg install dns/totd
- pkg install totd
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: totd
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (totd-1.5.1.tar.gz) = 1a09ef6dcf382beea3546eec3138eadfbaeec198a6f921c96e8937e91a1e06fa
SIZE (totd-1.5.1.tar.gz) = 235809
- Packages (timestamps in pop-ups are UTC):
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- dns_totd
- USES:
- desthack uidfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Jul 2022 14:21:47 1.5.1_2 |
Tobias C. Berner (tcberner)  |
dns: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Samorukov <samm@freebsd.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Allan Jude <allanjude@freebsd.org>
* Amar Takhar <verm@drunkmonk.net>
* Anders Nordby <anders@fix.no>
* Andrew Greenwood <greenwood.andy@gmail.com>
* Anton Berezin <tobez@FreeBSD.org>
* Ashish SHUKLA <ashish@FreeBSD.org>
* Attila Nagy <bra@fsn.hu> (Only the first 15 lines of the commit message are shown above ) |
06 Apr 2021 14:31:13 1.5.1_2 |
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
06 Apr 2021 14:31:07 1.5.1_2 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
13 Dec 2019 06:14:27
1.5.1_2 |
tobik  |
dns/totd: Replace custom @sample-like pkg-install script with just @sample
http://package21.nyi.freebsd.org/data/113amd64-default-qat/519259/logs/errors/totd-1.5.1_1.log |
19 Oct 2019 12:21:22
1.5.1_1 |
rakuco  |
Switch MASTER_SITES and WWW to https in Chris' ports.
PR: 241272
Submitted by: Chris Hutchinson <portmaster@bsdforge.com> (maintainer) |
09 Oct 2019 10:34:57
1.5.1_1 |
bapt  |
Drop the ipv6 virtual category for d* category as it is not relevant anymore |
23 May 2016 18:36:52
1.5.1_1 |
amdmi3  |
Convert tab after WWW: in pkg-descrs to single space as per PHB
Approved by: portmgr blanket |
19 May 2016 10:21:25
1.5.1_1 |
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
21 Nov 2015 20:51:15
1.5.1_1 |
pi  |
dns/totd: new MASTER_SITES, unbreak, point WWW to new site
PR: Chris Hutchinson <portmaster@bsdforge.com>
Approved by: ed (maintainer timeout) |
25 Oct 2015 19:35:28
1.5.1_1 |
antoine  |
Deprecate ports broken for more than 6 months |
05 Apr 2015 20:50:43
1.5.1_1  |
bapt  |
Mark as broken unfetchable ports |
17 Feb 2014 13:11:26
1.5.1_1 |
bapt  |
Support stage
Support packaging as a user
Avoid useless patching to define the compiler |
20 Sep 2013 16:31:58
1.5.1_1 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
dns) |
14 Jan 2012 08:57:23
1.5.1_1 |
dougb  |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
20 Mar 2011 12:54:45
1.5.1_1 |
miwi  |
- Get Rid MD5 support |
27 Mar 2010 00:15:24
1.5.1_1 |
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
15 Jul 2009 16:56:10
1.5.1_1 |
dougb  |
Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.
1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).
No PORTREVISION bumps because all of these changes are noops. |
20 Jun 2008 07:18:30
1.5.1_1 |
ed  |
Use the email address from the FreeBSD project for my ports.
Rink Springer also asked me if he could maintain his own ports. Change
maitainership of games/sudsol, net/freedbd and net/kissd to Rink.
Approved by: philip (mentor), rink |
25 Mar 2007 21:21:40
1.5.1_1 |
pav  |
- Fix build on gcc 4.1
PR: ports/110568
Submitted by: Ed Schouten <ed@fxq.nl> (maintainer)
- While here, modernize USE_RC_SUBR and kill FreeBSD 4.X bits |
12 Apr 2006 13:44:09
1.5.1_1 |
ehaupt  |
This port is now maintained by the submitter of the last update.
Agreed on: irc |
12 Apr 2006 13:28:00
1.5.1_1 |
ehaupt  |
- Fix build on -CURRENT. GCC raises a warning at totd.c:507; tv_sec is a
time_t, not a long
- Respect CC (self)
PR: 95148
Submitted by: Ed Schouten <ed@fxq.nl> |
20 Feb 2006 20:47:50
1.5.1 |
dougb  |
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts. |
24 Nov 2005 01:44:33
1.5.1 |
pav  |
- Add SHA256 |
14 Sep 2005 23:34:28
1.5.1 |
pav  |
- Unbreak on !i386
PR: ports/86091
Submitted by: Johan van Selst <johans@stack.nl> |
31 Aug 2005 03:13:17
1.5.1 |
kris  |
BROKEN on !i386: Does not compile |
27 Jul 2005 14:50:17
1.5.1 |
leeym  |
- replace %zd with %d and unbreak this port on 4.x |
11 Jul 2005 11:50:27
1.5.1 |
sumikawa  |
Upgrade to 1.5.1. |
18 Jun 2005 06:37:29
1.5_1 |
sumikawa  |
Upgrade to 1.5. |
24 May 2004 11:46:59
1.4_1 |
vs  |
- rcNGify
- Make pkg-deinstall PREFIX-aware while here
PR: ports/67052
Submitted by: ume |
29 Jan 2004 07:24:56
1.4 |
trevor  |
SIZEify. |
25 Sep 2003 21:38:34
1.4 |
sumikawa  |
Upgrade to 1.4. |
05 Sep 2003 04:54:37
1.3_3 |
edwin  |
Massive repo-copies request: net->dns (partly devel->dns)
PR: ports/56020
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
Approved by: portmgr |