From f3289e209f5b1ecae59fb65baaafd8edcbd7c9b5 Mon Sep 17 00:00:00 2001 From: lteo Date: Thu, 23 Aug 2012 01:21:04 +0000 Subject: [PATCH] MuPDF has combined several of their command line tools into a single tool called mubusy, so update pkg/DESCR accordingly. mudraw remains a separate binary. OK sthen@ (maintainer) --- textproc/mupdf/Makefile | 3 ++- textproc/mupdf/pkg/DESCR | 14 +++++++++----- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/textproc/mupdf/Makefile b/textproc/mupdf/Makefile index 55fd511753f..c072e90dfd0 100644 --- a/textproc/mupdf/Makefile +++ b/textproc/mupdf/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.32 2012/08/17 13:30:16 sthen Exp $ +# $OpenBSD: Makefile,v 1.33 2012/08/23 01:21:04 lteo Exp $ COMMENT = graphic library, pdf parser, viewer and utilities V = 1.1 +REVISION = 0 DISTNAME = mupdf-$V-source PKGNAME = mupdf-${V:S/-rc/rc/} diff --git a/textproc/mupdf/pkg/DESCR b/textproc/mupdf/pkg/DESCR index 652a71704b9..93fa265350a 100644 --- a/textproc/mupdf/pkg/DESCR +++ b/textproc/mupdf/pkg/DESCR @@ -13,8 +13,12 @@ We don't support interactive features such as form filling, javascript and transitions. MuPDF is written modularly, so such features can be added on by integrators if they so desire. -Command line utilities include: pdfdraw, to render pages and output -PNM image files. pdfshow, to print and examine the objects in a PDF file. -pdfclean, to decompress and pretty-print the streams and objects in PDF -files and also to extract individual pages. pdfinfo_mupdf, to display -information about objects. pdfextract, to extract individual objects. +The mubusy command line tool supports multiple arguments, including +"show" to print and examine objects in a PDF file, "clean" to decompress +and pretty-print the streams and objects in PDF files and also to +extract individual pages, "info" to display information about objects, +"extract" to extract individual objects, and "poster" to split a large +page into many tiles. + +The mudraw command line tool renders pages and outputs PGM/PPM/PAM/PNG +image files.