pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/pv Update to 0.8.6:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/06168a29971c
branches:  trunk
changeset: 482415:06168a29971c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Oct 27 22:45:43 2004 +0000

description:
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@localhost> 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@localhost>
        * added German translation thanks to Marcos Kreinacke <m.kreinacke%nettec-systeme.net@localhost>
        * 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:

 sysutils/pv/Makefile         |   5 ++---
 sysutils/pv/PLIST            |   7 +------
 sysutils/pv/distinfo         |   9 ++++-----
 sysutils/pv/patches/patch-aa |   9 ---------
 sysutils/pv/patches/patch-ab |  44 ++++++++++++++++++++++----------------------
 5 files changed, 29 insertions(+), 45 deletions(-)

diffs (122 lines):

diff -r ca873f3c1850 -r 06168a29971c sysutils/pv/Makefile
--- a/sysutils/pv/Makefile      Wed Oct 27 21:45:53 2004 +0000
+++ b/sysutils/pv/Makefile      Wed Oct 27 22:45:43 2004 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2004/10/03 00:18:16 tv Exp $
+# $NetBSD: Makefile,v 1.10 2004/10/27 22:45:43 wiz Exp $
 #
 
-DISTNAME=              pv-0.4.5
-PKGREVISION=           2
+DISTNAME=              pv-0.8.6
 CATEGORIES=            sysutils
 MASTER_SITES=          http://www.ivarch.com/programs/sources/
 MASTER_SITES+=         ${MASTER_SITE_SOURCEFORGE:=pipeviewer/}
diff -r ca873f3c1850 -r 06168a29971c sysutils/pv/PLIST
--- a/sysutils/pv/PLIST Wed Oct 27 21:45:53 2004 +0000
+++ b/sysutils/pv/PLIST Wed Oct 27 22:45:43 2004 +0000
@@ -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/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
diff -r ca873f3c1850 -r 06168a29971c sysutils/pv/distinfo
--- a/sysutils/pv/distinfo      Wed Oct 27 21:45:53 2004 +0000
+++ b/sysutils/pv/distinfo      Wed Oct 27 22:45:43 2004 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.2 2003/01/22 21:35:49 kristerw Exp $
+$NetBSD: distinfo,v 1.3 2004/10/27 22:45:43 wiz Exp $
 
-SHA1 (pv-0.4.5.tar.gz) = 67731b80f8a08c9105fcad4cddc105042d4ec860
-Size (pv-0.4.5.tar.gz) = 105632 bytes
-SHA1 (patch-aa) = 9a822d58ef94261306d023ac964e843fd16028f0
-SHA1 (patch-ab) = 4191c14b5ea4e33ea9aa2af19e0e9b4e62a2508e
+SHA1 (pv-0.8.6.tar.gz) = c87bd1522073f6f85fada95db24c3bd79bc846c1
+Size (pv-0.8.6.tar.gz) = 95396 bytes
+SHA1 (patch-ab) = 24bd26c660532b1a502afd4157d34af885d90db4
 SHA1 (patch-ac) = b6b08a88a11bd8f35d05ea995dafe672d19f1932
diff -r ca873f3c1850 -r 06168a29971c sysutils/pv/patches/patch-aa
--- a/sysutils/pv/patches/patch-aa      Wed Oct 27 21:45:53 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2002/12/04 11:56:35 agc Exp $
-
---- autoconf/make/link.mk.orig Tue Dec  3 11:31:11 2002
-+++ autoconf/make/link.mk
-@@ -10,3 +10,3 @@ intlobjs = @INTLOBJS@
- $(package): src/main.o $(intldeps) $(intlobjs) $(objgetopt)
--      $(CC) $(FINALFLAGS) -o $@ src/main.o $(intldeps) $(intlobjs) $(objgetopt)
-+      $(CC) $(LIBS) $(FINALFLAGS) -o $@ src/main.o $(intldeps) $(intlobjs) $(objgetopt)
- 
diff -r ca873f3c1850 -r 06168a29971c sysutils/pv/patches/patch-ab
--- a/sysutils/pv/patches/patch-ab      Wed Oct 27 21:45:53 2004 +0000
+++ b/sysutils/pv/patches/patch-ab      Wed Oct 27 22:45:43 2004 +0000
@@ -1,31 +1,31 @@
-$NetBSD: patch-ab,v 1.1.1.1 2002/12/04 11:56:35 agc Exp $
+$NetBSD: patch-ab,v 1.2 2004/10/27 22:45:43 wiz Exp $
 
---- autoconf/make/unreal.mk.orig       Tue Nov 26 13:04:51 2002
+--- autoconf/make/unreal.mk.orig       2004-04-25 00:26:08.000000000 +0200
 +++ autoconf/make/unreal.mk
-@@ -65,7 +65,7 @@ cvsclean: distclean
-       echo -n > $(srcdir)/autoconf/make/filelist.mk~
-       echo -n > $(srcdir)/autoconf/make/modules.mk~
+@@ -72,7 +72,7 @@ cvsclean: distclean
+       echo > $(srcdir)/autoconf/make/filelist.mk~
+       echo > $(srcdir)/autoconf/make/modules.mk~
  
 -doc: doc/$(package).info doc/manual.html doc/quickref.txt
 +doc: doc/$(package).info doc/quickref.txt
  
  index:
        (cd $(srcdir); sh autoconf/scripts/index.sh $(srcdir)) > index.html
-@@ -117,8 +117,6 @@ install: all doc
-                         "$(RPM_BUILD_ROOT)/$(mandir)/man1/$(package).1"
-       $(INSTALL) -m 644 doc/$(package).info \
-                         "$(RPM_BUILD_ROOT)/$(infodir)/$(package).info"
--      $(DO_GZIP) "$(RPM_BUILD_ROOT)/$(mandir)/man1/$(package).1"      || :
--      $(DO_GZIP) "$(RPM_BUILD_ROOT)/$(infodir)/$(package).info"       || :
-       catalogs='$(CATALOGS)'; \
-       for cat in $$catalogs; do \
-         name=`echo $$cat | sed 's,^.*/,,g'`; \
-@@ -136,8 +134,6 @@ install: all doc
+@@ -133,8 +133,6 @@ install: all doc
+                         "$(DESTDIR)/$(mandir)/man1/$(package).1"
+       -$(INSTALL) -m 644 doc/$(package).info \
+                          "$(DESTDIR)/$(infodir)/$(package).info"
+-      -$(DO_GZIP) "$(DESTDIR)/$(mandir)/man1/$(package).1"
+-      -$(DO_GZIP) "$(DESTDIR)/$(infodir)/$(package).info"
+       if test -n "$(CATALOGS)"; then \
+         catalogs='$(CATALOGS)'; \
+         for cat in $$catalogs; do \
+@@ -154,8 +152,6 @@ install: all doc
  uninstall:
-       $(UNINSTALL) "$(RPM_BUILD_ROOT)/$(mandir)/man1/$(package).1"
-       $(UNINSTALL) "$(RPM_BUILD_ROOT)/$(infodir)/$(package).info"
--      $(UNINSTALL) "$(RPM_BUILD_ROOT)/$(mandir)/man1/$(package).1.gz"
--      $(UNINSTALL) "$(RPM_BUILD_ROOT)/$(infodir)/$(package).info.gz"
-       catalogs='$(CATALOGS)'; \
-       for cat in $$catalogs; do \
-         name=`echo $$cat | sed 's,^.*/,,g'`; \
+       $(UNINSTALL) "$(DESTDIR)/$(mandir)/man1/$(package).1"
+       $(UNINSTALL) "$(DESTDIR)/$(infodir)/$(package).info"
+-      $(UNINSTALL) "$(DESTDIR)/$(mandir)/man1/$(package).1.gz"
+-      $(UNINSTALL) "$(DESTDIR)/$(infodir)/$(package).info.gz"
+       if test -n "$(CATALOGS)"; then \
+         catalogs='$(CATALOGS)'; \
+         for cat in $$catalogs; do \



Home | Main Index | Thread Index | Old Index