pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/geography/p5-GIS-Distance
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.
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@localhost
+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
Home |
Main Index |
Thread Index |
Old Index