pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/53711ee3c42c
branches:  trunk
changeset: 517503:53711ee3c42c
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Sun Aug 13 09:36:24 2006 +0000

description:
Import net/powerdns-sqlite.

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

diffstat:

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

diffs (36 lines):

diff -r 1863067a9910 -r 53711ee3c42c net/powerdns-sqlite/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/powerdns-sqlite/DESCR Sun Aug 13 09:36:24 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 SQLite backend module.
diff -r 1863067a9910 -r 53711ee3c42c net/powerdns-sqlite/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/powerdns-sqlite/Makefile      Sun Aug 13 09:36:24 2006 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/08/13 09:36:24 ghen Exp $
+
+.include "../../net/powerdns/Makefile.backend"
+
+PKGNAME=               ${DISTNAME:S/pdns/powerdns-sqlite/}
+COMMENT=               SQLite backend module for PowerDNS
+
+CONFIGURE_ARGS+=       --with-dynmodules="gsqlite"
+CONFIGURE_ARGS+=       --with-sqlite-lib=${BUILDLINK_PREFIX.sqlite}/lib
+CONFIGURE_ARGS+=       --with-sqlite-includes=${BUILDLINK_PREFIX.sqlite}/include
+
+.include "../../databases/sqlite/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 1863067a9910 -r 53711ee3c42c net/powerdns-sqlite/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/powerdns-sqlite/PLIST Sun Aug 13 09:36:24 2006 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/08/13 09:36:24 ghen Exp $
+lib/pdns/libgsqlitebackend.la



Home | Main Index | Thread Index | Old Index