summaryrefslogtreecommitdiff
path: root/net/hf6to4
AgeCommit message (Collapse)AuthorFilesLines
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig1-3/+3
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
2006-10-14Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz1-2/+2
2006-06-01Move documentation into subdirectory of share/doc, list alljoerg2-7/+8
needed directories. Bump revision.
2006-01-19Replace FILES_SUBST_SED with SUBST framework and actually do something:joerg2-6/+13
SH and PKG_SYSCONFDIR are now properly written into the script.
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-06-17Create directories before installing files into them.jlam1-1/+3
2005-05-30 * Copyright maintenancehubertf4-65/+174
* make "stf-start" and "stf-stop" aliases to "start" and "stop" * don't use RFC 1918 or 3927 IPs as outer address Inspired by OpenDarwin/MacOS X's ip6config (== old perl version of hf6to4! :-).
2005-03-15Mark as NOT_FOR_PLATFORM Interix.tv1-1/+3
2004-01-31s/seperate/separate/; s/adresses/addresses/;snj2-4/+4
Technically, this generates a different binary package, but the changes trivial, so I'm not going to bother with a PKGREVISION bump.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2004-01-08When using an (v4) aliases interface, use only the first IP.hubertf3-5/+6
Patch contributed by Gregor Surmann <admin@sinuspl.net>
2003-09-16Update to ht6to4-1.1. Changes:hubertf4-6/+30
* also remove 6to4 addresses from internal interface, if set * doc updates Inspired by patch sent by Markus W Kilbinger <kilbi@rad.rwth-aachen.de> in private mail.
2003-08-23Add hf6to4 1.0.hubertf9-0/+781
The hf6to4 script can be used to setup IPv6 on your home machine and net- work for exploring IPv6 without any registrations. 6to4 is a mechanism by which your IPv6 address(es) are derived from an assigned IPv4 address, and which involves automatic tunnelling to one or more remote 6to4 hubs, which will then forward your v6 packets on the 6bone etc. Replies are routed back to you over IPv4 via (possibly) other 6to4 capable remote gateways. As such, IPv6-in-IPv4-encapsulated packets are accepted from all v4-hosts. XXX this is a rewrite of 6to4 in /bin/sh, no more perl required.