aboutsummaryrefslogtreecommitdiffstats
path: root/dns/ldnsm
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | dns)
* - convert to the new perl5 frameworkaz2013-09-111-6/+2
| | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket)
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.pgollucci2010-12-301-1/+0
| | | | | | | PR: ports/153292 Submitted by: myself (pgollucci) Tested by: -exp run by pav Approved by: portmgr (pav)
* - Update to 0.2.1miwi2009-11-122-6/+6
| | | | | | PR: 140390 Submitted by: Jilles Tjoelker <jilles@stack.nl> Approved by: maintainer
* Manages LDAP entries for the BIND9 SDB LDAP patch.miwi2007-06-043-0/+51
Supports adding, removing, and modifying enteries. The attributes it can handle are TTL, A record, C name, AAAA record, and MX record. Outside of TTL, multiple attributes for each type record. WWW: http://vvelox.net/projects/ldnsm/ PR: ports/112191 Submitted by: Zane C. Bowers