pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-String-Print



Module Name:    pkgsrc
Committed By:   wen
Date:           Wed Dec 31 23:19:52 UTC 2025

Modified Files:
        pkgsrc/devel/p5-String-Print: Makefile distinfo

Log Message:
Update to 1.02

Upstream changes:
version 1.02: Tue  9 Dec 13:49:31 CET 2025
        Changes:
        - remove the blank before kB in BYTES.
        Fixes:
        - remove correct redundant separator from thousands in %d
        - do not use %F and %T in date formats, for broken Windows
          github issue #2 [Phil Perry]
        Improvements:
        - flexible format for the DT modifier
        - formats for DATE modifier
version 1.01: Thu  4 Dec 16:43:36 CET 2025
        Improvements:
        - add UNKNOWN modifier
        - doc improvements
version 1.00: Wed  3 Dec 13:21:40 CET 2025
        Improvements:
        - add bugtracker to meta
        - add ellipsis EL modifier
        - add CHOP modifier
        - add defaults configuration
        - better document encodeFor()
        - add DateTime support for time modifiers
version 0.96: Fri 12 Sep 14:01:16 CEST 2025
        Improvements:
        - thousands markers in %d
        - add date modifier RFC5322
        - add modifier '='
        - further documentation improvements
version 0.95: Mon  8 Sep 14:06:53 CEST 2025
        Changes:
        - require 5.16
        Fixes:
        - printp formats which start with a '%' were not processed
        Improvements:
        - modifier HTML
        - add .gitignore
        - convert to OODoc 3.03


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/p5-String-Print/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/p5-String-Print/distinfo

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

Modified files:

Index: pkgsrc/devel/p5-String-Print/Makefile
diff -u pkgsrc/devel/p5-String-Print/Makefile:1.20 pkgsrc/devel/p5-String-Print/Makefile:1.21
--- pkgsrc/devel/p5-String-Print/Makefile:1.20  Fri Jul  4 08:46:37 2025
+++ pkgsrc/devel/p5-String-Print/Makefile       Wed Dec 31 23:19:52 2025
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.20 2025/07/04 08:46:37 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2025/12/31 23:19:52 wen Exp $
 
-DISTNAME=              String-Print-0.94
+DISTNAME=              String-Print-1.02
 PKGNAME=               p5-${DISTNAME}
-PKGREVISION=           6
 CATEGORIES=            devel perl5
-MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=String/}
+MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=../by-authors/id/M/MA/MARKOV/}
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              https://metacpan.org/release/String-Print

Index: pkgsrc/devel/p5-String-Print/distinfo
diff -u pkgsrc/devel/p5-String-Print/distinfo:1.9 pkgsrc/devel/p5-String-Print/distinfo:1.10
--- pkgsrc/devel/p5-String-Print/distinfo:1.9   Tue Oct 26 10:17:30 2021
+++ pkgsrc/devel/p5-String-Print/distinfo       Wed Dec 31 23:19:52 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2021/10/26 10:17:30 nia Exp $
+$NetBSD: distinfo,v 1.10 2025/12/31 23:19:52 wen Exp $
 
-BLAKE2s (String-Print-0.94.tar.gz) = 9470a90fb8c505ff0a54859457163904ec1ccba19c460abda5a62ba08d359330
-SHA512 (String-Print-0.94.tar.gz) = 0c8de9afbd8f67919eb4d6d0d76f5f73e16a36ed49528d4ce923c2d6338a3bc064f295637f588cb07db957958fbc9e93ca32ff6696d8dec9fcb5a678c372dc43
-Size (String-Print-0.94.tar.gz) = 22282 bytes
+BLAKE2s (String-Print-1.02.tar.gz) = 1deade3028f3befd4dd188349fdd67a13bbc6917a79f5ab5126bbbda263acfec
+SHA512 (String-Print-1.02.tar.gz) = db75fcfde0c0b819b6da34557937e92e6b70df076a1235c427a8e236e5269305b4d1b596870dda1cf4983062f51e0c0f4e4abfab023c51387bcb37fefbbbb236
+Size (String-Print-1.02.tar.gz) = 29194 bytes



Home | Main Index | Thread Index | Old Index