Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Feb 2015 19:32:55 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r379104 - in head/net: . libmaxminddb
Message-ID:  <201502161932.t1GJWtqr001299@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502161932.t1GJWtqr001299>