Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Thomas Klausner <wiz@netbsd.org>
List: source-changes
Date: 07/10/2000 04:12:12
Module Name:	pkgsrc
Committed By:	wiz
Date:		Mon Jul 10 11:12:12 UTC 2000

Modified Files:
	pkgsrc/graphics/netpbm: Makefile
	pkgsrc/graphics/netpbm/files: md5 patch-sum
	pkgsrc/graphics/netpbm/patches: patch-aa patch-ab patch-ae patch-ag
	pkgsrc/graphics/netpbm/pkg: DESCR PLIST
Removed Files:
	pkgsrc/graphics/netpbm/patches: patch-af

Log Message:
Update to netpbm-9.5.
Fixes pkg/8949.
Changes:
o Extend formats to allow multiple images per file.  Add -allimages
  option to pnmfile.  Add pnmsplit.  Extend pnmtops.
o Add pbmtowbmp, wbmptopbm.  Thanks Terje Sannum.
o ppmtobmp: Add 24 bit (truecolor) capability.
o pnmcut: easier, more expressive syntax for specifying what to cut.
o pnminterp: handle maxval != 255, convert to use Netpbm libraries.
o Translate pstopnm from Csh to C, eliminate dependency on the 'bc'
  program.
o Fix bug in tiff library build which caused null soname.
o Add optParseopt2() to shhopt.a so you can use long options with one
  hyphen instead of two.
o giftopnm: fix bug with variable used before set.  Fix bug (coding
  error -- 0=>i).  Unknown impact.
o bmptoppm: fix bug with 24 bit (truecolor) Windows BMPs.
o xwdtopnm: fix one more bug with bits_per_item <> bits_per_pixel.
o Fix ppmtompeg build bug with static libraries.
o Make build clean with gcc -ansi (albeit with some files that need
  extensions declaring the _BSD_SOURCE etc.).
o Rebase pnmtopng, pngtopnm on Pnmtopng 2.37.4.
o pbmtolj: fix bug where blank lines get discarded.  Thanks Charles
  Howes.
o ppmtompeg: fix bug with "PNM" format files with maxval != 255. Get
  rid of built-in PPM file parsing.
o Fix 'make install' where mkinstalldirs is not found.
o Fix bug where rle_global.c would not compile with GNU C Library 2.


To generate a diff of this commit:
cvs rdiff -r1.44 -r1.45 pkgsrc/graphics/netpbm/Makefile
cvs rdiff -r1.9 -r1.10 pkgsrc/graphics/netpbm/files/md5
cvs rdiff -r1.7 -r1.8 pkgsrc/graphics/netpbm/files/patch-sum
cvs rdiff -r1.10 -r1.11 pkgsrc/graphics/netpbm/patches/patch-aa
cvs rdiff -r1.7 -r1.8 pkgsrc/graphics/netpbm/patches/patch-ab
cvs rdiff -r1.5 -r1.6 pkgsrc/graphics/netpbm/patches/patch-ae
cvs rdiff -r1.5 -r0 pkgsrc/graphics/netpbm/patches/patch-af
cvs rdiff -r1.3 -r1.4 pkgsrc/graphics/netpbm/patches/patch-ag
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/graphics/netpbm/pkg/DESCR
cvs rdiff -r1.9 -r1.10 pkgsrc/graphics/netpbm/pkg/PLIST

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