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/Makefile | |
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/Makefile')
-rw-r--r-- | print/xpdf/Makefile | 4 |
1 files changed, 2 insertions, 2 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/} |