From owner-svn-ports-head@FreeBSD.ORG Mon Feb 16 19:32:56 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D2FB15C0; Mon, 16 Feb 2015 19:32:56 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BD5E45E4; Mon, 16 Feb 2015 19:32:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GJWu3Q001311; Mon, 16 Feb 2015 19:32:56 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1GJWtqr001299; Mon, 16 Feb 2015 19:32:55 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201502161932.t1GJWtqr001299@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Mon, 16 Feb 2015 19:32:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379104 - in head/net: . libmaxminddb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 19:32:57 -0000 Author: pi Date: Mon Feb 16 19:32:54 2015 New Revision: 379104 URL: https://svnweb.freebsd.org/changeset/ports/379104 QAT: https://qat.redports.org/buildarchive/r379104/ 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 Added: head/net/libmaxminddb/ head/net/libmaxminddb/Makefile (contents, props changed) head/net/libmaxminddb/distinfo (contents, props changed) head/net/libmaxminddb/pkg-descr (contents, props changed) head/net/libmaxminddb/pkg-plist (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Mon Feb 16 19:16:36 2015 (r379103) +++ head/net/Makefile Mon Feb 16 19:32:54 2015 (r379104) @@ -302,6 +302,7 @@ SUBDIR += libkfbapi SUBDIR += libkvkontakte SUBDIR += libmateweather + SUBDIR += libmaxminddb SUBDIR += libmediawiki SUBDIR += libmms SUBDIR += libmxp Added: head/net/libmaxminddb/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/libmaxminddb/Makefile Mon Feb 16 19:32:54 2015 (r379104) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= libmaxminddb +DISTVERSION= 1.0.4 +CATEGORIES= net +MASTER_SITES= https://github.com/maxmind/libmaxminddb/releases/download/${DISTVERSION}/ + +MAINTAINER= fullermd@over-yonder.net +COMMENT= Library for the MaxMind DB file format used for GeoIP2 + +LICENSE= APACHE20 + +GNU_CONFIGURE= yes +USE_LDCONFIG= yes +USES= libtool + +post-stage: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmaxminddb.so.0.0.7 + +.include Added: head/net/libmaxminddb/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/libmaxminddb/distinfo Mon Feb 16 19:32:54 2015 (r379104) @@ -0,0 +1,2 @@ +SHA256 (libmaxminddb-1.0.4.tar.gz) = ac2c2d52725e13e67885ef030b9e58c1666426d536006ddfad1a8cca5a043f7a +SIZE (libmaxminddb-1.0.4.tar.gz) = 471911 Added: head/net/libmaxminddb/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/libmaxminddb/pkg-descr Mon Feb 16 19:32:54 2015 (r379104) @@ -0,0 +1,7 @@ +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 Added: head/net/libmaxminddb/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/libmaxminddb/pkg-plist Mon Feb 16 19:32:54 2015 (r379104) @@ -0,0 +1,24 @@ +bin/mmdblookup +include/maxminddb-compat-util.h +include/maxminddb.h +include/maxminddb_config.h +lib/libmaxminddb.a +lib/libmaxminddb.so +lib/libmaxminddb.so.0 +lib/libmaxminddb.so.0.0.7 +man/man1/mmdblookup.1.gz +man/man3/MMDB_aget_value.3.gz +man/man3/MMDB_close.3.gz +man/man3/MMDB_dump_entry_data_list.3.gz +man/man3/MMDB_free_entry_data_list.3.gz +man/man3/MMDB_get_entry_data_list.3.gz +man/man3/MMDB_get_metadata_as_entry_data_list.3.gz +man/man3/MMDB_get_value.3.gz +man/man3/MMDB_lib_version.3.gz +man/man3/MMDB_lookup_sockaddr.3.gz +man/man3/MMDB_lookup_string.3.gz +man/man3/MMDB_open.3.gz +man/man3/MMDB_read_node.3.gz +man/man3/MMDB_strerror.3.gz +man/man3/MMDB_vget_value.3.gz +man/man3/libmaxminddb.3.gz