diff options
author | wiz <wiz@pkgsrc.org> | 2004-10-27 22:45:43 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-10-27 22:45:43 +0000 |
commit | c23fd9cf6eb655066d25d0f60cefc402c44c51ee (patch) | |
tree | 97fbac2509131d53719923071014bb9e683d2f29 /sysutils/pv/PLIST | |
parent | 41a14745c68f9f403f147fec7aebe76dc33849ef (diff) | |
download | pkgsrc-c23fd9cf6eb655066d25d0f60cefc402c44c51ee.tar.gz |
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
Diffstat (limited to 'sysutils/pv/PLIST')
-rw-r--r-- | sysutils/pv/PLIST | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sysutils/pv/PLIST b/sysutils/pv/PLIST index e863d59d21e..e9fe9cacdb5 100644 --- a/sysutils/pv/PLIST +++ b/sysutils/pv/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2004/03/10 01:28:59 seb Exp $ +@comment $NetBSD: PLIST,v 1.5 2004/10/27 22:45:43 wiz Exp $ bin/pv man/man1/pv.1 share/doc/pv/COPYING @@ -9,13 +9,8 @@ share/doc/pv/index.html share/doc/pv/lsm share/doc/pv/manual.html share/doc/pv/quickref.txt -${PKGLOCALEDIR}/locale/cz/LC_MESSAGES/pv.mo ${PKGLOCALEDIR}/locale/de/LC_MESSAGES/pv.mo ${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/pv.mo -${PKGLOCALEDIR}/locale/no/LC_MESSAGES/pv.mo ${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/pv.mo ${PKGLOCALEDIR}/locale/pt/LC_MESSAGES/pv.mo -${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/pv.mo -${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/pv.mo -@dirrm ${PKGLOCALEDIR}/locale/cz/LC_MESSAGES @dirrm share/doc/pv |