svn commit: r495124 - head/math/p5-GIS-Distance-Fast
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Mar 9 12:08:36 UTC 2019
Author: sunpoet
Date: Sat Mar 9 12:08:30 2019
New Revision: 495124
URL: https://svnweb.freebsd.org/changeset/ports/495124
Log:
Update to 0.10
- Take maintainership
Changes: https://metacpan.org/changes/distribution/GIS-Distance-Fast
Modified:
head/math/p5-GIS-Distance-Fast/Makefile
head/math/p5-GIS-Distance-Fast/distinfo
head/math/p5-GIS-Distance-Fast/pkg-descr
head/math/p5-GIS-Distance-Fast/pkg-plist
Modified: head/math/p5-GIS-Distance-Fast/Makefile
==============================================================================
--- head/math/p5-GIS-Distance-Fast/Makefile Sat Mar 9 12:08:25 2019 (r495123)
+++ head/math/p5-GIS-Distance-Fast/Makefile Sat Mar 9 12:08:30 2019 (r495124)
@@ -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 at FreeBSD.org
+MAINTAINER= sunpoet at 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>
Modified: head/math/p5-GIS-Distance-Fast/distinfo
==============================================================================
--- head/math/p5-GIS-Distance-Fast/distinfo Sat Mar 9 12:08:25 2019 (r495123)
+++ head/math/p5-GIS-Distance-Fast/distinfo Sat Mar 9 12:08:30 2019 (r495124)
@@ -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
Modified: head/math/p5-GIS-Distance-Fast/pkg-descr
==============================================================================
--- head/math/p5-GIS-Distance-Fast/pkg-descr Sat Mar 9 12:08:25 2019 (r495123)
+++ head/math/p5-GIS-Distance-Fast/pkg-descr Sat Mar 9 12:08:30 2019 (r495124)
@@ -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
Modified: head/math/p5-GIS-Distance-Fast/pkg-plist
==============================================================================
--- head/math/p5-GIS-Distance-Fast/pkg-plist Sat Mar 9 12:08:25 2019 (r495123)
+++ head/math/p5-GIS-Distance-Fast/pkg-plist Sat Mar 9 12:08:30 2019 (r495124)
@@ -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
More information about the svn-ports-all
mailing list