pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/fmtlib



Module Name:    pkgsrc
Committed By:   prlw1
Date:           Wed Jul 10 11:03:17 UTC 2024

Modified Files:
        pkgsrc/textproc/fmtlib: Makefile PLIST distinfo

Log Message:
Update fmtlib to 11.0.1

Many improvemnts. Highlights include:

- Added formatters for `std::chrono::day`, `std::chrono::month`,
  `std::chrono::year` and `std::chrono::year_month_day`
- Fixed handling of precision in `%S` (https://github.com/fmtlib/fmt/issues/3794,
- Added a formatter for `std::complex`
- Added a formatter for `std::expected`
- Added a formatter for `std::type_info`

and much faster compile times even without using the new cut down
fmt/base.h which provides the printf() equivalent family of functions.

For a full list see https://github.com/fmtlib/fmt/blob/11.0.1/ChangeLog.md


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/textproc/fmtlib/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/textproc/fmtlib/PLIST
cvs rdiff -u -r1.19 -r1.20 pkgsrc/textproc/fmtlib/distinfo

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

Modified files:

Index: pkgsrc/textproc/fmtlib/Makefile
diff -u pkgsrc/textproc/fmtlib/Makefile:1.17 pkgsrc/textproc/fmtlib/Makefile:1.18
--- pkgsrc/textproc/fmtlib/Makefile:1.17        Thu Jan  4 18:42:57 2024
+++ pkgsrc/textproc/fmtlib/Makefile     Wed Jul 10 11:03:17 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2024/01/04 18:42:57 adam Exp $
+# $NetBSD: Makefile,v 1.18 2024/07/10 11:03:17 prlw1 Exp $
 
-DISTNAME=      fmt-10.2.1
+DISTNAME=      fmt-11.0.1
 PKGNAME=       ${DISTNAME:S/fmt/fmtlib/}
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=fmtlib/}

Index: pkgsrc/textproc/fmtlib/PLIST
diff -u pkgsrc/textproc/fmtlib/PLIST:1.11 pkgsrc/textproc/fmtlib/PLIST:1.12
--- pkgsrc/textproc/fmtlib/PLIST:1.11   Thu Jan  4 18:42:57 2024
+++ pkgsrc/textproc/fmtlib/PLIST        Wed Jul 10 11:03:17 2024
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.11 2024/01/04 18:42:57 adam Exp $
+@comment $NetBSD: PLIST,v 1.12 2024/07/10 11:03:17 prlw1 Exp $
 include/fmt/args.h
+include/fmt/base.h
 include/fmt/chrono.h
 include/fmt/color.h
 include/fmt/compile.h
@@ -18,5 +19,5 @@ lib/cmake/fmt/fmt-targets-release.cmake
 lib/cmake/fmt/fmt-targets.cmake
 lib/libfmt.so
 lib/libfmt.so.${PKGVERSION}
-lib/libfmt.so.10
+lib/libfmt.so.11
 lib/pkgconfig/fmt.pc

Index: pkgsrc/textproc/fmtlib/distinfo
diff -u pkgsrc/textproc/fmtlib/distinfo:1.19 pkgsrc/textproc/fmtlib/distinfo:1.20
--- pkgsrc/textproc/fmtlib/distinfo:1.19        Thu Jan  4 18:42:57 2024
+++ pkgsrc/textproc/fmtlib/distinfo     Wed Jul 10 11:03:17 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2024/01/04 18:42:57 adam Exp $
+$NetBSD: distinfo,v 1.20 2024/07/10 11:03:17 prlw1 Exp $
 
-BLAKE2s (fmt-10.2.1.tar.gz) = 41991f39f59619e216b5244caa2e4cac73686de95bc809be9e7a919744229ba9
-SHA512 (fmt-10.2.1.tar.gz) = 27df90c681ec37e55625062a79e3b83589b6d7e94eff37a3b412bb8c1473f757a8adb727603acc9185c3490628269216843b7d7bd5a3cb37f0029da5d1495ffa
-Size (fmt-10.2.1.tar.gz) = 854665 bytes
+BLAKE2s (fmt-11.0.1.tar.gz) = 8c4d34a0e08236c8969e8c6eef373b0991c3bebe4eec801ef5708de6bcf5c7f8
+SHA512 (fmt-11.0.1.tar.gz) = 1db6bea592323a3a52adad91d416925a3d86e150ee1a73a31be0ff0e901aba5b0a1aeab39785ff7303694175dd27ae0984d4921759d7b09159c30d8e9d3491e3
+Size (fmt-11.0.1.tar.gz) = 698903 bytes



Home | Main Index | Thread Index | Old Index