./geography/p5-Geo-ShapeFile, Perl extension for handling ESRI GIS Shapefiles

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


Branch: CURRENT, Version: 3.03nb1, Package name: p5-Geo-ShapeFile-3.03nb1, Maintainer: wen

Geo::ShapeFile module reads ESRI ShapeFiles containing GIS mapping
data, it has support for shp (shape), shx (shape index), and dbf
(data base) formats.


Required to run:
[lang/perl5] [devel/p5-autovivification] [devel/p5-Tree-R]

Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)

Filesize: 343.331 KB

Version history: (Expand)


CVS history: (Expand)


   2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483)
Log message:
*: recursive bump for perl 5.38
   2023-06-30 11:39:27 by Wen Heping | Files touched by this commit (3)
Log message:
Update to 3.03

Upstream changes:
3.03 2022-02-24
    - Tests: Generate unicode file names on the fly (GH#30).

3.02 2022-02-23
    - Fix copy-paste error in MultiPointM handling (GH#28).
    - CI changes (GH#27, GH#29)
    - Thanks to @voegelas for all three PRs.
   2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952)
Log message:
*: recursive bump for perl 5.36
   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-07 16:09:33 by Nia Alarie | Files touched by this commit (108)
Log message:
geography: Remove SHA1 hashes for distfiles
   2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575)
Log message:
*: recursive bump for perl 5.34
   2021-04-29 01:47:19 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 3.01

Upstream changes:
3.01 2021-04-15
    - The type_is method now handles both string and numeric codes.
      Thanks to @poslfit for reporting (GH#26).
   2020-09-07 13:20:47 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
p5-Geo-ShapeFile: update to 3.00.

3.00 2019-05-11
    - Release version handles unicode file names on Windows

2.99_002 2019-05-10
    - Add missing test dependency on Test::Exception,
      thanks SREZIC for reporting

2.99_001 2019-05-10
    - Handle unicode file names on Windows