diff options
author | drochner <drochner@pkgsrc.org> | 2002-12-07 17:49:43 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2002-12-07 17:49:43 +0000 |
commit | a86669188d555118af1d3560db3792a364a1f334 (patch) | |
tree | 24ee6973b4e953854be362dc94cbc7a5fde23b04 /print/xpdf | |
parent | c06a05fdb0b64b0d9484e74e4ff3c6d28b4077f6 (diff) | |
download | pkgsrc-a86669188d555118af1d3560db3792a364a1f334.tar.gz |
update to 2.01
changes:
Redesigned the text extraction process:
- process the text into "reading order"
- added a "-layout" flag to pdftotext to switch back to the old
style, where physical layout is maintained
- use of the "-raw" flag is no longer recommended
Added the -reload option for xpdf (in remote mode).
Added support for external CID fonts; added the displayCIDFontT1 and
displayNamedCIDFontT1 commands to the xpdfrc file.
Handle the case of moveto/newpath/clip, which defines an empty
clipping region (just like moveto/closepath/clip).
Accept XYZ link destinations with missing array elements.
Accept bogus font names based on "Symbol": Symbol,{Bold,Italic,
BoldItalic}.
Set the busy cursor in the find dialog while searching.
Allow ToUnicode CMaps to use fewer than four hex digits in the Unicode
char indexes.
+bugfixes
Diffstat (limited to 'print/xpdf')
-rw-r--r-- | print/xpdf/Makefile | 4 | ||||
-rw-r--r-- | print/xpdf/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/print/xpdf/Makefile b/print/xpdf/Makefile index 5a6f7fb655f..f52fca5e7fc 100644 --- a/print/xpdf/Makefile +++ b/print/xpdf/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2002/11/08 02:46:29 dillo Exp $ +# $NetBSD: Makefile,v 1.13 2002/12/07 17:49:43 drochner Exp $ # -DISTNAME= xpdf-2.00 +DISTNAME= xpdf-2.01 CATEGORIES= print MASTER_SITES= ftp://ftp.foolabs.com/pub/xpdf/ \ ${MASTER_SITE_SUNSITE:=apps/graphics/viewers/X/} diff --git a/print/xpdf/distinfo b/print/xpdf/distinfo index 8446647a117..70e1f29beba 100644 --- a/print/xpdf/distinfo +++ b/print/xpdf/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2002/11/08 02:46:29 dillo Exp $ +$NetBSD: distinfo,v 1.9 2002/12/07 17:49:43 drochner Exp $ -SHA1 (xpdf-2.00.tar.gz) = 01f6f54409d0537de9359283f3eb8655443fa779 -Size (xpdf-2.00.tar.gz) = 457363 bytes +SHA1 (xpdf-2.01.tar.gz) = 9c5633b937496bad9ef14031713e6c45b68b066c +Size (xpdf-2.01.tar.gz) = 465004 bytes SHA1 (patch-aa) = bf57c8955a25fc723fdcc86acc2055876c39a686 SHA1 (patch-ab) = e0e7bca53918c125db5dcece7153afbec6e089ce |