pv: Update to 1.6.6

Changes:

(r161) use %llu instead of %Lu for better compatibility (Eric A. Borisch)
(r162) (#1532) fix target buffer size (-B) being ignored (AndCycle, Ilya Basin, Antoine Beaupré)
(r164) cap read/write sizes, and check elapsed time during read/write cycles, to avoid display hangs with large buffers or slow media; also remove select() call from repeated_write function as it slows the transfer down and the wrapping alarm() means it is unnecessary
(r169) (#1477) use alternate form for transfer counter, such that 13GB is shown as 13.0GB so it's the same width as 13.1GB (André Stapf)
(r171) cleanup: units corrections in man page, of the form kb -> KiB
(r175) report error in "-d" if process fd directory is unreadable, or if process disappears before we start the main loop (Jacek Wielemborek)
This commit is contained in:
nia 2019-06-10 16:55:02 +00:00
parent f1ab7a760a
commit 86931a21a9
2 changed files with 9 additions and 9 deletions

View file

@ -1,13 +1,13 @@
# $NetBSD: Makefile,v 1.26 2015/06/22 22:29:53 jperkin Exp $
# $NetBSD: Makefile,v 1.27 2019/06/10 16:55:02 nia Exp $
#
DISTNAME= pv-1.6.0
DISTNAME= pv-1.6.6
CATEGORIES= sysutils
MASTER_SITES= http://www.ivarch.com/programs/sources/
MASTER_SITES= https://www.ivarch.com/programs/sources/
MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE:=pipeviewer/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.ivarch.com/programs/pv.shtml
HOMEPAGE= https://www.ivarch.com/programs/pv.shtml
COMMENT= Monitor the progress of data through a pipeline
LICENSE= artistic-2.0

View file

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.7 2015/11/04 01:32:27 agc Exp $
$NetBSD: distinfo,v 1.8 2019/06/10 16:55:02 nia Exp $
SHA1 (pv-1.6.0.tar.gz) = 395ce62f4f3e035b86c77038f04b96c5aa233595
RMD160 (pv-1.6.0.tar.gz) = fecc8c9bc40311a37af8630376aa426089d23cb2
SHA512 (pv-1.6.0.tar.gz) = 1cf9d7376fceefcd594d0a8b591afc8e11ce89f7210d10ad74438974ecebe9cc5d9ec4db9cc79e0566bfd2b0278c0cc263c07547803e7536432cd1ffd32d8a45
Size (pv-1.6.0.tar.gz) = 123072 bytes
SHA1 (pv-1.6.6.tar.gz) = 45db5a3230583eeeeacf17e21eeac0f8056f9507
RMD160 (pv-1.6.6.tar.gz) = 2bd910a35394ba37b356df468fa8985e2417b4f2
SHA512 (pv-1.6.6.tar.gz) = 3642ae4c2e743bc3d037e86afadf4ebecf60afa3662f071ec123e3278402be7a40c34783f86b7bbf3f59f5ab10269ebd32c498ae12698d56556d7aa2f41387be
Size (pv-1.6.6.tar.gz) = 124851 bytes