diff options
author | bouyer <bouyer@pkgsrc.org> | 2015-09-11 18:43:24 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 2015-09-11 18:43:24 +0000 |
commit | 5112a71b908c2f48dbd81947405adf0a5a16b03a (patch) | |
tree | 5c52b3412ff5aed01238a65df9f33809d1024008 /geography | |
parent | 296e36bf5abb71bbe5ed9f55170a801df9e1a4a4 (diff) | |
download | pkgsrc-5112a71b908c2f48dbd81947405adf0a5a16b03a.tar.gz |
Import p5-Geo-Ellipsoid 1.12
Geo::Ellipsoid performs geometrical calculations on the surface of an
ellipsoid. An ellipsoid is a three-dimension object formed from the
rotation of an ellipse about one of its axes. The approximate shape of the
earth is an ellipsoid, so Geo::Ellipsoid can accurately calculate distance
and bearing between two widely-separated locations on the earth's surface.
Diffstat (limited to 'geography')
-rw-r--r-- | geography/p5-Geo-Ellipsoid/DESCR | 5 | ||||
-rw-r--r-- | geography/p5-Geo-Ellipsoid/Makefile | 19 | ||||
-rw-r--r-- | geography/p5-Geo-Ellipsoid/distinfo | 5 |
3 files changed, 29 insertions, 0 deletions
diff --git a/geography/p5-Geo-Ellipsoid/DESCR b/geography/p5-Geo-Ellipsoid/DESCR new file mode 100644 index 00000000000..3d259cea503 --- /dev/null +++ b/geography/p5-Geo-Ellipsoid/DESCR @@ -0,0 +1,5 @@ +Geo::Ellipsoid performs geometrical calculations on the surface of an +ellipsoid. An ellipsoid is a three-dimension object formed from the +rotation of an ellipse about one of its axes. The approximate shape of the +earth is an ellipsoid, so Geo::Ellipsoid can accurately calculate distance +and bearing between two widely-separated locations on the earth's surface. diff --git a/geography/p5-Geo-Ellipsoid/Makefile b/geography/p5-Geo-Ellipsoid/Makefile new file mode 100644 index 00000000000..691dd1f27d8 --- /dev/null +++ b/geography/p5-Geo-Ellipsoid/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2015/09/11 18:43:24 bouyer Exp $ +# + +DISTNAME= Geo-Ellipsoid-1.12 +PKGNAME= p5-${DISTNAME} +CATEGORIES= perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Geo/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/~jgibson/Geo-Ellipsoid-1.12/lib/Geo/Ellipsoid.pm +COMMENT= Geo::Ellipsoid - Longitude and latitude calculations using an ellipsoid model. +LICENSE= ${PERL5_LICENSE} + +PERL5_PACKLIST= auto/Geo/Ellipsoid/.packlist +#PERL5_MODULE_TYPE= Module::Install::Bundled +MAKE_PARAMS+= --skipdeps + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/geography/p5-Geo-Ellipsoid/distinfo b/geography/p5-Geo-Ellipsoid/distinfo new file mode 100644 index 00000000000..c3bfeeaffc6 --- /dev/null +++ b/geography/p5-Geo-Ellipsoid/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2015/09/11 18:43:24 bouyer Exp $ + +SHA1 (Geo-Ellipsoid-1.12.tar.gz) = b20f164032ffe4d357871604d61c4902a89a992c +RMD160 (Geo-Ellipsoid-1.12.tar.gz) = b1340dd4a6b27a7939bdd765315ce8833d244a0d +Size (Geo-Ellipsoid-1.12.tar.gz) = 80734 bytes |