pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/pv



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Nov  4 12:09:49 UTC 2024

Modified Files:
        pkgsrc/sysutils/pv: Makefile PLIST distinfo

Log Message:
pv: updated to 1.9.0

1.9.0 - 15 October 2024
feature: new –store-and-forward option to read input to a file first, then write it to the output
feature: new –stats option to show transfer stats at the end, like “ping”
feature: –rate can now be used with –numeric
feature: –gauge with –progress to show rate gauge when size is unknown
i18n: comprehensive German translations update
i18n: comprehensive Polish translations update
i18n: complete Turkish translations added
i18n: complete Czech translations added
i18n: updates to French translations
fix: resume stopped pipelines when running in the background
fix: inspect the output pipe buffer to give a more accurate progress indicator of how much the next command has consumed
fix: prefix completion time (–fineta) with FIN rather than ETA
fix: surround average rate (–average-rate) with brackets rather than square brackets
fix: correct a memory leak in –watchfd PID
fix: make –direct-io work correctly with –output instead of assuming stdout
fix: call posix_fadvise() on every input, not just the first one
fix: write UTC timestamps in debugging mode to avoid lockups in signal handlers
security: added a signed MANIFEST file to releases
cleanup: removed TODO.md, since it’s just an outdated copy of the issue tracker
cleanup: re-ordered structure members to reduce padding
cleanup: improved readability of SIGTTOU handling code
cleanup: refactored to separate display, transfer, and calculation more cleanly
cleanup: instead of moving stderr when backgrounded, set a suspend-output flag


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/sysutils/pv/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/sysutils/pv/PLIST
cvs rdiff -u -r1.13 -r1.14 pkgsrc/sysutils/pv/distinfo

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

Modified files:

Index: pkgsrc/sysutils/pv/Makefile
diff -u pkgsrc/sysutils/pv/Makefile:1.31 pkgsrc/sysutils/pv/Makefile:1.32
--- pkgsrc/sysutils/pv/Makefile:1.31    Tue Oct  1 13:32:10 2024
+++ pkgsrc/sysutils/pv/Makefile Mon Nov  4 12:09:49 2024
@@ -1,19 +1,18 @@
-# $NetBSD: Makefile,v 1.31 2024/10/01 13:32:10 ryoon Exp $
-#
+# $NetBSD: Makefile,v 1.32 2024/11/04 12:09:49 adam Exp $
 
-DISTNAME=              pv-1.8.14
-CATEGORIES=            sysutils
-MASTER_SITES=          https://www.ivarch.com/programs/sources/
-MASTER_SITES+=         ${MASTER_SITE_SOURCEFORGE:=pipeviewer/}
-
-MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=              https://www.ivarch.com/programs/pv.shtml
-COMMENT=               Monitor the progress of data through a pipeline
-LICENSE=               artistic-2.0
+DISTNAME=      pv-1.9.0
+CATEGORIES=    sysutils
+MASTER_SITES=  https://www.ivarch.com/programs/sources/
+MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE:=pipeviewer/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://www.ivarch.com/programs/pv.shtml
+COMMENT=       Monitor the progress of data through a pipeline
+LICENSE=       artistic-2.0
 
-GNU_CONFIGURE=         yes
 USE_TOOLS+=            gmake msgfmt
 USE_PKGLOCALEDIR=      yes
+GNU_CONFIGURE=         yes
 
 REPLACE_LOCALEDIR_PATTERNS+=   vars.mk
 
@@ -31,12 +30,13 @@ CONFIGURE_ENV+=             ac_cv_func_stat64=no
 .endif
 
 PV_SHARE_FILES=                ACKNOWLEDGEMENTS.md COPYING DEVELOPERS.md INSTALL \
-                       NEWS.md TODO.md benchmark.sh
+                       NEWS.md benchmark.sh
 
 post-install:
 .for i in ${PV_SHARE_FILES}
        ${INSTALL_DATA} ${WRKSRC}/docs/${i} ${DESTDIR}${DOCDIR}
 .endfor
 
+.include "../../converters/libiconv/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/sysutils/pv/PLIST
diff -u pkgsrc/sysutils/pv/PLIST:1.10 pkgsrc/sysutils/pv/PLIST:1.11
--- pkgsrc/sysutils/pv/PLIST:1.10       Thu Jun 27 16:39:58 2024
+++ pkgsrc/sysutils/pv/PLIST    Mon Nov  4 12:09:49 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2024/06/27 16:39:58 scole Exp $
+@comment $NetBSD: PLIST,v 1.11 2024/11/04 12:09:49 adam Exp $
 bin/pv
 man/man1/pv.1
 share/doc/pv/ACKNOWLEDGEMENTS.md
@@ -7,9 +7,11 @@ share/doc/pv/DEVELOPERS.md
 share/doc/pv/INSTALL
 share/doc/pv/NEWS.md
 share/doc/pv/README.md
-share/doc/pv/TODO.md
 share/doc/pv/benchmark.sh
+share/locale/cs/LC_MESSAGES/pv.mo
 share/locale/de/LC_MESSAGES/pv.mo
+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/tr/LC_MESSAGES/pv.mo

Index: pkgsrc/sysutils/pv/distinfo
diff -u pkgsrc/sysutils/pv/distinfo:1.13 pkgsrc/sysutils/pv/distinfo:1.14
--- pkgsrc/sysutils/pv/distinfo:1.13    Tue Oct  1 13:32:10 2024
+++ pkgsrc/sysutils/pv/distinfo Mon Nov  4 12:09:49 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2024/10/01 13:32:10 ryoon Exp $
+$NetBSD: distinfo,v 1.14 2024/11/04 12:09:49 adam Exp $
 
-BLAKE2s (pv-1.8.14.tar.gz) = 1d3cd49157fcb46df64cc390965954459f27763a4de66069b86a5cb0453b0196
-SHA512 (pv-1.8.14.tar.gz) = b67828ccf610e2906951426b5d607eeaa1babb96b91b31e36a4f2be6647c837f810babea268204b1cca4869e884905eb233f63a926d32091773458ef80cb2552
-Size (pv-1.8.14.tar.gz) = 330273 bytes
+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



Home | Main Index | Thread Index | Old Index