pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/powerdns-pgsql Import net/powerdns-pgsql.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1863067a9910
branches:  trunk
changeset: 517502:1863067a9910
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Sun Aug 13 09:36:06 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-pgsql/DESCR    |   9 +++++++++
 net/powerdns-pgsql/Makefile |  13 +++++++++++++
 net/powerdns-pgsql/PLIST    |   2 ++
 3 files changed, 24 insertions(+), 0 deletions(-)

diffs (36 lines):

diff -r 7a50610270fc -r 1863067a9910 net/powerdns-pgsql/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/powerdns-pgsql/DESCR  Sun Aug 13 09:36:06 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 PostgreSQL backend module.
diff -r 7a50610270fc -r 1863067a9910 net/powerdns-pgsql/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/powerdns-pgsql/Makefile       Sun Aug 13 09:36:06 2006 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/08/13 09:36:06 ghen Exp $
+
+.include "../../net/powerdns/Makefile.backend"
+
+PKGNAME=               ${DISTNAME:S/pdns/powerdns-pgsql/}
+COMMENT=               PostgreSQL backend module for PowerDNS
+
+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/pgsql.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 7a50610270fc -r 1863067a9910 net/powerdns-pgsql/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/powerdns-pgsql/PLIST  Sun Aug 13 09:36:06 2006 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/08/13 09:36:06 ghen Exp $
+lib/pdns/libgpgsqlbackend.la



Home | Main Index | Thread Index | Old Index