summaryrefslogtreecommitdiff
path: root/print/gv
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2012-10-25 16:53:13 +0000
committerasau <asau@pkgsrc.org>2012-10-25 16:53:13 +0000
commitb7cd9338af348e364d1e8de8f14fb398e97bf059 (patch)
tree4409a83463e59290ef800485d8d95353d5c8c55c /print/gv
parent22e5b4413e56b4de45688fad02aadf0869ca2d54 (diff)
downloadpkgsrc-b7cd9338af348e364d1e8de8f14fb398e97bf059.tar.gz
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 (limited to 'print/gv')
-rw-r--r--print/gv/Makefile5
-rw-r--r--print/gv/PLIST8
-rw-r--r--print/gv/distinfo11
-rw-r--r--print/gv/patches/patch-ae13
-rw-r--r--print/gv/patches/patch-af13
-rw-r--r--print/gv/patches/patch-aj15
6 files changed, 7 insertions, 58 deletions
diff --git a/print/gv/Makefile b/print/gv/Makefile
index bee52d11e76..61d4774b37c 100644
--- a/print/gv/Makefile
+++ b/print/gv/Makefile
@@ -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 --git a/print/gv/PLIST b/print/gv/PLIST
index cc2464b8778..273453635e2 100644
--- a/print/gv/PLIST
+++ b/print/gv/PLIST
@@ -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 --git a/print/gv/distinfo b/print/gv/distinfo
index 46b9d1c00d7..27249ea3bdc 100644
--- a/print/gv/distinfo
+++ b/print/gv/distinfo
@@ -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 --git a/print/gv/patches/patch-ae b/print/gv/patches/patch-ae
deleted file mode 100644
index c069945efe7..00000000000
--- a/print/gv/patches/patch-ae
+++ /dev/null
@@ -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 --git a/print/gv/patches/patch-af b/print/gv/patches/patch-af
deleted file mode 100644
index a138c43b116..00000000000
--- a/print/gv/patches/patch-af
+++ /dev/null
@@ -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 --git a/print/gv/patches/patch-aj b/print/gv/patches/patch-aj
deleted file mode 100644
index 108e5028760..00000000000
--- a/print/gv/patches/patch-aj
+++ /dev/null
@@ -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