Commit graph

11 commits

Author SHA1 Message Date
joda
bdf1bc8d13 switch to using freetype2; should close pkg/16051 2002-04-10 12:17:39 +00:00
wiz
a104501883 Remove two unnecessary options. pkg/16257 by rxg. 2002-04-09 12:58:44 +00:00
simonb
e2299c4375 Don't truncate the output of tmpnam() so that the same temporary file
names are used regardless of the process ID.
2002-03-23 16:34:52 +00:00
simonb
01b7fc0d9a Fix another divide-by-zero problem. 2002-03-23 16:32:32 +00:00
simonb
9cbe9539bb Work around divide-by-zero core dumps on alpha.
Problem report and patch sent to the xpdf author.
2002-03-23 14:08:12 +00:00
mjl
266ea71952 Update xpdf to 1.00
Implemented the sh (shaded fill) operator for the axial shading type.
Minor fixes to avoid compiler warnings.
Fix an uninitialized var in XOutputDev that caused crashes on Alphas.
Don't incrementally update the display in full-screen mode.
Added a duplex option to PSOutputDev and a -duplex switch to pdftops.
Completely rewrote the code that handles font encodings:
  - everything is Unicode-based
  - 16-bit fonts are handled much more cleanly
  - text output encoding can be set more flexibly
New .xpdfrc config files.
Added key bindings for forward ('v') and backward ('b').
Added the pdffonts program which lists the fonts used in a PDF file.
Fixed several problems in the TrueType font embedding code
Accept named destination on command line.
Added several new items to pdfinfo: file size, PDF version, tagged
  (yes or no), XML metadata (with the -meta option).
Pdftops didn't get the portrait/landscape setting correct for PDF
  files with rotated pages.
The TrueTypeFontFile class (including the Type 42 converter) now
  understands cmap format 6.
The '0' keyboard shortcut didn't update the zoom popup menu.
Handle the complete list of alternate names for the Base14 fonts.
Fixed substitute font scaling in XOutputDev - scale only the width,
  not the height.
Implemented stitching (type 3) functions.
Handle the case of moveto/closepath/clip, which defines an empty
  clipping region.
Move dependences into separate Makefile.dep files; get rid of the
  distdepend target.
Move all of the configure-script-generated -D options out of the
  Makefiles and into a top-level .h file (aconf.h).
Pdfinfo prints dates in a more readable format.
Fixed a bug in the Paeth image predictor.
Handle annotations with multiple states.
The save and restore (q/Q) operators shouldn't save/restore the path.
Performance optimization: disable pattern drawing in TextOutputDev.
2002-02-03 05:28:51 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
simonb
7aa2217fae Update to xpdf 0.93. Noteworthy changes include:
- PDF 1.4 (128-bit) decryption.
  - FreeType 2 support.
  - Embed TrueType fonts in PostScript output.
  - Mouse wheel support.
  - Text output for Simplified Chinese.
Lots more in the CHANGES file.
2001-10-30 06:32:20 +00:00
jlam
a4bc16d30c I am a triple idiot. The only relevant variable that x11.buildlink.mk
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR,
which points to the location of the X11R6 hierarchy used during building.
If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to
${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use.  Remove
the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and
revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-24 22:10:43 +00:00
jlam
dff59f9ec3 x11.buildlink.mk needs to be included before any buildlink.mk files that
use X11_BUILDLINK_MK as a test value.  Generally just reordering the
inclusions so that x11.buildlink.mk comes before the other buildlink.mk
files will make everthing work.
2001-10-23 13:14:43 +00:00
wiz
2007a944a4 Move from graphics/xpdf to print/xpdf per pkg/14154. 2001-10-04 11:58:37 +00:00