Commit graph

11 commits

Author SHA1 Message Date
drochner
2ad81e06f7 update to 0.9
changes:
-xps support
-speedup, rendering improvements
-cleanup, bugfixes
2012-03-24 13:31:58 +00:00
sbd
94b37b4e43 Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
wiz
62fcb6ec70 Update HOMEPAGE. 2011-05-01 23:05:10 +00:00
drochner
d7f8d53a31 update to 0.8
no changelog available, at least some security fixes were done:
-fix possible memory corruption due to malformed JPEG images
 (was patched in pkgsrc)
-fix (at least) 2 cases of integer overflow in array allocation (SA42320)
2011-03-08 17:09:25 +00:00
drochner
2168583e61 add patch from upstream to fix possible memory corruption due to
malformed JPEG images (SA43020)
2011-01-31 17:44:30 +00:00
dsainty
ada744dc0a Mechanically replace references to graphics/jpeg with the suitable
alternative from mk/jpeg.buildlink3.mk

This allows selection of an alternative jpeg library (namely the x86 MMX,
SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and
follows the current standard model for alternatives (fam, motif, fuse etc).

The mechanical edits were applied via the following script:

#!/bin/sh
for d in */*; do
  [ -d "$d" ] || continue
  for i in "$d/"Makefile* "$d/"*.mk; do
    case "$i" in *.orig|*"*"*) continue;; esac
    out="$d/x"
    sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \
        -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \
        < "$i" > "$out"
    if cmp -s "$i" "$out"; then
      rm -f "$out"
    else
      echo "Edited $i"
      mv -f "$i" "$i.orig" && mv "$out" "$i"
    fi
  done
done
2010-12-23 11:44:24 +00:00
wiz
13752b9f3f Add workaround to make this compile with native X, from joerg.
Shouldn't break modular X, says joerg.
2010-09-28 13:11:26 +00:00
joerg
e3822fffe2 Update to mupdf-0.7. No changelog, but this moves to external
dependencies on the pkgsrc side.
2010-09-15 13:15:29 +00:00
wiz
b092da61d1 Update to r940, minor changes. 2010-03-15 12:03:19 +00:00
joerg
c7caba87ab Depend on X11 [hi wiz!] 2010-02-26 13:42:17 +00:00
wiz
685ac22af3 Initial import of mupdf-0.0.937 (svn version 937).
MuPDF is a lightweight PDF viewer and toolkit written in portable C.

The renderer in MuPDF is tailored for high quality anti-aliased
graphics.  MuPDF renders text with metrics and spacing accurate to
within fractions of a pixel for the highest fidelity in reproducing
the look of a printed page on screen.

MuPDF has a small footprint.  A binary that includes the standard
Roman fonts is only one megabyte.  A build with full CJK support
(including an Asian font) is approximately five megabytes.

MuPDF has support for all non-interactive PDF 1.7 features, and
the toolkit provides a simple API for accessing the internal
structures of the PDF document.  Example code for navigating
interactive links and bookmarks, encrypting PDF files, extracting
fonts, images, and searchable text, and rendering pages to image
files is provided.
2010-02-18 10:07:32 +00:00