Commit graph

10 commits

Author SHA1 Message Date
sbd
04daa2f1b8 Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
wiz
70bc9c73de Update HOMEPAGE. 2011-05-01 23:05:10 +00:00
drochner
28d359651c 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
8ef88608a3 add patch from upstream to fix possible memory corruption due to
malformed JPEG images (SA43020)
2011-01-31 17:44:30 +00:00
dsainty
1f40f3a084 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
9389631974 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
0a298e674a 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
0019121fc6 Update to r940, minor changes. 2010-03-15 12:03:19 +00:00
joerg
08e6acb742 Depend on X11 [hi wiz!] 2010-02-26 13:42:17 +00:00
wiz
d6f25c4402 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