Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bouyer committed Sep 11, 2015
1 parent dfd0375 commit 934a396
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
5 changes: 5 additions & 0 deletions 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.
19 changes: 19 additions & 0 deletions 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"
5 changes: 5 additions & 0 deletions 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

0 comments on commit 934a396

Please sign in to comment.