pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/mydns-mysql Import mydns-mysql from pkgsrc-wip. P...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5692cdcbfd16
branches:  trunk
changeset: 501817:5692cdcbfd16
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat Oct 29 16:59:17 2005 +0000

description:
Import mydns-mysql from pkgsrc-wip.  Packaged by Geert Hendrickx, and
slightly modified by me.

MyDNS is a free DNS server for UNIX.  It was implemented from scratch
and is designed to serve records directly from an SQL database
(currently either MySQL or PostgreSQL).

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.

MyDNS starts and is ready to answer questions immediately, no matter
how much DNS data you have in the database.  It is very fast and
memory- efficient.  It includes complete documentation, including a
manual and a FAQ.

MyDNS supports a few frills, including round robin DNS, dynamic load
balancing, and outgoing AXFR for non-MyDNS nameservers.

MyDNS is licensed under the GNU General Public License.

This package provides the MySQL-based version.

diffstat:

 net/mydns-mysql/DESCR    |  23 +++++++++++++++++++++++
 net/mydns-mysql/MESSAGE  |  11 +++++++++++
 net/mydns-mysql/Makefile |  17 +++++++++++++++++
 net/mydns-mysql/PLIST    |  23 +++++++++++++++++++++++
 4 files changed, 74 insertions(+), 0 deletions(-)

diffs (90 lines):

diff -r 6bb6e639d199 -r 5692cdcbfd16 net/mydns-mysql/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/mydns-mysql/DESCR     Sat Oct 29 16:59:17 2005 +0000
@@ -0,0 +1,23 @@
+MyDNS is a free DNS server for UNIX.  It was implemented from scratch
+and is designed to serve records directly from an SQL database
+(currently either MySQL or PostgreSQL).
+
+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.
+
+MyDNS starts and is ready to answer questions immediately, no matter
+how much DNS data you have in the database.  It is very fast and
+memory- efficient.  It includes complete documentation, including a
+manual and a FAQ.
+
+MyDNS supports a few frills, including round robin DNS, dynamic load
+balancing, and outgoing AXFR for non-MyDNS nameservers.
+
+MyDNS is licensed under the GNU General Public License.
+
+This package provides the MySQL-based version.
diff -r 6bb6e639d199 -r 5692cdcbfd16 net/mydns-mysql/MESSAGE
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/mydns-mysql/MESSAGE   Sat Oct 29 16:59:17 2005 +0000
@@ -0,0 +1,11 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1.1.1 2005/10/29 16:59:17 minskim Exp $
+
+MyDNS uses two tables in a MySQL database: "soa" and "rr" (you can change
+this in ${PKG_SYSCONFDIR}/mydns.conf if you want).  MyDNS can give the commands
+to generate these tables:
+
+  ${PREFIX}/sbin/mydns --create-tables
+
+You can pipe the output right into the mysql(1) client.
+===========================================================================
diff -r 6bb6e639d199 -r 5692cdcbfd16 net/mydns-mysql/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/mydns-mysql/Makefile  Sat Oct 29 16:59:17 2005 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/10/29 16:59:17 minskim Exp $
+
+PKGNAME=       ${DISTNAME:S/-/-mysql-/}
+COMMENT=       MySQL-based DNS server
+
+CONFLICTS=     mydns-pgsql-[0-9]*
+
+DISTINFO_FILE= ${.CURDIR}/../../net/mydns-pgsql/distinfo
+PATCHDIR=      ${.CURDIR}/../../net/mydns-pgsql/patches
+FILESDIR=      ${.CURDIR}/../../net/mydns-pgsql/files
+
+CONFIGURE_ARGS+=       --without-pgsql
+CONFIGURE_ARGS+=       --with-mysql-lib=${BUILDLINK_PREFIX.mysql-client}/lib/mysql
+CONFIGURE_ARGS+=       --with-mysql-include=${BUILDLINK_PREFIX.mysql-client}/include/mysql
+
+.include       "../../mk/mysql.buildlink3.mk"
+.include       "../../net/mydns-pgsql/Makefile.common"
diff -r 6bb6e639d199 -r 5692cdcbfd16 net/mydns-mysql/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/mydns-mysql/PLIST     Sat Oct 29 16:59:17 2005 +0000
@@ -0,0 +1,23 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/10/29 16:59:17 minskim Exp $
+bin/mydns-conf
+bin/mydnscheck
+bin/mydnsexport
+bin/mydnsimport
+bin/mydnsptrconvert
+info/mydns.info
+lib/charset.alias
+man/man5/mydns.conf.5
+man/man8/mydns-conf.8
+man/man8/mydns.8
+man/man8/mydnscheck.8
+man/man8/mydnsexport.8
+man/man8/mydnsimport.8
+man/man8/mydnsptrconvert.8
+sbin/mydns
+share/examples/mydns-mysql/mydns.conf
+share/examples/rc.d/mydns
+${PKGLOCALEDIR}/locale/es/LC_MESSAGES/mydns.mo
+${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/mydns.mo
+${PKGLOCALEDIR}/locale/locale.alias
+${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/mydns.mo
+@dirrm share/examples/mydns-mysql



Home | Main Index | Thread Index | Old Index