pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/gv Update to GV 3.7.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/06bdd281233e
branches:  trunk
changeset: 610452:06bdd281233e
user:      asau <asau%pkgsrc.org@localhost>
date:      Thu Oct 25 16:53:13 2012 +0000

description:
Update to GV 3.7.3


Changes in GV 3.7.3 (November 2011)

- Fixed "Save document" dialog for PDF files


Changes in GV 3.7.2.90 (October 2011)

- Various bug fixes.


Changes in GV 3.7.2 (April 2011)

- "Fit to window magnification" and "Fit width to window magnification" with
  "Automatic resizing" turned on sometime miss rescaling, especially when
  changing the orientation or resizing the window. You can force
  rescaling by selecting the active "special" scale in the scales menu.

- Interactive prompting for the password of encrypted PDF files do not work
  if and only if DSC is turned off. As a workarouund, you can load the file
  with DSC turned on and then turn DSC off.


Changes in GV 3.7.1.90 (April 2011)

- Fix Debian bug #594991: unexpected scrolling of the TOC widget
- Fixed file descriptor leak
- Added Dutch, French, Italian and Spanish translation

diffstat:

 print/gv/Makefile         |   5 ++---
 print/gv/PLIST            |   8 +-------
 print/gv/distinfo         |  11 ++++-------
 print/gv/patches/patch-ae |  13 -------------
 print/gv/patches/patch-af |  13 -------------
 print/gv/patches/patch-aj |  15 ---------------
 6 files changed, 7 insertions(+), 58 deletions(-)

diffs (103 lines):

diff -r 048ba14bab8b -r 06bdd281233e print/gv/Makefile
--- a/print/gv/Makefile Thu Oct 25 13:38:45 2012 +0000
+++ b/print/gv/Makefile Thu Oct 25 16:53:13 2012 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.75 2012/10/08 13:45:39 asau Exp $
+# $NetBSD: Makefile,v 1.76 2012/10/25 16:53:13 asau Exp $
 
-DISTNAME=      gv-3.7.1
-PKGREVISION=   1
+DISTNAME=      gv-3.7.3
 CATEGORIES=    print
 MASTER_SITES=  ${MASTER_SITE_GNU:=gv/}
 
diff -r 048ba14bab8b -r 06bdd281233e print/gv/PLIST
--- a/print/gv/PLIST    Thu Oct 25 13:38:45 2012 +0000
+++ b/print/gv/PLIST    Thu Oct 25 16:53:13 2012 +0000
@@ -1,15 +1,9 @@
-@comment $NetBSD: PLIST,v 1.8 2010/07/24 08:22:02 obache Exp $
+@comment $NetBSD: PLIST,v 1.9 2012/10/25 16:53:13 asau Exp $
 bin/gv
 bin/gv-update-userconfig
 info/gv.info
 man/man1/gv-update-userconfig.1
 man/man1/gv.1
 share/gv/GV
-share/gv/gv_class.ad
-share/gv/gv_copyright.dat
-share/gv/gv_spartan.dat
 share/gv/gv_system.ad
-share/gv/gv_user.ad
-share/gv/gv_user_res.dat
-share/gv/gv_widgetless.dat
 @pkgdir share/gv/safe-gs-workdir
diff -r 048ba14bab8b -r 06bdd281233e print/gv/distinfo
--- a/print/gv/distinfo Thu Oct 25 13:38:45 2012 +0000
+++ b/print/gv/distinfo Thu Oct 25 16:53:13 2012 +0000
@@ -1,9 +1,6 @@
-$NetBSD: distinfo,v 1.18 2010/07/24 08:22:02 obache Exp $
+$NetBSD: distinfo,v 1.19 2012/10/25 16:53:13 asau Exp $
 
-SHA1 (gv-3.7.1.tar.gz) = 05fcf76f29de77e67379bae7e9ca1c8a26bbf6e1
-RMD160 (gv-3.7.1.tar.gz) = ddeef03ff83442379cd02d8ac4491a43c57eeddc
-Size (gv-3.7.1.tar.gz) = 747166 bytes
+SHA1 (gv-3.7.3.tar.gz) = 75a3d90f0e2aa7542443a16122424159bda29713
+RMD160 (gv-3.7.3.tar.gz) = d3e7f3137f0aff521a667606ea05507c0dfc5784
+Size (gv-3.7.3.tar.gz) = 754282 bytes
 SHA1 (patch-aa) = de9dff87b4a064dda2ac2cd949cf78c8c2349e2e
-SHA1 (patch-ae) = 8ed82e599e729d01b05b0053eb027ab3cb9ca773
-SHA1 (patch-af) = da0bf3a7f4bdce391531274d4c51b9ec6d35c07e
-SHA1 (patch-aj) = 9bba6286d8ee4e6c197ca2a07aae8538471df4f3
diff -r 048ba14bab8b -r 06bdd281233e print/gv/patches/patch-ae
--- a/print/gv/patches/patch-ae Thu Oct 25 13:38:45 2012 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-ae,v 1.10 2010/07/24 08:22:02 obache Exp $
-
---- src/Ghostview.c.orig       2010-06-03 16:36:25.000000000 +0000
-+++ src/Ghostview.c
-@@ -87,8 +87,6 @@ typedef char *XPointer;
- #endif
- 
- #include <errno.h>
--/* BSD 4.3 errno.h does not declare errno */
--extern int errno;
- /* Both error returns are checked for non-blocking I/O. */
- /* Manufacture the other error code if only one exists. */
- #if !defined(EWOULDBLOCK) && defined(EAGAIN)
diff -r 048ba14bab8b -r 06bdd281233e print/gv/patches/patch-af
--- a/print/gv/patches/patch-af Thu Oct 25 13:38:45 2012 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-af,v 1.7 2010/07/24 08:22:02 obache Exp $
-
---- src/error.h.orig   2010-05-29 07:37:20.000000000 +0000
-+++ src/error.h
-@@ -36,8 +36,6 @@
- 
- 
- #include <errno.h>
--/* BSD 4.3 errno.h does not declare errno */
--extern int errno;
- 
- extern char*                  open_fail_error (
- #if NeedFunctionPrototypes
diff -r 048ba14bab8b -r 06bdd281233e print/gv/patches/patch-aj
--- a/print/gv/patches/patch-aj Thu Oct 25 13:38:45 2012 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-aj,v 1.1 2010/07/24 08:22:02 obache Exp $
-
-Avoid unwanted regeneration.
-
---- src/Makefile.in.orig       2010-06-08 17:59:16.000000000 +0000
-+++ src/Makefile.in
-@@ -1185,7 +1185,7 @@ gv_class.h : gv_class.ad
-       @echo "creating gv_class.h"
-       @sh $(srcdir)/ad2c gv_class.ad > gv_class.h
- 
--gv-i18n.h: $(srcdir)/nls $(srcdir)/nls/*
-+gv-i18n.h: $(srcdir)/nls/*
-       perl $(srcdir)/gv-i18n.pl $(srcdir) > gv-i18n.h
- 
- gv_class.ad : $(srcdir)/gv_font_res.dat $(srcdir)/gv_font_res-I18N_mb.dat $(srcdir)/gv_layout_res.dat gv_make_res.dat $(srcdir)/gv_misc_res.dat $(srcdir)/gv_user_res.dat gv_intern_res_unix.dat



Home | Main Index | Thread Index | Old Index