| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
graphics)
|
|
|
|
|
| |
Use options helpers for png
Use new LIB_DEPENDS format
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Trim headers
Remove useless LICENSE_FILE
|
| |
|
|
|
|
| |
Add PNG to shared options descriptions
|
| |
|
| |
|
|
|
|
| |
while here add most of the licenses
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
| |
Approved by: jadawin@ (co-mentor)
|
|
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>
|