summaryrefslogtreecommitdiff
path: root/sysutils/pv
AgeCommit message (Collapse)AuthorFilesLines
2011-04-22recursive bump from gettext-lib shlib bump.obache1-1/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2008-06-12Add DESTDIR support.joerg1-3/+5
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam1-5/+5
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-13BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace withjlam1-4/+2
USE_TOOLS+=msgfmt.
2006-04-11Update sysutils/pv to 0.9.6. Changes from version 0.8.6 include:jlam3-43/+20
- 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-07List info files directly in the PLIST and honor PKG{INFO,MAN}DIR.jlam2-4/+4
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
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-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2004-12-04Reset maintainer on his request.wiz1-2/+2
2004-10-27Update to 0.8.6:wiz5-45/+29
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-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
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-04-18Convert to buildlink3.snj1-3/+4
2004-03-10Remove info files entries from PLIST.seb1-2/+1
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb1-2/+1
2003-08-05Convert to USE_NEW_TEXINFO.seb2-5/+3
2003-07-13PKGREVISION bump for libiconv update.wiz1-1/+2
2003-01-22Update pv to 0.4.5 by applying patches provided by Piotr Stolc in PR 19884.kristerw3-6/+9
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-10USE_PKGLOCALEDIR=yescjep1-1/+2
2002-12-04Initial import of pv-0.4.0 into the NetBSD Packages Collection.agc7-0/+114
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.