1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

GeoIP searches a GeoIP database for a given host or IP address, and

returns information about the country where the IP address is allocated.

This is a GeoIP implementation for rubygems

WWW:	http://geoip.rubyforge.org
This commit is contained in:
Renato Botelho 2009-06-15 20:47:57 +00:00
parent 9e823f875e
commit efde59074e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=235915
4 changed files with 32 additions and 0 deletions

View File

@ -839,6 +839,7 @@
SUBDIR += ruby-spread
SUBDIR += ruby-tcpsocketpipe
SUBDIR += ruby-tserver
SUBDIR += rubygem-geoip
SUBDIR += rubygem-macaddr
SUBDIR += rubygem-net-netrc
SUBDIR += rubygem-oauth

View File

@ -0,0 +1,22 @@
# New ports collection makefile for: rubygem-geoip
# Date created: 2009-06-15
# Whom: Renato Botelho <garga@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= geoip
PORTVERSION= 0.8.1
CATEGORIES= net rubygems
MASTER_SITES= RF
MAINTAINER= garga@FreeBSD.org
COMMENT= Geoip implementation for rubygems
RUN_DEPENDS= geoiplookup:${PORTSDIR}/net/GeoIP
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (rubygem/geoip-0.8.1.gem) = e46c47dbf753e7797abeda67251211e7
SHA256 (rubygem/geoip-0.8.1.gem) = 93e6172be47a296ea0e980eda58d6e7bd82e735ac7bcf821e62f3aa24ce636de
SIZE (rubygem/geoip-0.8.1.gem) = 33792

View File

@ -0,0 +1,6 @@
GeoIP searches a GeoIP database for a given host or IP address, and
returns information about the country where the IP address is allocated.
This is a GeoIP implementation for rubygems
WWW: http://geoip.rubyforge.org