Commit graph

32 commits

Author SHA1 Message Date
nia
86931a21a9 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)
2019-06-10 16:55:02 +00:00
agc
17886c78da Add SHA512 digests for distfiles for sysutils category
Problems found with existing digests:
	Package memconf distfile memconf-2.16/memconf.gz
	b6f4b736cac388dddc5070670351cf7262aba048 [recorded]
	95748686a5ad8144232f4d4abc9bf052721a196f [calculated]

Problems found locating distfiles:
	Package dc-tools: missing distfile dc-tools/abs0-dc-burn-netbsd-1.5-0-gae55ec9
	Package ipw-firmware: missing distfile ipw2100-fw-1.2.tgz
	Package iwi-firmware: missing distfile ipw2200-fw-2.3.tgz
	Package nvnet: missing distfile nvnet-netbsd-src-20050620.tgz
	Package syslog-ng: missing distfile syslog-ng-3.7.2.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-04 01:32:05 +00:00
jperkin
ed4fec90dd Pass -DENABLE_LARGEFILE=1 to the build on SunOS, the configure test
only checks for the presence of open64() rather than doing a proper
largefile check.  Fixes 64-bit build.
2015-06-22 22:29:53 +00:00
bsiegert
64ab8af9eb Update pv to 1.6.0. Patch from Jonathan Buschmann in PR pkg/49795.
1.6.0 - 15 March 2015

	fix lstat64 support when unavailable - separate patches supplied by
Ganael Laplanche and Peter Korsgaard
	(#1506) new option "-D" / "--delay-start" to only show bar after N
seconds (Damon Harper)
	new option "--fineta" / "-I" to show ETA as time of day rather than
time remaining - patch supplied by Erkki Seppälä (r147)
	(#1509) change ETA (--eta / -e) so that days are given if the hours
remaining are 24 or more (Jacek Wielemborek)
	(#1499) repeat read and write attempts on partial buffer fill/empty to
work around post-signal transfer rate drop reported by Ralf Ramsauer
	(#1507) do not try to calculate total size in line mode, due to bug
reported by Jacek Wielemborek and Michiel Van Herwegen
	cleanup: removed defunct RATS comments and unnecessary copyright
notices
        clean up displayed lines when using --watchfd PID, when PID exits
        output errors on a new line to avoid overwriting transfer bar

Changes in older releases :

new option --watchfd
new option --null
new option --skip-errors
new option --format
new option --remote (-R) to control an already-running process
new option --line-mode (-l) to count lines instead of bytes
Fixes for AIX, Cygwin, Solaris, MacOSX
Change license to Artistic 2.0
2015-05-12 15:45:21 +00:00
obache
748938b63c Add vars.mk to REPLACE_LOCALEDIR_PATTERNS for autoconf/make/vars.mk.
PR pkg/40713.
2013-09-01 06:32:11 +00:00
rodent
942aad2e6a Resolves:
"INFO_FILES should be set to YES or yes."
"Packages that install info files should set INFO_FILES."
Makefile and PLIST warning, respectively.
2013-04-06 20:27:16 +00:00
rodent
9971a1cb19 'Please use "${TEST}" instead of "test".' 2013-04-06 04:11:44 +00:00
asau
54c5cd959e Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
obache
1d9df3258a recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
joerg
f0bbd1517d Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
jlam
ea5f9f80b6 Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries.  From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
2006-04-17 07:07:11 +00:00
jlam
1cf9796f3c BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
2006-04-13 18:23:29 +00:00
jlam
c4a4c866dc Update sysutils/pv to 0.9.6. Changes from version 0.8.6 include:
- decimal values now accepted for rate and size, eg "-L 1.23M"
  - on the final update, blank out the now-zero ETA
  - use lockfiles if terminal locking fails
  - code cleanup & bug fixes
2006-04-11 02:28:09 +00:00
jlam
90bc26e8c2 List info files directly in the PLIST and honor PKG{INFO,MAN}DIR. 2006-04-07 19:54:16 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
d81d19f8e0 Add RMD160 digests. 2005-02-24 12:51:41 +00:00
wiz
0047fad1c8 Reset maintainer on his request. 2004-12-04 01:49:17 +00:00
wiz
e425e44568 Update to 0.8.6:
0.8.6 - 29 June 2004  [0.8.6 notes]
        * use uu_lock() for terminal locking on FreeBSD

0.8.5 - 2 May 2004
        * cursor positioning (-c) reliability improved on systems with IPC
        * minor fix: made test 005 more reliable
        * new option --height (-H)

0.8.2 - 24 April 2004
        * allow k,m,g,t suffixes on numbers
        * added "srpm" and "release" Makefile targets

0.8.1 - 19 April 2004
        * bugfix in cursor positioning (-c)

0.8.0 - 12 February 2004
        * replaced GNU getopt with my library code
        * replaced GNU gettext with my very minimal replacement
        * use DESTDIR instead of RPM_BUILD_ROOT for optional installation prefix
        * looked for flaws using RATS, cleaned up code

0.7.0 - 8 February 2004 [0.7.0 notes]
        * display buffer management fixes (thanks Cédric Delfosse)
        * replaced --enable-debug with --enable-debugging and --enable-profiling

0.6.4 - 14 January 2004
        * fixed minor bug in RPM installation
        * bugfix in "make index" (only of interest to developers)

0.6.3 - 22 December 2003
        * fixed transient bug that reported "resource unavailable" occasionally

0.6.2 - 6 August 2003
        * block devices now have their size read correctly, so "pv /dev/hda1" works
        * minor code cleanups (mainly removal of CVS "Id" tags)

0.6.0 - 3 August 2003
        * doing ^Z then "bg" then "fg" now continues displaying

0.5.9 - 23 July 2003
        * fix for test 007 when not in C locale
        * fix for build process to use CPPFLAGS
        * fix for build process to use correct i18n libraries
        * fix for build process - more portable sed in dependency generator
        * fix for install process - remember to mkinstalldirs before installing
        * fixes for building on Mac OS X

0.5.3 - 4 May 2003
        * added Polish translation thanks to Bartosz Feñski <fenio@o2.pl> and Krystian Zubel
        * moved doc/debian to ./debian at insistence of common sense
        * minor Solaris 8 compatibility fixes
        * seems to compile and test OK on Mac OS X

0.5.0 - 15 April 2003
        * added French translation thanks to Stéphane Lacasse <tecknojunky@tecknojunky.com>
        * added German translation thanks to Marcos Kreinacke <m.kreinacke@nettec-systeme.net>
        * switched LGPL reference from "Library" to "Lesser"

0.4.9 - 18 February 2003
        * support for >2GB files added where available (Debian bug #180986)
        * added doc/debian dir (from Cédric Delfosse)
        * added "make rpm" and "make deb" targets to build RPM and Debian packages
        * added a "make pv-static" rule to build a statically linked version
2004-10-27 22:45:43 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
snj
5215db71a6 Convert to buildlink3. 2004-04-18 23:08:09 +00:00
seb
3c181b04a5 Remove info files entries from PLIST. 2004-03-10 01:27:26 +00:00
grant
60ad86155b replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 15:06:57 +00:00
seb
56b682547a USE_NEW_TEXINFO is unnecessary now. 2003-08-09 10:59:08 +00:00
seb
b11675ec5d Convert to USE_NEW_TEXINFO. 2003-08-05 20:29:55 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
kristerw
658a83fc72 Update pv to 0.4.5 by applying patches provided by Piotr Stolc in PR 19884.
Changes since 0.4.0 include:
  + added Portuguese (Brazilian) translation thanks to Eduardo Aguiar
  + pause/resume support - don't count time while stopped
  + stop output when resumed in the background
  + terminal size change support
  + bugfix: <=> indicator no longer sticks at right hand edge
2003-01-22 21:35:49 +00:00
cjep
2f9e9722bf USE_PKGLOCALEDIR=yes 2003-01-10 07:49:51 +00:00
agc
c06bac8c2c Initial import of pv-0.4.0 into the NetBSD Packages Collection.
Provided in PR 19253 by Piotr Stolc.

pv (Pipe Viewer) is a terminal-based tool for monitoring the progress of
data through a pipeline. It can be inserted into any normal pipeline between
two processes to give a visual indication of how quickly data is passing
through, how long it has taken, how near to completion it is, and an
estimate of how long it will be until completion.
2002-12-04 11:56:35 +00:00