./geography/mapcode, Mapcode Library for C/C++

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.5.5, Package name: mapcode-2.5.5, Maintainer: pkgsrc-users

A mapcode represents a location. Every location on Earth can be
represented by a mapcode. Mapcodes were designed to be short,
easy to recognise, remember and communicate. They are precise
to a few meters, which is good enough for every-day use.


Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 1138.904 KB

Version history: (Expand)


CVS history: (Expand)


   2021-10-26 12:45:18 by Nia Alarie | Files touched by this commit (108)
Log message:
geography: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-21 14:06:16 by Greg Troxel | Files touched by this commit (2)
Log message:
geography/mapcode: Update to 2.5.5

Upstream lacks NEWS, but obviously this should be a bugfix release
from 2.5.4.
   2021-10-21 02:50:59 by Greg Troxel | Files touched by this commit (1)
Log message:
geography/mapcode: Reorder lines (pkglint)

and whitespace rationalization
   2021-10-07 16:09:33 by Nia Alarie | Files touched by this commit (108)
Log message:
geography: Remove SHA1 hashes for distfiles
   2020-05-27 21:37:44 by Thomas Klausner | Files touched by this commit (60)
Log message:
*: reset MAINTAINER for fhajny on his request
   2018-12-15 22:12:25 by Thomas Klausner | Files touched by this commit (67) | Package updated
Log message:
*: update email for fhajny
   2017-10-03 14:15:02 by Filip Hajny | Files touched by this commit (2)
Log message:
Update geography/mapcode to 2.5.4.

- Added encodeLatLonToSelectedMapcode as a convenience for languages
  that use the C library, but have difficulties dealing with
  multi-dimensional arrays (like Swift).
   2017-01-16 14:49:40 by Filip Hajny | Files touched by this commit (3)
Log message:
Update geography/mapcode to 2.5.2.

- Added unit test for floating point error with code "40822.schol".
- Added locale support.
- Added many languages.
- Hardened unit tests.