The NetBSD Project

CVS log for pkgsrc/graphics/netpbm/distinfo

[BACK] Up to [cvs.netbsd.org] / pkgsrc / graphics / netpbm

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.84 / (download) - annotate - [select for diffs], Thu Jan 19 20:17:47 2012 UTC (4 months ago) by is
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, HEAD
Changes since 1.83: +2 -2 lines
Diff to previous 1.83 (colored)

Fix build problem on IRIX (missing strdup prototype). Reported in
PR 45766, patch from there.

Revision 1.83 / (download) - annotate - [select for diffs], Mon Apr 4 09:17:24 2011 UTC (13 months, 3 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2
Changes since 1.82: +6 -5 lines
Diff to previous 1.82 (colored)

Changes 10.35.80:
* asciitopgm: fix bug: memory corruption on too-long lines.
* asciitopgm: fix bug: improper handling of blank lines.

Changes 10.35.79:
* configure: don't default to /usr/X11R6/lib/libX11.so just because
  /usr/X11R6 exists.  /usr/X11R6/lib must exist.
* pngtopnm: fix bug: -verbose reports history chunk present when
  it's really a palette.

Revision 1.82 / (download) - annotate - [select for diffs], Sat Jan 15 18:37:46 2011 UTC (16 months, 1 week ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base, pkgsrc-2011Q1
Changes since 1.81: +7 -6 lines
Diff to previous 1.81 (colored)

Update "netpbm" package to version 10.35.78. Changes since 10.35.77:
- bmptopnm: Don't crash on invalid zero value of image height in
  the BMP header of a compressed file.  Always broken.
- bmptopnm: don't crash on large invalid value of 'colorsused' in
  the BMP header.
- ilbmtoppm: Don't crash on image that has a transparent color
  index, but no color map.

"pkgsrc" changes:
- Add a lot of patches written by Thomas Klausner and me to make this
  compile with PNG 1.5.

Revision 1.81 / (download) - annotate - [select for diffs], Sat Jan 15 08:15:47 2011 UTC (16 months, 1 week ago) by tron
Branch: MAIN
Changes since 1.80: +2 -2 lines
Diff to previous 1.80 (colored)

Fix bug in patch for "pnmtopng" reported by Thomas Klausner in private
e-mail. No package revision bump as the package didn't build before
and still doesn't until "pngtopnm" gets fixed as well.

Revision 1.80 / (download) - annotate - [select for diffs], Fri Jan 14 21:51:58 2011 UTC (16 months, 1 week ago) by tron
Branch: MAIN
Changes since 1.79: +4 -2 lines
Diff to previous 1.79 (colored)

Get "pnmtopng" to build with new "png" package. "pngtopnm" still fails.

Revision 1.79 / (download) - annotate - [select for diffs], Thu Nov 4 10:57:50 2010 UTC (18 months, 2 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base, pkgsrc-2010Q4
Changes since 1.78: +2 -1 lines
Diff to previous 1.78 (colored)

Fix problem finding rgb.txt, PR#43934

Revision 1.78 / (download) - annotate - [select for diffs], Thu Oct 28 07:09:13 2010 UTC (18 months, 3 weeks ago) by adam
Branch: MAIN
Changes since 1.77: +2 -1 lines
Diff to previous 1.77 (colored)

Pass LDFLAGS when building progs; required e.g. for -isysroot on MacOSX

Revision 1.77 / (download) - annotate - [select for diffs], Thu Sep 23 09:09:20 2010 UTC (20 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base, pkgsrc-2010Q3
Changes since 1.76: +4 -4 lines
Diff to previous 1.76 (colored)

Update "netpbm" package to version 10.35.77.
Changes since version 10.35.76:
- ppmtompeg: fix crash with free of unallocated memory.
- Build: don't expect snprintf() to exist.
- Build: don't use <strings.h> or bzero().

Revision 1.76 / (download) - annotate - [select for diffs], Tue Jul 13 06:08:23 2010 UTC (22 months, 1 week ago) by adam
Branch: MAIN
Changes since 1.75: +7 -8 lines
Diff to previous 1.75 (colored)

Changes 10.35.76:
* Pnmtopng:  -libversion doesn't report level of linked libz.
  It was a modularity violation and caused build failures on
  Mac OS X, because Pnmtopng per se doesn't know about libz --
  it's used by libpng.
* Build: don't fail due to SIGRTMIN, SIGRTMAX being undefined.

Changes 10.35.75:
* palmtopnm: fix for pixel size 16.
* pamscale: fix -reduce.  Introduced in 10.27.
* configure: default to 'none' for Svgalib if it doesn't appear to
  be installed (per 'ldconfig').  Ported from 10.38, released March 2007.

Changes 10.35.74:
* pbmtext: don't crash when font file contains a blank line.
  Fail cleanly.
* ppmtoilbm: fix arithmetic overflow with image dimension
  represented as 16 bit integer.
* pbmpage: fix garbage output.
* pnmhistmap: Fix crash with -width.  Always broken.
* Build: don't fail due to SIGPWR being undefined.

Revision 1.75 / (download) - annotate - [select for diffs], Sun Jun 13 22:44:39 2010 UTC (23 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2
Changes since 1.74: +3 -1 lines
Diff to previous 1.74 (colored)

Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.

Revision 1.74 / (download) - annotate - [select for diffs], Sun Mar 28 12:36:35 2010 UTC (2 years, 1 month ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base, pkgsrc-2010Q1
Changes since 1.73: +2 -2 lines
Diff to previous 1.73 (colored)

use SIGPWR only #if defined, fixes build on DragonFly, from Rumko
per PR pkg/43068

Revision 1.73 / (download) - annotate - [select for diffs], Thu Mar 4 11:01:01 2010 UTC (2 years, 2 months ago) by tnn
Branch: MAIN
Changes since 1.72: +3 -3 lines
Diff to previous 1.72 (colored)

Mixing _XOPEN_SOURCE=500 and _XOPEN_SOURCE=600 in the same package
is asking for trouble. On solaris these options are mutually exclusive
because 600 needs C99 and 500 is not allowed to use C99.

I lowered the requirement to _XOPEN_SOURCE=500 and the build succeeded.

While here I'll note that PR pkg/42897 (netbpm link error on Solaris 10)
should now be fixed by libpng-1.2.41nb1.

Revision 1.71.4.1 / (download) - annotate - [select for diffs], Thu Feb 25 08:43:28 2010 UTC (2 years, 2 months ago) by spz
Branch: pkgsrc-2009Q4
Changes since 1.71: +10 -29 lines
Diff to previous 1.71 (colored) next main 1.72 (colored)

Pullup ticket 3022 - requested by taca
security update

Revisions pulled up:
- pkgsrc/graphics/netpbm/Makefile
- pkgsrc/graphics/netpbm/distinfo
- pkgsrc/graphics/netpbm/patches/patch-aa
- pkgsrc/graphics/netpbm/patches/patch-ao
- pkgsrc/graphics/netpbm/patches/patch-da
- pkgsrc/graphics/netpbm/patches/patch-db
- pkgsrc/graphics/netpbm/patches/patch-dd

Files added:
pkgsrc/graphics/netpbm/PLIST
pkgsrc/graphics/netpbm/patches/patch-ec

Files deleted:
pkgsrc/graphics/netpbm/patches/patch-ac
pkgsrc/graphics/netpbm/patches/patch-af
pkgsrc/graphics/netpbm/patches/patch-ag
pkgsrc/graphics/netpbm/patches/patch-ai
pkgsrc/graphics/netpbm/patches/patch-aj
pkgsrc/graphics/netpbm/patches/patch-ak
pkgsrc/graphics/netpbm/patches/patch-al
pkgsrc/graphics/netpbm/patches/patch-am
pkgsrc/graphics/netpbm/patches/patch-an
pkgsrc/graphics/netpbm/patches/patch-ap
pkgsrc/graphics/netpbm/patches/patch-aq
pkgsrc/graphics/netpbm/patches/patch-ar
pkgsrc/graphics/netpbm/patches/patch-as
pkgsrc/graphics/netpbm/patches/patch-at
pkgsrc/graphics/netpbm/patches/patch-au
pkgsrc/graphics/netpbm/patches/patch-av
pkgsrc/graphics/netpbm/patches/patch-az
pkgsrc/graphics/netpbm/patches/patch-ba
pkgsrc/graphics/netpbm/patches/patch-ca
pkgsrc/graphics/netpbm/patches/patch-ea

   --------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   drochner
   Date:           Fri Feb 19 18:25:44 UTC 2010

   Modified Files:
           pkgsrc/graphics/netpbm: Makefile distinfo
           pkgsrc/graphics/netpbm/patches: patch-aa patch-ao patch-da patch-db
               patch-dd
   Added Files:
           pkgsrc/graphics/netpbm: PLIST
           pkgsrc/graphics/netpbm/patches: patch-ec
   Removed Files:
           pkgsrc/graphics/netpbm/patches: patch-ac patch-af patch-ag patch-ai
               patch-aj patch-ak patch-al patch-am patch-an patch-ap patch-aq
               patch-ar patch-as patch-at patch-au patch-av patch-az patch-ba
               patch-ca patch-ea

   Log Message:
   update to 10.35.73
   changes: many bugfixes, especially:
    xpmtoppm: fix wild pointer with color index > 127.
    which fixes a stack-based buffer overflow (CVE-2009-4274)

   pkgsrc change: use a fixed PLIST instead of generating on install,
    helps to detect problems


   To generate a diff of this commit:
   cvs rdiff -u -r1.164 -r1.165 pkgsrc/graphics/netpbm/Makefile
   cvs rdiff -u -r0 -r1.6 pkgsrc/graphics/netpbm/PLIST
   cvs rdiff -u -r1.71 -r1.72 pkgsrc/graphics/netpbm/distinfo
   cvs rdiff -u -r1.39 -r1.40 pkgsrc/graphics/netpbm/patches/patch-aa
   cvs rdiff -u -r1.17 -r0 pkgsrc/graphics/netpbm/patches/patch-ac
   cvs rdiff -u -r1.12 -r0 pkgsrc/graphics/netpbm/patches/patch-af
   cvs rdiff -u -r1.18 -r0 pkgsrc/graphics/netpbm/patches/patch-ag
   cvs rdiff -u -r1.11 -r0 pkgsrc/graphics/netpbm/patches/patch-ai \
       pkgsrc/graphics/netpbm/patches/patch-aj
   cvs rdiff -u -r1.7 -r0 pkgsrc/graphics/netpbm/patches/patch-ak
   cvs rdiff -u -r1.3 -r0 pkgsrc/graphics/netpbm/patches/patch-al \
       pkgsrc/graphics/netpbm/patches/patch-am \
       pkgsrc/graphics/netpbm/patches/patch-an \
       pkgsrc/graphics/netpbm/patches/patch-ap \
       pkgsrc/graphics/netpbm/patches/patch-aq \
       pkgsrc/graphics/netpbm/patches/patch-ar \
       pkgsrc/graphics/netpbm/patches/patch-as \
       pkgsrc/graphics/netpbm/patches/patch-at \
       pkgsrc/graphics/netpbm/patches/patch-au
   cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/netpbm/patches/patch-ao
   cvs rdiff -u -r1.4 -r0 pkgsrc/graphics/netpbm/patches/patch-av \
       pkgsrc/graphics/netpbm/patches/patch-az
   cvs rdiff -u -r1.5 -r0 pkgsrc/graphics/netpbm/patches/patch-ba
   cvs rdiff -u -r1.1 -r0 pkgsrc/graphics/netpbm/patches/patch-ca \
       pkgsrc/graphics/netpbm/patches/patch-ea
   cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/netpbm/patches/patch-da \
       pkgsrc/graphics/netpbm/patches/patch-db \
       pkgsrc/graphics/netpbm/patches/patch-dd
   cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/netpbm/patches/patch-ec

Revision 1.72 / (download) - annotate - [select for diffs], Fri Feb 19 18:25:44 2010 UTC (2 years, 3 months ago) by drochner
Branch: MAIN
Changes since 1.71: +10 -29 lines
Diff to previous 1.71 (colored)

update to 10.35.73
changes: many bugfixes, especially:
 xpmtoppm: fix wild pointer with color index > 127.
 which fixes a stack-based buffer overflow (CVE-2009-4274)

pkgsrc change: use a fixed PLIST instead of generating on install,
 helps to detect problems

Revision 1.71 / (download) - annotate - [select for diffs], Thu Aug 27 09:18:06 2009 UTC (2 years, 8 months ago) by dholland
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base, pkgsrc-2009Q3-base, pkgsrc-2009Q3
Branch point for: pkgsrc-2009Q4
Changes since 1.70: +2 -1 lines
Diff to previous 1.70 (colored)

Add upstream patch to fix build with new jpeg. Thanks to obache@ for
tracking it down. Fixes PR 41947.

Revision 1.70 / (download) - annotate - [select for diffs], Tue Jul 21 12:40:54 2009 UTC (2 years, 10 months ago) by tnn
Branch: MAIN
Changes since 1.69: +2 -2 lines
Diff to previous 1.69 (colored)

typo in previous

Revision 1.69 / (download) - annotate - [select for diffs], Tue Jul 21 12:39:54 2009 UTC (2 years, 10 months ago) by tnn
Branch: MAIN
Changes since 1.68: +2 -1 lines
Diff to previous 1.68 (colored)

patch-az: MMX/SSE code is broken with GCC 4.3, disable it.

Revision 1.68 / (download) - annotate - [select for diffs], Sat Jul 18 03:04:41 2009 UTC (2 years, 10 months ago) by smb
Branch: MAIN
Changes since 1.67: +3 -1 lines
Diff to previous 1.67 (colored)

Change getline() to get_line()

Revision 1.67 / (download) - annotate - [select for diffs], Tue Apr 7 08:09:06 2009 UTC (3 years, 1 month ago) by hasso
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2
Changes since 1.66: +2 -2 lines
Diff to previous 1.66 (colored)

Make it build on DragonFly master.

Revision 1.66 / (download) - annotate - [select for diffs], Mon Feb 19 02:25:19 2007 UTC (5 years, 3 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.65: +3 -2 lines
Diff to previous 1.65 (colored)

Fixed the build on IRIX, which had been broken since about one year,
when the build on Solaris had been fixed, "not affecting other
platforms". ;)

Revision 1.65 / (download) - annotate - [select for diffs], Sat Jan 13 01:16:17 2007 UTC (5 years, 4 months ago) by dmcmahill
Branch: MAIN
Changes since 1.64: +2 -1 lines
Diff to previous 1.64 (colored)

Use __inline__ instead of __inline.  The former works with some non-gcc
compilers as well as gcc.

Revision 1.64 / (download) - annotate - [select for diffs], Sun Nov 19 15:50:59 2006 UTC (5 years, 6 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.63: +2 -1 lines
Diff to previous 1.63 (colored)

Fix non-portable shell script "pcdovtoppm".

Revision 1.63 / (download) - annotate - [select for diffs], Fri Nov 3 07:45:19 2006 UTC (5 years, 6 months ago) by rillig
Branch: MAIN
Changes since 1.62: +5 -1 lines
Diff to previous 1.62 (colored)

Added some patches for Tru64 support, provided by Hrvoje Habjanic in
http://mail-index.netbsd.org/pkgsrc-users/2006/11/02/0003.html

Revision 1.62 / (download) - annotate - [select for diffs], Wed Oct 11 18:44:25 2006 UTC (5 years, 7 months ago) by rillig
Branch: MAIN
Changes since 1.61: +2 -1 lines
Diff to previous 1.61 (colored)

Fixed "test ==" and a few pkglint warnings.

Revision 1.61 / (download) - annotate - [select for diffs], Tue Oct 3 23:01:25 2006 UTC (5 years, 7 months ago) by schwarz
Branch: MAIN
Changes since 1.60: +3 -3 lines
Diff to previous 1.60 (colored)


added missing $NetBSD$ headers

Revision 1.60 / (download) - annotate - [select for diffs], Tue Oct 3 22:56:50 2006 UTC (5 years, 7 months ago) by schwarz
Branch: MAIN
Changes since 1.59: +18 -1 lines
Diff to previous 1.59 (colored)


added support for IRIX 5 and in particular the SGI IDO cc.
patches were discussed with Bryan Henderson, maintainer of the netpbm
code.

Revision 1.53.2.1 / (download) - annotate - [select for diffs], Mon Jun 26 07:06:34 2006 UTC (5 years, 11 months ago) by ghen
Branch: pkgsrc-2006Q1
Changes since 1.53: +7 -8 lines
Diff to previous 1.53 (colored) next main 1.54 (colored)

Pullup ticket 1711 - requested by salo
security update for netpbm

Revisions pulled up:
- pkgsrc/graphics/netpbm/Makefile		1.136, 1.137, 1.138, 1.142, 1.143
- pkgsrc/graphics/netpbm/distinfo		1.54, 1.56, 1.58, 1.59
- pkgsrc/graphics/netpbm/patches/patch-aa	1.37, 1.38
- pkgsrc/graphics/netpbm/patches/patch-ab	1.20
- pkgsrc/graphics/netpbm/patches/patch-ac	removed
- pkgsrc/graphics/netpbm/patches/patch-ag	removed
- pkgsrc/graphics/netpbm/patches/patch-ai	removed
- pkgsrc/graphics/netpbm/patches/patch-aj	removed
- pkgsrc/graphics/netpbm/patches/patch-ca	1.1

   Module Name:	pkgsrc
   Committed By:	tron
   Date:		Mon Apr  3 16:46:51 UTC 2006

   Modified Files:
	pkgsrc/graphics/netpbm: Makefile

   Log Message:
   Make sure all documentation files are installed world readable. Bump
   package revision because this change affects the binary package.
---
   Module Name:	pkgsrc
   Committed By:	tron
   Date:		Mon Apr  3 16:53:58 UTC 2006

   Modified Files:
	pkgsrc/graphics/netpbm: Makefile

   Log Message:
   Make last change work with IRIX's old fashioned "find" command.
---
   Module Name:	pkgsrc
   Committed By:	adam
   Date:		Mon Apr 17 08:11:17 UTC 2006

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

   Log Message:
   Changes 10.33:
   Add pamtosvg.

   g3topbm: Add -width, -paper_size.

   libnetpbm / most newer programs: Fix bug that produces
   plain format output when it should be raw because
   pnm_readpaminit() does not set 'plainformat' and most
   programs just copy the input pam to the output pam.

   pamflip: fix bug with left/right flip of PBM that has
   width an even multiple of 8 plus something less than 8.

   pnmquant: turn on autoflush when creating seekable file.

   install: fix symbolic link pnmdepth -> pamdepth.

   build: fix some importinc dependencies.
---
   Module Name:	pkgsrc
   Committed By:	jlam
   Date:		Wed May 10 17:19:00 UTC 2006

   Modified Files:
	pkgsrc/graphics/netpbm: distinfo
   Added Files:
	pkgsrc/graphics/netpbm/patches: patch-ca

   Log Message:
   On FreeBSD 4.x, <netinet/in.h> needs <sys/types.h> to be included first.
---
   Module Name:	pkgsrc
   Committed By:	minskim
   Date:		Sun Jun 18 16:18:11 UTC 2006

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

   Log Message:
   Build .dylib instead of .so on Darwin.  Bump PKGREVISION.
---
   Module Name:	pkgsrc
   Committed By:	adam
   Date:		Sun Jun 25 06:35:58 UTC 2006

   Modified Files:
	pkgsrc/graphics/netpbm: Makefile distinfo
	pkgsrc/graphics/netpbm/patches: patch-aa patch-ab
   Removed Files:
	pkgsrc/graphics/netpbm/patches: patch-ac patch-ag patch-ai patch-aj

   Log Message:
   This is a security update, which fixes a buffer overflow vulnerability.

   Changes 10.34:
   * Add pamthreshold, pamx, pamtoxvmini.
   * pammasksharpen: Add -threshold.
   * pnmtopng: make "N colors found" message verbose-only.
   * pnmtopng: make "no room in palette" message non-verbose.
   * picttoppm: Tolerate various PICT file corruptions.
   * picttoppm: Don't issue warning message when file named
     'fontdir' doesn't exist.
   * libnetpbm: Add ppmd_fill_path().
   * ppmtobmp: Fix for PBM input.
   * bmptopnm: Don't crash on BMP with no color map.
   * bmptopnm: Fix wrong file name in error messages.
   * ppmtogif: fix bug: always produces garbage output.
   * ppmtompeg: fix input from Standard Input.
   * pnmflip: fix bug: -rotate90, -rotate180, and -rotate270
     (and synonyms) don't work when followed by other rotation options.
   * ppmtoilbm: Fig bug: generates more planes than necessary.
   * pamtofits: fix buffer overflow in asembling header.
   * picttoppm: fix bug - interprets some images wrong because of
     bogus "rowBytes" value.
   * Redo asprintfN(), etc. so as not to use va_list in a way
     that doesn't work on some machines.
   * cameratopam: remove definition of memmem() so it doesn't collide
     with same in some C libraries.  Add memmemN() and MEMEQ to libnetpbm.
   * Fix build of filename.o.

Revision 1.59 / (download) - annotate - [select for diffs], Sun Jun 25 06:35:58 2006 UTC (5 years, 11 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.58: +6 -10 lines
Diff to previous 1.58 (colored)

This is a security update, which fixes a buffer overflow vulnerability.

Changes 10.34:
* Add pamthreshold, pamx, pamtoxvmini.
* pammasksharpen: Add -threshold.
* pnmtopng: make "N colors found" message verbose-only.
* pnmtopng: make "no room in palette" message non-verbose.
* picttoppm: Tolerate various PICT file corruptions.
* picttoppm: Don't issue warning message when file named
  'fontdir' doesn't exist.
* libnetpbm: Add ppmd_fill_path().
* ppmtobmp: Fix for PBM input.
* bmptopnm: Don't crash on BMP with no color map.
* bmptopnm: Fix wrong file name in error messages.
* ppmtogif: fix bug: always produces garbage output.
* ppmtompeg: fix input from Standard Input.
* pnmflip: fix bug: -rotate90, -rotate180, and -rotate270
  (and synonyms) don't work when followed by other rotation options.
* ppmtoilbm: Fig bug: generates more planes than necessary.
* pamtofits: fix buffer overflow in asembling header.
* picttoppm: fix bug - interprets some images wrong because of
  bogus "rowBytes" value.
* Redo asprintfN(), etc. so as not to use va_list in a way
  that doesn't work on some machines.
* cameratopam: remove definition of memmem() so it doesn't collide
  with same in some C libraries.  Add memmemN() and MEMEQ to libnetpbm.
* Fix build of filename.o.

Revision 1.58 / (download) - annotate - [select for diffs], Sun Jun 18 16:18:11 2006 UTC (5 years, 11 months ago) by minskim
Branch: MAIN
Changes since 1.57: +2 -2 lines
Diff to previous 1.57 (colored)

Build .dylib instead of .so on Darwin.  Bump PKGREVISION.

Revision 1.57 / (download) - annotate - [select for diffs], Sun May 14 16:39:05 2006 UTC (6 years ago) by wiz
Branch: MAIN
Changes since 1.56: +4 -1 lines
Diff to previous 1.56 (colored)

Add patches for some issues from the known-bugs page, including
one that should fix PR 33347 by martijn (build on amd64).

Bump PKGREVISION.

Revision 1.56 / (download) - annotate - [select for diffs], Wed May 10 17:19:00 2006 UTC (6 years ago) by jlam
Branch: MAIN
Changes since 1.55: +2 -1 lines
Diff to previous 1.55 (colored)

On FreeBSD 4.x, <netinet/in.h> needs <sys/types.h> to be included first.

Revision 1.55 / (download) - annotate - [select for diffs], Wed Apr 19 20:52:29 2006 UTC (6 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.54: +2 -2 lines
Diff to previous 1.54 (colored)

Use versioned png library. Bump PKGREVISION.

Revision 1.54 / (download) - annotate - [select for diffs], Mon Apr 17 08:11:17 2006 UTC (6 years, 1 month ago) by adam
Branch: MAIN
Changes since 1.53: +4 -5 lines
Diff to previous 1.53 (colored)

Changes 10.33:
Add pamtosvg.

g3topbm: Add -width, -paper_size.

libnetpbm / most newer programs: Fix bug that produces
plain format output when it should be raw because
pnm_readpaminit() does not set 'plainformat' and most
programs just copy the input pam to the output pam.

pamflip: fix bug with left/right flip of PBM that has
width an even multiple of 8 plus something less than 8.

pnmquant: turn on autoflush when creating seekable file.

install: fix symbolic link pnmdepth -> pamdepth.

build: fix some importinc dependencies.

Revision 1.53 / (download) - annotate - [select for diffs], Thu Mar 2 23:17:36 2006 UTC (6 years, 2 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base
Branch point for: pkgsrc-2006Q1
Changes since 1.52: +2 -1 lines
Diff to previous 1.52 (colored)

Fixed symbolic link to pamdepth

Revision 1.52 / (download) - annotate - [select for diffs], Mon Feb 27 22:01:16 2006 UTC (6 years, 2 months ago) by adam
Branch: MAIN
Changes since 1.51: +6 -8 lines
Diff to previous 1.51 (colored)

Changes 10.32:
* Add rlatopam.
* Add pgmmake.
* bmptopnm: Understands RLE4/RLE8 compressed BMP.
* pnmgamma: Add -bt709tosrgb -srgbtobt709, -bt709tolinear,
  -lineartobt709, -gamma, -rgamma, -ggamma, -bgamma (gammma
  values were formerly specified as parameters).
* pnmgamma: Rename -cieramp to -bt709ramp.
* ppmdraw: work on multi-image streams.
* anytopnm: add mime time image/x-ms-bmp for BMP
* pamchannel: works on multi-image streams.
* pamstack: works on multi-image streams.
* Convert pnmdepth to pamdepth.  Add multi-image stream
  capability.
* pamcut: works on multi-image streams.
* pnmtops: allow -flate and -rle together.
* pnmtops: overhaul of -psfilter output.
* pnmrotate: fine adjustment to arithmetic (rounding,
  pixel quantization).
* pbmtopsg3: Put currentfile ... in exec block.
* pbmtopsg3: Add missing /EndOfBlock.
* pnmtops: Don't claim EPSF if using setpagedevice.
* giftopnm: do "reading image sequence N" message only if
  being verbose.
* ppmtobmp, bmptopnm: major speed improvement for PBM.
* other

Revision 1.51 / (download) - annotate - [select for diffs], Thu Feb 23 17:37:01 2006 UTC (6 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.50: +2 -1 lines
Diff to previous 1.50 (colored)

Fix bug in xwdtopnm. Patch from Bryan Henderson via Jukka Salmi
on tech-pkg. Bump PKGREVISION.

Revision 1.50 / (download) - annotate - [select for diffs], Tue Feb 14 21:57:44 2006 UTC (6 years, 3 months ago) by adam
Branch: MAIN
Changes since 1.49: +2 -2 lines
Diff to previous 1.49 (colored)

Fix build on FreeBSD 6 (PR-32234)

Revision 1.45.2.1 / (download) - annotate - [select for diffs], Sun Feb 5 21:52:21 2006 UTC (6 years, 3 months ago) by salo
Branch: pkgsrc-2005Q4
Changes since 1.45: +2 -1 lines
Diff to previous 1.45 (colored) next main 1.46 (colored)

Pullup ticket 1084 - requested by Joerg Sonnenberger
netpbm bugfix

Revisions pulled up:
- pkgsrc/graphics/netpbm/Makefile		patch
- pkgsrc/graphics/netpbm/distinfo		patch
- pkgsrc/graphics/netpbm/patches/patch-ag	1.12

   Module Name:		pkgsrc
   Committed By:	joerg
   Date:		Thu Feb  2 17:01:17 UTC 2006

   Modified Files:
   	pkgsrc/graphics/netpbm: Makefile distinfo
   Added Files:
   	pkgsrc/graphics/netpbm/patches: patch-ag

   Log Message:
   Save a bunch of coredump message in my dmesg and allow groff to compile
   by fixing pnmtopng's opt parsing. Bump revision.

Revision 1.49 / (download) - annotate - [select for diffs], Sat Feb 4 12:23:55 2006 UTC (6 years, 3 months ago) by markd
Branch: MAIN
Changes since 1.48: +2 -2 lines
Diff to previous 1.48 (colored)

Fix build on Solaris.

Revision 1.48 / (download) - annotate - [select for diffs], Thu Feb 2 17:01:17 2006 UTC (6 years, 3 months ago) by joerg
Branch: MAIN
Changes since 1.47: +2 -1 lines
Diff to previous 1.47 (colored)

Save a bunch of coredump message in my dmesg and allow groff to compile
by fixing pnmtopng's opt parsing. Bump revision.

Revision 1.47 / (download) - annotate - [select for diffs], Thu Feb 2 16:04:35 2006 UTC (6 years, 3 months ago) by joerg
Branch: MAIN
Changes since 1.46: +2 -1 lines
Diff to previous 1.46 (colored)

Regen for patch-ad.

Revision 1.46 / (download) - annotate - [select for diffs], Mon Jan 16 15:17:02 2006 UTC (6 years, 4 months ago) by adam
Branch: MAIN
Changes since 1.45: +7 -8 lines
Diff to previous 1.45 (colored)

Changes 10.31:
* Bug fixes

Revision 1.45 / (download) - annotate - [select for diffs], Wed Oct 19 09:30:08 2005 UTC (6 years, 7 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base
Branch point for: pkgsrc-2005Q4
Changes since 1.44: +6 -10 lines
Diff to previous 1.44 (colored)

Changes 10.30:
Add pambayer.

Add pamrgbatopng.

Add pamtilt.  Thanks Gregg Townsend <gmt@cs.arizona.edu>.

pamtotiff: create from pnmtotiff.

pamtofits: create from pnmtofits.

pamaddnoise: crate from pnmaddnoise.

pamarith: Add -divide.

pammasksharpen: Add -sharpness.

pnmtopng: add -comp_mem_level, -comp_strategy, -comp_method,
-comp_window_bits, -comp_buffer_size.

pnmtopng: use Shhopt command line processor; replace
-chroma with -rgb, -phys with -size, -time with -modtime.

pnmremap: Handle multiple image stream.

xpmtoppm: Expand capacity from 2K character input lines to
8K character input lines.

libnetpbm: improved messages for "color xxx cannot be
represented precisely with maxval M"

libnetpbm color specification parsing:  Improve warning message
about rounding.

libnetpbm/everything: speed up ppm_writeppmrow() and
pgm_writepgmrow() by doing one fwrite per row instead of
a pgm_writerawsample() per sample.

pnmtopng: fix "meaningful bits" optimization of PGM so it
optimizes all the way instead of stopping at 4 bits.

pnmtopng: fix crash when no -alpha option, due to dereferencing
of undefined alpha_mask.

pnmtopng: fix bug: arbitrary color made transparent in
paletted PNG when nothing should be transparent.

pnmtops: bug: selects wrong Postscript level.

bmptopnm: Don't crash on BMP with no color map.

bmptopnm: Fix wrong file name in error messages.

ppmtowinicon: use REALLOCARRAY instead of arithmetic-overflowing
realloc().

anytopnm: fix bug: fails when 'file' database doesn't
have mime type but does have human-readable type.

manweb: recognize directory as not executable in search of PATH.

pgm_allocrow(), ppm_allocrow(), pnm_allocrow(): cure
arithmetic overflow.

libnetpbm: On plain formats, check for sample value exceeding
maxval.

libnetpbm: reject maxval > 65535 in "pam" functions.

pamarith: Use normalized libnetpbm facilities to get
proper accuracy.  Thanks Thomas Henlich
<http://sourceforge.net/users/thenlich/>.

pamarith: fix bug: shift functions don't work when maxvals
are not identical.

pamarith: fix rounding error on multiply.

pgmtexture: correct calculation of normalizing constants
for d > 1.  Thanks Marc Breithecker
<Marc.Breithecker@informatik.uni-erlangen.de>.

pnmnorm: fix divide by zero crash.

pnmnorm: fix bug that doesn't let you specify
-luminosity, -colorvalue, or -saturation.

ilbmtoppm: fix variable used before set.

pnmtofits: fix 16 bit sample values > 2**15.

pnmtopsnr: minor adjustments to messages.

pnmnorm: don't crash when wvalue == bvalue.  Thanks Thomas
<http://sourceforge.net/users/thenlich/>.

pnmnorm: fix rounding of output values.  Thanks Thomas
<http://sourceforge.net/users/thenlich/>.

pnmhisteq: Fix external map to have width maxval + 1 instead
of maxval, so full intensity input pixels map properly.

pnmhisteq: Fix -rmap.

Fix typos in error messages in various programs.

pgmmedian: change syntax to Netpbm standard.

pammasksharpen: fix signedness bug that caused random bright
pixels at edges.

pammasksharpen: fix bug with maxval != 255.

Clean up a bunch of function prototypes so some broken
compilers don't complain about missing "const" in them.

Remove dependency of pnmtops on basename().  It isn't in
some C libraries and we don't want to mess with linking
extra libraries.

Build of ppmsvgalib: work properly when LINUXSVGALIB is
a "default path" value such as "libvga.so".

Revision 1.44 / (download) - annotate - [select for diffs], Tue Sep 20 05:04:11 2005 UTC (6 years, 8 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.43: +4 -1 lines
Diff to previous 1.43 (colored)

Apply patches for the three 10.29 bugs listed on SourceForge we
hadn't already fixed. The list:

http://sourceforge.net/project/shownotes.php?group_id=5128&release_id=349291

The problems fixed in this PKGREVISION bump:

* pnmtopng: can crash due to wild pointer if you don't use the
    -alpha option.
* pammasksharpen:  Multiple bugs cause it to produce incorrect
    output.
* pnmhisteq: -rmap doesn't work.

Addresses my own PR pkg/31314, with thanks to Nathan Arthur for
bringing these patches to my attention.

Revision 1.43 / (download) - annotate - [select for diffs], Wed Aug 31 19:47:53 2005 UTC (6 years, 8 months ago) by reed
Branch: MAIN
Changes since 1.42: +2 -1 lines
Diff to previous 1.42 (colored)

Add patch that fixes
error: invalid lvalue in assignment
in editor/pnmaddnoise.c.

This was noticed on DragonFly with gcc 3.4.5.
Found idea from DarwinPorts.
Also tested on NetBSD 2.0.2 (gcc 3.3.3) and Linux (gcc 3.3.5).

I do not know if this is improved in netpbm upstream yet.

Okay'ed by maintainer.

Revision 1.42 / (download) - annotate - [select for diffs], Wed Aug 31 08:04:58 2005 UTC (6 years, 8 months ago) by jlam
Branch: MAIN
Changes since 1.41: +2 -2 lines
Diff to previous 1.41 (colored)

Using the included jasper library is a total crapshoot because netpbm
strips out the logic that determines which integer types are available,
and yet building the jasper library relies on those integer types to
be correctly provided.  Just punt on the whole thing and use the
graphics/jasper dependency instead.  This fixes building netpbm on
Solaris and older versions of FreeBSD.

Bump the PKGREVISION to 1.  The jasper library is only linked into two
executables, so there is no need to do a recursive PKGREVISION bump.

Revision 1.41 / (download) - annotate - [select for diffs], Mon Aug 22 11:59:31 2005 UTC (6 years, 9 months ago) by adam
Branch: MAIN
Changes since 1.40: +7 -8 lines
Diff to previous 1.40 (colored)

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).

Revision 1.40 / (download) - annotate - [select for diffs], Sun Aug 21 04:47:24 2005 UTC (6 years, 9 months ago) by grant
Branch: MAIN
Changes since 1.39: +4 -2 lines
Diff to previous 1.39 (colored)

fix build on Solaris:

- use graphics/jasper instead of built-in jasper which has little hope
  of building on Solaris
- use putenv() instead of setenv()
- fix abuse of _XOPEN_SOURCE

no PKGREVISION bump as no dependency change except on Solaris, where
this didn't build before.

Revision 1.35.2.2 / (download) - annotate - [select for diffs], Sun Aug 7 05:03:33 2005 UTC (6 years, 9 months ago) by snj
Branch: pkgsrc-2005Q2
Changes since 1.35.2.1: +6 -5 lines
Diff to previous 1.35.2.1 (colored) to branchpoint 1.35 (colored) next main 1.36 (colored)

Pullup ticket 666 - requested by Lubomir Sedlacik
security update for netpbm

Revisions pulled up:
- pkgsrc/graphics/netpbm/Makefile		1.116, 1.119, 1.120
- pkgsrc/graphics/netpbm/distinfo		1.36, 1.38, 1.39
- pkgsrc/graphics/netpbm/patches/patch-ad	removed
- pkgsrc/graphics/netpbm/patches/patch-af	1.9
- pkgsrc/graphics/netpbm/patches/patch-ag	1.8
- pkgsrc/graphics/netpbm/buildlink3.mk		1.6

    Module Name:    pkgsrc
    Committed By:   adam
    Date:           Thu Jun 30 14:55:13 UTC 2005

    Modified Files:
            pkgsrc/graphics/netpbm: Makefile distinfo
    Removed Files:
            pkgsrc/graphics/netpbm/patches: patch-ad

    Log Message:
    Changes 10.26.11:
    * Fixed memory problem in pamcomp
    Changes 10.26.10:
    * Fixed: jpeg2ktopam, rle_open: ppmtompeg
----
    Module Name:    pkgsrc
    Committed By:   adam
    Date:           Tue Jul 26 14:34:53 UTC 2005

    Modified Files:
            pkgsrc/graphics/netpbm: Makefile distinfo

    Log Message:
    Changes 10.26.12:
    * ppmtompeg: fix uname() rc test (sometimes > 0 is success)
    * Fix bytesToWordInt()
----
    Module Name:    pkgsrc
    Committed By:   salo
    Date:           Sat Aug  6 14:07:07 UTC 2005

    Modified Files:
            pkgsrc/graphics/netpbm: Makefile buildlink3.mk distinfo
    Added Files:
            pkgsrc/graphics/netpbm/patches: patch-af patch-ag

    Log Message:
    Update to version 10.28

    - security fix for SA16184, patch from Debian

    Changes:
    - ppmtompeg: fix insecure temp file creation
    - jpeg2000: don't do unsafe temporary files
    - add cameratopam (Dave Coffin's dcraw)
    - various other bugfixes

Revision 1.39 / (download) - annotate - [select for diffs], Sat Aug 6 14:07:07 2005 UTC (6 years, 9 months ago) by salo
Branch: MAIN
Changes since 1.38: +6 -4 lines
Diff to previous 1.38 (colored)

Update to version 10.28

- security fix for SA16184, patch from Debian

Changes:
- ppmtompeg: fix insecure temp file creation
- jpeg2000: don't do unsafe temporary files
- add cameratopam (Dave Coffin's dcraw)
- various other bugfixes

Revision 1.38 / (download) - annotate - [select for diffs], Tue Jul 26 14:34:53 2005 UTC (6 years, 10 months ago) by adam
Branch: MAIN
Changes since 1.37: +4 -4 lines
Diff to previous 1.37 (colored)

Changes 10.26.12:
* ppmtompeg: fix uname() rc test (sometimes > 0 is success)
* Fix bytesToWordInt()

Revision 1.35.2.1 / (download) - annotate - [select for diffs], Sat Jul 2 07:12:05 2005 UTC (6 years, 10 months ago) by snj
Branch: pkgsrc-2005Q2
Changes since 1.35: +2 -2 lines
Diff to previous 1.35 (colored)

Pullup ticket 581 - requested by Min Sik KIm
portability fix for netpbm

Revisions pulled up:
- pkgsrc/graphics/netpbm/Makefile		1.117
- pkgsrc/graphics/netpbm/distinfo		1.37 via patch
- pkgsrc/graphics/netpbm/patches/patch-aa	1.31

    Module Name:     pkgsrc
    Committed By:    minskim
    Date:            Thu Jun 30 15:58:59 UTC 2005

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

    Log Message:
    Do not build fiasco on Darwin-8.x, where it causes a bus error.  This
    should be OK since the netpbm Makefile has the following:

      # Fiasco has some special requirements that make it fail to compile on
      # some systems, and since it isn't very important, just set this to "N"
      # and skip it on those systems unless you want to debug it and fix it.
      BUILD_FIASCO = Y

Revision 1.37 / (download) - annotate - [select for diffs], Thu Jun 30 15:58:59 2005 UTC (6 years, 10 months ago) by minskim
Branch: MAIN
Changes since 1.36: +2 -2 lines
Diff to previous 1.36 (colored)

Do not build fiasco on Darwin-8.x, where it causes a bus error.  This
should be OK since the netpbm Makefile has the following:

  # Fiasco has some special requirements that make it fail to compile on
  # some systems, and since it isn't very important, just set this to "N"
  # and skip it on those systems unless you want to debug it and fix it.
  BUILD_FIASCO = Y

Revision 1.36 / (download) - annotate - [select for diffs], Thu Jun 30 14:55:13 2005 UTC (6 years, 10 months ago) by adam
Branch: MAIN
Changes since 1.35: +4 -5 lines
Diff to previous 1.35 (colored)

Changes 10.26.11:
* Fixed memory problem in pamcomp
Changes 10.26.10:
* Fixed: jpeg2ktopam, rle_open: ppmtompeg

Revision 1.35 / (download) - annotate - [select for diffs], Tue May 24 07:53:54 2005 UTC (7 years ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base
Branch point for: pkgsrc-2005Q2
Changes since 1.34: +5 -4 lines
Diff to previous 1.34 (colored)

Changes 10.26.9:
* libnetpbm: fix crash with -builtin=fixed
* pbmtoppa: fix floating point exception
Changes 10.26.8:
* pnmgamma: Correct math in -srgbramp
* ppmshadow: fix blurring
Pkgsrc:
* fixed problem on DragonFly (courtesy of Joerg Sonnenberger)

Revision 1.34 / (download) - annotate - [select for diffs], Tue Apr 5 08:09:36 2005 UTC (7 years, 1 month ago) by adam
Branch: MAIN
Changes since 1.33: +4 -4 lines
Diff to previous 1.33 (colored)

Changes 10.26.7:
* pnmtopclxl: fix bug with invalid palette in SetColorSpace command
* ppmcolormask: fix segfault with stdin input
* pnmquant: accept -quiet option

Revision 1.33 / (download) - annotate - [select for diffs], Fri Mar 25 10:35:57 2005 UTC (7 years, 2 months ago) by adam
Branch: MAIN
Changes since 1.32: +4 -4 lines
Diff to previous 1.32 (colored)

Changes 10.26.6:
* Fixes in pnmquant, pamfunc, pamscale

Revision 1.32 / (download) - annotate - [select for diffs], Thu Feb 24 08:45:10 2005 UTC (7 years, 3 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.31: +2 -1 lines
Diff to previous 1.31 (colored)

Add RMD160 digests

Revision 1.31 / (download) - annotate - [select for diffs], Thu Feb 17 11:36:01 2005 UTC (7 years, 3 months ago) by adam
Branch: MAIN
Changes since 1.30: +5 -5 lines
Diff to previous 1.30 (colored)

Changes 10.26.3:
* pnmremap: fix rounding error where map maxval is small
  and unequal to image maxval.
* ppmtompeg: fix compile failures on "no parallel" builds
  and where prototypes don't match definitions in bitio.c.

Changes 10.26.2:
* Build: handle zlib prerequisite of tiff library.
* giftopnm: fix crash with input that has bogus color indices
  in the raster.
* giftopnm: fix crash with input that has a bogus minimum code
  length field.
* pnmtopalm: fix padding with -offset.
* pnmtopalm: fix compressed images.  use 0 compressed size
  field - not totally correct, but passable.
* palmtopnm: fix incorrect handling of some combinations of
  PALM_IS_COMPRESSED flag and compression type field.
* palmtopnm: fix totally broken RLE and scanline compression.
* palmtopnm: fix wrong check for disallowed combination of
  -transparent and -rendition.

Revision 1.30 / (download) - annotate - [select for diffs], Tue Jan 18 14:16:20 2005 UTC (7 years, 4 months ago) by adam
Branch: MAIN
Changes since 1.29: +7 -10 lines
Diff to previous 1.29 (colored)

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.

Revision 1.29 / (download) - annotate - [select for diffs], Fri Jan 7 13:28:21 2005 UTC (7 years, 4 months ago) by adam
Branch: MAIN
Changes since 1.28: +3 -3 lines
Diff to previous 1.28 (colored)

Changes 10.18.18:
* palmtopnm: fix bug in handling of multi-image streams
* pnmtopalm: fix bugs in computation of nextDepthOffset
* pamtotga: fix crash due to uninitialized "id" field in TGA header
* pamtotga: fix TGA pixel size for TGA with alpha

Revision 1.28 / (download) - annotate - [select for diffs], Thu Dec 2 12:35:36 2004 UTC (7 years, 5 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.27: +3 -3 lines
Diff to previous 1.27 (colored)

Changes 10.18.17:
* pnmtoxwd: fix endianness on little-endian machines
* pnmtoxwd: include 256 colour map in direct colour instead of zero
* pnmtoxwd: fix bug: doesn't work if you specify an option

Revision 1.27 / (download) - annotate - [select for diffs], Fri Oct 22 03:59:24 2004 UTC (7 years, 7 months ago) by minskim
Branch: MAIN
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored)

Regen.

Revision 1.26 / (download) - annotate - [select for diffs], Thu Oct 21 20:45:52 2004 UTC (7 years, 7 months ago) by tv
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored)

Make this work on Interix.

Revision 1.25 / (download) - annotate - [select for diffs], Fri Oct 1 12:56:33 2004 UTC (7 years, 7 months ago) by adam
Branch: MAIN
Changes since 1.24: +3 -3 lines
Diff to previous 1.24 (colored)

Changes 10.18.15:
* ppmtowinicon: fix bug: crash on 32 bit images
* Add  makeman to build tools

Revision 1.24 / (download) - annotate - [select for diffs], Fri Aug 6 09:46:19 2004 UTC (7 years, 9 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3
Changes since 1.23: +3 -3 lines
Diff to previous 1.23 (colored)

Changes 10.18.14:
* make error message instaed of invalid output for -plain global option on
  a "pam" program
* pnmtojpeg: fix bug with large exif files (negative malloc)
* ppntowinicon: fix bogus "out of memory" failre

Revision 1.22.2.1 / (download) - annotate - [select for diffs], Tue Jul 13 14:05:26 2004 UTC (7 years, 10 months ago) by agc
Branch: pkgsrc-2004Q2
Changes since 1.22: +2 -1 lines
Diff to previous 1.22 (colored) next main 1.23 (colored)

Pullup ticket 52 to the pkgsrc-2004Q2 branch, requested by Grant Beattie.

Fix netpbm build on Solaris (and thereby fix a number of other packages)

	Module Name:    pkgsrc
	Committed By:   grant
	Date:           Sat Jul 10 13:29:35 UTC 2004

	Modified Files:
		pkgsrc/graphics/netpbm: distinfo
	Added Files:
		pkgsrc/graphics/netpbm/patches: patch-ag

	Log Message:
	the "pgmramp" program included in this package needs to be linked
	against libm for fabs().

	this is the same fix as is already in netpbm-latest.

Revision 1.23 / (download) - annotate - [select for diffs], Sat Jul 10 13:29:34 2004 UTC (7 years, 10 months ago) by grant
Branch: MAIN
Changes since 1.22: +2 -1 lines
Diff to previous 1.22 (colored)

the "pgmramp" program included in this package needs to be linked
against libm for fabs().

this is the same fix as is already in netpbm-latest.

Revision 1.22 / (download) - annotate - [select for diffs], Thu May 20 08:41:07 2004 UTC (8 years ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base
Branch point for: pkgsrc-2004Q2
Changes since 1.21: +3 -3 lines
Diff to previous 1.21 (colored)

Changes 10.18.13:
* ppmtompeg: fix crash with input that is not a multiple of 16 pixels high
  and wide
* pamtotga: fix crash due to freeing nonexistent color table
* pamtotga: fix bug: invalid TGA when you use -rgb with a non-color input
* pgmtopbm: fix calculations that divide by maxval+1; should divide by maxval
* pbm_readpbmrowpacked(): Fix bug: ORs bits into return value instead of
  setting them

Revision 1.21 / (download) - annotate - [select for diffs], Mon May 3 16:42:47 2004 UTC (8 years ago) by fredb
Branch: MAIN
Changes since 1.20: +2 -1 lines
Diff to previous 1.20 (colored)

Don't play games with the featureset macros on NetBSD. This patch fixes the
build on NetBSD 2.0E/mac68k, also works fine on NetBSD 1.6.2_STABLE/i386.

Revision 1.20 / (download) - annotate - [select for diffs], Thu Apr 29 08:02:39 2004 UTC (8 years ago) by adam
Branch: MAIN
Changes since 1.19: +6 -6 lines
Diff to previous 1.19 (colored)

Changes 10.18.12:
* Don't try to install pm_gamma (which does not exist in this level)
* pamflip: fix bug with random memory accesses due to signed/unsigned comparison

Changes 10.18.11:
* pnmtopng: fix bug with -transparent

Changes 10.18.10:
* Include pm_system.h, pm_gamma.h in install package
* Fix the ftell/ftello distinction for many platforms
* ppmtogif: Don't violate array bounds when GIF color map is larger
  than internal color map.
* yuvsplittoppm: Fix -ccir601 option
* ppmtomap: Change #/bin/sh to #!/bin/sh

Changes 10.18.9:
* ppmtobmp: Fix bug: Generates invalid bits per pixel (e.g. 3) when input
  image has small number of colors
* pbmtog3: fix buffer overrun when image > 1728 columns
* pnmtotiffcmyk:  Correct abs to fabs so -theta works
* sldtoppm: Correct abs to fabs
* pgmramp: Correct abs to fabs so -rectangle and -ellipse work
* pgmramp: Don't crash with -rectangle and height or width = 1
* pnmtojpeg: interpret "length" field in exif data as unsigned 16 bit
  instead of signed.
* ppmforge: Correct abs to fabs so the planet is more than 2 pixels wide

Changes 10.18.8:
* pnmrotate: fix bug: always crashes in memory free
* pnmrotate: remove debugging messages

Changes 10.18.7:
* ppmshadow: Fix crash in all invocations
* pnmquant: Fix bug wherein all options are rejected

Changes 10.18.6:
* Add default RPATHOPT = rpath setting to Makefile.config.in
* Add stdlib.h and pm_config.h to mallocvar.h
* lib/Makefile: $(LIBNETPBMSUFFIX) instead of .so
* fitstopnm: Don't produce maxval 0

Changes 10.18.5:
* pnmtopng: fix bug with array bounds violation with -alpha
  Usual symptom: "internal inconsistency" message

Changes 10.18.4:
* anytopnm: Remove "function" so it works on FreeBSD

Changes 10.18.3:
* Fix stack corruption in pXm_check() on systems that have both 32 and 64 bit
  file offsets

Changes 10.18.2:
* installnetpbm: don't crash on mkdir on old Perl
* bmptopnm: fix bug with BMPs that end prematurely

Changes 10.11.15:
* Bmptopnm goes into an infinite loop if you give it a BMP file that ends
  prematurely.  The bug is in the way the program interprets the return code
  from fread() in readrow().  You can get the fix from the 10.18.1-10.18.2 diff.
* xwdtopnm: Doesn't work with at least one direct color 24 bits-per-pixel
  xwd generated by Xfree86's Xwd.
* ppmquant does not choose the best set of colors.  pnmquant does, though.
* giftopnm doesn't understand GIFs with the same color both transparent and
  opaque.

pnmtopng -alpha fails with "internal inconsistency detected" message
Changes 10.11.14:
* pstopnm: fix bug in which Standard Input never works
* ppmtobmp: change 'char' to 'unsigned char' to work around a Solaris C library   bug
* ppmtobmp: handle maxval properly for maxval != 256 truecolor BMP

Changes 10.11.13:
* Explicitly set SCRIPTS make variable to null so environment
  variable of the same name doesn't screw things up.
* stamp_date: don't use LOGNAME as a variable (on AIX, you can't).
* configure: put space after -o in test compiles.
* ppmtompeg: adjust header files in parallel.c so it compiles on AIX

Changes 10.11.12:
* pnmpsnr: fix bug: Cr and Cb interchanged
* Fix crash in pnmstitch

Changes 10.11.10:
* Declare internal subroutines in pgmabel as 'static' so they don't conflict
  with some C libraries

Changes 10.11.9:
* pstopnm: fix bug: encapsulated postscript confused with regular postscript,
  so all pages get overlaid as one page

Revision 1.19 / (download) - annotate - [select for diffs], Mon Mar 22 15:52:35 2004 UTC (8 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.18: +2 -1 lines
Diff to previous 1.18 (colored)

Add a patch that disables optimization for one file; otherwise
an ICE would result with gcc-3.3.x on sparc64.  See PR 23124.
Patch from jdc@.

Revision 1.18 / (download) - annotate - [select for diffs], Sun Sep 7 17:22:15 2003 UTC (8 years, 8 months ago) by jschauma
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.17: +4 -2 lines
Diff to previous 1.17 (colored)

Make this compile on Irix.
(use 'ar rs' instead of ranlib on Irix, don't use '-fPIC', make sure
strdup is properly prototyped)

Revision 1.17 / (download) - annotate - [select for diffs], Wed Jun 11 07:10:46 2003 UTC (8 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

Remove useless "No newline at end of file" chunk that is bound to make trouble.

Revision 1.16 / (download) - annotate - [select for diffs], Wed Jun 11 06:59:26 2003 UTC (8 years, 11 months ago) by tron
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

Fix build problems under Mac OS X. The patch was contributed by
Richard Grace in private e-mail.

Revision 1.15 / (download) - annotate - [select for diffs], Mon Apr 28 16:24:33 2003 UTC (9 years ago) by tron
Branch: MAIN
Changes since 1.14: +3 -3 lines
Diff to previous 1.14 (colored)

Update "netpbm" package to version 10.11.8. Change since version 10.11.6:
- pbmtoepsi: fix bug: non six-digit lines between
  %%BeginPreview: ... and %%EndImage .
- pnmtops: fix bug: 1 bit per sample output when maxval is 2 or 3.
  Should be 4 bits per sample.
- pnmtops: fix bug: everything too dark when input maxval less
  than Postscript maxval.
This fixes PR pkg/21271 by Dave Camp.

Revision 1.14 / (download) - annotate - [select for diffs], Fri Apr 11 22:45:56 2003 UTC (9 years, 1 month ago) by cjep
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

Remove last hunk of patch-aa to fix build problem on 1.5.2.

Revision 1.13 / (download) - annotate - [select for diffs], Fri Mar 21 08:30:48 2003 UTC (9 years, 2 months ago) by tron
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

Fix "zlib" configuration in "Makefile.common" so that PNG tools get built.
Bump package revision to reflect this change. This patch was contributed
by Christopher Richards in PR pkg/20809.

Revision 1.12 / (download) - annotate - [select for diffs], Tue Mar 18 12:11:56 2003 UTC (9 years, 2 months ago) by tron
Branch: MAIN
Changes since 1.11: +5 -7 lines
Diff to previous 1.11 (colored)

Update "netpbm" package to latest stable version 10.11.6. Numerous bugs
have been fixed and a lot of features have been added since version 9.25.

Revision 1.11 / (download) - annotate - [select for diffs], Sun Aug 25 18:39:19 2002 UTC (9 years, 9 months ago) by jlam
Branch: MAIN
CVS Tags: netbsd-1-6-1-base, netbsd-1-6-1
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.  This provides sufficient
buildlink2 infrastructure to start merging other packages from the
buildlink2 branch that have already been converted to use the buildlink2
framework.

Revision 1.8.2.3 / (download) - annotate - [select for diffs], Thu Aug 22 11:11:35 2002 UTC (9 years, 9 months ago) by jlam
Branch: buildlink2
Changes since 1.8.2.2: +2 -1 lines
Diff to previous 1.8.2.2 (colored) next main 1.9 (colored)

Merge changes from pkgsrc-current into the buildlink2 branch for the
packages that have buildlink2.mk files.

Revision 1.10 / (download) - annotate - [select for diffs], Tue Jul 2 01:47:52 2002 UTC (9 years, 10 months ago) by kristerw
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6, buildlink2-base
Changes since 1.9: +2 -1 lines
Diff to previous 1.9 (colored)

Make this build on NetBSD-1.4 a.out.

Revision 1.8.2.2 / (download) - annotate - [select for diffs], Mon Jun 24 06:03:43 2002 UTC (9 years, 11 months ago) by jlam
Branch: buildlink2
Changes since 1.8.2.1: +2 -2 lines
Diff to previous 1.8.2.1 (colored)

Simplify some patches and remove others now that buildlink2 does most of
the work.

Revision 1.8.2.1 / (download) - annotate - [select for diffs], Sun Jun 23 18:46:49 2002 UTC (9 years, 11 months ago) by jlam
Branch: buildlink2
Changes since 1.8: +3 -2 lines
Diff to previous 1.8 (colored)

Merge from pkgsrc-current to buildlink2 branch.

Revision 1.9 / (download) - annotate - [select for diffs], Tue May 14 18:03:18 2002 UTC (10 years ago) by tron
Branch: MAIN
Changes since 1.8: +3 -2 lines
Diff to previous 1.8 (colored)

Fix build problems on older "a.out" system. Based on patches supplied by
Greg A. Woods in PR pkg/16030.

Revision 1.8 / (download) - annotate - [select for diffs], Mon May 6 11:46:21 2002 UTC (10 years ago) by tron
Branch: MAIN
Branch point for: buildlink2
Changes since 1.7: +3 -2 lines
Diff to previous 1.7 (colored)

Fix build problems under Solaris. The necessary patches were contributed
by Lubomir Sedlacik in PR pkg/16554.

Revision 1.7 / (download) - annotate - [select for diffs], Wed Mar 20 12:42:11 2002 UTC (10 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH003
Changes since 1.6: +2 -3 lines
Diff to previous 1.6 (colored)

Fix compilation on 1.4.x, and remove a patch that was still referencing
libtool.

Revision 1.6 / (download) - annotate - [select for diffs], Fri Mar 15 11:04:29 2002 UTC (10 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.5: +5 -5 lines
Diff to previous 1.5 (colored)

Update to 9.25:
Changes since 9.24:
Add pamdice, pnmnorm (replacing ppmnorm and pgmnorm), convert bmptoppm
to bmptopnm, and some bug fixes and enhancements.

Revision 1.5 / (download) - annotate - [select for diffs], Thu Mar 14 22:21:42 2002 UTC (10 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.4: +5 -13 lines
Diff to previous 1.4 (colored)

Update to 9.24.
pkgsrc changes:
Don't use libtool any longer to reduce patches.
Add USE_PERL, since 4 scripts depend on it.
program changes:
Lots of new converters/modification programs and scripts, e.g. pbmtonokia,
ppmtolj, and pnmtopalm. Better alpha support.
Also, lots of bug fixes.

Revision 1.4 / (download) - annotate - [select for diffs], Tue Jun 19 04:21:32 2001 UTC (10 years, 11 months ago) by jlam
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

Regen.

Revision 1.3 / (download) - annotate - [select for diffs], Sat Jun 16 19:50:57 2001 UTC (10 years, 11 months ago) by jlam
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

Convrt to use buildlink.mk.

Revision 1.2 / (download) - annotate - [select for diffs], Sat Apr 21 09:54:21 2001 UTC (11 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.1: +3 -2 lines
Diff to previous 1.1 (colored)

Move to sha1 digests, and/or add distfile sizes.

Revision 1.1 / (download) - annotate - [select for diffs], Tue Apr 17 11:24:58 2001 UTC (11 years, 1 month ago) by agc
Branch: MAIN

+ move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>