FreshPorts -- The Place For Ports Sat, 22 Nov 2008 3:37 PM GMT
There is a PORTS FREEZE in effect!

A ports freeze means that commits will be few and far between and only by approval.

Port details
mydns 1.1.0_3 dns on this many watch lists=7 search for ports that depend on this port
DNS server designed to utilize the MySQL database
Maintained by: ale@FreeBSD.org search for ports maintained by this maintainer
Port Added: 05 Sep 2003 05:55:22
Also Listed In: databases


MyDNS is a free DNS server for UNIX implemented from scratch and
designed to utilize the MySQL database for data storage.

Its primary objectives are stability, security, interoperability,
and speed, though not necessarily in that order.

MyDNS does not include recursive name service, nor a resolver library.
It is primarily designed for organizations with many zones and/or
resource records who desire the ability to perform real-time dynamic
updates on their DNS data via MySQL.

WWW: http://mydns.bboy.net/

- Alex Dupre
ale@FreeBSD.org
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required Libraries: converters/libiconv, devel/gettext, databases/mysql50-client

To install the port: cd /usr/ports/dns/mydns/ && make install clean
To add the package: pkg_add -r mydns-mysql


Configuration Options
     No options to configure

Master Sites:
http://mydns.bboy.net/download/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
Port Moves
  • port moved here from net/mydns on 2003-09-05
    REASON: moved to new dns category

Number of commits found: 28

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
06 Jun 2008 14:23:00
Original commit files touched by this commit  1.1.0_3
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
30 Apr 2007 08:33:13
Original commit files touched by this commit  1.1.0_2
ale search for other commits by this committer
Fix recursive resolver.

Submitted by:   Pietro Celentano <pcelentano@tiscalinet.it>
07 Mar 2006 16:27:27
Original commit files touched by this commit  1.1.0_1
ale search for other commits by this committer
Fix rcNG startup ordering and bump PORTREVISION.

Approved by:    portmgr (clement)
23 Feb 2006 10:40:45
Original commit files touched by this commit  1.1.0
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
09 Feb 2006 14:04:43
Original commit files touched by this commit  1.1.0
ale search for other commits by this committer
Update to 1.1.0 release.
22 Jan 2006 08:31:47
Original commit files touched by this commit  1.0.0
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
04 Dec 2005 23:35:14
Original commit files touched by this commit  1.0.0
edwin search for other commits by this committer
Remove install-info from Makefile, it's automatically done when INFO is defined
15 Nov 2005 06:52:12
Original commit files touched by this commit  1.0.0
ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
17 Oct 2005 07:19:06
Original commit files touched by this commit  1.0.0
ale search for other commits by this committer
Make LOCALBASE clean.

Spotted by:     kris
08 Mar 2005 16:27:45
Original commit files touched by this commit  1.0.0
ale search for other commits by this committer
- Update to 1.0.0 release [1]
- Switch to libtool15
- Switch to rcNG startup script

PR:             ports/78595 [1]
Submitted by:   Simon Dick <simond@irrelevant.org> [1]
31 Jan 2005 00:35:56
Original commit files touched by this commit  0.11.0
girgen search for other commits by this committer
Split the postgresql ports into a server and a client part.

All ports depending on postgresql shall use the USE_PGSQL=yes knob
defined in Mk/bsd.ports.mk. Bumping portrevisions where needed.

PR:             75344
Approved by:    portmgr@ (kris), ade & sean (mentors)
10 Jul 2004 20:11:19
Original commit files touched by this commit  0.11.0
krion search for other commits by this committer
Remove USE_GETTEXT
10 Jul 2004 20:07:27
Original commit files touched by this commit  0.11.0
krion search for other commits by this committer
Support WITHOUT_NLS
25 May 2004 10:19:43
Original commit files touched by this commit  0.11.0
mat search for other commits by this committer
Remove databases/postgresql-client because there can't be a -server, and having
it installed prevents databases/postgresql7 from being installed, leading to
some dependencies problems
24 May 2004 10:01:16
Original commit files touched by this commit  0.11.0
ale search for other commits by this committer
Update to 0.11.0 release.
28 Apr 2004 23:30:47
Original commit files touched by this commit  0.10.4
ale search for other commits by this committer
Update to 0.10.4 release.
14 Mar 2004 06:17:56
Original commit files touched by this commit  0.10.3
ade search for other commits by this committer
Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

        USE_LIBTOOL=YES         ->      USE_LIBTOOL_VER=13
        USE_AUTOCONF=YES        ->      USE_AUTOCONF_VER=213
        USE_AUTOMAKE=YES        ->      USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
12 Mar 2004 22:20:53
Original commit files touched by this commit  0.10.3
ale search for other commits by this committer
Update to 0.10.3 release.
23 Feb 2004 05:42:31
Original commit files touched by this commit  0.10.2
kris search for other commits by this committer
BROKEN on alpha 5.x: does not compile
11 Feb 2004 22:35:34
Original commit files touched by this commit  0.10.2
ale search for other commits by this committer
Update to 0.10.2 release.

Submitted by:   Liam J. Foy <liamfoy@sepulcrum.org>
Approved by:    nork (mentor/implicitly)
04 Feb 2004 04:36:30
Original commit files touched by this commit  0.10.1_1
marcus search for other commits by this committer
Add USE_GETTEXT and bump PORTREVISION.

Submitted by:   trevor
Tested by:      bento
23 Jan 2004 18:12:26
Original commit files touched by this commit  0.10.1
trevor search for other commits by this committer
Now gettext 0.12.1 is gettext-old.
18 Jan 2004 10:50:16
Original commit files touched by this commit  0.10.1
ale search for other commits by this committer
Switch to my @FreeBSD.org email address.

Approved by:    nork (mentor)
17 Dec 2003 10:00:16
Original commit files touched by this commit  0.10.1
pav search for other commits by this committer
- Update to 0.10.1
- Give maintainership to submitter

PR:             ports/60289
Submitted by:   Alex Dupre <sysadmin@alexdupre.com>
Approved by:    maintainer
04 Dec 2003 10:01:09
Original commit files touched by this commit  0.10.0_3
krion search for other commits by this committer
- Fix a bug with incorrect config parsing until the next
  version comes out
- Bump PORTREVISION

PR:             59749
Submitted by:   maintainer
17 Nov 2003 12:29:10
Original commit files touched by this commit  0.10.0_2
trevor search for other commits by this committer
USE_REINPLACE need be defined only when REINPLACE_CMD is used.
27 Sep 2003 05:08:21
Original commit files touched by this commit  0.10.0_2
leeym search for other commits by this committer
Allow easy enabling of MyDNS alias feature (courtesy of David Phillips
<david@geektech.com>)
and allow including of OpenSSL support for those with openssl enabled with MySQL

PR:             57249
Submitted by:   Simon Dick <simond@irrelevant.org>
05 Sep 2003 05:54:37
Original commit files touched by this commit  0.10.0_1
edwin search for other commits by this committer
Massive repo-copies request: net->dns (partly devel->dns)

PR:             ports/56020
Submitted by:   Kimura Fuyuki <fuyuki@nigredo.org>
Approved by:    portmgr

Number of commits found: 28

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
dovecotNov 19
dovecot-develNov 19
libxml2Nov 19
openfireNov 19
enscript-a4Nov 18
enscript-letterNov 18
enscript-letterdjNov 18
syslog-ng2Nov 18
gnutlsNov 16
net-snmpNov 14
net-snmp53Nov 14
faad*Nov 13
firefoxNov 13
firefox-develNov 13
firefox10Nov 13

13 vulnerabilities affecting 33 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 19420
Broken 158
Deprecated 82
Ignore 444
Forbidden 7
Restricted 270
No CDROM 132
Vulnerable 55
Expired 55
Set to expire 65
Interactive 78
new 24 hours 13
new 48 hours15
new 7 days42
new fortnight80
new month127

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.178 seconds.