diff options
author | markd <markd@pkgsrc.org> | 2008-02-20 10:18:14 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2008-02-20 10:18:14 +0000 |
commit | 7eba2b7bc49ef3f4c58c99d00e1a391dd63d2a09 (patch) | |
tree | b334280209a356a22f4d6a931283d9863f3cf811 | |
parent | d63781624df33fdb25d5b481888f56b8822f453e (diff) | |
download | pkgsrc-7eba2b7bc49ef3f4c58c99d00e1a391dd63d2a09.tar.gz |
Update to kde3.5.9
KPDF
* Don't close with no further notice when trying to allocate too much
memory.
* Fix crash on some PDF with empty property strings.
* PDF passwords are Latin1, so encode them correctly.
* Allow to exit the presentation mode using the shortcut used for starting
it.
* Do not download remote documents again when saving them.
* Draw underlined links correctly.
* Fix crash on PDF that specify masks with parts outside the page.
* Support PDF with name tokens bigger than 127 altough the specification
says they can not be longer as Acrobat does.
-rw-r--r-- | graphics/kdegraphics3/Makefile | 7 | ||||
-rw-r--r-- | graphics/kdegraphics3/distinfo | 11 |
2 files changed, 7 insertions, 11 deletions
diff --git a/graphics/kdegraphics3/Makefile b/graphics/kdegraphics3/Makefile index f001e147e27..ff134c69026 100644 --- a/graphics/kdegraphics3/Makefile +++ b/graphics/kdegraphics3/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.77 2008/01/18 05:06:41 tnn Exp $ +# $NetBSD: Makefile,v 1.78 2008/02/20 10:18:14 markd Exp $ DISTNAME= kdegraphics-${_KDE_VERSION} -PKGREVISION= 3 CATEGORIES= graphics COMMENT= Graphics programs for the KDE integrated X11 desktop -PATCH_SITES= ftp://ftp.kde.org/pub/kde/security_patches/ -PATCHFILES= post-3.5.8-kdegraphics-kpdf.diff +#PATCH_SITES= ftp://ftp.kde.org/pub/kde/security_patches/ +#PATCHFILES= post-3.5.8-kdegraphics-kpdf.diff .include "../../meta-pkgs/kde3/Makefile.kde3" diff --git a/graphics/kdegraphics3/distinfo b/graphics/kdegraphics3/distinfo index b772d26bd52..f4a1a0c7303 100644 --- a/graphics/kdegraphics3/distinfo +++ b/graphics/kdegraphics3/distinfo @@ -1,8 +1,5 @@ -$NetBSD: distinfo,v 1.48 2007/11/08 21:30:57 markd Exp $ +$NetBSD: distinfo,v 1.49 2008/02/20 10:18:14 markd Exp $ -SHA1 (kdegraphics-3.5.8.tar.bz2) = 2f7b0aeefffd1d10128f1f1edd7e4c11e0329f35 -RMD160 (kdegraphics-3.5.8.tar.bz2) = 8e77f76a6edcf6a1c20b4d76fcc5c79fe196599b -Size (kdegraphics-3.5.8.tar.bz2) = 7444011 bytes -SHA1 (post-3.5.8-kdegraphics-kpdf.diff) = fea08298b8f9228ed57ddf0ceffcab12755c1e80 -RMD160 (post-3.5.8-kdegraphics-kpdf.diff) = e8202b93098ae0523d4f2fbf3661648904a6619b -Size (post-3.5.8-kdegraphics-kpdf.diff) = 17412 bytes +SHA1 (kdegraphics-3.5.9.tar.bz2) = 62062f2e0274c4fb35e4988ede10072b0267ada7 +RMD160 (kdegraphics-3.5.9.tar.bz2) = 047a02352858300b6be8db686e95fc55d257ac2d +Size (kdegraphics-3.5.9.tar.bz2) = 7441533 bytes |