Port details |
- mydns-ng Next generation DNS server for SQL-based DNS services
- 1.2.8.31_5 dns
=0 Version of this port present on the latest quarterly branch. - Maintainer: gaod@hychen.org
 - Port Added: 2009-03-29 11:34:10
- Last Update: 2022-07-20 14:21:47
- Commit Hash: 66ee090
- Also Listed In: databases
- License: GPLv2
- Description:
- MyDNS - SQL-based DNS server
This is the MyDNS package. MyDNS is a simple, non-recursive Internet
name daemon which serves records directly from an SQL database. It
currently works with either MySQL or PostgreSQL.
This version of the MyDNS package is a development of the original one
produced by Don Moore.
- 12-May-2004 Don Moore <bboy@bboy.net>
- 23-January-2009 Howard Wilkinsin <howard@cohtech.com>
WWW: https://sourceforge.net/projects/mydns-ng/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/dns/mydns-ng/ && make install clean
- To add the package, run one of these commands:
- pkg install dns/mydns-ng
- pkg install mydns-ng
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: mydns-ng
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (mydns-1.2.8.31.tar.gz) = cb10de11ccd948d3b86296c03c6fb692489945d58b0aaee5d17be083f3263629
SIZE (mydns-1.2.8.31.tar.gz) = 958701
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- msgfmt : devel/gettext-tools
- Runtime dependencies:
-
- indexinfo : print/indexinfo
- Library dependencies:
-
- libmysqlclient.so.20 : databases/mysql57-client
- libintl.so : devel/gettext-runtime
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for mydns-ng-1.2.8.31_5:
ALIAS=on: Server side aliasas
DOCS=on: Build and/or install documentation
NLS=on: Native Language Support
SSL=off: SSL protocol support
====> Options available for the single DATABASE: you have to select exactly one of them
PGSQL=off: PostgreSQL database support
MYSQL=on: MySQL database support
===> Use 'make config' to modify these settings
- Options name:
- dns_mydns-ng
- USES:
- iconv mysql gettext
- pkg-message:
- For install:
- To get MyDNS working you will need to do some configuration, first you
will need to create /usr/local/etc/mydns.conf based on the
installed sample file. Following that you will need to setup your
database tables, you can use the output of
/usr/local/sbin/mydns --create-tables
as a template. Finally enable MyDNS by adding
mydns_enable="YES"
into your rc.conf.
You can use /usr/local/share/doc/mydns-ng/contrib/admin.php to maintain MyDNS.
If you are looking for the web interface for MyDNS, it's included in
the MyDNS distribution as /usr/local/share/doc/mydns-ng/contrib/admin.php.
See /usr/local/share/doc/mydns-ng/contrib/README for installation instructions.
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Jul 2022 14:21:47 1.2.8.31_5 |
Tobias C. Berner (tcberner)  |
dns: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Samorukov <samm@freebsd.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Allan Jude <allanjude@freebsd.org>
* Amar Takhar <verm@drunkmonk.net>
* Anders Nordby <anders@fix.no>
* Andrew Greenwood <greenwood.andy@gmail.com>
* Anton Berezin <tobez@FreeBSD.org>
* Ashish SHUKLA <ashish@FreeBSD.org>
* Attila Nagy <bra@fsn.hu> (Only the first 15 lines of the commit message are shown above ) |
06 Apr 2021 14:31:13 1.2.8.31_5 |
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
06 Apr 2021 14:31:07 1.2.8.31_5 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
12 Nov 2020 07:03:31
1.2.8.31_5 |
danfe  |
- Unbreak the build with -fno-common (Clang 11, GCC 10)
- Fix bogus use of capital letters in the COMMENT text
- Unmute installation commands, wrap an overly long line
PR: 249356
Submitted by: maintainer |
15 Nov 2019 10:12:08
1.2.8.31_5 |
tobik  |
Move remaining USE_MYSQL, WANT_MYSQL_VER to USES=mysql |
13 Aug 2019 16:01:59
1.2.8.31_5  |
mat  |
Convert to UCL & cleanup pkg-message (categories d) |
07 Jan 2019 18:04:35
1.2.8.31_5 |
tobik  |
dns/mydns-ng: Do not set ALIAS_CONFIGURE_ENABLE twice |
10 Nov 2018 18:12:58
1.2.8.31_5 |
bapt  |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
05 May 2018 15:09:22
1.2.8.31_4 |
danfe  |
For ports under `cad', `devel', `dns`, and `math' categories: remove
redundant PKGMESSAGE assignment, which is set appropriately by the
b.p.m when `pkg-message' appears on the SUB_FILES list. |
15 Mar 2017 14:45:55
1.2.8.31_4 |
mat  |
Remove all _USE=openssl occurrences.
Sponsored by: Absolight |
20 Jan 2017 20:33:31
1.2.8.31_4 |
sunpoet  |
Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ |
08 Dec 2016 19:23:25
1.2.8.31_4 |
tijl  |
Remove libiconv.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
19 May 2016 11:09:14
1.2.8.31_3 |
amdmi3  |
- Fix trailing whitespace in pkg-messages
Approved by: portmgr blanket |
22 Nov 2014 19:13:50
1.2.8.31_3 |
crees  |
Switch to USES=pgsql |
27 Oct 2014 12:13:23
1.2.8.31_3 |
bapt  |
Cleanup plist |
24 Jul 2014 19:31:10
1.2.8.31_3 |
danilo  |
- Add LICENSE
- Don't use a suffix based on selected options
- Add an entry to UPDATING about this
- Use options helpers
- Improve WWW
PR: ports/191563
Submitted by: gaod@hychen.org |
09 Jul 2014 07:56:24
1.2.8.31_2 |
vanilla  |
1: Stagify.
2: use @sample, bump version.
Approved by: portmgr@ (blanket) |
10 Jun 2014 07:39:02
1.2.8.31_1 |
olgeni  |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.
CR: D196
Approved by: portmgr (bapt) |
20 Sep 2013 16:31:58
1.2.8.31_1 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
dns) |
27 Apr 2013 08:50:47
1.2.8.31_1 |
mva  |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm |
24 Apr 2013 18:10:32
1.2.8.31_1 |
ak  |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
17 Mar 2013 13:55:05
1.2.8.31_1 |
danfe  |
In categories starting with 'c' and 'd', remove empty lines from pkg-plist
(except for `databases/tdbc' and `devel/py-mercurialserver', where it looks
like they're being used deliberately). |
07 Mar 2013 16:53:46
1.2.8.31_1 |
miwi  |
- Convert to OptionsNG
- Trim header
Reviewed by: bapt |
14 Jan 2012 08:57:23
1.2.8.31_1 |
dougb  |
In the rc.d scripts, change assignments to rcvar to use the
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. |
19 Mar 2011 13:15:34
1.2.8.31_1 |
ale  |
Bump PORTREVISION for ports linking to default libmysqlclient. |
26 Dec 2010 09:16:43
1.2.8.31 |
culot  |
- Update to 1.2.8.31
PR: ports/153446
Submitted by: Hung-Yi Chen <gaod at hychen.org> (maintainer)
Approved by: sahil@/wen@ (mentors, implicit) |
31 May 2010 02:01:56
1.2.8.27_3 |
ade  |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
27 Mar 2010 00:15:24
1.2.8.27_2 |
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
27 Jan 2010 13:03:31
1.2.8.27_2 |
miwi  |
* Fix for Bug #0000040 http://bugs.mydns-ng.com/view.php?id=40
child processes must not shutdown() their sockets
* Fixes and reports a problem occuring with jumping system time,
as reported when running inside some virtual machine. Time jumps
are reported to the log with loglevel NOTICE.
* Delegation now has precedence over wildcard matching
Thanks to Fab for the fix
Fixes bugs #0000038, #0000042
PR: 143223
Submitted by: Hung-Yi Chen <gaod@hychen.org> (maintainer) |
22 Aug 2009 00:18:43
1.2.8.27_1 |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with D |
31 May 2009 18:34:18
1.2.8.27_1 |
amdmi3  |
- Fix for wrong configuration with NLS support in Makefile
- Import some patch about admin.php
PR: 134967
Submitted by: Hung-Yi Chen <gaod@hychen.org> (maintainer) |
29 Mar 2009 11:56:20
1.2.8.27 |
lwhsu  |
- Add MyDNS-ng, a Next Generation DNS Server for sql based DNS services
PR: ports/132963
Submitted by: Hung-Yi Chen <gaod AT hychen.org> |
29 Mar 2009 11:33:45
1.1.0_3 |
lwhsu  |
- Forced commit to note the repocopy from dns/mydns -> dns/mydns-ng
PR: ports/132963
Repocopyed by: marcus |