Bug 148421 - [NEW PORT] graphics/jbig2dec: Decoder implementation of the JBIG2 image compression format
Summary: [NEW PORT] graphics/jbig2dec: Decoder implementation of the JBIG2 image compr...
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: Max Brazhnikov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-07 11:10 UTC by baptiste.daroussin
Modified: 2010-07-10 12:15 UTC (History)
0 users

See Also:


Attachments
jbig2dec-0.11.shar (2.41 KB, text/plain)
2010-07-07 11:10 UTC, baptiste.daroussin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description baptiste.daroussin 2010-07-07 11:10:06 UTC
jbig2dec is a decoder implementation of the JBIG2 image compression format.
JBIG2 is designed for lossy or lossless encoding of 'bilevel' (1-bit monochrome)
images at moderately high resolution, and in particular scanned paper documents.
In this domain it is very efficient, offering compression ratios on the order of
100:1.

WWW:	http://jbig2dec.sourceforge.net/

Generated with FreeBSD Port Tools 0.99
Comment 1 Max Brazhnikov freebsd_committer freebsd_triage 2010-07-08 17:15:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->makc

I'll take it
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-07-10 12:08:58 UTC
makc        2010-07-10 11:08:45 UTC

  FreeBSD ports repository

  Added files:
    graphics/jbig2dec    Makefile distinfo pkg-descr pkg-plist 
  Log:
  Add new port graphics/jbig2dec:
  
  jbig2dec is a decoder implementation of the JBIG2 image compression format.
  JBIG2 is designed for lossy or lossless encoding of 'bilevel' (1-bit monochrome)
  images at moderately high resolution, and in particular scanned paper documents.
  In this domain it is very efficient, offering compression ratios on the order of
  100:1.
  
  WWW:    http://jbig2dec.sourceforge.net/
  
  PR:             ports/148421
  Submitted by:   Bapt <baptiste.daroussin at gmail.com>
  
  Revision  Changes    Path
  1.1       +38 -0     ports/graphics/jbig2dec/Makefile (new)
  1.1       +3 -0      ports/graphics/jbig2dec/distinfo (new)
  1.1       +7 -0      ports/graphics/jbig2dec/pkg-descr (new)
  1.1       +6 -0      ports/graphics/jbig2dec/pkg-plist (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 3 Max Brazhnikov freebsd_committer freebsd_triage 2010-07-10 12:15:11 UTC
State Changed
From-To: open->closed

New port added. Thanks!