Bug 142765 - [NEW PORT] graphics/tumble Converts images to PDFs
Summary: [NEW PORT] graphics/tumble Converts images to PDFs
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Philip M. Gollucci
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-13 03:50 UTC by Robert Farmer
Modified: 2010-01-14 04:30 UTC (History)
0 users

See Also:


Attachments
file.shar (2.79 KB, text/plain)
2010-01-13 03:50 UTC, Robert Farmer
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Farmer 2010-01-13 03:50:01 UTC
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.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-01-13 03:50:21 UTC
Class Changed
From-To: update->change-request

Fix category (new ports should be change-requests) (via the GNATS Auto 
Assign Tool)
Comment 2 Philip M. Gollucci freebsd_committer freebsd_triage 2010-01-13 04:38:28 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pgollucci

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-01-14 04:27:22 UTC
pgollucci    2010-01-14 04:27:10 UTC

  FreeBSD ports repository

  Modified files:
    graphics             Makefile 
  Added files:
    graphics/tumble      Makefile distinfo pkg-descr 
  Log:
  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.
  
  PR:             ports/142765
  Submitted by:   Rob Farmer <rfarmer at predatorlabs.net>
  
  Revision  Changes    Path
  1.1303    +1 -0      ports/graphics/Makefile
  1.1       +45 -0     ports/graphics/tumble/Makefile (new)
  1.1       +3 -0      ports/graphics/tumble/distinfo (new)
  1.1       +11 -0     ports/graphics/tumble/pkg-descr (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Philip M. Gollucci freebsd_committer freebsd_triage 2010-01-14 04:28:00 UTC
State Changed
From-To: open->closed

New port added. Thanks!