From owner-svn-ports-head@FreeBSD.ORG Wed Feb 19 17:25:33 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4F3C0E7F; Wed, 19 Feb 2014 17:25:33 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 39C6B1F60; Wed, 19 Feb 2014 17:25:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1JHPXY6076363; Wed, 19 Feb 2014 17:25:33 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1JHPWOG076358; Wed, 19 Feb 2014 17:25:32 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201402191725.s1JHPWOG076358@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 19 Feb 2014 17:25:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345120 - in head/net: . p5-GeoIP2 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.17 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: Wed, 19 Feb 2014 17:25:33 -0000 Author: sunpoet Date: Wed Feb 19 17:25:31 2014 New Revision: 345120 URL: http://svnweb.freebsd.org/changeset/ports/345120 QAT: https://qat.redports.org/buildarchive/r345120/ Log: - Add p5-GeoIP2 0.040002 This distribution provides an API for the GeoIP2 web services and databases. The API also works with the free GeoLite2 databases. See GeoIP2::WebService::Client for details on the web service client API and GeoIP2::Database::Reader for the database API. WWW: http://search.cpan.org/dist/GeoIP2/ Added: head/net/p5-GeoIP2/ head/net/p5-GeoIP2/Makefile (contents, props changed) head/net/p5-GeoIP2/distinfo (contents, props changed) head/net/p5-GeoIP2/pkg-descr (contents, props changed) head/net/p5-GeoIP2/pkg-plist (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Wed Feb 19 17:18:56 2014 (r345119) +++ head/net/Makefile Wed Feb 19 17:25:31 2014 (r345120) @@ -526,6 +526,7 @@ SUBDIR += p5-Geo-IP SUBDIR += p5-Geo-IP-PurePerl SUBDIR += p5-Geo-IPfree + SUBDIR += p5-GeoIP2 SUBDIR += p5-Google-SAML-Request SUBDIR += p5-Google-SAML-Response SUBDIR += p5-Growl-GNTP Added: head/net/p5-GeoIP2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-GeoIP2/Makefile Wed Feb 19 17:25:31 2014 (r345120) @@ -0,0 +1,37 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= GeoIP2 +PORTVERSION= 0.040.002 +CATEGORIES= net perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:DROLSKY +PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Perl API for MaxMind GeoIP2 web services and databases + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Data-Validate-IP>=0.19:${PORTSDIR}/net-mgmt/p5-Data-Validate-IP \ + p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \ + p5-LWP-Protocol-https>=0:${PORTSDIR}/www/p5-LWP-Protocol-https \ + p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \ + p5-MaxMind-DB-Reader>=0:${PORTSDIR}/net/p5-MaxMind-DB-Reader \ + p5-Moo>=0:${PORTSDIR}/devel/p5-Moo \ + p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \ + p5-Throwable>=0:${PORTSDIR}/devel/p5-Throwable \ + p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny \ + p5-URI>=0:${PORTSDIR}/net/p5-URI \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \ + p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \ + p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal + +USE_PERL5= configure +USES= perl5 + +.include Added: head/net/p5-GeoIP2/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-GeoIP2/distinfo Wed Feb 19 17:25:31 2014 (r345120) @@ -0,0 +1,2 @@ +SHA256 (GeoIP2-0.040002.tar.gz) = 570545d8049a85cb66f012001e7eeaaedb431a26be1ac831c1691ffadd85c099 +SIZE (GeoIP2-0.040002.tar.gz) = 68853 Added: head/net/p5-GeoIP2/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-GeoIP2/pkg-descr Wed Feb 19 17:25:31 2014 (r345120) @@ -0,0 +1,7 @@ +This distribution provides an API for the GeoIP2 web services and databases. The +API also works with the free GeoLite2 databases. + +See GeoIP2::WebService::Client for details on the web service client API and +GeoIP2::Database::Reader for the database API. + +WWW: http://search.cpan.org/dist/GeoIP2/ Added: head/net/p5-GeoIP2/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-GeoIP2/pkg-plist Wed Feb 19 17:25:31 2014 (r345120) @@ -0,0 +1,62 @@ +bin/web-service-request +%%SITE_PERL%%/GeoIP2.pm +%%SITE_PERL%%/GeoIP2/Database/Reader.pm +%%SITE_PERL%%/GeoIP2/Error/Generic.pm +%%SITE_PERL%%/GeoIP2/Error/HTTP.pm +%%SITE_PERL%%/GeoIP2/Error/IPAddressNotFound.pm +%%SITE_PERL%%/GeoIP2/Error/Type.pm +%%SITE_PERL%%/GeoIP2/Error/WebService.pm +%%SITE_PERL%%/GeoIP2/Model/City.pm +%%SITE_PERL%%/GeoIP2/Model/CityISPOrg.pm +%%SITE_PERL%%/GeoIP2/Model/Country.pm +%%SITE_PERL%%/GeoIP2/Model/Omni.pm +%%SITE_PERL%%/GeoIP2/Record/City.pm +%%SITE_PERL%%/GeoIP2/Record/Continent.pm +%%SITE_PERL%%/GeoIP2/Record/Country.pm +%%SITE_PERL%%/GeoIP2/Record/Location.pm +%%SITE_PERL%%/GeoIP2/Record/MaxMind.pm +%%SITE_PERL%%/GeoIP2/Record/Postal.pm +%%SITE_PERL%%/GeoIP2/Record/RepresentedCountry.pm +%%SITE_PERL%%/GeoIP2/Record/Subdivision.pm +%%SITE_PERL%%/GeoIP2/Record/Traits.pm +%%SITE_PERL%%/GeoIP2/Role/Error/HTTP.pm +%%SITE_PERL%%/GeoIP2/Role/HasLocales.pm +%%SITE_PERL%%/GeoIP2/Role/Model.pm +%%SITE_PERL%%/GeoIP2/Role/Model/HasSubdivisions.pm +%%SITE_PERL%%/GeoIP2/Role/Record/Country.pm +%%SITE_PERL%%/GeoIP2/Role/Record/HasNames.pm +%%SITE_PERL%%/GeoIP2/Types.pm +%%SITE_PERL%%/GeoIP2/WebService/Client.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/GeoIP2/.packlist +%%PERL5_MAN3%%/GeoIP2.3.gz +%%PERL5_MAN3%%/GeoIP2::Database::Reader.3.gz +%%PERL5_MAN3%%/GeoIP2::Error::Generic.3.gz +%%PERL5_MAN3%%/GeoIP2::Error::HTTP.3.gz +%%PERL5_MAN3%%/GeoIP2::Error::IPAddressNotFound.3.gz +%%PERL5_MAN3%%/GeoIP2::Error::Type.3.gz +%%PERL5_MAN3%%/GeoIP2::Error::WebService.3.gz +%%PERL5_MAN3%%/GeoIP2::Model::City.3.gz +%%PERL5_MAN3%%/GeoIP2::Model::CityISPOrg.3.gz +%%PERL5_MAN3%%/GeoIP2::Model::Country.3.gz +%%PERL5_MAN3%%/GeoIP2::Model::Omni.3.gz +%%PERL5_MAN3%%/GeoIP2::Record::City.3.gz +%%PERL5_MAN3%%/GeoIP2::Record::Continent.3.gz +%%PERL5_MAN3%%/GeoIP2::Record::Country.3.gz +%%PERL5_MAN3%%/GeoIP2::Record::Location.3.gz +%%PERL5_MAN3%%/GeoIP2::Record::MaxMind.3.gz +%%PERL5_MAN3%%/GeoIP2::Record::Postal.3.gz +%%PERL5_MAN3%%/GeoIP2::Record::RepresentedCountry.3.gz +%%PERL5_MAN3%%/GeoIP2::Record::Subdivision.3.gz +%%PERL5_MAN3%%/GeoIP2::Record::Traits.3.gz +%%PERL5_MAN3%%/GeoIP2::WebService::Client.3.gz +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/GeoIP2 +@dirrm %%SITE_PERL%%/GeoIP2/WebService +@dirrm %%SITE_PERL%%/GeoIP2/Role/Record +@dirrm %%SITE_PERL%%/GeoIP2/Role/Model +@dirrm %%SITE_PERL%%/GeoIP2/Role/Error +@dirrm %%SITE_PERL%%/GeoIP2/Role +@dirrm %%SITE_PERL%%/GeoIP2/Record +@dirrm %%SITE_PERL%%/GeoIP2/Model +@dirrm %%SITE_PERL%%/GeoIP2/Error +@dirrm %%SITE_PERL%%/GeoIP2/Database +@dirrmtry %%SITE_PERL%%/GeoIP2