From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jan 13 03:50:01 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA1951065679 for ; Wed, 13 Jan 2010 03:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A6C508FC1B for ; Wed, 13 Jan 2010 03:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id o0D3o1RC097493 for ; Wed, 13 Jan 2010 03:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id o0D3o1jS097492; Wed, 13 Jan 2010 03:50:01 GMT (envelope-from gnats) Resent-Date: Wed, 13 Jan 2010 03:50:01 GMT Resent-Message-Id: <201001130350.o0D3o1jS097492@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rob Farmer Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EE4AF106566B for ; Wed, 13 Jan 2010 03:40:24 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id DCF9A8FC18 for ; Wed, 13 Jan 2010 03:40:24 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o0D3eOVD037860 for ; Wed, 13 Jan 2010 03:40:24 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o0D3eOVm037859; Wed, 13 Jan 2010 03:40:24 GMT (envelope-from nobody) Message-Id: <201001130340.o0D3eOVm037859@www.freebsd.org> Date: Wed, 13 Jan 2010 03:40:24 GMT From: Rob Farmer To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/142765: [NEW PORT] graphics/tumble Converts images to PDFs X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jan 2010 03:50:01 -0000 >Number: 142765 >Category: ports >Synopsis: [NEW PORT] graphics/tumble Converts images to PDFs >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Jan 13 03:50:01 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Rob Farmer >Release: 9.0-CURRENT >Organization: >Environment: FreeBSD amethyst.predatorlabs.net 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r202069: Mon Jan 11 00:32:29 PST 2010 rfarmer@amethyst.predatorlabs.net:/usr/obj/usr/src/sys/AMETHYST i386 >Description: Tumble is a utility to construct PDF files from one or more image files. Supported input image file formats are JPEG, and black and white TIFF (single- or multi-page). Black and white images will be encoded in the PDF output using lossless Group 4 fax compression (ITU-T recommendation T.6). This provides a very good compression ratio for text and line art. JPEG images will be preserved with the original coding. The current version of Tumble will only work on little-endian systems, such as x86, VAX, and Alpha. The byte order dependencies will be fixed in a later release. >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # graphics/tumble # graphics/tumble/Makefile # graphics/tumble/pkg-descr # graphics/tumble/distinfo # echo c - graphics/tumble mkdir -p graphics/tumble > /dev/null 2>&1 echo x - graphics/tumble/Makefile sed 's/^X//' >graphics/tumble/Makefile << '38196b2e8f88c88bb310ae33b6ce92b5' X# New ports collection makefile for: lcdtest X# Date created: 12 Jan 2010 X# Whom: Rob Farmer X# X# $FreeBSD$ X# X XPORTNAME= tumble XPORTVERSION= 0.33 XCATEGORIES= graphics print XMASTER_SITES= http://tumble.brouhaha.com/download/ \ X http://www.predatorlabs.net/dl/ X XMAINTAINER= rfarmer@predatorlabs.net XCOMMENT= Creates a PDF file from image files X XLIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ X netpbm.1:${PORTSDIR}/graphics/netpbm XBUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex X XUSE_GMAKE= yes XUSE_BISON= build X XCFLAGS+= -I${LOCALBASE}/include XLDFLAGS+= -L${LOCALBASE}/lib X XONLY_FOR_ARCHS= amd64 arm i386 ia64 pc98 XONLY_FOR_ARCHS_REASON= Only works on little endian systems X XPLIST_FILES= bin/tumble XPORTDOCS= README X Xpost-patch: X ${REINPLACE_CMD} -e 's|-O3|${CFLAGS}|' ${WRKSRC}/Makefile X ${REINPLACE_CMD} -e 's|LDFLAGS =|LDFLAGS= ${LDFLAGS}|' ${WRKSRC}/Makefile X ${REINPLACE_CMD} -e 's|-lpbm|-lnetpbm|' ${WRKSRC}/Makefile X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/tumble ${PREFIX}/bin/ X.if !defined(NOPORTDOCS) X ${MKDIR} ${DOCSDIR} X ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} X.endif X X.include 38196b2e8f88c88bb310ae33b6ce92b5 echo x - graphics/tumble/pkg-descr sed 's/^X//' >graphics/tumble/pkg-descr << '21ff13e2d665b0511d50fcd6741c12dc' XTumble is a utility to construct PDF files from one or more image Xfiles. Supported input image file formats are JPEG, and black and Xwhite TIFF (single- or multi-page). Black and white images will be Xencoded in the PDF output using lossless Group 4 fax compression X(ITU-T recommendation T.6). This provides a very good compression Xratio for text and line art. JPEG images will be preserved with the Xoriginal coding. X XThe current version of Tumble will only work on little-endian systems, Xsuch as x86, VAX, and Alpha. The byte order dependencies will be fixed Xin a later release. 21ff13e2d665b0511d50fcd6741c12dc echo x - graphics/tumble/distinfo sed 's/^X//' >graphics/tumble/distinfo << '8d410bc51af5fd77cc6e11d12aaff468' XMD5 (tumble-0.33.tar.gz) = caf7d189c4c5f2f4ba004bcc8912669e XSHA256 (tumble-0.33.tar.gz) = d579d572b4335d8c4008695fee9f32051194499987c340b14f17b294ece7643e XSIZE (tumble-0.33.tar.gz) = 42983 8d410bc51af5fd77cc6e11d12aaff468 exit >Release-Note: >Audit-Trail: >Unformatted: