summaryrefslogtreecommitdiff
path: root/net/powerdns-sqlite
diff options
context:
space:
mode:
authorghen <ghen@pkgsrc.org>2006-08-13 09:36:24 +0000
committerghen <ghen@pkgsrc.org>2006-08-13 09:36:24 +0000
commit9f005acf30f4b6ba7592492f552a0b06a97aad66 (patch)
tree0edbdac70fe050615d35b1264a6496afedaee537 /net/powerdns-sqlite
parentf07481cadc3df6a0dfabff3583148e895cedc04d (diff)
downloadpkgsrc-9f005acf30f4b6ba7592492f552a0b06a97aad66.tar.gz
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 (limited to 'net/powerdns-sqlite')
-rw-r--r--net/powerdns-sqlite/DESCR9
-rw-r--r--net/powerdns-sqlite/Makefile13
-rw-r--r--net/powerdns-sqlite/PLIST2
3 files changed, 24 insertions, 0 deletions
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