pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net



Module Name:    pkgsrc
Committed By:   fhajny
Date:           Thu Mar  9 13:50:07 UTC 2017

Modified Files:
        pkgsrc/net/powerdns: Makefile.backend
Added Files:
        pkgsrc/net/powerdns-geoip: DESCR Makefile PLIST

Log Message:
Import powerdns-geoip 4.0.3.

This packages provides the GeoIP backend module to PowerDNS.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/powerdns/Makefile.backend
cvs rdiff -u -r0 -r1.1 pkgsrc/net/powerdns-geoip/DESCR \
    pkgsrc/net/powerdns-geoip/Makefile pkgsrc/net/powerdns-geoip/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/powerdns/Makefile.backend
diff -u pkgsrc/net/powerdns/Makefile.backend:1.4 pkgsrc/net/powerdns/Makefile.backend:1.5
--- pkgsrc/net/powerdns/Makefile.backend:1.4    Thu Mar  9 13:32:54 2017
+++ pkgsrc/net/powerdns/Makefile.backend        Thu Mar  9 13:50:07 2017
@@ -1,4 +1,5 @@
-# $NetBSD: Makefile.backend,v 1.4 2017/03/09 13:32:54 fhajny Exp $
+# $NetBSD: Makefile.backend,v 1.5 2017/03/09 13:50:07 fhajny Exp $
+# used by net/powerdns-geoip/Makefile
 # used by net/powerdns-ldap/Makefile
 # used by net/powerdns-mysql/Makefile
 # used by net/powerdns-pgsql/Makefile

Added files:

Index: pkgsrc/net/powerdns-geoip/DESCR
diff -u /dev/null pkgsrc/net/powerdns-geoip/DESCR:1.1
--- /dev/null   Thu Mar  9 13:50:07 2017
+++ pkgsrc/net/powerdns-geoip/DESCR     Thu Mar  9 13:50:07 2017
@@ -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 GeoIP backend module.
Index: pkgsrc/net/powerdns-geoip/Makefile
diff -u /dev/null pkgsrc/net/powerdns-geoip/Makefile:1.1
--- /dev/null   Thu Mar  9 13:50:07 2017
+++ pkgsrc/net/powerdns-geoip/Makefile  Thu Mar  9 13:50:07 2017
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1 2017/03/09 13:50:07 fhajny Exp $
+
+.include "../../net/powerdns/Makefile.backend"
+
+PKGNAME=               ${DISTNAME:S/pdns/powerdns-geoip/}
+COMMENT=               GeoIP backend module for PowerDNS
+
+CONFIGURE_ARGS+=       --with-dynmodules="geoip"
+
+.include "../../net/GeoIP/buildlink3.mk"
+.include "../../textproc/yaml-cpp/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/net/powerdns-geoip/PLIST
diff -u /dev/null pkgsrc/net/powerdns-geoip/PLIST:1.1
--- /dev/null   Thu Mar  9 13:50:07 2017
+++ pkgsrc/net/powerdns-geoip/PLIST     Thu Mar  9 13:50:07 2017
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2017/03/09 13:50:07 fhajny Exp $
+lib/pdns/pdns/libgeoipbackend.la



Home | Main Index | Thread Index | Old Index