From owner-svn-ports-head@FreeBSD.ORG Sun Feb 16 10:43:07 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E81BE820; Sun, 16 Feb 2014 10:43:07 +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 D23161296; Sun, 16 Feb 2014 10:43:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1GAh7jP066811; Sun, 16 Feb 2014 10:43:07 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1GAh6SP066803; Sun, 16 Feb 2014 10:43:06 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201402161043.s1GAh6SP066803@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sun, 16 Feb 2014 10:43:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344526 - in head/net: . p5-MaxMind-DB-Common 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: Sun, 16 Feb 2014 10:43:08 -0000 Author: sunpoet Date: Sun Feb 16 10:43:06 2014 New Revision: 344526 URL: http://svnweb.freebsd.org/changeset/ports/344526 QAT: https://qat.redports.org/buildarchive/r344526/ Log: - Add p5-MaxMind-DB-Common 0.031002 MaxMind::DB::Common provides code shared by the DB reader and writer modules. WWW: http://search.cpan.org/dist/MaxMind-DB-Common/ Added: head/net/p5-MaxMind-DB-Common/ head/net/p5-MaxMind-DB-Common/Makefile (contents, props changed) head/net/p5-MaxMind-DB-Common/distinfo (contents, props changed) head/net/p5-MaxMind-DB-Common/pkg-descr (contents, props changed) head/net/p5-MaxMind-DB-Common/pkg-plist (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Sun Feb 16 10:41:59 2014 (r344525) +++ head/net/Makefile Sun Feb 16 10:43:06 2014 (r344526) @@ -535,6 +535,7 @@ SUBDIR += p5-IPC-Session SUBDIR += p5-JavaScript-RPC SUBDIR += p5-Jifty-Plugin-Authentication-Ldap + SUBDIR += p5-MaxMind-DB-Common SUBDIR += p5-Net SUBDIR += p5-Net-AMQP SUBDIR += p5-Net-APNS Added: head/net/p5-MaxMind-DB-Common/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-MaxMind-DB-Common/Makefile Sun Feb 16 10:43:06 2014 (r344526) @@ -0,0 +1,30 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= MaxMind-DB-Common +PORTVERSION= 0.031.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= Code shared by the DB reader and writer modules + +LICENSE= ART20 + +BUILD_DEPENDS= p5-Data-Dumper-Concise>=0:${PORTSDIR}/devel/p5-Data-Dumper-Concise \ + p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ + p5-List-AllUtils>=0:${PORTSDIR}/devel/p5-List-AllUtils \ + p5-Math-Int128>=0:${PORTSDIR}/math/p5-Math-Int128 \ + p5-Moo>=0:${PORTSDIR}/devel/p5-Moo \ + p5-MooX-StrictConstructor>=0:${PORTSDIR}/devel/p5-MooX-StrictConstructor \ + p5-autodie>=0:${PORTSDIR}/devel/p5-autodie \ + p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USE_PERL5= configure +USES= perl5 + +.include Added: head/net/p5-MaxMind-DB-Common/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-MaxMind-DB-Common/distinfo Sun Feb 16 10:43:06 2014 (r344526) @@ -0,0 +1,2 @@ +SHA256 (MaxMind-DB-Common-0.031002.tar.gz) = d9b8543be78d792b8ba71e3057d805f5f0d2e3b8abcac090f060597ed37d32d2 +SIZE (MaxMind-DB-Common-0.031002.tar.gz) = 15140 Added: head/net/p5-MaxMind-DB-Common/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-MaxMind-DB-Common/pkg-descr Sun Feb 16 10:43:06 2014 (r344526) @@ -0,0 +1,3 @@ +MaxMind::DB::Common provides code shared by the DB reader and writer modules. + +WWW: http://search.cpan.org/dist/MaxMind-DB-Common/ Added: head/net/p5-MaxMind-DB-Common/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-MaxMind-DB-Common/pkg-plist Sun Feb 16 10:43:06 2014 (r344526) @@ -0,0 +1,18 @@ +%%SITE_PERL%%/MaxMind/DB/Common.pm +%%SITE_PERL%%/MaxMind/DB/Metadata.pm +%%SITE_PERL%%/MaxMind/DB/Role/Debugs.pm +%%SITE_PERL%%/MaxMind/DB/Types.pm +%%SITE_PERL%%/Test/MaxMind/DB/Common/Data.pm +%%SITE_PERL%%/Test/MaxMind/DB/Common/Util.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/MaxMind/DB/Common/.packlist +%%PERL5_MAN3%%/MaxMind::DB::Common.3.gz +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MaxMind/DB/Common +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MaxMind/DB +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MaxMind +@dirrm %%SITE_PERL%%/Test/MaxMind/DB/Common +@dirrmtry %%SITE_PERL%%/Test/MaxMind/DB +@dirrmtry %%SITE_PERL%%/Test/MaxMind +@dirrmtry %%SITE_PERL%%/Test +@dirrmtry %%SITE_PERL%%/MaxMind/DB/Role +@dirrmtry %%SITE_PERL%%/MaxMind/DB +@dirrmtry %%SITE_PERL%%/MaxMind