aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/jbig2dec
Commit message (Collapse)AuthorAgeFilesLines
* Use stagebapt2013-09-232-3/+1
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | graphics)
* Remove now useless MAKE_JOB_SAFEbapt2013-07-301-8/+4
| | | | | Use options helpers for png Use new LIB_DEPENDS format
* Rely on bsdtar to autodetermine the format of the distfiles when possiblebapt2013-04-291-1/+1
| | | | | | | For a while now bsdtar is able to autotermine compression and archive format. Let's then use tar directly instead of piping to tar. Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format
* Finish optionsng conversionbapt2012-12-312-8/+2
| | | | | Trim headers Remove useless LICENSE_FILE
* - update png to 1.5.10dinoex2012-06-012-1/+13
|
* Convert to new option frameworkbapt2012-05-291-4/+6
| | | | Add PNG to shared options descriptions
* - Remove WITH_FBSD10_FIX, is no longer neededmiwi2011-11-091-1/+0
|
* - Fix build FreeBSD 10miwi2011-10-291-0/+1
|
* Get rid of md5 for all my ports.bapt2011-03-211-2/+0
| | | | while here add most of the licenses
* - Add SF to MASTER_SITESbapt2010-08-055-7/+112
| | | | | | | | | - Mark MAKE_JOBS_SAFE - Use FreeBSD's SHA1-implementation - Add TESTS option default to off Submitted by: Mikhail T. <mi+thun _at_ aldan.algebra.com> by email Approved by: tabthorpe@ (co-mentor)
* Change maintainer address to my new @FreeBSD.orgbapt2010-07-291-1/+1
| | | | Approved by: jadawin@ (co-mentor)
* Add new port graphics/jbig2dec:makc2010-07-104-0/+54
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>