summaryrefslogtreecommitdiff
path: root/graphics/netpbm/patches/patch-ac
AgeCommit message (Collapse)AuthorFilesLines
2006-10-03added missing $NetBSD$ headersschwarz1-0/+2
2006-10-03added support for IRIX 5 and in particular the SGI IDO cc.schwarz1-0/+20
patches were discussed with Bryan Henderson, maintainer of the netpbm code.
2006-06-25This is a security update, which fixes a buffer overflow vulnerability.adam1-18/+0
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.
2005-01-18Changes 10.26.1:adam1-4/+4
* 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.
2003-03-18Update "netpbm" package to latest stable version 10.11.6. Numerous bugstron1-3/+3
have been fixed and a lot of features have been added since version 9.25.
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam1-1/+1
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.
2002-05-14Fix build problems on older "a.out" system. Based on patches supplied bytron1-0/+18
Greg A. Woods in PR pkg/16030.
2002-03-20Fix compilation on 1.4.x, and remove a patch that was still referencingwiz1-13/+0
libtool.
2002-03-15Update to 9.25:wiz1-3/+3
Changes since 9.24: Add pamdice, pnmnorm (replacing ppmnorm and pgmnorm), convert bmptoppm to bmptopnm, and some bug fixes and enhancements.
2002-03-14Update to 9.24.wiz1-4/+4
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.
2000-05-17Update "netpbm" package to version 9.2. There are too many changes andtron1-113/+10
bug fixes to list here. Main new features are shared libraries, JPEG and JBIG support.
1999-01-10Major cleanup of "netpbm" package based on patches supply bytron1-31/+114
John F. Woods in PR pkg/6763 and Rob Windsor in PR pkg/6779.
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-06-21Add patches to make this package build on alpha supplied by Tim Rightnourtron1-18/+8
in PR pkg/5630.
1998-05-19Don't hardcode /usr/pkg in the Makefile - use the value of ${LOCALBASE},agc1-1/+1
passed through the environment. Pointed out by Manuel Bouyer.
1997-12-31Update to more current version;hubertf1-28/+41
fixes PR 4737 by Matthias Scheler <tron@lyssa.owl.de>.
1997-10-15Initial import of FreeBSD's netpbm port into the NetBSDagc1-0/+28
packages system.