summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorghen <ghen>2006-08-13 09:36:24 +0000
committerghen <ghen>2006-08-13 09:36:24 +0000
commit947f9619b3f28c55a34f36a2d609128acb290ab0 (patch)
tree0edbdac70fe050615d35b1264a6496afedaee537 /net
parentddd6c1c101845bd9367783b6062ad9d07edd4705 (diff)
downloadpkgsrc-947f9619b3f28c55a34f36a2d609128acb290ab0.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')
-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