diff --git a/geography/p5-Geo-Ellipsoid/DESCR b/geography/p5-Geo-Ellipsoid/DESCR new file mode 100644 index 0000000000000..3d259cea50335 --- /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 0000000000000..691dd1f27d890 --- /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 0000000000000..c3bfeeaffc602 --- /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