summaryrefslogtreecommitdiff
path: root/net/hf6to4
AgeCommit message (Collapse)AuthorFilesLines
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2010-02-11DESTDIR supportjoerg1-5/+7
2009-06-14Remove @dirrm entries from PLISTsjoerg1-3/+1
2009-04-09Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.joerg1-3/+1
2007-10-07fix obsolete URLs for www.NetBSD.orgkano2-3/+3
close PR pkg/37071 reviewd by xtraeme@
2007-09-07Convert packages that test and use USE_INET6 to use the options frameworkjlam1-2/+6
and to support the "inet6" option instead. Remaining usage of USE_INET6 was solely for the benefit of the scripts that generate the README.html files. Replace: BUILD_DEFS+= USE_INET6 with BUILD_DEFS+= IPV6_READY and teach the README-generation tools to look for that instead. This nukes USE_INET6 from pkgsrc proper. We leave a tiny bit of code to continue to support USE_INET6 for pkgsrc-wip until it has been nuked from there as well.
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.