Date: Sat, 7 Mar 2015 09:33:54 +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: r380677 - in head/net: . p5-MaxMind-DB-Writer Message-ID: <201503070933.t279XsCl037104@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Mar 7 09:33:53 2015 New Revision: 380677 URL: https://svnweb.freebsd.org/changeset/ports/380677 QAT: https://qat.redports.org/buildarchive/r380677/ Log: - Add p5-MaxMind-DB-Writer 0.080000 MaxMind::DB::Writer contains the code necessary to write MaxMind DB database files. WWW: http://search.cpan.org/dist/MaxMind-DB-Writer/ Added: head/net/p5-MaxMind-DB-Writer/ head/net/p5-MaxMind-DB-Writer/Makefile (contents, props changed) head/net/p5-MaxMind-DB-Writer/distinfo (contents, props changed) head/net/p5-MaxMind-DB-Writer/pkg-descr (contents, props changed) head/net/p5-MaxMind-DB-Writer/pkg-plist (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Sat Mar 7 09:29:30 2015 (r380676) +++ head/net/Makefile Sat Mar 7 09:33:53 2015 (r380677) @@ -516,6 +516,7 @@ SUBDIR += p5-JavaScript-RPC SUBDIR += p5-MaxMind-DB-Common SUBDIR += p5-MaxMind-DB-Reader + SUBDIR += p5-MaxMind-DB-Writer SUBDIR += p5-Net SUBDIR += p5-Net-AMQP SUBDIR += p5-Net-APNS Added: head/net/p5-MaxMind-DB-Writer/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-MaxMind-DB-Writer/Makefile Sat Mar 7 09:33:53 2015 (r380677) @@ -0,0 +1,43 @@ +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= MaxMind-DB-Writer +PORTVERSION= 0.080000 +CATEGORIES= net perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:MAXMIND +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Create MaxMind DB database files + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Data-Dumper-Concise>=0:${PORTSDIR}/devel/p5-Data-Dumper-Concise \ + p5-Data-IEEE754>=0:${PORTSDIR}/devel/p5-Data-IEEE754 \ + p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \ + p5-Math-Int128>=0.06:${PORTSDIR}/math/p5-Math-Int128 \ + p5-MaxMind-DB-Common>=0.031003:${PORTSDIR}/net/p5-MaxMind-DB-Common \ + p5-MaxMind-DB-Reader>=0:${PORTSDIR}/net/p5-MaxMind-DB-Reader \ + p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ + p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ + p5-MooseX-Params-Validate>=0:${PORTSDIR}/devel/p5-MooseX-Params-Validate \ + p5-MooseX-StrictConstructor>=0:${PORTSDIR}/devel/p5-MooseX-StrictConstructor \ + p5-Net-Works>=0.20:${PORTSDIR}/net/p5-Net-Works \ + p5-Sereal-Decoder>=0:${PORTSDIR}/converters/p5-Sereal-Decoder \ + p5-Sereal-Encoder>=0:${PORTSDIR}/converters/p5-Sereal-Encoder \ + p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \ + p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Data-Printer>=0:${PORTSDIR}/devel/p5-Data-Printer \ + p5-Devel-Refcount>=0:${PORTSDIR}/devel/p5-Devel-Refcount \ + p5-List-AllUtils>=0:${PORTSDIR}/devel/p5-List-AllUtils \ + p5-Test-Bits>=0:${PORTSDIR}/devel/p5-Test-Bits \ + p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \ + p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires + +USE_PERL5= modbuild +USES= perl5 + +.include <bsd.port.mk> Added: head/net/p5-MaxMind-DB-Writer/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-MaxMind-DB-Writer/distinfo Sat Mar 7 09:33:53 2015 (r380677) @@ -0,0 +1,2 @@ +SHA256 (MaxMind-DB-Writer-0.080000.tar.gz) = 546fba481c9fc796f6189e4ad8458dbf155fc2ad02fb40a94fec7bf9cef4bbfb +SIZE (MaxMind-DB-Writer-0.080000.tar.gz) = 159631 Added: head/net/p5-MaxMind-DB-Writer/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-MaxMind-DB-Writer/pkg-descr Sat Mar 7 09:33:53 2015 (r380677) @@ -0,0 +1,4 @@ +MaxMind::DB::Writer contains the code necessary to write MaxMind DB database +files. + +WWW: http://search.cpan.org/dist/MaxMind-DB-Writer/ Added: head/net/p5-MaxMind-DB-Writer/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-MaxMind-DB-Writer/pkg-plist Sat Mar 7 09:33:53 2015 (r380677) @@ -0,0 +1,8 @@ +%%SITE_ARCH%%/MaxMind/DB/Writer.pm +%%SITE_ARCH%%/MaxMind/DB/Writer/Serializer.pm +%%SITE_ARCH%%/MaxMind/DB/Writer/Tree.pm +%%SITE_ARCH%%/MaxMind/DB/Writer/Tree/Processor/VisualizeTree.pm +%%SITE_ARCH%%/MaxMind/DB/Writer/Util.pm +%%SITE_ARCH%%/auto/MaxMind/DB/Writer/Tree/Tree.so +%%PERL5_MAN3%%/MaxMind::DB::Writer.3.gz +%%PERL5_MAN3%%/MaxMind::DB::Writer::Tree.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503070933.t279XsCl037104>