diff options
author | adam <adam@pkgsrc.org> | 2006-08-05 12:23:07 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2006-08-05 12:23:07 +0000 |
commit | e3aa597248bf979b68b1e191f14a266ae8827dc2 (patch) | |
tree | 7ffed7eb53b65ef5b0f2989ec1e95a69e7fea204 /graphics/optipng/PLIST | |
parent | 6ba41397e637dc52bbed51c8697ddfbea9e0ed89 (diff) | |
download | pkgsrc-e3aa597248bf979b68b1e191f14a266ae8827dc2.tar.gz |
Changes 0.5.3:
* Upgraded libpng to version 1.2.12-optipng [private]
* Implemented basic support for TIFF (grayscale, RGB and RGBA, uncompressed).
* Avoided the redundant trial when the search space is singular
(e.g. when running "optipng -o1 example.tif").
* Prevented accidental file corruption when using option "-log".
* Fixed (again) a small typo in the online help.
Diffstat (limited to 'graphics/optipng/PLIST')
-rw-r--r-- | graphics/optipng/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/optipng/PLIST b/graphics/optipng/PLIST index 6b079bb04a5..ead0197f2f2 100644 --- a/graphics/optipng/PLIST +++ b/graphics/optipng/PLIST @@ -1,2 +1,3 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2005/07/13 14:52:39 adam Exp $ +@comment $NetBSD: PLIST,v 1.2 2006/08/05 12:23:07 adam Exp $ bin/optipng +man/man1/optipng.1 |