summaryrefslogtreecommitdiff
path: root/net/ddclient/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2002-03-25Update ddclient to 3.6.2. Changes:hubertf1-2/+2
- add support for Xsense Aero - add support for Alcatel Speedtouch Pro - do authentication when either the login or password are defined. - fix parsing of web status pages Updated contributed by Amitai Schlair <schmonz@schmonz.com> in private mail.
2001-12-09Update net/ddclient to 3.6. Pkgsrc changes include:jlam1-22/+45
- buildlink'ify - use general INSTALL scripts as ddclient now requires a config file and can use a rc.d script to operate in daemon mode Changes from version 2.3.2 include: - bug fixes - new ddclient.conf format - rewritten to support DynDNS's NIC2 and other dynamic DNS services: - added EasyDNS (easydns.com) - added Hammernode (hn.org) - added ZoneEdit (zoneedit.com) - added DSLreports (dslreports.com) host monitoring - added support for obtaining IP addresses from : - interfaces, commands, web, external commands, routers - added daemon mode - added logging msgs to syslog and e-mail - add detection of SIGHUP. When this signal is received, ddclient will wake up immediately, reload it's configuration file, and update the IP addresses if necessary.
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2001-01-29Update to 2.3.2 (2.3.1 distfile was pointing to new version)wiz1-11/+12
Changes: make verbose flags more useful, fix some proxy problems.
2001-01-29Add automatic ${VARIABLE} handling for MESSAGE files.wiz1-6/+1
Convert most MESSAGE files to new syntax (${VARIABLE} gets replaced, not @VARIABLE@, nor @@VARIABLE@@). By default, substitutions are done for LOCALBASE, PKGNAME, PREFIX, X11BASE, X11PREFIX; additional patterns can be added via MESSAGE_SUBST. Clean up some packages while I'm there; add RCS tags to most MESSAGEs. Remove some uninteresting MESSAGEs.
2000-09-03Don't hardwire /usr/pkg in MESSAGE.wiz1-1/+6
2000-08-07ddclient is a Perl client used to update dynamic DNS entries for accountshubertf1-0/+30
on Dynamic DNS Network Services' free DNS service. See http://www.dyndns.org for details on obtaining a free account. Comments can always be sent to: mailto:paul+ddclient@burry.dyndns.org If you use ddclient, please send a brief note to: mailto:paul+ddclient@burry.dyndns.org and indicate if you would like to be notified of new releases.