svn commit: r344968 - in head/net: . p5-MaxMind-DB-Reader

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Feb 18 21:30:31 UTC 2014


Author: sunpoet
Date: Tue Feb 18 21:30:29 2014
New Revision: 344968
URL: http://svnweb.freebsd.org/changeset/ports/344968
QAT: https://qat.redports.org/buildarchive/r344968/

Log:
  - Add p5-MaxMind-DB-Reader 0.050003
  
  MaxMind::DB::Reader provides functionality to read MaxMind DB files.
  
  WWW: http://search.cpan.org/dist/MaxMind-DB-Reader/

Added:
  head/net/p5-MaxMind-DB-Reader/
  head/net/p5-MaxMind-DB-Reader/Makefile   (contents, props changed)
  head/net/p5-MaxMind-DB-Reader/distinfo   (contents, props changed)
  head/net/p5-MaxMind-DB-Reader/pkg-descr   (contents, props changed)
  head/net/p5-MaxMind-DB-Reader/pkg-plist   (contents, props changed)
Modified:
  head/net/Makefile

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Tue Feb 18 21:30:23 2014	(r344967)
+++ head/net/Makefile	Tue Feb 18 21:30:29 2014	(r344968)
@@ -540,6 +540,7 @@
     SUBDIR += p5-JavaScript-RPC
     SUBDIR += p5-Jifty-Plugin-Authentication-Ldap
     SUBDIR += p5-MaxMind-DB-Common
+    SUBDIR += p5-MaxMind-DB-Reader
     SUBDIR += p5-Net
     SUBDIR += p5-Net-AMQP
     SUBDIR += p5-Net-APNS

Added: head/net/p5-MaxMind-DB-Reader/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/p5-MaxMind-DB-Reader/Makefile	Tue Feb 18 21:30:29 2014	(r344968)
@@ -0,0 +1,39 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	MaxMind-DB-Reader
+PORTVERSION=	0.050.003
+CATEGORIES=	net perl5
+MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=	CPAN:DROLSKY
+PKGNAMEPREFIX=	p5-
+DISTNAME=	${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Read MaxMind DB files
+
+LICENSE=	ART20
+
+BUILD_DEPENDS=	p5-Data-IEEE754>=0:${PORTSDIR}/devel/p5-Data-IEEE754 \
+		p5-Data-Printer>=0:${PORTSDIR}/devel/p5-Data-Printer \
+		p5-Data-Validate-IP>=0.16:${PORTSDIR}/net-mgmt/p5-Data-Validate-IP \
+		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-MaxMind-DB-Common>=0.031.000:${PORTSDIR}/net/p5-MaxMind-DB-Common \
+		p5-Module-Implementation>=0:${PORTSDIR}/devel/p5-Module-Implementation \
+		p5-Moo>=1.003000:${PORTSDIR}/devel/p5-Moo \
+		p5-MooX-StrictConstructor>=0:${PORTSDIR}/devel/p5-MooX-StrictConstructor \
+		p5-Net-Works>=0:${PORTSDIR}/net/p5-Net-Works \
+		p5-Role-Tiny>=0:${PORTSDIR}/devel/p5-Role-Tiny \
+		p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny \
+		p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+TEST_DEPENDS=	p5-Test-Bits>=0:${PORTSDIR}/devel/p5-Test-Bits \
+		p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \
+		p5-Test-Number-Delta>=0:${PORTSDIR}/devel/p5-Test-Number-Delta
+
+USE_PERL5=	configure
+USES=		perl5
+
+.include <bsd.port.mk>

Added: head/net/p5-MaxMind-DB-Reader/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/p5-MaxMind-DB-Reader/distinfo	Tue Feb 18 21:30:29 2014	(r344968)
@@ -0,0 +1,2 @@
+SHA256 (MaxMind-DB-Reader-0.050003.tar.gz) = 4d5b0a7886a233eed6bd232064906f0a1104f1e0d4e5482c5a04b1a57bf7077c
+SIZE (MaxMind-DB-Reader-0.050003.tar.gz) = 73164

Added: head/net/p5-MaxMind-DB-Reader/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/p5-MaxMind-DB-Reader/pkg-descr	Tue Feb 18 21:30:29 2014	(r344968)
@@ -0,0 +1,3 @@
+MaxMind::DB::Reader provides functionality to read MaxMind DB files.
+
+WWW: http://search.cpan.org/dist/MaxMind-DB-Reader/

Added: head/net/p5-MaxMind-DB-Reader/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/p5-MaxMind-DB-Reader/pkg-plist	Tue Feb 18 21:30:29 2014	(r344968)
@@ -0,0 +1,26 @@
+bin/mmdb-dump-database
+bin/mmdb-dump-metadata
+bin/mmdb-dump-search-tree
+bin/mmdb-verify-database
+%%SITE_PERL%%/MaxMind/DB/Reader.pm
+%%SITE_PERL%%/MaxMind/DB/Reader/Data/Container.pm
+%%SITE_PERL%%/MaxMind/DB/Reader/Data/EndMarker.pm
+%%SITE_PERL%%/MaxMind/DB/Reader/Decoder.pm
+%%SITE_PERL%%/MaxMind/DB/Reader/PP.pm
+%%SITE_PERL%%/MaxMind/DB/Reader/Role/HasDecoder.pm
+%%SITE_PERL%%/MaxMind/DB/Reader/Role/HasMetadata.pm
+%%SITE_PERL%%/MaxMind/DB/Reader/Role/NodeReader.pm
+%%SITE_PERL%%/MaxMind/DB/Reader/Role/Reader.pm
+%%SITE_PERL%%/MaxMind/DB/Reader/Role/Sysreader.pm
+%%SITE_PERL%%/MaxMind/DB/Verifier.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/MaxMind/DB/Reader/.packlist
+%%PERL5_MAN3%%/MaxMind::DB::Reader.3.gz
+%%PERL5_MAN3%%/MaxMind::DB::Reader::PP.3.gz
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MaxMind/DB/Reader
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MaxMind/DB
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MaxMind
+ at dirrm %%SITE_PERL%%/MaxMind/DB/Reader/Role
+ at dirrm %%SITE_PERL%%/MaxMind/DB/Reader/Data
+ at dirrm %%SITE_PERL%%/MaxMind/DB/Reader
+ at dirrmtry %%SITE_PERL%%/MaxMind/DB
+ at dirrmtry %%SITE_PERL%%/MaxMind


More information about the svn-ports-all mailing list