Created attachment 153047 [details] New port skeleton C library for reading GeoIP2 databases
Testing @work.
build-tested on 10.1a, 9.3a, 8.4i. Looks fine.
A commit references this bug: Author: pi Date: Mon Feb 16 19:32:56 UTC 2015 New revision: 379104 URL: https://svnweb.freebsd.org/changeset/ports/379104 Log: New port: net/libmaxminddb The libmaxminddb library provides a C library for reading MaxMind DB files, including the GeoIP2 databases from MaxMind. This is a custom binary format designed to facilitate fast lookups of IP addresses while allowing for great flexibility in the type of data associated with an address. WWW: https://github.com/maxmind/libmaxminddb PR: 197713 Submitted by: fullermd@over-yonder.net Changes: head/net/Makefile head/net/libmaxminddb/ head/net/libmaxminddb/Makefile head/net/libmaxminddb/distinfo head/net/libmaxminddb/pkg-descr head/net/libmaxminddb/pkg-plist
Committed, thanks.