summaryrefslogtreecommitdiff
path: root/net/dtcpclient
AgeCommit message (Collapse)AuthorFilesLines
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn1-2/+2
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2007-09-15Fixed build problem on NetBSD 4.0_RC1 (TRUE, FALSE are already defined).obache2-5/+8
2007-07-02Remove FreeBSD CVS ID -- it doesn't add much information and createsjoerg1-2/+1
a mismatch between ident and the +BUILD_VERSION logic.
2007-06-17Honor PKG_SYSCONFDIR and VARBASE, noticed in PR 36501.obache7-36/+39
OLD LOCATION NEW LOCATION /var/run/dtcpclient.pid ${VARBASE}/run/dtcpclient.pid ${PREFIX}/etc/dtcpclient.auth ${PKG_SYSCONFDIR}/dtcpclient.auth /usr/local/dtcpclient_script.conf ${PKG_SYSCONFDIR}/dtcpclient_script.conf
2007-03-24Prepare for switching to NO_MTREE=yes.joerg1-1/+3
2006-11-09Fixed the package for unprivileged users.rillig1-1/+3
2006-08-27Updated dtcpclient-20060526.hamajima3-11/+24
- If `@' is specified as an interface for prefix delegation, it is assumed as a tunnel interface. - Add experimental support for an IPv6 over an IPv4 tunnel using Netgraph. The relevant options are -b and -U. - Make an IPv6 over an IPv4 tunnel NAT friendly. If -n option is specified, it is enabled. It requires some modification to ng_ksocket of server side. - Add $up_command and $down_command to run at up/down. - Add -B option to specify NAT port.
2006-04-22Removed the superfluous "quotes" and 'quotes' from variables that don'trillig1-2/+2
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-02-24Split patch-aa. Honour PKGMANDIR and get working man installationjoerg4-39/+65
on !NetBSD.
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-09Unmask build on DragonFly.joerg1-1/+2
2005-06-05Update to 20050521.hamajima2-7/+6
2005-05-02RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.reed1-1/+2
And always is defined as share/examples/rc.d which was the default before. This rc.d scripts are not automatically added to PLISTs now also. So add to each corresponding PLIST as required. This was discussed on tech-pkg in late January and late April. Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2005-02-21Added support for Darwin.hamajima1-2/+8
2005-02-20ONLY_FOR_PLATFORM= FreeBSD-*-* NetBSD-*-* OpenBSD-*-*hamajima1-1/+3
2005-01-23New package for dtcpclient-20040923, Dynamic Tunnel Configuration Protocol ↵hamajima7-0/+147
client. dtcpc in pkgsrc/net/dtcp is ruby script, dtcpclient is native binary.