./textproc/mupdf [graphic library, pdf parser, viewer and utilities]
[+] Add this package to your ports tracker

[ CVSweb ] [ Homepage ] [ RSS feed ]

Version: 0.6, Package name: mupdf-0.6
Maintained by: Stuart Henderson
Required to run:
[devel/desktop-file-utils]
Required to build:
[devel/gmake] [graphics/jbig2dec]
Master sites:
Description
MuPDF is a lightweight PDF viewer and toolkit written in portable C.

The renderer in MuPDF is tailored for high quality anti-aliased graphics.
It 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.

Command line utilities are included: pdfdraw, to render pages and output
PNM image files. pdfshow, to print and examine the objects in a PDF file.
pdfclean, to decompress and pretty print the streams and objects in PDF
files and also to extract individual pages. mu_pdfinfo, to display
information about objects. pdfextract, to extract individual objects.


MD5: 0eGh34+z5NHGAVBnl7dQNg=
RMD160: ULHtHDwHYToduxnP5jy0fU8q4v4=
Filesize: 3522.7 KB

Package available on: cdrom(), ftp()
Distfile available on: cdrom(), ftp()

Version History (View Complete History)
  • (2010-06-04) Updated to version: mupdf-0.6
  • (2010-03-31) Updated to version: mupdf-0.5
  • (2010-03-21) Updated to version: mupdf-0.4.920p1
  • (2010-01-07) Updated to version: mupdf-0.4.920p0
  • (2010-01-07) Updated to version: mupdf-0.4.920
  • (2009-10-11) Updated to version: mupdf-0.4p6
  • (2009-09-30) Updated to version: mupdf-0.4p5
  • (2009-09-20) Updated to version: mupdf-0.4p4
  • (2009-08-10) Updated to version: mupdf-0.4p3
  • (2009-07-15) Updated to version: mupdf-0.4p2
[show/hide] View available PLISTS (Can be a lot of data)
[show/hide] View known vulnerabilities

CVS Commit History:

   2010-08-29 04:08:05 by Matthieu Herrb | Files touched by this commit (2)
Log message:
distfile moved and got renamed, but didn't change.
ok sthen@ (maintainer)
   2010-08-01 02:56:42 by Mark Kettenis | Files touched by this commit (1)
Log message:
Indent pseudo-ops to please hppa assembler.
ok landry@
   2010-07-10 08:02:08 by Christian Weisgerber | Files touched by this commit (1)
Log message:
fix dependencies
   2010-06-03 13:38:34 by Stuart Henderson | Files touched by this commit (12)
Log message:
- update MuPDF to 0.6. (various improvements including copying text
from PDFs with the ight mouse button. no search yet though).
note that the command-line options have changed slightly and there
are new keybindings - see mupdf(1).
- only pdfinfo conflicts with other packages, so switch to the
standard names for the other tools
- install the new manpages from upstream (replacing our mupdf manpage),
library, headers, .pc and desktop integration files
thanks ajacoutot@ for checking and improvements for the desktop
integration files, and Roberto Fernandez for looking over the
fontres parts.
   2010-03-31 07:06:47 by Stuart Henderson | Files touched by this commit (4)
Log message:
update to 0.5
   2010-03-20 18:05:33 by Stuart Henderson | Files touched by this commit (2)
Log message:
add missing command to the manual
   2010-01-07 01:39:00 by Stuart Henderson | Files touched by this commit (1)
Log message:
- update homepage, from Bryan Linton
- bump PKGNAME
   2010-01-06 18:20:09 by Stuart Henderson | Files touched by this commit (4)
Log message:
Update mupdf to r920 snapshot.
   2009-10-11 04:33:42 by Stuart Henderson | Files touched by this commit (1)
Log message:
Use jbig2dec, bump PKGNAME.
   2009-09-29 17:59:40 by Stuart Henderson | Files touched by this commit (2)
Log message:
Fix manpage following suggestions/diff from Bryan Linton, thanks!
   2009-09-20 04:22:03 by Stuart Henderson | Files touched by this commit (4)
Log message:
Update to a newer snapshot.
   2009-08-10 00:34:56 by Matthias Kilian | Files touched by this commit (27)
Log message:
WANTLIB changes after xcb addition and bump.
   2009-07-14 13:20:41 by Stuart Henderson | Files touched by this commit (2)
Log message:
Trap SHM errors from X, and fall back to !SHM. this lets mupdf work
with a remote DISPLAY (diff also sent upstream). Clues from oga@ and
reading the VLC source code. Thanks naddy@ for testing.
   2009-07-14 09:38:46 by Stuart Henderson | Files touched by this commit (3)
Log message:
- update to newer snapshot, using the source code tarballs now
available from upstream.
- switch from jasper to openjpeg, fixes JPEG2000 image display
   2009-07-12 13:40:11 by Stuart Henderson | Files touched by this commit (2)
Log message:
add no_cjk FLAVOR giving a smaller binary for systems where disk space
is at a premium. (memory use of the two is pretty similar).
   2009-06-22 05:56:15 by Stuart Henderson | Files touched by this commit (2)
Log message:
update to 0.4; thanks very much to Tor Andersson (upstream author) who
has clarified the license, so packages are now enabled.
   2009-06-19 07:42:29 by Stuart Henderson | Files touched by this commit (3)
Log message:
- add a new generator supplied by Roberto Fernandez which
greatly reduces memory use building font tables. tested arm,
sparc64, amd64, i386.
- enable CJK fonts on small mem arch, remove VMEM_WARNING.
- bump.
   2009-06-18 18:51:49 by Stuart Henderson | Files touched by this commit (3)
Log message:
update to a newer snapshot (much smaller tar.gz thanks to a suggestion
from Roberto Fernandez).