The NetBSD Project

CVS log for pkgsrc/geography/p5-Geo-Gpx/distinfo

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / geography / p5-Geo-Gpx

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Jul 29 01:29:30 2024 UTC (7 months, 3 weeks ago) by wen
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base, pkgsrc-2024Q4, pkgsrc-2024Q3-base, pkgsrc-2024Q3, HEAD
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -4 lines
Update to 1.11

Upstream changes:
1.11 [2024-06-25]
    The encoding of entities in xml() and save() has a new default:
        - only the <, >, &, and " characters are now encoded by default with HTML::Entities
        - key implication is that most multi-byte unicode characters are left as-is and no longer encoded as entities
        - users can revert to the previous default (which is equivalent to that of HTML::Entities) by explicitly setting unsafe_chars => undef

    Version argument in xml() is now implemented as key/value pair instead of a positional parameter

1.10 [2023-11-25]
    New methods for waypoints:
        - waypoint_rename(), waypoints_print(),
        - waypoints_clip() -- only supported on systems with the xclip utility

    New methods for tracks:
        - track_rename(), track_delete(), tracks_delete_all(), tracks_print()

    New method for routes:
        - routes_delete_all

    Fixed error when a filehandle is used as input

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Jun 30 10:03:33 2023 UTC (20 months, 3 weeks ago) by wen
Branches: MAIN
CVS tags: pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -4 lines
Update to 1.09
Update DEPENDS
Update Comment
Update HOMEPAGE
Add geography to CATEGORIES

Upstream changes:
1.09 [2022-12-06]
    Fixed bug in parsing absolute and relative paths in MSWin32

1.08 [2022-12-03]
    Removed Geo::Calc from dependencies and added Math::Trig

1.07 [2022-10-26]
    Removed > 15 year old legacy bits likely to conflict with newly added support for tracks and routes

1.06 [2022-10-25]
    Added method Geo::Gpx::Point->time_datetime() returning a DateTime object corresponding to the time of a point

    Removed use_datetime option in Geo::Gpx->new() in favour of the new Geo::Gpx::Point method above

1.05 [2022-10-23]
    Various new methods for waypoints:
        - waypoints_search(), waypoints_merge(), waypoints_count(), waypoints_delete_all(), waypoint_delete(), waypoint_closest_to()

    Other new methods: routes_count(), tracks_count(),

1.04 [2022-10-20]
    The waypoints() method now gets but no longer sets:
        - call waypoints_add() to set instead
        - users would need to replace calls to waypoints with waypoints_add but only if they were setting

    Renamed method waypoints_add(), was add_waypoint():
        - this change was necessary for consistency in method naming
        - users should replace all calls to add_waypoint with waypoints_add

    New methods to replace current accessors: routes(), tracks()

    New methods: routes_add(), tracks_add(), clone()

1.03 [2022-10-16]
    new()'s 'input' key now accepts a filename as argument and a work_dir key can be specified to set the instance's working directory. Has no effect on the caller's current working directory.

    Added methods set_filename(), set_wd() and save().

1.02 [2022-10-10]
    Switched to Dist::Zilla to manage and release the module

1.01 [2022-10-08]
    fixed missing dependencies in Makefile.PL and Build.PL:
        - Geo::Calc
        - Geo::Coordinates::Transform

1.00 [2022-10-07]
    Added Geo/Gpx/Point.pm: a new class to store and edit GPX points
    Initialize points with Geo::Gpx::Point->new() objects

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Oct 26 10:45:13 2021 UTC (3 years, 4 months ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
geography: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Oct 7 14:09:29 2021 UTC (3 years, 5 months ago) by nia
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -2 lines
geography: Remove SHA1 hashes for distfiles

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Nov 3 00:08:44 2015 UTC (9 years, 4 months ago) by agc
Branches: MAIN
CVS tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1 lines
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.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Fri Sep 11 15:14:25 2015 UTC (9 years, 6 months ago) by bouyer
Branches: TNF
CVS tags: pkgsrc_base, pkgsrc-2015Q3-base, pkgsrc-2015Q3
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Import p5-Geo-Gpx-0.26 to pkgsrc

The original goal of this module was to produce GPX/XML files which were
parseable by both GPX Spinner and EasyGPS. As of version 0.13 it has been
extended to support general parsing and generation of GPX data.
GPX 1.0 and 1.1 are supported.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Sep 11 15:14:25 2015 UTC (9 years, 6 months ago) by bouyer
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>