summaryrefslogtreecommitdiff
path: root/geography/p5-Geo-Ellipsoid
AgeCommit message (Collapse)AuthorFilesLines
2017-01-02Update to 1.14wen2-7/+7
Upstream changes: 1.14 Sun Sep 18 2016 1. Avoid "use parent" in t/11-subclass.t since "parent" was not supported before 5.8.9.
2016-09-08Update to 1.13wen2-11/+12
Update HOMEPAGE Add missing DEPENDS Update COMMENT Upstream changes: 1.13 1. Use OO syntax to make subclassing possible. 2. Add test file t/11-subclass.t 3. Update require version of Test::More to 0.47. 4. Minor POD changes. 5. Clean up whitespace.
2016-06-08Bump PKGREVISION for perl-5.24.wiz1-1/+2
2015-11-03Add SHA512 digests for distfiles for geography categoryagc1-1/+2
One mismatched digest found in geography/libmemphis02: # package libmemphis02 recorded SHA1 (memphis-0.2.3.tar.gz) = dbc2f61e49b996dc9ca91df0de9a08eb7adbfa9b calculated SHA1 (memphis-0.2.3.tar.gz) = 85993bce12c3616fcf6e7682a70b9605883edec2 No changes were made to the libmemphis02 distinfo file Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-09-11Import p5-Geo-Ellipsoid 1.12bouyer3-0/+29
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.