pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/powerdns-mysql Import net/powerdns-mysql, based on...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f94e0839c731
branches:  trunk
changeset: 517500:f94e0839c731
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Sun Aug 13 09:35:02 2006 +0000

description:
Import net/powerdns-mysql, based on wip/pdns2-gmysql from pkgsrc-wip.

The PowerDNS nameserver is a modern, advanced and high performance
authoritative-only nameserver.  It is written from scratch and conforms
to all the relevant DNS standards documents.  PowerDNS is open source.

The PowerDNS nameserver utilizes a flexible backend architecture that
can access DNS information from any data source.  This includes file
formats, BIND zone files, relational databases or LDAP directories.

This packages provides the MySQL backend module.

diffstat:

 net/powerdns-mysql/DESCR    |   9 +++++++++
 net/powerdns-mysql/Makefile |  13 +++++++++++++
 net/powerdns-mysql/PLIST    |   2 ++
 3 files changed, 24 insertions(+), 0 deletions(-)

diffs (36 lines):

diff -r 7375c1c31489 -r f94e0839c731 net/powerdns-mysql/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/powerdns-mysql/DESCR  Sun Aug 13 09:35:02 2006 +0000
@@ -0,0 +1,9 @@
+The PowerDNS nameserver is a modern, advanced and high performance
+authoritative-only nameserver.  It is written from scratch and conforms
+to all the relevant DNS standards documents.  PowerDNS is open source.
+
+The PowerDNS nameserver utilizes a flexible backend architecture that
+can access DNS information from any data source.  This includes file
+formats, BIND zone files, relational databases or LDAP directories.
+
+This packages provides the MySQL backend module.
diff -r 7375c1c31489 -r f94e0839c731 net/powerdns-mysql/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/powerdns-mysql/Makefile       Sun Aug 13 09:35:02 2006 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/08/13 09:35:02 ghen Exp $
+
+.include "../../net/powerdns/Makefile.backend"
+
+PKGNAME=               ${DISTNAME:S/pdns/powerdns-mysql/}
+COMMENT=               MySQL backend module for PowerDNS
+
+CONFIGURE_ARGS+=       --with-dynmodules="gmysql"
+CONFIGURE_ARGS+=       --with-mysql-lib=${BUILDLINK_PREFIX.mysql-client}/lib/mysql
+CONFIGURE_ARGS+=       --with-mysql-includes=${BUILDLINK_PREFIX.mysql-client}/include/mysql
+
+.include "../../mk/mysql.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 7375c1c31489 -r f94e0839c731 net/powerdns-mysql/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/powerdns-mysql/PLIST  Sun Aug 13 09:35:02 2006 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/08/13 09:35:02 ghen Exp $
+lib/pdns/libgmysqlbackend.la



Home | Main Index | Thread Index | Old Index