Bug 197713 - New port: net/libmaxminddb - Library for the MaxMind DB file format used for GeoIP2
Summary: New port: net/libmaxminddb - Library for the MaxMind DB file format used for ...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Kurt Jaeger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-16 19:17 UTC by fullermd
Modified: 2015-02-16 19:33 UTC (History)
1 user (show)

See Also:


Attachments
New port skeleton (2.53 KB, text/plain)
2015-02-16 19:17 UTC, fullermd
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description fullermd 2015-02-16 19:17:21 UTC
Created attachment 153047 [details]
New port skeleton

C library for reading GeoIP2 databases
Comment 1 Kurt Jaeger freebsd_committer freebsd_triage 2015-02-16 19:24:28 UTC
Testing @work.
Comment 2 Kurt Jaeger freebsd_committer freebsd_triage 2015-02-16 19:32:45 UTC
build-tested on 10.1a, 9.3a, 8.4i. Looks fine.
Comment 3 commit-hook freebsd_committer freebsd_triage 2015-02-16 19:33:03 UTC
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
Comment 4 Kurt Jaeger freebsd_committer freebsd_triage 2015-02-16 19:33:49 UTC
Committed, thanks.