diff options
author | fhajny <fhajny> | 2013-09-06 11:01:57 +0000 |
---|---|---|
committer | fhajny <fhajny> | 2013-09-06 11:01:57 +0000 |
commit | 81a56641430d03b19d83b6f764dba696bdec3c90 (patch) | |
tree | 8bbc02d2788f6d8bcab30bc3018e01dfa05aa373 | |
parent | 39a26c0220bb46fe54f99f91f91f46ecfe4b052d (diff) | |
download | pkgsrc-81a56641430d03b19d83b6f764dba696bdec3c90.tar.gz |
Import powerdns-sqlite3-2.9.22.5 as net/powerdns-sqlite3.
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.
-rw-r--r-- | net/powerdns-sqlite3/DESCR | 9 | ||||
-rw-r--r-- | net/powerdns-sqlite3/Makefile | 13 | ||||
-rw-r--r-- | net/powerdns-sqlite3/PLIST | 2 |
3 files changed, 24 insertions, 0 deletions
diff --git a/net/powerdns-sqlite3/DESCR b/net/powerdns-sqlite3/DESCR new file mode 100644 index 00000000000..964c020dba9 --- /dev/null +++ b/net/powerdns-sqlite3/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 version 3 backend module. diff --git a/net/powerdns-sqlite3/Makefile b/net/powerdns-sqlite3/Makefile new file mode 100644 index 00000000000..1e2a7463c68 --- /dev/null +++ b/net/powerdns-sqlite3/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2013/09/06 11:01:57 fhajny Exp $ + +.include "../../net/powerdns/Makefile.backend" + +PKGNAME= ${DISTNAME:S/pdns/powerdns-sqlite3/} +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" diff --git a/net/powerdns-sqlite3/PLIST b/net/powerdns-sqlite3/PLIST new file mode 100644 index 00000000000..f19dacb3f98 --- /dev/null +++ b/net/powerdns-sqlite3/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2013/09/06 11:01:57 fhajny Exp $ +lib/pdns/libgsqlite3backend.la |