summaryrefslogtreecommitdiff
path: root/graphics/gif2png
AgeCommit message (Collapse)AuthorFilesLines
2005-02-24Add RMD160 digestsagc1-1/+2
2004-11-30Changes 2.5.1:adam2-8/+7
* Bug fixes
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
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.
2004-04-24Convert to bl3.wiz1-3/+3
2003-12-28Update to 2.5.0:wiz2-5/+5
- Updated RPM generation and packaging for Freshmeat release.
2003-07-30Update to 2.4.7, update HOMEPAGE and MASTER_SITES.wiz2-8/+7
* Fixed man page paths in RPM spec. * Fixed a bug in manual-page rendering.
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2002-09-24Complete standardization of messages according to latest pkglint.wiz1-3/+3
2002-08-30Update to 2.4.6:wiz2-9/+8
* 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.
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb1-1/+2
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".]
2001-10-31Move pkg/ files into package's toplevel directoryzuntum4-6/+6
2001-06-25o convert to use graphics/png/buildlink.mkzuntum1-8/+6
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-2/+1
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-05-22Update dependency on png to >=1.0.11 because of the shlib major bump.wiz1-2/+2
Noted by Frederick Bruckman.
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-1/+2
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-7/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-13Use "CPPFLAGS" to configure include directories because settingtron1-3/+4
"INCLUDES" doesn't work.
2001-03-13Update gif2png to 2.4.2 and change -I${PREFIX} -> -I${LOCALBASE}zuntum2-6/+6
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.
2001-03-04Because the minor number of the PNG library was increased packages compiledtron1-2/+2
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.
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-06Unify format of MESSAGEs, and include RCS Ids.wiz1-7/+8
2001-01-20Update gif2png to 2.4.0. This closes PR 12000 by Tomasz Luchowskirh2-4/+4
<zuntum@eik.pl>, thanks! Changes are: 2.4.0: Added -t option to enable conversion of transparent images. 2.3.3: Handle malformed (zero-length) GIF comments without coredumping. This was Debian bug #59830
2000-04-01Update gif2png to 2.3.2. Changes since 2.3.0:wiz2-4/+4
* 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.
2000-03-21Because the minor of "libpng" was bumped we must sure that packagestron1-2/+2
compiled for the update "png" package depend on it.
2000-02-09Use "png>=1.0.3" instead of "png-*" in dependence list.tron1-2/+2
2000-02-09Use wildcard dependence for "png" package.tron1-2/+2
2000-01-06Update gif2png to 2.3.0. This version cleans up some glitches in therh2-4/+4
documentation.
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-12-26After all these fixes: gif2png 2.2.4 -> 2.2.5wiz2-4/+4
Changes: * web2png: Applied Bernhard Reiter's fix. * web2png: Deal gracefully with GIF names that have leading numerics.
1999-12-01Update gif2png to 2.2.4rh2-4/+4
Notable changes are: * On -O, set maximum compression when writing the conversion. * New -g option to write a gamma chunk by Glenn Randers-Pehrson.
1999-11-16Update gif2png to version 2.2.3.rh2-4/+4
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.
1999-10-28Upgrade to version 1.2.2.agc4-19/+9
Changes since version 1.1.1: * Fixed a bug in configure that was preventing it from finding the png library properly. * Fixed a brown-paper-bag bug -- web2png ignored directory arguments. * Added capability to handle BACKGROUND tags and http URLs. Thanks to Rob Reid <reid@astro.utoronto.ca>.
1999-10-16Initial import of gif2png-1.1.1, a program to convert GIF files to PNG.rh8-0/+60