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-pgsql.



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

description:
Import net/powerdns-pgsql.

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 PostgreSQL backend module.

diffstat:

 net/powerdns-mysql/DESCR    |   2 +-
 net/powerdns-mysql/Makefile |  14 +++++++-------
 net/powerdns-mysql/PLIST    |   4 ++--
 3 files changed, 10 insertions(+), 10 deletions(-)

diffs (41 lines):

diff -r f94e0839c731 -r 7a50610270fc net/powerdns-mysql/DESCR
--- a/net/powerdns-mysql/DESCR  Sun Aug 13 09:35:02 2006 +0000
+++ b/net/powerdns-mysql/DESCR  Sun Aug 13 09:35:30 2006 +0000
@@ -6,4 +6,4 @@
 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.
+This packages provides the PostgreSQL backend module.
diff -r f94e0839c731 -r 7a50610270fc net/powerdns-mysql/Makefile
--- a/net/powerdns-mysql/Makefile       Sun Aug 13 09:35:02 2006 +0000
+++ b/net/powerdns-mysql/Makefile       Sun Aug 13 09:35:30 2006 +0000
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/08/13 09:35:02 ghen Exp $
+# $NetBSD: Makefile,v 1.1.1.2 2006/08/13 09:35:30 ghen Exp $
 
 .include "../../net/powerdns/Makefile.backend"
 
-PKGNAME=               ${DISTNAME:S/pdns/powerdns-mysql/}
-COMMENT=               MySQL backend module for PowerDNS
+PKGNAME=               ${DISTNAME:S/pdns/powerdns-pgsql/}
+COMMENT=               PostgreSQL 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
+CONFIGURE_ARGS+=       --with-dynmodules="gpgsql"
+CONFIGURE_ARGS+=       --with-pgsql-lib=${BUILDLINK_PREFIX.${PGSQL_TYPE}}/lib
+CONFIGURE_ARGS+=       --with-pgsql-includes=${BUILDLINK_PREFIX.${PGSQL_TYPE}}/include
 
-.include "../../mk/mysql.buildlink3.mk"
+.include "../../mk/pgsql.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r f94e0839c731 -r 7a50610270fc net/powerdns-mysql/PLIST
--- a/net/powerdns-mysql/PLIST  Sun Aug 13 09:35:02 2006 +0000
+++ b/net/powerdns-mysql/PLIST  Sun Aug 13 09:35:30 2006 +0000
@@ -1,2 +1,2 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2006/08/13 09:35:02 ghen Exp $
-lib/pdns/libgmysqlbackend.la
+@comment $NetBSD: PLIST,v 1.1.1.2 2006/08/13 09:35:30 ghen Exp $
+lib/pdns/libgpgsqlbackend.la



Home | Main Index | Thread Index | Old Index