aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/mupdf
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.9dhn2011-09-182-7/+6
| | | | | PR: ports/160781 Submitted by: Zhihao Yuan <lichray@gmail.com> (maintainer)
* Unbreak on sparc64arved2011-07-301-7/+6
| | | | | PR: 159225 Submitted by: maintainer
* Does not compile on sparc64: uses i386-specific options.linimon2011-07-161-1/+7
| | | | While here, pet portlint.
* - Makes use of xdg-open instead of $BROWSERwen2011-06-162-5/+16
| | | | | PR: ports/157756 Submitted by: Zhihao Yuan <lichray@gmail.com> (maintainer)
* - Instead of using a hardcoded DPI, obtain it from X;delphij2011-05-183-0/+91
| | | | | | | | - Add an optional hack that allows j, k and mouse to scroll across page boundary. Submitted by: maintainer PR: ports/157095 (with changes)
* update to 0.8.15bapt2011-05-073-11/+19
| | | | | | | | | | 1. mupdf supports XPS documents; 2. A new tool, xpsdraw was included. Check http://mupdf.com/news for details PR: ports/156859 Submitted by: Zhihao Yuan <lichray@gmail.com> (maintainer)
* Over to new volunteerbapt2011-04-081-1/+1
| | | | Reviewed by: martin.dieringer _at_ gmx.de ( previous maintainer by mail)
* - update to 0.8.15bapt2011-04-082-9/+13
| | | | | | | | - add GOOGLE_CODE macros to MASTER_SITE PR: ports/155625 Submitted by: Zhihao Yuan <lichray _at_ gmail.com> Approved by: maintainer timeout (>23 days)
* - Upate to 0.7pgollucci2010-10-073-31/+12
| | | | | | | | - Unbreak PR: ports/150698 Submitted by: swell.k@gmail.com Approved by: Martin Dieringer <martin.dieringer@gmx.de> (maintainer)
* Mark BROKEN: does not builderwin2010-09-181-0/+2
|
* - Respect ports CFLAGS [1]bapt2010-08-042-10/+19
| | | | | | | | | | - Cleanup REINPLACE_CMD usage [2] - Bump PORTREVISION - Correctly define i386 and amd64 optimisation [2] PR: ports/148503 [1][2] ports/148674 [1] Submitted by: Dominic Fandrey <kamikaze _at_ bsdforen.de> [1], Anonymous <swell.k _at_ gmail.com> [1][2], Martin Dieringer <martin.dieringer _at_ gmx.de> [1][2] (maintainer) Approved by: tabthorpe@ (co-mentor)
* Update to r1309 [1]makc2010-07-104-61/+33
| | | | | | | | | Do not optionify CJK, it doesn't seems to be optionnal anymore [1] Update to 0.6 [2] PR: ports/148423 Submitted by: Bapt <baptiste.daroussin at gmail.com> [1], maintainer [2] Approved by: Martin Dieringer (maintainer)
* - Update to r940amdmi32010-04-283-6/+6
| | | | | | | - Update MASTER_SITES PR: 145913 Submitted by: Martin Dieringer <martin.dieringer@gmx.de> (maintainer)
* - Update to r937nemoliu2010-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
* - update to jpeg-8dinoex2010-02-051-1/+2
|
* - Update to r921wen2010-01-123-9/+17
| | | | | PR: ports/142726 Submitted by: Martin Dieringer <martin.dieringer@gmx.de> (maintainer)
* Mark broken on sparc64: does not find binary in install stage.linimon2009-12-041-1/+7
| | | | Hat: portmgr
* MuPDF is a lightweight PDF viewer and toolkit written in portable C.amdmi32009-11-125-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>