Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add dynamic sqlite version 3 module for powerdns #70

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions net/powerdns-sqlite3/DESCR
Original file line number Diff line number Diff line change
@@ -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 version 3 backend module.
14 changes: 14 additions & 0 deletions net/powerdns-sqlite3/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# $NetBSD: Makefile,v 1.0 2013/08/31 20:19:00 tm Exp $

.include "../../net/powerdns/Makefile.backend"

PKGNAME= ${DISTNAME:S/pdns/powerdns-sqlite3/}
PKGREVISION= 1
COMMENT= SQLite version 3 backend module for PowerDNS

CONFIGURE_ARGS+= --with-dynmodules="gsqlite3"
CONFIGURE_ARGS+= --with-sqlite3-lib=${BUILDLINK_PREFIX.sqlite3}/lib
CONFIGURE_ARGS+= --with-sqlite3-includes=${BUILDLINK_PREFIX.sqlite3}/include

.include "../../databases/sqlite3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
2 changes: 2 additions & 0 deletions net/powerdns-sqlite3/PLIST
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@comment $NetBSD$
lib/pdns/libgsqlite3backend.la