Subject: CVS commit: pkgsrc/graphics/libungif
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 07/13/2004 08:01:31
Module Name:	pkgsrc
Committed By:	adam
Date:		Tue Jul 13 08:01:31 UTC 2004

Modified Files:
	pkgsrc/graphics/libungif: Makefile PLIST distinfo
Removed Files:
	pkgsrc/graphics/libungif/patches: patch-aa patch-ac

Log Message:
Changes 4.1.3:
* Make the EGifPutExtension{First,Next,Last} family of functions use WRITE
  so user defined WRITE methods will output them correctly.
* Modify EGifSpew and EGifPutComment to use EGifPutExtension{First,Next,Last}
  so we won't output broken GIFs when dealing with GIFs with multiple
  subblocks.
* More -Wall fixes revealed while testing on Solaris and FreeBSD.
* Updated the gif_lib.html documentation to not use EGifPutExtension when
  dealing with multiple subblocks.  Use EGifPutExtension{First,Next,Last}
  instead.
* Some Windows code from the old CVS repository now available in the windows
  subdirectory.  I don't have a Windows environment to test and maintain this
  but maybe someone out there will find it useful.  Caveat hacker.

Changes 4.1.2:
* Numerous bug fixes from people on the old libungif mailing list.
* GIF_ERROR and GIF_MESSAGE are on the deprecation list as they are also
  utility helper functions rather than essential to the functioning of the
  library.
* Complete deprecation list is now in the README file
* Audited the sources with gcc -Wall. Everything detectable has now been fixed.
* Ran the library code through indent.

Changes 4.1.1:
* libungif is now hosted on sourceforge:
  http://sourceforge.net/projects/libungif
* Merge in many bug fixes that were sent in while I was hiking the
  Appalachian Trail.
* The qprintf methods of the library are now deprecated.  Do not use
  GifQuietPrint or GifQprintf.  These should have been pushed out into the
  utility helper library instead of sitting around in the library proper at
  the same time as the getarg functions were moved out.  Getting rid of these
  will let us get rid of our dependence on stdarg.h/varargs.h (Which a Gif
  reading library has no business requiring.)


To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 pkgsrc/graphics/libungif/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/graphics/libungif/PLIST
cvs rdiff -r1.6 -r1.7 pkgsrc/graphics/libungif/distinfo
cvs rdiff -r1.5 -r0 pkgsrc/graphics/libungif/patches/patch-aa
cvs rdiff -r1.4 -r0 pkgsrc/graphics/libungif/patches/patch-ac

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.