Subject: CVS commit: pkgsrc/print/xpdf
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 09/19/2002 04:45:44
Module Name:	pkgsrc
Committed By:	jlam
Date:		Thu Sep 19 01:45:44 UTC 2002

Modified Files:
	pkgsrc/print/xpdf: Makefile PLIST distinfo
	pkgsrc/print/xpdf/patches: patch-aa
Removed Files:
	pkgsrc/print/xpdf/patches: patch-ab patch-ac patch-ad

Log Message:
Updated print/xpdf to version 1.01.  Changes from version 1.00 include:

Honoring ${PKG_SYSCONFDIR} for location of xpdfrc.

Implemented Type 3 fonts.
Implemented PostScript CID font embedding; added a
  psEmbedCIDPostScriptFonts option.
Implemented PostScript 16-bit font substitution; added psNamedFont16
  and psFont16 options.
Moved the initialZoom setting from X resources to the xpdfrc file.
Implemented the radial shading type in the sh (shaded fill) operator.
  [Thanks to Mike Sweet.]
Added an 'include' command to the xpdfrc format.
Added the displayNamedCIDFontX option so different fonts can be used
  within one character collection.
Implemented stroked text in XOutputDev (with t1lib and FreeType2).
  [Thanks to Leonard Rosenthol.]
Implemented stroked text in PSOutputDev.
Added a built-in Unicode map for UCS-2.
PSOutputDev will now embed external TrueType fonts in addition to
  external Type 1 fonts.
Added the Big5ascii Unicode map to the Chinese-traditional support
  package (maps 7-bit ASCII straight through).  [Thanks to Lawrence
  Lai.]
Modified the EUC-CN and EUC-JP encodings to pass 7-bit ASCII straight
  through.  [Thanks to Lawrence Lai.]
In the code that guesses character names (for font subsets), also
  handle names of the form 'ABnnn'.  [Thanks to Colin Granville.]
Tweak the Type 1 font bbox code to look at the bboxes in both the PDF
  font object and the embedded font file.
Added an optional displayCIDFontX entry for one of the Arphic TrueType
  fonts in the traditional Chinese 'add-to-xpdfrc' file.
Added psASCIIHex parameter.
Added the GBK Unicode map to the simplified Chinese language pack.
Pdftotext now opens the text file in binary mode to avoid Microsoft's
  annoying automatic end-of-line translation stuff.
Added an executeCommand function in goo/gfile.cc.  [Thanks to Mikhail
  Kruk.]
The %ALDImagePosition OPI comment was wrong if the page was scaled to
  a different paper size.
The OPI code was saving the default transform matrix before calling
  setpagedevice, which can change the matrix.
PSOutputDev now handles PostScript XObjects.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 pkgsrc/print/xpdf/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/print/xpdf/PLIST
cvs rdiff -r1.6 -r1.7 pkgsrc/print/xpdf/distinfo
cvs rdiff -r1.3 -r1.4 pkgsrc/print/xpdf/patches/patch-aa
cvs rdiff -r1.1 -r0 pkgsrc/print/xpdf/patches/patch-ab \
    pkgsrc/print/xpdf/patches/patch-ac pkgsrc/print/xpdf/patches/patch-ad

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.