Subject: CVS commit: pkgsrc/graphics/netpbm
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 01/18/2005 14:16:20
Module Name:	pkgsrc
Committed By:	adam
Date:		Tue Jan 18 14:16:20 UTC 2005

Modified Files:
	pkgsrc/graphics/netpbm: Makefile distinfo
	pkgsrc/graphics/netpbm/patches: patch-aa patch-ab patch-ac patch-ae

Log Message:
Changes 10.26.1:
* pamcomp: fix bug that duplicates last row of overlay image.
* pamcut: fix bug that fills the rightmost column with black.
* pnmtopalm: fix bug with -offset option.
* ppmforge: fix bug: crash due to wild pointer with -night.

Changes 10.26:
* pnmhistmap: Add -dots, -nmax, -red, -green, -blue, -lval,
  -rval, -height, and -width options.
* pnmnorm: accept -wpercent and -wvalue (or -bpercent and -bvalue)
  together.  Thanks Gregg Townsend <gmt@CS.Arizona.EDU>.
* xwdtopnm: Add -headerdump option.
* pnmtoxwd: Include 256 color color maps in direct color instead
  of zero.  Zero has a weird effect.
* pamtotga: recognize RGB_ALPHA instead of RGBA.
* palmtopnm: fix bug in determination of compression type.
* palmtopnm: fix bug in handling of multi-image streams.
* pnmtopalm: fix bugs in computation of nextDepthOffset.
* pamtotga: fix TGA pixel size for TGA with alpha.  Don't do
  colormap if input has transparency.
* pamtotga: fix crash due to uninitialized "id" field in TGA header.
* pbm_writepbmrow(): Fix bug in MMX/SSE code that causes segmentation fault.
* pnmhistmap: Fix bug: doesn't work with maxval != 255.
* pbmtext: fix crash with code point > 127.
* ppmtompeg: major cleanup.
* pnmtopng: fix "internal error" and crash bug with -transparent.
* pnmtoxwd: fix endianness on littleendian machines.
* pnmtoxwd: fix bug: doesn't work if you specify an option.
* jpegtopnm: fix bug: -dumpexif all wrong.
* jpegtopnm: fix bug: newline written to stdout instead of stderr with -dumpexif.
* Add missing 'col' declaration so -msse compile works.
* pcdovtoppm: fix syntax error
* pnmtojbig/jbigtopnm: add newline to "usage" message.
* pamperspective: fix bugs with -frame_include, etc.
* build: Jeg2k programs build properly with newer Jasper library.
* build: Fix bug: "no rule to build xxx.so" with external
* Jasper or Jbig library.
* Add NAME and DESCRIPTION section to pointer man pages.


To generate a diff of this commit:
cvs rdiff -r1.103 -r1.104 pkgsrc/graphics/netpbm/Makefile
cvs rdiff -r1.29 -r1.30 pkgsrc/graphics/netpbm/distinfo
cvs rdiff -r1.28 -r1.29 pkgsrc/graphics/netpbm/patches/patch-aa
cvs rdiff -r1.14 -r1.15 pkgsrc/graphics/netpbm/patches/patch-ab
cvs rdiff -r1.13 -r1.14 pkgsrc/graphics/netpbm/patches/patch-ac
cvs rdiff -r1.9 -r1.10 pkgsrc/graphics/netpbm/patches/patch-ae

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