From owner-cvs-ports@FreeBSD.ORG Wed Nov 11 16:38:48 2009 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E22D1106566B; Wed, 11 Nov 2009 16:38:48 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D0B988FC14; Wed, 11 Nov 2009 16:38:48 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id nABGcmgd088034; Wed, 11 Nov 2009 16:38:48 GMT (envelope-from amdmi3@repoman.freebsd.org) Received: (from amdmi3@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id nABGcmn5088033; Wed, 11 Nov 2009 16:38:48 GMT (envelope-from amdmi3) Message-Id: <200911111638.nABGcmn5088033@repoman.freebsd.org> From: Dmitry Marakasov Date: Wed, 11 Nov 2009 16:38:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics Makefile ports/graphics/mupdf Makefile distinfo pkg-descr pkg-plist ports/graphics/mupdf/files patch-Jamrules X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2009 16:38:49 -0000 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 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)