diff options
author | wiz <wiz@pkgsrc.org> | 2020-09-07 10:56:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2020-09-07 10:56:28 +0000 |
commit | 35c1c65b3566071d20d040aa1195d8de4061cbe1 (patch) | |
tree | 92c0b4f7f7ce7a4fa4b692b496d34af44a3346fb /geography | |
parent | 4ece9b6e027cfddfd6ad0554bb8233749f787295 (diff) | |
download | pkgsrc-35c1c65b3566071d20d040aa1195d8de4061cbe1.tar.gz |
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.
Diffstat (limited to 'geography')
-rw-r--r-- | geography/p5-GIS-Distance/DESCR | 3 | ||||
-rw-r--r-- | geography/p5-GIS-Distance/Makefile | 23 | ||||
-rw-r--r-- | geography/p5-GIS-Distance/distinfo | 6 |
3 files changed, 32 insertions, 0 deletions
diff --git a/geography/p5-GIS-Distance/DESCR b/geography/p5-GIS-Distance/DESCR new file mode 100644 index 00000000000..38608b1381f --- /dev/null +++ b/geography/p5-GIS-Distance/DESCR @@ -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. diff --git a/geography/p5-GIS-Distance/Makefile b/geography/p5-GIS-Distance/Makefile new file mode 100644 index 00000000000..5509a1dd30f --- /dev/null +++ b/geography/p5-GIS-Distance/Makefile @@ -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" diff --git a/geography/p5-GIS-Distance/distinfo b/geography/p5-GIS-Distance/distinfo new file mode 100644 index 00000000000..efd50aa850d --- /dev/null +++ b/geography/p5-GIS-Distance/distinfo @@ -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 |