Date: Tue, 22 Jan 2019 23:59:57 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r490995 - in head/net: . rubygem-maxmind-db Message-ID: <201901222359.x0MNxvsL049025@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Jan 22 23:59:57 2019 New Revision: 490995 URL: https://svnweb.freebsd.org/changeset/ports/490995 Log: Add rubygem-maxmind-db 1.0.0 This is the Ruby API for reading MaxMind DB files. MaxMind DB is a binary file format that stores data indexed by IP address subnets (IPv4 or IPv6). WWW: https://github.com/maxmind/MaxMind-DB-Reader-ruby Added: head/net/rubygem-maxmind-db/ head/net/rubygem-maxmind-db/Makefile (contents, props changed) head/net/rubygem-maxmind-db/distinfo (contents, props changed) head/net/rubygem-maxmind-db/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Tue Jan 22 23:59:49 2019 (r490994) +++ head/net/Makefile Tue Jan 22 23:59:57 2019 (r490995) @@ -1267,6 +1267,7 @@ SUBDIR += rubygem-iproto SUBDIR += rubygem-lita-gems SUBDIR += rubygem-macaddr + SUBDIR += rubygem-maxmind-db SUBDIR += rubygem-mqtt SUBDIR += rubygem-net-ldap SUBDIR += rubygem-net-netrc Added: head/net/rubygem-maxmind-db/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-maxmind-db/Makefile Tue Jan 22 23:59:57 2019 (r490995) @@ -0,0 +1,22 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= maxmind-db +PORTVERSION= 1.0.0 +CATEGORIES= net rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= MaxMind DB Reader Ruby API + +LICENSE= APACHE20 MIT +LICENSE_COMB= dual +LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE +LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/net/rubygem-maxmind-db/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-maxmind-db/distinfo Tue Jan 22 23:59:57 2019 (r490995) @@ -0,0 +1,3 @@ +TIMESTAMP = 1548174497 +SHA256 (rubygem/maxmind-db-1.0.0.gem) = a9343b8c24d8c5f57300e30c9065c07026bb0a0bdc22d1c7f4d2f668be87f843 +SIZE (rubygem/maxmind-db-1.0.0.gem) = 189952 Added: head/net/rubygem-maxmind-db/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-maxmind-db/pkg-descr Tue Jan 22 23:59:57 2019 (r490995) @@ -0,0 +1,4 @@ +This is the Ruby API for reading MaxMind DB files. MaxMind DB is a binary file +format that stores data indexed by IP address subnets (IPv4 or IPv6). + +WWW: https://github.com/maxmind/MaxMind-DB-Reader-ruby
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901222359.x0MNxvsL049025>