From cd19d87fb977c8ab570d3cd6d52d9d300d59c7e4 Mon Sep 17 00:00:00 2001 From: wen Date: Fri, 1 May 2015 02:31:10 +0000 Subject: 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 --- geography/p5-Geo-ShapeFile/Makefile | 7 +++---- geography/p5-Geo-ShapeFile/distinfo | 8 ++++---- 2 files changed, 7 insertions(+), 8 deletions(-) (limited to 'geography') diff --git a/geography/p5-Geo-ShapeFile/Makefile b/geography/p5-Geo-ShapeFile/Makefile index d9c4ca52849..67c62bdf538 100644 --- a/geography/p5-Geo-ShapeFile/Makefile +++ b/geography/p5-Geo-ShapeFile/Makefile @@ -1,13 +1,12 @@ -# $NetBSD: Makefile,v 1.7 2014/05/29 23:36:36 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2015/05/01 02:31:10 wen Exp $ # -DISTNAME= Geo-ShapeFile-2.52 +DISTNAME= Geo-ShapeFile-2.60 PKGNAME= p5-${DISTNAME} -PKGREVISION= 5 CATEGORIES= geography perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Geo/} -MAINTAINER= wenheping@gmail.com +MAINTAINER= wen@NetBSD.org HOMEPAGE= http://search.cpan.org/~jasonk/Geo-ShapeFile-2.52/lib/Geo/ShapeFile.pm COMMENT= Perl extension for handling ESRI GIS Shapefiles LICENSE= ${PERL5_LICENSE} diff --git a/geography/p5-Geo-ShapeFile/distinfo b/geography/p5-Geo-ShapeFile/distinfo index aeeaeccd9b6..5c8cea8e2c4 100644 --- a/geography/p5-Geo-ShapeFile/distinfo +++ b/geography/p5-Geo-ShapeFile/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2010/02/04 09:52:04 wiz Exp $ +$NetBSD: distinfo,v 1.2 2015/05/01 02:31:10 wen Exp $ -SHA1 (Geo-ShapeFile-2.52.tar.gz) = 40e66ca398803b38af08d7ef13b7cd0f795ae753 -RMD160 (Geo-ShapeFile-2.52.tar.gz) = cea86ad88ea291dd8f023a58cbfaad2bfb1d1acd -Size (Geo-ShapeFile-2.52.tar.gz) = 278581 bytes +SHA1 (Geo-ShapeFile-2.60.tar.gz) = 7b46492fc6318079d819ef7c36aceb6a65927135 +RMD160 (Geo-ShapeFile-2.60.tar.gz) = 1280ad08cfd91d3b52265156bae7e20a498afcee +Size (Geo-ShapeFile-2.60.tar.gz) = 331941 bytes -- cgit v1.2.3