1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Add p5-GIS-Distance 0.01001, calculate geographic distances.

PR:		ports/104695
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
This commit is contained in:
Cheng-Lung Sung 2006-11-02 13:59:51 +00:00
parent 871e67d0e4
commit 6918fd3101
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=176189
5 changed files with 57 additions and 0 deletions

View File

@ -179,6 +179,7 @@
SUBDIR += p5-Chart-Math-Axis
SUBDIR += p5-Data-Float
SUBDIR += p5-Date-Handler
SUBDIR += p5-GIS-Distance
SUBDIR += p5-Geo-Distance
SUBDIR += p5-Graph
SUBDIR += p5-Math-Algebra-Symbols

View File

@ -0,0 +1,34 @@
# New ports collection makefile for: p5-GIS-Distance
# Date created: 2006-10-23
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= GIS-Distance
PORTVERSION= 0.01001
CATEGORIES= math
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/B/BL/BLUEFEET
PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Calculate geographic distances
RUN_DEPENDS= ${SITE_PERL}/Class/Data/Accessor.pm:${PORTSDIR}/devel/p5-Class-Data-Accessor \
${SITE_PERL}/Class/Measure.pm:${PORTSDIR}/devel/p5-Class-Measure
PERL_CONFIGURE= yes
MAN3= GIS::Distance.3 GIS::Distance::Cosine.3 \
GIS::Distance::GeoEllipsoid.3 GIS::Distance::GreatCircle.3 \
GIS::Distance::Haversine.3 GIS::Distance::MathTrig.3 \
GIS::Distance::Polar.3 GIS::Distance::Vincenty.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500601 # Inherited from devel/p5-Class-Measure
IGNORE= requires Perl 5.6.1 or newer. Install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>

View File

@ -0,0 +1,3 @@
MD5 (GIS-Distance-0.01001.tar.gz) = ff40f50e5fb2d521bc966ee1ef07b30e
SHA256 (GIS-Distance-0.01001.tar.gz) = a8896f822e8b7003f7758ea696b60289cda864f6f6b09a62a6f7d2b6339fab6a
SIZE (GIS-Distance-0.01001.tar.gz) = 7884

View File

@ -0,0 +1,5 @@
This perl library aims to provide as many tools to make it as simple
as possible to calculate distances between geographic points, and
anything that can be derived from that.
WWW: http://search.cpan.org/dist/GIS-Distance/

View File

@ -0,0 +1,14 @@
@comment $FreeBSD$
%%SITE_PERL%%/%%PERL_ARCH%%/auto/GIS/Distance/.packlist
%%SITE_PERL%%/GIS/Distance.pm
%%SITE_PERL%%/GIS/Distance/Cosine.pm
%%SITE_PERL%%/GIS/Distance/GeoEllipsoid.pm
%%SITE_PERL%%/GIS/Distance/GreatCircle.pm
%%SITE_PERL%%/GIS/Distance/Haversine.pm
%%SITE_PERL%%/GIS/Distance/MathTrig.pm
%%SITE_PERL%%/GIS/Distance/Polar.pm
%%SITE_PERL%%/GIS/Distance/Vincenty.pm
@dirrmtry %%SITE_PERL%%/GIS/Distance
@dirrmtry %%SITE_PERL%%/GIS
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/GIS/Distance
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/GIS