Skip to content

Commit

Permalink
Update to version 1.9.27
Browse files Browse the repository at this point in the history
### 1.9.27 - 12 January 2025

 * *fix:* turn off IPC support if _sys/shm.h_ is not available, for compilation on Termux
 * *fix:* bypass valgrind checks on ARM by default due to false positives

### 1.9.25 - 22 December 2024

 * *fix:* test failure of **--watchfd** on macOS corrected ([#124](https://codeberg.org/a-j-wood/pv/issues/124))

### 1.9.24 - 19 December 2024

 * *feature:* new **--format** sequences for graphical progress bars - "**%{bar-block}**", "**%{bar-granular}**", and "**%{bar-shaded}**" ([#15](https://codeberg.org/a-j-wood/pv/issues/15))
 * *feature:* new **--format** sequence "**%{sgr:colour,...}**" to use ECMA-48 Select Graphic Rendition codes to add colours
 * *feature:* new **--bar-style** option to change the default bar style ([#15](https://codeberg.org/a-j-wood/pv/issues/15))
 * *feature:* allow decimal values such as "1.5G" with "**--size**", "**--rate-limit**", "**--buffer-size**", and "**error-skip-block**" ([#35](https://codeberg.org/a-j-wood/pv/issues/35))
 * *cleanup:* improve progress bar granularity on wide displays by internally tracking the transfer percentage as a decimal number
 * *cleanup:* correct detection of **--remote** usability on GNU Hurd
 * *cleanup:* reduce likelihood of race conditions in tests when running on slow systems
 * *cleanup:* reduce memory footprint
 * *docs:* simplified the synopsis section of the manual

### 1.9.15 - 8 December 2024

 * *feature:* new **--format** sequence "**%nL**", showing the most recent line written ([#121](https://codeberg.org/a-j-wood/pv/issues/121))
 * *feature:* each **--format** sequence now has a more readable equivalent name, for example "**%r**" can be written as "**%{rate}**"
 * *feature:* new **--format** sequences "**%{progress-bar-only}**" and "**%{progress-amount-only}**"
 * *fix:* allow **--format** to include "%nA" more than once, with different "n" values ([#122](https://codeberg.org/a-j-wood/pv/issues/122))
 * *fix:* allow **--format** to include "%p" more than once, with optional width prefix
 * *fix:* calculate width correctly when wide characters are in **--format** strings
 * *fix:* add _configure_ script fallback for **--remote** check when cross-compiling ([#120](https://codeberg.org/a-j-wood/pv/issues/120))
 * *fix:* allow **extra-display** to be changed by **--remote** ([#123](https://codeberg.org/a-j-wood/pv/issues/123))
 * *cleanup:* refactored display formatters into separate functions
 * *cleanup:* improve format parser handling of dangling or invalid "%" sequences
  • Loading branch information
scole committed Jan 27, 2025
1 parent 2cdfdcd commit 6b9faa3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions sysutils/pv/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.32 2024/11/04 12:09:49 adam Exp $
# $NetBSD: Makefile,v 1.33 2025/01/27 01:00:45 scole Exp $

DISTNAME= pv-1.9.0
DISTNAME= pv-1.9.27
CATEGORIES= sysutils
MASTER_SITES= https://www.ivarch.com/programs/sources/
MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE:=pipeviewer/}
Expand Down
3 changes: 2 additions & 1 deletion sysutils/pv/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.11 2024/11/04 12:09:49 adam Exp $
@comment $NetBSD: PLIST,v 1.12 2025/01/27 01:00:45 scole Exp $
bin/pv
man/man1/pv.1
share/doc/pv/ACKNOWLEDGEMENTS.md
Expand All @@ -14,4 +14,5 @@ share/locale/es/LC_MESSAGES/pv.mo
share/locale/fr/LC_MESSAGES/pv.mo
share/locale/pl/LC_MESSAGES/pv.mo
share/locale/pt/LC_MESSAGES/pv.mo
share/locale/ru/LC_MESSAGES/pv.mo
share/locale/tr/LC_MESSAGES/pv.mo
8 changes: 4 additions & 4 deletions sysutils/pv/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.14 2024/11/04 12:09:49 adam Exp $
$NetBSD: distinfo,v 1.15 2025/01/27 01:00:45 scole Exp $

BLAKE2s (pv-1.9.0.tar.gz) = e2584023492bfcc5680dd7a85184afe7072d3b2fad2e7bd327e317a5ce162448
SHA512 (pv-1.9.0.tar.gz) = 1085387fdf645ab14b4b83b006dbc09018e2e3cb89a585cc6b9d5c03e947ffd84d300fb0698bb8e4dfc918aa25f9453897a394791a6aa9caefa278e21b9acf35
Size (pv-1.9.0.tar.gz) = 369918 bytes
BLAKE2s (pv-1.9.27.tar.gz) = 4272cf9fc15910ae41c01147afb8118b28be44c413bfb6e357bd95ee4e83afcd
SHA512 (pv-1.9.27.tar.gz) = 04b66d4ce96f6570d8cb3441bb2e421f9a7767e75d716fac033d51947834a56dd226fc02820ea3b7ac4c8276fa69fed0335d9c103af29e64b38e59bf49f1fab7
Size (pv-1.9.27.tar.gz) = 415403 bytes

0 comments on commit 6b9faa3

Please sign in to comment.