aboutsummaryrefslogtreecommitdiff
path: root/dns/opendd
Commit message (Collapse)AuthorAgeFilesLines
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* - Fix build with clangAlexander Logvinov2012-01-031-2/+3
| | | | Notes: svn path=/head/; revision=288453
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* Change MAINTAINER on my ports to my FreeBSD email addressAlexander Logvinov2009-05-281-1/+1
| | | | | | | Approved by: tabthorpe (mentor) Notes: svn path=/head/; revision=234716
* - Make MAKE_JOBS_SAFE [1]Martin Wilke2009-03-312-6/+29
| | | | | | | | | | - Set OPENSSL default Submitted by: danfe [1] Alexander Logvinov <ports@logvinov.com> (maintainer) Notes: svn path=/head/; revision=231412
* - Make MAKE_JOBS_UNSAFEMartin Wilke2009-03-311-0/+1
| | | | | | | | PR: 133125 Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer) Notes: svn path=/head/; revision=231363
* - Update to 0.7.9Rong-En Fan2008-04-273-20/+21
| | | | | | | | | | - Use ETCDIR PR: ports/122834 Submitted by: Alexander Logvinov <ports at logvinov.com> (maintainer) Notes: svn path=/head/; revision=212073
* - Update to 0.7.8Martin Wilke2006-11-172-4/+4
| | | | | | | | PR: ports/105631 Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer) Notes: svn path=/head/; revision=177444
* OpenDD is a DynDNS client, written in C, and especially designedMartin Wilke2006-11-155-0/+131
for small gateway machines, like a Soekris box. Its main feature is that it does not require any Perl or Python interpreter. It supports HTTPS, can send a mail report, and can run as daemon. It is also very easy to deploy. WWW: http://www.bsdmon.com/wakka/OpenDD PR: ports/105434 Submitted by: Alexander Logvinov <ports at logvinov.com> Notes: svn path=/head/; revision=177356