pkg revolutionizes arithmetic with new way of counting.

From: George Mitchell <george+freebsd_at_m5p.com>
Date: Fri, 07 Mar 2025 18:35:35 UTC
(This is an extremely inconsequential complaint, and I would not be
surprised if you completely ignore it.  But it did seem odd tp me.)

FreeBSD 14.2-RELEASE-p1; pkg 2.0.6.

After compiling up the latest chromium security upgrade and building a
new local repo (the upgrade entailed 20 other updates as well), a "pkg
upgrade" on another machine exhibited what I call the "One ... two ...
two and a half ... two and three quarters ... etc." method of counting
familiar to parents everywhere:

[1/21] Upgrading avahi-app from 0.8_2 to 0.8_5...
===> Creating groups
Using existing group 'avahi'
===> Creating users
Using existing user 'avahi'
[1/21] Extracting avahi-app-0.8_5: 100%
[2/21] Upgrading qt5-x11extras from 5.15.16p0 to 5.15.16p0_1...
[2/21] Extracting qt5-x11extras-5.15.16p0_1: 100%
[3/21] Upgrading vulkan-headers from 1.4.307 to 1.4.309...
[3/21] Extracting vulkan-headers-1.4.309: 100%
[4/21] Deinstalling chromium-133.0.6943.141...
[4/21] Deleting files for chromium-133.0.6943.141: 100%
[5/21] Upgrading libxslt from 1.1.37_1 to 1.1.42...
[5/21] Extracting libxslt-1.1.42: 100%
[6/21] Upgrading nss from 3.108 to 3.109...
[6/21] Extracting nss-3.109: 100%
[7/21] Deinstalling ffmpeg-6.1.2_7,1...
[7/21] Deleting files for ffmpeg-6.1.2_7,1: 100%
[8/21] Deinstalling gmtp-1.3.11_7...
[8/21] Deleting files for gmtp-1.3.11_7: 100%
[9/21] Deinstalling gdk-pixbuf2-2.42.10_3...
[9/21] Deleting files for gdk-pixbuf2-2.42.10_3: 100%
[10/21] Deinstalling libXrender-0.9.11...
[10/21] Deleting files for libXrender-0.9.11: 100%
[11/21] Deinstalling qt5-svg-5.15.16p5...
[11/21] Deleting files for qt5-svg-5.15.16p5: 100%
[12/21] Deinstalling qt5-widgets-5.15.16p130...
[12/21] Deleting files for qt5-widgets-5.15.16p130: 100%
[13/21] Deinstalling sdl_sound-1.0.3_16...
[13/21] Deleting files for sdl_sound-1.0.3_16: 100%
[14/21] Deinstalling shaderc-2024.4...
[14/21] Deleting files for shaderc-2024.4: 100%
[14/21] Installing shaderc-2025.1...
[14/21] Extracting shaderc-2025.1: 100%
[15/21] Deinstalling sox-14.4.2.20210509_6...
[15/21] Deleting files for sox-14.4.2.20210509_6: 100%
[16/21] Deinstalling libsndfile-1.2.2_1...
[16/21] Deleting files for libsndfile-1.2.2_1: 100%
[17/21] Upgrading mpg123 from 1.32.9 to 1.32.10...
[17/21] Extracting mpg123-1.32.10: 100%
[18/21] Deinstalling flac-1.4.3_1,1...
[18/21] Deleting files for flac-1.4.3_1,1: 100%
[18/21] Installing flac-1.5.0,1...
[18/21] Extracting flac-1.5.0,1: 100%
[18/21] Installing libsndfile-1.2.2_2...
[18/21] Extracting libsndfile-1.2.2_2: 100%
[18/21] Installing sdl_sound-1.0.3_17...
[18/21] Extracting sdl_sound-1.0.3_17: 100%
[19/21] Deinstalling png-1.6.45...
[19/21] Deleting files for png-1.6.45: 100%
[19/21] Installing png-1.6.46...
[19/21] Extracting png-1.6.46: 100%
[19/21] Installing gdk-pixbuf2-2.42.12...
[19/21] Extracting gdk-pixbuf2-2.42.12: 100%
[19/21] Installing gmtp-1.3.11_8...
[19/21] Extracting gmtp-1.3.11_8: 100%
[19/21] Installing sox-14.4.2.20210509_7...
[19/21] Extracting sox-14.4.2.20210509_7: 100%
[20/21] Deinstalling vulkan-loader-1.4.307...
[20/21] Deleting files for vulkan-loader-1.4.307: 100%
[21/21] Upgrading libX11 from 1.8.9,1 to 1.8.11,1...
[21/21] Extracting libX11-1.8.11,1: 100%
[21/21] Installing libXrender-0.9.12...
[21/21] Extracting libXrender-0.9.12: 100%
[21/21] Installing chromium-134.0.6998.35...
[21/21] Extracting chromium-134.0.6998.35: 100%
[21/21] Installing qt5-widgets-5.15.16p130_1...
[21/21] Extracting qt5-widgets-5.15.16p130_1: 100%
[21/21] Installing qt5-svg-5.15.16p5_1...
[21/21] Extracting qt5-svg-5.15.16p5_1: 100%
[21/21] Installing vulkan-loader-1.4.309...
[21/21] Extracting vulkan-loader-1.4.309: 100%
[21/21] Installing ffmpeg-6.1.2_8,1...
[21/21] Extracting ffmpeg-6.1.2_8,1: 100%

-- George