* 2.5.6 @ 2012-03-07
Fix patch for builing with png-1.5, by Thomas Klausner <tk@giga.or.at>.
Blink production for visual checking in the regression-test suite.
* 2.5.4 @ 2010-11-24
Fix some web2png bugs revealed by pychecker.
* 2.5.3 @ 2010-10-20
PNGs with transparency have been OK for web use since 2006.
The gif2png -w switch no longer filters out GIFs with transparency,
and the gif2png -t switch to enable them to pass is gone. Accordingly
the -t switch of web2png is also gone.
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
* Document masters converted to DocBook.
* Man page typo fix.
* Glen Randers-Pehrson's configure.in tweaks to avoid testin
for a deprecated function.
* Typo fix in the web2png script.
* Document -f, restore -1 for backwards compatibility.
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
2.4.2:
* Mac porting fixes from Paul Matzke <pmatzke@macline.com>.
2.4.1:
* Update to use the post-0.8.9 initialization code, so it
will play nice with shared libraries.
using the newest PNG library won't work on system with an older one. To
prevent such problems with precompiled binary packages require at least
"png-1.0.9nb1" in all dependences.
* Bug fix for aspect-ratio handling (Glenn Randers-Pehrson <glennrp@home.com>).
* No more direct assignments of the PNG info structure members;
it's all done through the API now.
Changes include:
* gif2png.c: Added some explanatory comments.
* web2png: Added Python version check.
* License changed (with Alexander Lehman's and David Koblas's
permission) to the libpng/zlib license.
* Option-processing cleanup.
* discard optional preceding # on gif2png -b option value.
* Fix to RCS machinery in web2png.
* Added -b option to gif2png for painting transparent pixels
with a specified background color.
* 64-bit cleanliness patch for gif2png from Jesse Perry.
* Fixed an option-processing bug in web2png.
* Added -a option to web2png.
* Fix references in .inc/.css/.js files.
* John Hascall's patch for filtermode.
* gif2png man page now warns about potential browser problems.
* Use env in web2png's #! for portability.
* Several minor fixes.