summaryrefslogtreecommitdiff
path: root/net/tspc
AgeCommit message (Collapse)AuthorFilesLines
2008-02-28Replaced the deprecated INSTALLATION_DIRS_FROM_PLIST with AUTO_MKDIRS,rillig1-2/+2
to shut up the pkglint warnings.
2008-01-04Full DESTDIR support.ghen1-9/+11
2007-12-01Needs pre-created directories.rillig1-3/+3
2006-02-23Install the relevant template files and point the configuration file to theirghen2-2/+17
location, as pointed out by PR pkg/32637. Bump PKGREVISION.
2006-01-15Include mk/bsd.prefs.mk so that OPSYS is defined before it is used.kristerw1-2/+4
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-12-28# USE_INET6 (pick this up for README-IPv6.html)ghen1-3/+1
won't help, since the code does the following (from pkgsrc/Makefile): @${GREP} -l -e '^BUILD_DEFS.*=.*USE_INET6' -e '^PKG_SUPPORTED_OPTIONS.*=.*inet6' \ (noted by wiz).
2005-12-28Import new tspc package from PR#32252. Ok by grant and wiz.ghen9-0/+156
2005-12-28This package is outdated and unmaintained, replace it with a newer one fromghen9-199/+0
PR#32252. Ok by grant and wiz.
2005-06-17Create directories before installing files into them.jlam1-1/+3
2005-05-25Add RMD160 checksum.wiz1-1/+2
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz1-2/+2
Suggested by Roland Illig, ok'd by various.
2003-10-02Upgrade to version 1.0... I'd list all the changes to the file,jonb3-12/+12
but I'm not sure what they are, and the freenet6 site does not appear to have an easy way to get older versions of the files. This is an INTERACTIVE_STAGES= fetch package also, so people might have some difficulty without this update.
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-02-15Update to version 0.9.7.salo7-31/+74
Addresses PR pkg/20169 by Quentin Garnier. Changes: - follow PKG_SYSCONFDIR - use CONF_FILES correctly - simplify Makefile and clean it up a bit 0.9.7 ===== - Add support for Darwin (MacOS X) (thanks to Tim Buchheim) - Add new feature : 'retry_delay' option to retry tunnel request to server every n seconds (thanks to Peter Todd of Linux Journal who suggested this feature) - Correct WindowsNT-2K-XP bugs of directory separator and environment variables setting (thanks to Christian Meyer) - Correct digest-md5 bug (thanks to Love from ngtrans) - Correct linux.sh template to add default route to 2000::/3 (thanks to Peter Schneider-Kamp) - Correct openbsd.sh template bugs in radvd config file generation (thanks to Stephen Harrell) - Correct netbsd.sh template bug of radvdconfigfile variable name (thanks to Brad Forschinger) - Modify code to be tsp-draft compliant - Update man pages and documentation
2003-01-28Instead of including bsd.pkg.install.mk directly in a package Makefile,jlam1-2/+2
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>.
2002-08-22add note about creating tunnel interface on NetBSD.grant1-0/+9
2002-08-22fix typo.grant1-1/+1
2002-08-22Initlal import of tspc-0.9.6 into the NetBSD packages collection.grant7-0/+144
tspc is a tunnel server protocol client used to establish an IPv6 tunnel to Freenet6, an free IPv6 over IPv4 provider.