1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/graphics/mupdf/pkg-descr
Ruslan Makhmatkhanov fc065deb34 - update to 1.1
- use BSD_INSTALL_DATA for static lib to keep symbols

while here:
- convert Makefile header into two-line format
- remove LICENSE_FILE, unneeded for GPLv3
- switch to USE_PKGCONFIG
- remove quotes from option description
- change bsd.port.[pre|post].mk with just bsd.port.mk
- whitespace fixes in pkg-descr

PR:		171795
Submitted by:	Martin Dieringer <martin.dieringer at gmx dot de>
Approved by:	Zhihao Yuan <lichray at gmail dot com> (maintainer)
2012-09-20 11:06:56 +00:00

19 lines
856 B
Plaintext

MuPDF is a lightweight PDF viewer and toolkit written in portable C.
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://www.mupdf.com/