Up to [cvs.NetBSD.org] / pkgsrc / geography / p5-Geo-ShapeFile
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
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.
geography: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes
geography: Remove SHA1 hashes for distfiles
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).
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
Update to 2.66 Upstream changes: 2.66 2019-02-11 - Full release of 2.65_001, with one additional definedness check (pajlpajl++) 2.65_001 2019-02-11 - fix file_version method (it was calling the wrong key) (GH #23) - avoid repeated loading of files when getting headers and incorrect undef returns (GH #22) - both reported by pajlpajl
Update to 2.64 Upstream changes: 2.64 2017-04-23 - Update some POD - No functional changes from 2.63_001 dev release 2.63_001 2017-04-17 - Add no_cache option to new method following discussion at http://www.perlmonks.org/?node_id=1188065 2.62 2017-01-08 - Add rlib to TEST_REQUIRES in Makefile.PL to avoid some cygwin test failures
Update to 2.61 Update DEPENDS Upstream changes: 2.61 2016-01-31 - Specify minimum Math::Trig version to avoid some cpantesters fails on pre5.8.9 perls on Cygwin.
Add SHA512 digests for distfiles for geography category 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.
Update to 2.60 Update my mail Upstream changes: 2.60 2014-03-14 - Add method to obtain the dbf header information. https://github.com/shawnlaffan/Geo-ShapeFile/issues/15 - Clean up some POD formatting issues. 2.58 2014-03-06 - CPAN testers are green for 2.57_001 so make a production release. - Fix incorrect passing of arguments in the shape index. This should not affect most existing code as the indexing is only used when called explicitly. https://github.com/shawnlaffan/Geo-ShapeFile/issues/14 - Croak when an invalid file name is passed. https://github.com/shawnlaffan/Geo-ShapeFile/issues/13 2.57_001 2014-03-05 Development release towards 2.58. Changes are listed there. 2.56 2014-02-18 - Shawn Laffan - CPAN testers are green for 2.55_001, so bump the version number and release as a full version. 2.55_001 2014-02-17 - Shawn Laffan - Add Geo::ShapeFile::Shape::Index as a simple 2-d block based index. - Geo::Shape::ShapeFile now uses a spatial index for the segments. This speeds up the contains_point routines by about 50-70% when used. The index is opt-in at the moment, so will have no effect on existing code. - Geo::ShapeFile::get_part now returns an array ref in scalar context. - Geo::ShapeFile::Point::angle_to now works. - Many of the undocumented methods have been renamed to use a leading underscore, as they are private methods. This avoids a number of POD test warnings. - Add parent, POSIX and autovovofication to the list of dependencies in the makefile. 2.54 2014-02-11 - Shawn Laffan - Fix https://rt.cpan.org/Ticket/Display.html?id=89563 Thanks to Daniel Smith for reporting, and also providing an optimisation which also handles edge overlap cases. - Reorganise the test suite to allow running of subsets of tests. 2.53_003 2014-02-10 - Shawn Laffan - Clear up several longstanding RT tickets: - https://rt.cpan.org/Ticket/Display.html?id=46698 Clarify docs such that point objects are passed to has_point, not coordinates. - https://rt.cpan.org/Ticket/Display.html?id=46068 Values returned from width and height were swapped. Thanks to Le Goddard for reporting. - https://rt.cpan.org/Ticket/Display.html?id=49054 $@ should have been @_ (thanks to rgsave@hotmail.com for reporting) - https://rt.cpan.org/Ticket/Display.html?id=92790 DBF field names can now be accessed in file order. - https://rt.cpan.org/Ticket/Display.html?id=63347 corners were incorrectly reported. Thanks to Liam Gretton for reporting. - Reorganise the test suite to use subtests, with tests in subs. Add more tests. - General formatting and style changes to the code. - Add List::Util as a dependency. - Development is now on github, so update the metadata to reflect this. https://github.com/shawnlaffan/Geo-ShapeFile
Initial import of p5-Geo-ShapeFile, packaged for wip by Wen Heping. Geo::ShapeFile module reads ESRI ShapeFiles containing GIS mapping data, it has support for shp (shape), shx (shape index), and dbf (data base) formats.
Initial revision