libgeo-point-perl 0.96-1 source package in Ubuntu

Changelog

libgeo-point-perl (0.96-1) unstable; urgency=low


  [ upstream ]
  * [538e6da9] Imported Upstream version 0.96, Closes: #735744

  [ Bas Couwenberg ]
  * [5af4584d] Update canonical URL to include .git suffix.
  * [4bf56fe2] Use metacpan.org instead of search.cpan.org.
  * [71353b69] Add versioned build dependency on debhelper 8.
  * [07a31d7e] Bump Standards-Version to 3.9.5, changes: canonical URLs.

  [ Daniel Lintott ]
  * [9b5f1df8] Remove spelling-errors.patch, applied upstream
  * [c1c957ea] Update upstream copyright years
  * [430d9ca7] Add myself to uploaders

 -- Daniel Lintott <email address hidden>  Sat, 22 Feb 2014 20:34:50 +0000

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Utopic: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libgeo-point-perl_0.96-1.dsc 2.2 KiB 204249592528c5895adc86afacfe16fd3a0448e6c0d98705bb98a3145dcf10df
libgeo-point-perl_0.96.orig.tar.gz 23.5 KiB eb4a3096f2890352ab8d33820d767737bbbf9aadbcaa99dadd86bc2c29bfcb41
libgeo-point-perl_0.96-1.debian.tar.xz 3.5 KiB 71610791e33b98514ae93ffb1c479bff6de0790bf688500c632b94dbf093ca76

Available diffs

No changes file available.

Binary packages built by this source

libgeo-point-perl: module to simplify handling geographic points

 One location on the globe, in any coordinate system. Geo::Point tries
 to hide the maths and the coordinate system in which the point is
 represented.
 .
 One of the most confusing things when handling geometrical data, is
 that sometimes latlong, sometimes xy are used: horizontal and vertical
 organization reversed. This package tries to hide this from your
 program by providing abstract accessors latlong(), longlat(), xy(), and
 yx().
 .
 This package provides the following modules:
  * Geo::Line - a sequence of connected points
  * Geo::Point - a point on the globe
  * Geo::Proj - simplified wrapper for Geo::Proj4
  * Geo::Shape - base class for 2-dimensional points on the earth
    surface
  * Geo::Space - A collection of various items
  * Geo::Surface - A surface description