Update to 0.10

- Take maintainership

Changes:	https://metacpan.org/changes/distribution/GIS-Distance-Fast
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-03-09 12:08:30 +00:00
parent f037985842
commit 715dff946e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=495124
4 changed files with 18 additions and 21 deletions

View file

@ -2,14 +2,13 @@
# $FreeBSD$
PORTNAME= GIS-Distance-Fast
PORTVERSION= 0.08
PORTREVISION= 1
PORTVERSION= 0.10
CATEGORIES= math perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:BLUEFEET
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= C implementation of GIS::Distance formulas
LICENSE= ART10 GPLv1+
@ -17,13 +16,11 @@ LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Class-Measure>=0:devel/p5-Class-Measure \
p5-GIS-Distance>=0.09:math/p5-GIS-Distance \
p5-Moo>=1:devel/p5-Moo \
p5-namespace-clean>=0:devel/p5-namespace-clean \
p5-strictures>=1:devel/p5-strictures
RUN_DEPENDS= p5-namespace-clean>=0.24:devel/p5-namespace-clean \
p5-strictures>=2.000000:devel/p5-strictures
TEST_DEPENDS= p5-Test2-Suite>=0.000094:devel/p5-Test2-Suite
USES= perl5
USE_PERL5= configure
USE_PERL5= modbuildtiny
.include <bsd.port.mk>

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1539064588
SHA256 (GIS-Distance-Fast-0.08.tar.gz) = ab6d9ed0567842c164945bccbeabe088448d3a62e28d0125f80b795d38cbbb6a
SIZE (GIS-Distance-Fast-0.08.tar.gz) = 11470
TIMESTAMP = 1552063702
SHA256 (GIS-Distance-Fast-0.10.tar.gz) = 4b026ca45329f889a512f5e6f610219b293116aca752d18f981abcc7f4e62631
SIZE (GIS-Distance-Fast-0.10.tar.gz) = 11213

View file

@ -1,5 +1,5 @@
This distribution re-implements some, but not all, of the formulas that
come with GIS::Distance in the C programming language. C code is
generally much faster than the perl equivilent.
This distribution re-implements some, but not all, of the formulas that come
with GIS::Distance in the C programming language. C code is generally much
faster than the perl equivilent.
WWW: https://metacpan.org/release/GIS-Distance-Fast

View file

@ -1,9 +1,9 @@
%%SITE_ARCH%%/GIS/Distance/Fast.pm
%%SITE_ARCH%%/GIS/Distance/Formula/Cosine/Fast.pm
%%SITE_ARCH%%/GIS/Distance/Formula/Haversine/Fast.pm
%%SITE_ARCH%%/GIS/Distance/Formula/Vincenty/Fast.pm
%%SITE_ARCH%%/GIS/Distance/Fast/Cosine.pm
%%SITE_ARCH%%/GIS/Distance/Fast/Haversine.pm
%%SITE_ARCH%%/GIS/Distance/Fast/Vincenty.pm
%%SITE_ARCH%%/auto/GIS/Distance/Fast/Fast.so
%%PERL5_MAN3%%/GIS::Distance::Fast.3.gz
%%PERL5_MAN3%%/GIS::Distance::Formula::Cosine::Fast.3.gz
%%PERL5_MAN3%%/GIS::Distance::Formula::Haversine::Fast.3.gz
%%PERL5_MAN3%%/GIS::Distance::Formula::Vincenty::Fast.3.gz
%%PERL5_MAN3%%/GIS::Distance::Fast::Cosine.3.gz
%%PERL5_MAN3%%/GIS::Distance::Fast::Haversine.3.gz
%%PERL5_MAN3%%/GIS::Distance::Fast::Vincenty.3.gz