Subject: CVS commit: pkgsrc/graphics/netpbm
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 08/22/2005 11:59:31
Module Name:	pkgsrc
Committed By:	adam
Date:		Mon Aug 22 11:59:31 UTC 2005

Modified Files:
	pkgsrc/graphics/netpbm: Makefile distinfo
	pkgsrc/graphics/netpbm/patches: patch-ab patch-af patch-ah
Removed Files:
	pkgsrc/graphics/netpbm/patches: patch-ag

Log Message:
Changes 10.29:
Add ppmdraw.

Add pammixinterlace.  Thanks Bruce Guenter <bruceg@em.ca>.

Add pgmmedian.

Add pnmaddnoise.

pnmtopclxl: add -rendergray option.

pnmtopclxl: add -jobsetup option.

pstopnm: add -dSAFER Ghostscript option.

pnmcrop: add -margin option.

pnmcrop: add -borderfile option.

pnmnorm: add -luminosity (which was already default),
-colorvalue, and -saturation.

pnmtopng: Don't include any alpha info if supplied alpha mask
is all opaque.

ppmcie: Make white point mark more visible.

pamdice: Remove restriction of 100 slices in each direction.

pnmtopng: Fix bug: erroneous transparent pixels when supplied
alpha mask is all opaque.

Fix bytesToWordInt(): converts incorrectly on a machine that
has pointer size != word size and uses the general case code.

libnetpbm: fix basic pm_readlittleshort() bug introduced
in 10.27.  Affects mdatopbm, rawtopgm, lispmtopgm,
pcxtoppm, winicontoppm, bmptopnm, sirtopnm, xwdtopnm,
cameratopam.

pamlookup: fix universal crash.  Thanks "Colley, Anthony
W." <Anthony.Colley@ngc.com>

pbmtolj: fix bug from 10.28: crashes with a line which is
a multiple of 8 plus 7 pixels wide not counting white right
margin.

ppmtompeg: fix uname() rc test (sometimes > 0 is success).


To generate a diff of this commit:
cvs rdiff -r1.121 -r1.122 pkgsrc/graphics/netpbm/Makefile
cvs rdiff -r1.40 -r1.41 pkgsrc/graphics/netpbm/distinfo
cvs rdiff -r1.16 -r1.17 pkgsrc/graphics/netpbm/patches/patch-ab
cvs rdiff -r1.9 -r1.10 pkgsrc/graphics/netpbm/patches/patch-af
cvs rdiff -r1.8 -r0 pkgsrc/graphics/netpbm/patches/patch-ag
cvs rdiff -r1.5 -r1.6 pkgsrc/graphics/netpbm/patches/patch-ah

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