aboutsummaryrefslogtreecommitdiff
path: root/graphics/mupdf
Commit message (Collapse)AuthorAgeFilesLines
* - Update to r937Tong LIU2010-02-222-8/+5
| | | | | | | | | | | | - Fix previous pre.mk ordering bug by converting to new style options.mk. PR: ports/144022 Submitted by: Martin Dieringer <martin.dieringer@gmx.de> Feature safe: yes Notes: svn path=/head/; revision=250165
* - update to jpeg-8Dirk Meyer2010-02-051-1/+2
| | | | Notes: svn path=/head/; revision=249285
* - Update to r921Wen Heping2010-01-123-9/+17
| | | | | | | | PR: ports/142726 Submitted by: Martin Dieringer <martin.dieringer@gmx.de> (maintainer) Notes: svn path=/head/; revision=247662
* Mark broken on sparc64: does not find binary in install stage.Mark Linimon2009-12-041-1/+7
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=245184
* MuPDF is a lightweight PDF viewer and toolkit written in portable C.Dmitry Marakasov2009-11-115-0/+98
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. 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. WWW: http://ccxvii.net/mupdf/ PR: 137559 Submitted by: Martin Dieringer <martin.dieringer@gmx.de> Notes: svn path=/head/; revision=244127