Skip to content

Commit

Permalink
Update fmtlib to 11.0.1
Browse files Browse the repository at this point in the history
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` (fmtlib/fmt#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
  • Loading branch information
prlw1 authored and jperkin committed Jul 16, 2024
1 parent 440cb85 commit 7eb3005
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions textproc/fmtlib/Makefile
Original file line number Diff line number Diff line change
@@ -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/}
Expand Down
5 changes: 3 additions & 2 deletions textproc/fmtlib/PLIST
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
8 changes: 4 additions & 4 deletions textproc/fmtlib/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7eb3005

Please sign in to comment.