pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/geography/p5-Geo-Gpx



Module Name:    pkgsrc
Committed By:   wen
Date:           Mon Jul 29 01:29:30 UTC 2024

Modified Files:
        pkgsrc/geography/p5-Geo-Gpx: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/geography/p5-Geo-Gpx/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/geography/p5-Geo-Gpx/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/geography/p5-Geo-Gpx/Makefile
diff -u pkgsrc/geography/p5-Geo-Gpx/Makefile:1.13 pkgsrc/geography/p5-Geo-Gpx/Makefile:1.14
--- pkgsrc/geography/p5-Geo-Gpx/Makefile:1.13   Thu Jul  6 09:40:36 2023
+++ pkgsrc/geography/p5-Geo-Gpx/Makefile        Mon Jul 29 01:29:30 2024
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2023/07/06 09:40:36 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2024/07/29 01:29:30 wen Exp $
 #
 
-DISTNAME=      Geo-Gpx-1.09
+DISTNAME=      Geo-Gpx-1.11
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    geography perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Geo/}
 

Index: pkgsrc/geography/p5-Geo-Gpx/distinfo
diff -u pkgsrc/geography/p5-Geo-Gpx/distinfo:1.5 pkgsrc/geography/p5-Geo-Gpx/distinfo:1.6
--- pkgsrc/geography/p5-Geo-Gpx/distinfo:1.5    Fri Jun 30 10:03:33 2023
+++ pkgsrc/geography/p5-Geo-Gpx/distinfo        Mon Jul 29 01:29:30 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2023/06/30 10:03:33 wen Exp $
+$NetBSD: distinfo,v 1.6 2024/07/29 01:29:30 wen Exp $
 
-BLAKE2s (Geo-Gpx-1.09.tar.gz) = c532e17c36cc67f2aa6b28d4030e27c89f8e281dcf7c3f3a965db64cf0fefda1
-SHA512 (Geo-Gpx-1.09.tar.gz) = 2b68b406dcfd60578e8f99813748c33af04f3ecc036ccb45d5f5d8b488b6c79d23fe6f641b15f9d73007274a2e8bef5cf020bda6aecd74310afbd743d5820dd3
-Size (Geo-Gpx-1.09.tar.gz) = 40946 bytes
+BLAKE2s (Geo-Gpx-1.11.tar.gz) = 1273c2e440e26bacf74bb2a1305adc5df3326975137c0e36519299860718b7ed
+SHA512 (Geo-Gpx-1.11.tar.gz) = 1e49ba4a1ff69686a80336db609254474b7455635d9a3e19a595fd93fbdc5833f4d097ee8e40cd2493c2827b2153c4d599c9127803de06c6eec84c825f3ca99e
+Size (Geo-Gpx-1.11.tar.gz) = 47924 bytes



Home | Main Index | Thread Index | Old Index