Ticket #25675: mupdf.Portfile

File mupdf.Portfile, 1.3 KB (added by dargo@…, 13 years ago)
Line 
1# $Id$
2PortSystem 1.0
3
4name             mupdf
5version          0.9
6categories       graphics
7license          GPL-3+
8maintainers      nomaintainer
9description      lightweight PDF and XPS viewer and parser/rendering library
10long_description \
11    MuPDF is a lightweight PDF and XPS viewer and parser/rendering library. \
12    \
13    The renderer in MuPDF is tailored for high quality anti-aliased \
14    graphics. It renders text with metrics and spacing accurate to within \
15    fractions of a pixel for the highest fidelity in reproducing the look of \
16    a printed page on screen. \
17    \
18    MuPDF is also small, fast, and yet complete. It supports PDF 1.7 with \
19    transparency, encryption, hyperlinks, annotations, search and many other \
20    bells and whistles. MuPDF can also read XPS documents (OpenXPS ECMA-388).
21homepage         http://mupdf.com/
22platforms        darwin
23
24master_sites     googlecode:${name}
25distname         ${name}-${version}-source
26checksums        md5 76640ee16a797a27fe49cc0eaa87ce3a \
27                 sha1 3a3ba42d19e3211199110e7c782263241cdea8a0 \
28                 rmd160 9ba1df205f9f95c7ff4b0a3be224786ad5a65d99
29
30depends_lib      port:freetype \
31                 port:jbig2dec \
32                 port:jpeg \
33                 port:openjpeg \
34                 port:zlib