Ticket #31780: mupdf.Portfile

File mupdf.Portfile, 1.6 KB (added by dargo@…, 13 years ago)
Line 
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$
3PortSystem          1.0
4
5name                mupdf
6version              0.9
7categories          graphics
8platforms           darwin
9maintainers         nomaintainer
10license             GPL-3+
11
12description         lightweight PDF and XPS viewer and parser/rendering library
13long_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
27homepage            http://mupdf.com/
28
29master_sites        googlecode:${name}
30distname            ${name}-${version}-source
31checksums           rmd160 9ba1df205f9f95c7ff4b0a3be224786ad5a65d99
32                    sha256 abed825cb1d73e0e28f0a7ee72b5d7a451ba41d21b0c55837ed2a212f3b16b2d
33
34depends_lib         port:freetype \
35                    port:jbig2dec \
36                    port:jpeg \
37                    port:openjpeg \
38                    port:zlib