1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name mupdf |
---|
6 | version 0.9 |
---|
7 | categories graphics |
---|
8 | platforms darwin |
---|
9 | maintainers nomaintainer |
---|
10 | license GPL-3+ |
---|
11 | |
---|
12 | description lightweight PDF and XPS viewer and parser/rendering library |
---|
13 | long_description MuPDF is a lightweight PDF and XPS viewer and \ |
---|
14 | parser/rendering library. \ |
---|
15 | \ |
---|
16 | The renderer in MuPDF is tailored for high quality \ |
---|
17 | anti-aliased graphics. It renders text with metrics and \ |
---|
18 | spacing accurate to within fractions of a pixel for the \ |
---|
19 | highest fidelity in reproducing the look of a printed \ |
---|
20 | page on screen. \ |
---|
21 | \ |
---|
22 | MuPDF is also small, fast, and yet complete. It supports \ |
---|
23 | PDF 1.7 with transparency, encryption, hyperlinks, \ |
---|
24 | annotations, search and many other bells and whistles. \ |
---|
25 | MuPDF can also read XPS documents (OpenXPS ECMA-388). |
---|
26 | |
---|
27 | homepage http://mupdf.com/ |
---|
28 | |
---|
29 | master_sites googlecode:${name} |
---|
30 | distname ${name}-${version}-source |
---|
31 | checksums rmd160 9ba1df205f9f95c7ff4b0a3be224786ad5a65d99 |
---|
32 | sha256 abed825cb1d73e0e28f0a7ee72b5d7a451ba41d21b0c55837ed2a212f3b16b2d |
---|
33 | |
---|
34 | depends_lib port:freetype \ |
---|
35 | port:jbig2dec \ |
---|
36 | port:jpeg \ |
---|
37 | port:openjpeg \ |
---|
38 | port:zlib |
---|