summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authortez <tez@pkgsrc.org>2011-10-27 14:54:41 +0000
committertez <tez@pkgsrc.org>2011-10-27 14:54:41 +0000
commit760bb21f1a3e079d09477815b0bb760af03d1cee (patch)
tree8f933282f70fa9c1dbfb64c4cdbbe8d320585cce /print
parent5fa22ec41fe9ba231f2d79ce69063495855fedfc (diff)
downloadpkgsrc-760bb21f1a3e079d09477815b0bb760af03d1cee.tar.gz
Add MESSAGE to notify users of change in xpdfrc commands.
Diffstat (limited to 'print')
-rw-r--r--print/xpdf/MESSAGE22
1 files changed, 22 insertions, 0 deletions
diff --git a/print/xpdf/MESSAGE b/print/xpdf/MESSAGE
new file mode 100644
index 00000000000..3ee1f4b76c6
--- /dev/null
+++ b/print/xpdf/MESSAGE
@@ -0,0 +1,22 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.4 2011/10/27 14:54:41 tez Exp $
+
+Upgrading from Xpdf 3.02 (and earlier)
+--------------------------------------
+
+The font configuration system has been changed. Previous versions
+used mostly separate commands to configure fonts for display and for
+PostScript output. As of 3.03, configuration options that make sense
+for both display and PS output have been unified.
+
+The following xpdfrc commands have been removed:
+* displayFontT1, displayFontTT: replaced with fontFile
+* displayNamedCIDFontT1, displayNamedCIDFontTT: replaced with fontFile
+* displayCIDFontT1, displayCIDFontTT: replaced with fontFileCC
+* psFont: replaced with psResidentFont
+* psNamedFont16: replaced with psResidentFont16
+* psFont16: replaced with psResidentFontCC
+
+See the xpdfrc(5) man page for more information on the new commands.
+
+===========================================================================