summaryrefslogtreecommitdiff
path: root/graphics/netpbm
AgeCommit message (Collapse)AuthorFilesLines
2001-01-14Make this package work under Solaris.tron3-9/+24
2001-01-14Set "${CC}" in make environment.tron1-1/+2
2001-01-11Update HOMEPAGE.dent1-2/+2
2001-01-10Regen for patches -ah - -ak.bad1-1/+5
2001-01-10The fiasco libraries need to be ranlib'ed.bad4-0/+56
2001-01-08Don't add VERS to PLIST_SUBST, since it's not used any longer.wiz1-5/+2
2001-01-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc1-3/+11
out of date - it was based on a.out OBJECT_FMT, and added entries in the generated PLISTs to reflect the symlinks that ELF packages uses. It also tried to be clever, and removed and recreated any symbolic links that were created, which has resulted in some fun, especially with packages which use dlopen(3) to load modules. Some recent changes to our ld.so to bring it more into line with other Operating Systems also exposed some cracks. + Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain the ELF symlinks. + Don't mess about with file system entries when handling shared objects in bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will have got it right, and have a much better idea than we do. + Modify PLISTs to contain "ELF symlinks" + On a.out platforms, delete any "ELF symlinks" from the generated PLISTs + On ELF platforms, no extra processing needs to be done in bsd.pkg.mk + Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on a.out platforms + Update the documentation in Packages.txt With many thanks to Thomas Klausner for keeping me honest with this.
2000-11-11Use "${MASTER_SITE_SOURCEFORGE}".tron1-2/+2
2000-08-10Update to 9.7.wiz6-36/+46
Changes: Many bugfixes, new pam file format.
2000-07-10Update to netpbm-9.5.wiz10-286/+73
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.
2000-06-24forgot to cvs add this file before previous commit...dmcmahill1-0/+11
2000-06-24Replace an incorrectly hardcoded X11 path with X11BASE. This addressesdmcmahill2-2/+7
PR 10432 from Takahiro Kambe
2000-06-05remove comment overlooked in last commitwiz1-2/+1
2000-06-05 * Set LIBOPT to something really existing (${ECHO} is a shell builtinhubertf4-10/+62
now, and as such can't be used as a file dependency in make(1)). * Don't force anyone to have "." in his $PATH
2000-06-05Update to 9.3.wiz7-90/+115
Use USE_LIBTOOL instead of USE_PKGLIBTOOL. Changes since 9.2: o pnmfile: check for file size error. o ppmhist: handle larger maxvals, image sizes o xwdtopnm: Use color map with DirectColor to fix wrong color bug on some DirectColor xwds. o xwdtopnm: Correct bug with 24/32 DirectColor LSBfirst xwds. o Add pXmcheck() library function. o Add leaftoppm and ppmtoleaf. Thanks Bill O'Donnell. o Add winicontoppm and ppmtowinicon. Thanks Lee Benfield. o Add pgmslice. Thanks to Jos Dingjan. o Include subset of RLE library in the package. o stamp-date doesn't rely on whoami. o Make file fixes to accomodate more install programs. o Replace tmpnam() with mkstemp(). o Add pXm_init() into all programs that didn't have it.
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh1-2/+2
Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages.
2000-05-20Compile this package without optimization under arm32 port because "egcs"tron1-1/+7
crashes otherwise.
2000-05-17Installing header file "shhopt.h" so that building 3rd party PBMtron2-2/+6
applications will work.
2000-05-17Add homepage URL.tron1-1/+2
2000-05-17Update "netpbm" package to version 9.2. There are too many changes andtron35-4297/+287
bug fixes to list here. Main new features are shared libraries, JPEG and JBIG support.
2000-03-21Because the minor of "libpng" was bumped we must sure that packagestron1-2/+2
compiled for the update "png" package depend on it.
2000-02-09Use "png>=1.0.3" instead of "png-*" in dependence list.tron1-2/+2
2000-02-09Use wildcard dependence for "png" package.tron1-2/+2
2000-01-04upgraded pnmtopng part of netpbm from 2.37.2 to 2.37.3.wiz2-5/+5
Changes: Version 2.37.3 fixes a minor bug w.r.t. error exits and generally does cleaner error exits (close files, etc.)
1999-10-08* Remove redundant dependency on jpegjlam5-21/+21
* Update dependency on tiff * Fixes for paths to find libraries and includes
1999-10-08Change to use wildcard dependency on tiff.jlam1-2/+2
1999-10-07Remove me as maintainer of those packages.tron1-2/+2
1999-07-25Fix run time library path. Patches supplied by Dave Huang in PR pkg/8071.tron3-8/+8
1999-07-09Add package patch-sum filesagc1-0/+33
1999-06-03This has been broken forever. In order to compile other pbm programschristos2-6/+8
using the includes and the libraries in the pkg you need to include pbmplus.h... fix the Makefile to install it and add it to the plist.
1999-06-03Compensate for png addon layout change.christos1-2/+2
1999-06-03pnmtopng-2.37.1 does not exist anymore. Upgrade to 2.37.2.christos2-4/+4
1999-04-07Make sure that other users can read all the files in the distribution,agc1-1/+2
otherwise strange problems can ensue when installing.
1999-03-04Update dependence for "png" package.tron1-2/+2
1999-02-20Fix CONFLICTS (remove redundancy, mostly)hubertf1-3/+1
1999-01-10Major cleanup of "netpbm" package based on patches supply bytron39-716/+1202
John F. Woods in PR pkg/6763 and Rob Windsor in PR pkg/6779.
1998-11-30Nuke extraneous /.tv1-2/+2
1998-11-13pkglint: move CONFLICTS after DEPENDS.frueauf1-3/+3
1998-11-12Install includes and link libraries as suggested by Tero Kivinen intron2-2/+16
PR pkg/6429.
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc30-0/+60
1998-07-15Add well known fixes for "netpbm-1mar1994" supplied by John F. Woodstron27-1/+3554
in PR pkg/5723.
1998-07-15Update libpng to 1.0.2. Works with all dependent pkgs I have testedtv1-2/+2
(everything but ImageMagick, gs5, and xemacs20). The API hasn't changed much, say the install instructions, but it isn't binary compatible--bump shlib version to 1.0.
1998-07-04Update libjpeg to v6b.mycroft1-2/+2
1998-07-04Add a CONFLICTS line.mycroft1-1/+3
1998-07-04Change the name of this package to have a sortable date.mycroft1-2/+2
1998-06-21Add patches to make this package build on alpha supplied by Tim Rightnourtron2-18/+18
in PR pkg/5630.
1998-06-21Automanpage handling.tv1-49/+1
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.
1998-04-22Remove the old deprecated DEPENDS definition from bsd.pkg.mk.agc1-4/+4
Implement a new DEPENDS definition, which looks for an installed package, building it if not present, and use it in preference to LIB_DEPENDS. This should make the package collection more useful on NetBSD ELF ports.