Received: by mail.netbsd.org (Postfix, from userid 605) id 5881884D35; Mon, 7 Sep 2020 10:56:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D521D84D02 for ; Mon, 7 Sep 2020 10:56:28 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 39Ljrb0IYAAK for ; Mon, 7 Sep 2020 10:56:28 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 53C8784CE2 for ; Mon, 7 Sep 2020 10:56:28 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4D9F0FB28; Mon, 7 Sep 2020 10:56:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1599476188279350" MIME-Version: 1.0 Date: Mon, 7 Sep 2020 10:56:28 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/geography/p5-GIS-Distance To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20200907105628.4D9F0FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1599476188279350 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Sep 7 10:56:28 UTC 2020 Added Files: pkgsrc/geography/p5-GIS-Distance: DESCR Makefile distinfo Log Message: geography/p5-GIS-Distance: import p5-GIS-Distance-0.18 This module calculates distances between geographic points on, at the moment, planet Earth. Various formulas are available that provide different levels of accuracy versus speed. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/geography/p5-GIS-Distance/DESCR \ pkgsrc/geography/p5-GIS-Distance/Makefile \ pkgsrc/geography/p5-GIS-Distance/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1599476188279350 Content-Disposition: inline Content-Length: 2182 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/geography/p5-GIS-Distance/DESCR diff -u /dev/null pkgsrc/geography/p5-GIS-Distance/DESCR:1.1 --- /dev/null Mon Sep 7 10:56:28 2020 +++ pkgsrc/geography/p5-GIS-Distance/DESCR Mon Sep 7 10:56:28 2020 @@ -0,0 +1,3 @@ +This module calculates distances between geographic points on, at +the moment, planet Earth. Various formulas are available that +provide different levels of accuracy versus speed. Index: pkgsrc/geography/p5-GIS-Distance/Makefile diff -u /dev/null pkgsrc/geography/p5-GIS-Distance/Makefile:1.1 --- /dev/null Mon Sep 7 10:56:28 2020 +++ pkgsrc/geography/p5-GIS-Distance/Makefile Mon Sep 7 10:56:28 2020 @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1 2020/09/07 10:56:28 wiz Exp $ + +DISTNAME= GIS-Distance-0.18 +PKGNAME= p5-${DISTNAME} +CATEGORIES= geography perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/B/BL/BLUEFEET/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://metacpan.org/pod/GIS::Distance +COMMENT= Calculate geographic distances +LICENSE= ${PERL5_LICENSE} + +DEPENDS+= p5-namespace-clean-[0-9]*:../../devel/p5-namespace-clean +DEPENDS+= p5-strictures-[0-9]*:../../devel/p5-strictures +DEPENDS+= p5-Const-Fast-[0-9]*:../../devel/p5-Const-Fast +DEPENDS+= p5-Class-Measure-[0-9]*:../../geography/p5-Class-Measure +TEST_DEPENDS+= p5-Test2-Suite-[0-9]*:../../devel/p5-Test2-Suite + +PERL5_PACKLIST= auto/GIS/Distance/.packlist +PERL5_MODULE_TYPE= Module::Build::Tiny + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/geography/p5-GIS-Distance/distinfo diff -u /dev/null pkgsrc/geography/p5-GIS-Distance/distinfo:1.1 --- /dev/null Mon Sep 7 10:56:28 2020 +++ pkgsrc/geography/p5-GIS-Distance/distinfo Mon Sep 7 10:56:28 2020 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2020/09/07 10:56:28 wiz Exp $ + +SHA1 (GIS-Distance-0.18.tar.gz) = 7cc97cfd2d0f197f1b1cdecfc1ecee8b00fabe9d +RMD160 (GIS-Distance-0.18.tar.gz) = eed9c19291d1fd651791722b26e97a34e263944b +SHA512 (GIS-Distance-0.18.tar.gz) = 78bd535d3f73963a1b7a4815c9da8f8473f37eb0898faa1661a7f0e2abfdeb1d458496729c0c4613870bcc8129499622f34d4ea03a0933ad2bd6097a55804029 +Size (GIS-Distance-0.18.tar.gz) = 29392 bytes --_----------=_1599476188279350--