From bf49727faae872c0b6143072bb5df19217d47d91 Mon Sep 17 00:00:00 2001 From: ghen Date: Sun, 13 Aug 2006 09:36:24 +0000 Subject: 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. --- net/powerdns-sqlite/DESCR | 9 +++++++++ net/powerdns-sqlite/Makefile | 13 +++++++++++++ net/powerdns-sqlite/PLIST | 2 ++ 3 files changed, 24 insertions(+) create mode 100644 net/powerdns-sqlite/DESCR create mode 100644 net/powerdns-sqlite/Makefile create mode 100644 net/powerdns-sqlite/PLIST (limited to 'net') diff --git a/net/powerdns-sqlite/DESCR b/net/powerdns-sqlite/DESCR new file mode 100644 index 00000000000..f4fad7f4ea3 --- /dev/null +++ b/net/powerdns-sqlite/DESCR @@ -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 --git a/net/powerdns-sqlite/Makefile b/net/powerdns-sqlite/Makefile new file mode 100644 index 00000000000..c44c3180aa3 --- /dev/null +++ b/net/powerdns-sqlite/Makefile @@ -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 --git a/net/powerdns-sqlite/PLIST b/net/powerdns-sqlite/PLIST new file mode 100644 index 00000000000..f00bda74d42 --- /dev/null +++ b/net/powerdns-sqlite/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/08/13 09:36:24 ghen Exp $ +lib/pdns/libgsqlitebackend.la -- cgit v1.2.3