aboutsummaryrefslogtreecommitdiff
path: root/graphics/jbig2dec
Commit message (Collapse)AuthorAgeFilesLines
* Use stageBaptiste Daroussin2013-09-232-3/+1
| | | | Notes: svn path=/head/; revision=327920
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | graphics) Notes: svn path=/head/; revision=327733
* Remove now useless MAKE_JOB_SAFEBaptiste Daroussin2013-07-291-8/+4
| | | | | | | | Use options helpers for png Use new LIB_DEPENDS format Notes: svn path=/head/; revision=323910
* Rely on bsdtar to autodetermine the format of the distfiles when possibleBaptiste Daroussin2013-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 Notes: svn path=/head/; revision=316786
* Finish optionsng conversionBaptiste Daroussin2012-12-312-8/+2
| | | | | | | | Trim headers Remove useless LICENSE_FILE Notes: svn path=/head/; revision=309723
* - update png to 1.5.10Dirk Meyer2012-06-012-1/+13
| | | | Notes: svn path=/head/; revision=297915
* Convert to new option frameworkBaptiste Daroussin2012-05-291-4/+6
| | | | | | | Add PNG to shared options descriptions Notes: svn path=/head/; revision=297668
* - Remove WITH_FBSD10_FIX, is no longer neededMartin Wilke2011-11-091-1/+0
| | | | Notes: svn path=/head/; revision=285379
* - Fix build FreeBSD 10Martin Wilke2011-10-281-0/+1
| | | | Notes: svn path=/head/; revision=284554
* Get rid of md5 for all my ports.Baptiste Daroussin2011-03-201-2/+0
| | | | | | | while here add most of the licenses Notes: svn path=/head/; revision=271363
* - Add SF to MASTER_SITESBaptiste Daroussin2010-08-045-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) Notes: svn path=/head/; revision=258793
* Change maintainer address to my new @FreeBSD.orgBaptiste Daroussin2010-07-281-1/+1
| | | | | | | Approved by: jadawin@ (co-mentor) Notes: svn path=/head/; revision=258396
* Add new port graphics/jbig2dec:Max Brazhnikov2010-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> Notes: svn path=/head/; revision=257609