Commit graph

12 commits

Author SHA1 Message Date
wen
ca66e9da1b 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.
2016-07-25 09:18:55 +00:00
wiz
86a78fce2e Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
agc
2ce4810e5b 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.
2015-11-03 00:08:41 +00:00
wiz
0982effce2 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:48:20 +00:00
wen
835821de3a 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
2015-05-01 02:31:10 +00:00
wiz
7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00
asau
3459ebf5cd Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-04 09:19:16 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
obache
70eea0e2bc Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:38:56 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00
wiz
e5288c3532 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.
2010-02-04 09:52:04 +00:00