Date: Wed, 11 Nov 2009 16:38:48 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics Makefile ports/graphics/mupdf Makefile distinfo pkg-descr pkg-plist ports/graphics/mupdf/files patch-Jamrules Message-ID: <200911111638.nABGcmn5088033@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
amdmi3 2009-11-11 16:38:48 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/mupdf Makefile distinfo pkg-descr pkg-plist graphics/mupdf/files patch-Jamrules Log: 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://ccxvii.net/mupdf/ PR: 137559 Submitted by: Martin Dieringer <martin.dieringer@gmx.de> Revision Changes Path 1.1290 +1 -0 ports/graphics/Makefile 1.1 +45 -0 ports/graphics/mupdf/Makefile (new) 1.1 +3 -0 ports/graphics/mupdf/distinfo (new) 1.1 +24 -0 ports/graphics/mupdf/files/patch-Jamrules (new) 1.1 +18 -0 ports/graphics/mupdf/pkg-descr (new) 1.1 +8 -0 ports/graphics/mupdf/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911111638.nABGcmn5088033>