Update to 10.35.75. This jumps to the latest "super stable" branch

and adds pamx, a minimal X11 viewer for files in the various netpbm
formats.
This commit is contained in:
naddy 2010-07-02 02:54:59 +00:00
parent e7c615c994
commit bf83427c09
13 changed files with 144 additions and 131 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.50 2009/10/11 19:36:15 naddy Exp $
# $OpenBSD: Makefile,v 1.51 2010/07/02 02:54:59 naddy Exp $
COMMENT= toolkit for converting images between different formats
DISTNAME= netpbm-10.26.64
SHARED_LIBS= netpbm 1.0
DISTNAME= netpbm-10.35.75
SHARED_LIBS= netpbm 2.0
CATEGORIES= graphics
HOMEPAGE= http://netpbm.sourceforge.net/
@ -15,12 +15,14 @@ PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=netpbm/}
EXTRACT_SUFX= .tgz
WANTLIB= c m z
LIB_DEPENDS= tiff.>=35::graphics/tiff \
jpeg.>=62::graphics/jpeg \
png.>=2::graphics/png \
MODULES= converters/libiconv
WANTLIB= X11 Xau Xdmcp c m pthread-stubs xcb z
LIB_DEPENDS= tiff.>=38::graphics/tiff \
jpeg.>=64::graphics/jpeg \
png.>=10::graphics/png \
jbig.>=2::graphics/jbigkit \
jasper.>=1::graphics/jasper
jasper.>=2::graphics/jasper \
xml2.>=11::textproc/libxml
USE_GMAKE= Yes
MAKE_FILE= GNUmakefile
@ -32,6 +34,9 @@ MAKE_FLAGS= CC="${CC}" \
LIBnetpbm_VERSION=${LIBnetpbm_VERSION}
FAKE_FLAGS= PKGDIR="${WRKINST}${TRUEPREFIX}"
pre-patch:
@rm -f ${WRKSRC}/converter/other/jpeg2000/libjasper/include/jasper/jas_types.h.orig
pre-build:
@perl -i -pe 's#%%X11BASE%%#${X11BASE}#g;' \
-e 's#%%PREFIX%%#${PREFIX}#g;' ${WRKSRC}/pm_config.in.h

View File

@ -1,5 +1,5 @@
MD5 (netpbm-10.26.64.tgz) = qJXwAtjiC8aNAD7nctt28Q==
RMD160 (netpbm-10.26.64.tgz) = w+kiquwyClaS+w1xteNDA9ncL58=
SHA1 (netpbm-10.26.64.tgz) = FRjWJoo1ogix31V9bhkyNtLsVvg=
SHA256 (netpbm-10.26.64.tgz) = HPiRc/FB4uj0bFS5U380TIdPjj/9HUGpXUHeAtknJXs=
SIZE (netpbm-10.26.64.tgz) = 2545993
MD5 (netpbm-10.35.75.tgz) = Q/poZ+EUfx/1zvSw1+EiYA==
RMD160 (netpbm-10.35.75.tgz) = ABVI9a7zMAQin+8Gp1sqx9UxTt0=
SHA1 (netpbm-10.35.75.tgz) = BYfUBS7VY+qPfIqUQmzZ+nn/aVk=
SHA256 (netpbm-10.35.75.tgz) = Vf+qgwzXBDX7k0lhrzCS1euKCa+d2UBvSGZeweP3M2o=
SIZE (netpbm-10.35.75.tgz) = 2546804

View File

@ -1,16 +1,18 @@
# $OpenBSD: Makefile.config.OpenBSD,v 1.8 2006/10/19 16:05:19 naddy Exp $
# $OpenBSD: Makefile.config.OpenBSD,v 1.9 2010/07/02 02:54:59 naddy Exp $
# Indented variables are unchanged from the defaults in Makefile.config.in.
# Commented out variables are set in MAKE_FLAGS.
#
DEFAULT_TARGET=nonmerge
BUILD_FIASCO=Y
DEFAULT_TARGET = nonmerge
BUILD_FIASCO = Y
#CC
LD=$(CC)
LD = $(CC)
LINKERISCOMPILER=Y
LINKER_CAN_DO_EXPLICIT_LIBRARY=N
INTTYPES_H = <inttypes.h>
HAVE_INT64 = Y
CC_FOR_BUILD = $(CC)
LD_FOR_BUILD = $(LD)
CFLAGS_FOR_BUILD = $(CFLAGS)
#INSTALL = $(SRCDIR)/buildtools/install.sh
STRIPFLAG = -s
SYMLINK = ln -s
@ -18,10 +20,10 @@ DEFAULT_TARGET=nonmerge
AR = ar
RANLIB = ranlib
LEX = flex
#CFLAGS=
#CFLAGS =
EXE =
LDFLAGS=
LDSHLIB= -shared
LDFLAGS =
LDSHLIB = -shared
LDRELOC = NONE
CFLAGS_SHLIB = -fpic
SHLIB_CLIB =
@ -33,20 +35,24 @@ TIFFHDR_DIR = $(LOCALBASE)/include
TIFFLIB_NEEDS_Z = Y
JPEGLIB = -L$(LOCALBASE)/lib -ljpeg
JPEGHDR_DIR = $(LOCALBASE)/include
PNGLIB = -L$(LOCALBASE)/lib -lpng
PNGHDR_DIR = $(LOCALBASE)/include/libpng
PNGVER =
ZLIB = -lz
ZHDR_DIR =
JBIGLIB = -L$(LOCALBASE)/lib -ljbig
JBIGHDR_DIR = $(LOCALBASE)/include
JASPERLIB = -L$(LOCALBASE)/lib -ljasper
JASPERHDR_DIR = $(LOCALBASE)/include
URTLIB = $(BUILDDIR)/urt/librle.a
URTHDR_DIR = $(SRCDIR)/urt
X11LIB = -L$(X11BASE)/lib -lX11 -lXau -lXdmcp -lxcb -lpthread-stubs
X11HDR_DIR = $(X11BASE)/include
LINUXSVGALIB = NONE
OMIT_NETWORK =
NETWORKLD =
VMS =
DONT_HAVE_PROCESS_MGMT = N
#PKGDIR_DEFAULT = /tmp/netpbm
PKGMANDIR = man
INSTALL_PERM_BIN = 755
INSTALL_PERM_LIBD = 755
INSTALL_PERM_LIBS = 644

View File

@ -1,12 +1,12 @@
$OpenBSD: patch-GNUmakefile,v 1.4 2007/05/09 15:47:57 naddy Exp $
--- GNUmakefile.orig Sat Oct 16 22:27:50 2004
+++ GNUmakefile Wed May 9 16:32:31 2007
@@ -312,7 +312,7 @@ install-dev: install.hdr install.staticlib install.lib
$OpenBSD: patch-GNUmakefile,v 1.5 2010/07/02 02:54:59 naddy Exp $
--- GNUmakefile.orig Wed Jun 30 02:04:26 2010
+++ GNUmakefile Wed Jun 30 02:04:50 2010
@@ -361,7 +361,7 @@ install-dev: install.hdr install.staticlib install.lib
install.hdr: $(PKGDIR)/include
$(MAKE) -C lib -f $(SRCDIR)/lib/Makefile \
SRCDIR=$(SRCDIR) BUILDDIR=$(BUILDDIR) install.hdr
- $(INSTALL) -c -m $(INSTALL_PERM_HDR) \
+ $(BSD_INSTALL_DATA) \
$(SRCDIR)/pm_config.h $(PKGDIR)/include
$(BUILDDIR)/pm_config.h $(PKGDIR)/include
ifeq ($(STATICLIB_TOO),y)

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-Makefile_common,v 1.6 2007/05/09 15:47:57 naddy Exp $
--- Makefile.common.orig Mon Nov 13 05:15:44 2006
+++ Makefile.common Wed May 9 16:32:31 2007
@@ -355,19 +355,19 @@ install.bin: $(BINARIES:%=%_installbin) $(SCRIPTS:%=%_
$OpenBSD: patch-Makefile_common,v 1.7 2010/07/02 02:54:59 naddy Exp $
--- Makefile.common.orig Mon Nov 13 05:14:19 2006
+++ Makefile.common Wed Jun 30 02:05:13 2010
@@ -408,19 +408,19 @@ install.bin: $(BINARIES:%=%_installbin) $(SCRIPTS:%=%_
INSTALLBIN_TARGETS = $(BINARIES:%=%_installbin) netpbm_installbin
.PHONY: $(INSTALLBIN_TARGETS)
$(INSTALLBIN_TARGETS): $(PKGDIR)/bin

View File

@ -1,20 +0,0 @@
$OpenBSD: patch-converter_other_pstopnm_c,v 1.1 2006/06/11 18:22:06 naddy Exp $
--- converter/other/pstopnm.c.orig Sat Nov 5 04:42:26 2005
+++ converter/other/pstopnm.c Tue May 30 21:52:55 2006
@@ -702,13 +702,13 @@ execGhostscript(int const inputPipeFd,
if (verbose) {
pm_message("execing '%s' with args '%s' (arg 0), "
- "'%s', '%s', '%s', '%s', '%s', '%s', '%s'",
+ "'%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s",
ghostscriptProg, arg0,
- deviceopt, outfileopt, gopt, ropt, "-q", "-dNOPAUSE", "-");
+ deviceopt, outfileopt, gopt, ropt, "-q", "-dNOPAUSE", "-dSAFER", "-");
}
execl(ghostscriptProg, arg0, deviceopt, outfileopt, gopt, ropt, "-q",
- "-dNOPAUSE", "-", NULL);
+ "-dNOPAUSE", "-dSAFER", "-", NULL);
pm_error("execl() of Ghostscript ('%s') failed, errno=%d (%s)",
ghostscriptProg, errno, strerror(errno));

View File

@ -1,15 +0,0 @@
$OpenBSD: patch-converter_ppm_ppmtompeg_jpeg_c,v 1.1 2009/10/11 19:36:15 naddy Exp $
--- converter/ppm/ppmtompeg/jpeg.c.orig Sun Oct 11 21:08:27 2009
+++ converter/ppm/ppmtompeg/jpeg.c Sun Oct 11 21:14:24 2009
@@ -481,7 +481,11 @@ ReadJPEG(mf, fp)
#ifdef JPEG4
buffer_height = 8; /* could be 2, 4,8 rows high */
#else
+#if JPEG_LIB_VERSION < 70
buffer_height = cinfo.max_v_samp_factor * cinfo.min_DCT_scaled_size;
+#else
+ buffer_height = cinfo.max_v_samp_factor * cinfo.min_DCT_v_scaled_size;
+#endif
#endif
for(cp=0,compptr = cinfo.comp_info;cp<cinfo.num_components;

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-converter_ppm_ppmtompeg_parallel_c,v 1.1 2010/07/02 02:54:59 naddy Exp $
--- converter/ppm/ppmtompeg/parallel.c.orig Wed Jun 30 05:58:21 2010
+++ converter/ppm/ppmtompeg/parallel.c Wed Jun 30 05:58:48 2010
@@ -12,7 +12,7 @@
* HEADER FILES *
*==============*/
-#define _XOPEN_SOURCE 500 /* Make sure stdio.h contains pclose() */
+/*#define _XOPEN_SOURCE 500*/ /* Make sure stdio.h contains pclose() */
/* _ALL_SOURCE is needed on AIX to make the C library include the
socket services (e.g. define struct sockaddr)

View File

@ -1,9 +1,9 @@
$OpenBSD: patch-lib_Makefile,v 1.3 2008/04/22 19:20:59 naddy Exp $
--- lib/Makefile.orig Thu Dec 13 17:23:52 2007
+++ lib/Makefile Tue Apr 22 21:15:55 2008
@@ -35,6 +35,9 @@ endif
$OpenBSD: patch-lib_Makefile,v 1.4 2010/07/02 02:54:59 naddy Exp $
--- lib/Makefile.orig Wed Jun 30 02:15:15 2010
+++ lib/Makefile Wed Jun 30 02:22:04 2010
@@ -42,6 +42,9 @@ endif
# Library objects to be linked but not built by Makefile.common:
LIBOBJECTS_X = util/shhopt.o util/nstring.o
LIBOBJECTS_X = util/shhopt.o util/nstring.o util/filename.o
+SHLIBOBJECTS = $(patsubst %.o, %.lo, $(LIBOBJECTS))
+SHLIBOBJECTS_X = $(patsubst %.o, %.lo, $(LIBOBJECTS_X))
@ -11,18 +11,18 @@ $OpenBSD: patch-lib_Makefile,v 1.3 2008/04/22 19:20:59 naddy Exp $
MANUALS3 = libnetpbm
MANUALS5 = pbm pgm ppm pnm pam
@@ -76,6 +79,10 @@ extra_staticlib: $(EXTRA_STATICLIB)
@@ -80,6 +83,10 @@ extra_staticlib: $(EXTRA_STATICLIB)
$(LIBOBJECTS): %.o: %.c $(HEADERLINKS)
$(LIBOBJECTS): %.o: %.c importinc
# Note that the user may have configured -I options into CFLAGS.
+ $(CC) -c $(INCLUDES) -DNDEBUG $(CFLAGS) \
+ $(CFLAGS_PERSONAL) $(CADD) -o $@ $<
+
+$(SHLIBOBJECTS): %.lo: %.c $(HEADERLINKS)
+$(SHLIBOBJECTS): %.lo: %.c importinc
$(CC) -c $(INCLUDES) -DNDEBUG $(CFLAGS) $(CFLAGS_SHLIB) \
$(CFLAGS_PERSONAL) $(CADD) -o $@ $<
@@ -101,7 +108,7 @@ endif
@@ -107,7 +114,7 @@ endif
ifeq ($(NETPBMLIBTYPE),unixshared)
# The libxxx.so link is needed to link the executables.
@ -31,7 +31,7 @@ $OpenBSD: patch-lib_Makefile,v 1.3 2008/04/22 19:20:59 naddy Exp $
rm -f $@
$(SYMLINK) $< $@
# The $(SONAME) link is needed only to test the programs without
@@ -110,9 +117,9 @@ libnetpbm.$(NETPBMLIBSUFFIX): $(SONAME)
@@ -116,9 +123,9 @@ libnetpbm.$(NETPBMLIBSUFFIX): $(SONAME)
$(SONAME): libnetpbm.$(NETPBMLIBSUFFIX).$(MAJ).$(MIN)
rm -f $@
$(SYMLINK) $< $@
@ -40,20 +40,20 @@ $OpenBSD: patch-lib_Makefile,v 1.3 2008/04/22 19:20:59 naddy Exp $
- $(SHLIB_CLIB) -lm $(LADD)
+libnetpbm.$(NETPBMLIBSUFFIX).$(LIBnetpbm_VERSION): $(SHLIBOBJECTS) $(SHLIBOBJECTS_X)
+ $(LD) $(LDSHLIB) -o $@ $(SHLIBOBJECTS) $(SHLIBOBJECTS_X) \
+ $(SHLIB_CLIB) $(LADD)
+ $(SHLIB_CLIB) $(LADD)
endif
ifeq ($(NETPBMLIBTYPE),dll)
@@ -179,7 +186,7 @@ endif
@@ -193,7 +200,7 @@ standardppmdfont.c:standard.ppmdfont
compile.h:
$(SRCDIR)/buildtools/stamp-date >$@ || rm $@
-util/shhopt.o util/nstring.o: FORCE
+util/shhopt.o util/nstring.o util/shhopt.lo util/nstring.lo: FORCE
-$(LIBOBJECTS_X): FORCE
+$(LIBOBJECTS_X) $(SHLIBOBJECTS_X): FORCE
@if [ ! -d $(dir $@) ] ; then mkdir $(dir $@) ; fi
$(MAKE) -C $(dir $@) -f $(SRCDIR)/$(SUBDIR)/$(dir $@)Makefile \
SRCDIR=$(SRCDIR) BUILDDIR=$(BUILDDIR) $(notdir $@)
@@ -189,13 +196,9 @@ util/shhopt.o util/nstring.o: FORCE
@@ -205,13 +212,9 @@ libpm.o: compile.h
.PHONY: install.lib
ifeq ($(NETPBMLIBTYPE),unixshared)
# install a Unix-style shared library
@ -70,7 +70,7 @@ $OpenBSD: patch-lib_Makefile,v 1.3 2008/04/22 19:20:59 naddy Exp $
endif
ifeq ($(NETPBMLIBTYPE),dll)
#install a Windows DLL shared library
@@ -225,13 +228,13 @@ install.hdr: $(INTERFACE_HEADERS:%=%_installhdr)
@@ -241,13 +244,13 @@ install.hdr: $(INTERFACE_HEADERS:%=%_installhdr)
# directory when you compile your programs.
%_installhdr: $(PKGDIR)/include

View File

@ -0,0 +1,23 @@
$OpenBSD: patch-lib_libsystem_c,v 1.1 2010/07/02 02:54:59 naddy Exp $
--- lib/libsystem.c.orig Wed Jun 30 05:59:20 2010
+++ lib/libsystem.c Wed Jun 30 05:59:43 2010
@@ -12,7 +12,7 @@
Contributed to the public domain.
=============================================================================*/
-#define _XOPEN_SOURCE
+/*#define _XOPEN_SOURCE*/
#include <unistd.h>
#include <stdlib.h>
@@ -225,8 +225,8 @@ signalName(unsigned int const signalClass) {
not defined by POSIX, including: SIGPWR, SIGLOST, SIGINFO
*/
}
- } else if ((int)signalClass >= SIGRTMIN && (int)signalClass <= SIGRTMAX)
- return "SIGRTxxx";
+ } /* else if ((int)signalClass >= SIGRTMIN && (int)signalClass <= SIGRTMAX)
+ return "SIGRTxxx"; */
else
return "???";
}

View File

@ -1,27 +1,24 @@
$OpenBSD: patch-lib_util_Makefile,v 1.2 2007/05/09 15:47:57 naddy Exp $
--- lib/util/Makefile.orig Sat Feb 1 23:30:58 2003
+++ lib/util/Makefile Wed May 9 16:32:31 2007
@@ -12,17 +12,21 @@ CCOPT = $(CFLAGS) $(CFLAGS_SHLIB) $(CADD)
$OpenBSD: patch-lib_util_Makefile,v 1.3 2010/07/02 02:54:59 naddy Exp $
--- lib/util/Makefile.orig Wed Jun 30 02:26:13 2010
+++ lib/util/Makefile Wed Jun 30 02:27:31 2010
@@ -12,14 +12,19 @@ INCLUDES = -I $(BUILDDIR) -I $(SRCDIR)/$(SUBDIR)/..
# nstring is required for asprintf(), etc. Also some systems don't have
# snprintf(), e.g. Solaris 2.5.1. 2002.03.29.
UTILOBJECTS = shhopt.o nstring.o
UTILOBJECTS = shhopt.o nstring.o filename.o
+SHUTILOBJECTS = $(patsubst %.o, %.lo, $(UTILOBJECTS))
# We have nothing to contribute to the merge, but must supply at least one
# merge object file.
MERGE_OBJECTS = empty.o
MERGE_OBJECTS =
-all: $(UTILOBJECTS)
+all: $(UTILOBJECTS) $(SHUTILOBJECTS)
include $(SRCDIR)/Makefile.common
$(UTILOBJECTS):%.o:%.c
- $(CC) -c $(CCOPT) -o $@ $<
+ $(CC) -c $(CFLAGS) $(CADD) -o $@ $<
$(UTILOBJECTS):%.o:%.c importinc
+ $(CC) -c $(INCLUDES) -DNDEBUG $(CFLAGS) \
+ $(CFLAGS_PERSONAL) $(CADD) -o $@ $<
+
+$(SHUTILOBJECTS):%.lo:%.c
+ $(CC) -c $(CFLAGS) $(CFLAGS_SHLIB) $(CADD) -o $@ $<
+$(SHUTILOBJECTS):%.lo:%.c importinc
$(CC) -c $(INCLUDES) -DNDEBUG $(CFLAGS) $(CFLAGS_SHLIB) \
$(CFLAGS_PERSONAL) $(CADD) -o $@ $<
testnstring: test.c nstring.h nstring.o
$(CC) $(CFLAGS) $(CADD) -o $@ nstring.o $<

View File

@ -1,35 +1,15 @@
$OpenBSD: patch-pm_config_in_h,v 1.1 2006/06/11 18:22:06 naddy Exp $
--- pm_config.in.h.orig Sat May 27 20:39:49 2006
+++ pm_config.in.h Sat May 27 20:43:08 2006
@@ -15,6 +15,10 @@
**************************************************************************/
+#if (defined(__unix__) || defined(unix)) && !defined(USG)
+#include <sys/param.h>
+#endif
+
#if defined(USG) || defined(SVR4) || defined(VMS) || defined(__SVR4)
#define SYSV
#endif
@@ -24,7 +28,7 @@
** and if you run on an Amiga, set AMIGA. If your compiler is ANSI C, you're
** probably better off setting SYSV - all it affects is string handling.
*/
-#define BSD
+/* #define BSD */
/* #define SYSV */
/* #define MSDOS */
#endif
@@ -99,9 +103,9 @@ typedef int bool;
$OpenBSD: patch-pm_config_in_h,v 1.2 2010/07/02 02:54:59 naddy Exp $
--- pm_config.in.h.orig Wed Jun 30 02:05:34 2010
+++ pm_config.in.h Wed Jun 30 02:06:24 2010
@@ -67,9 +67,9 @@
#define RGB_DB2 "PBMplus_Dir:RGB.TXT"
#define RGB_DB3 "PBMplus_Dir:RGB.TXT"
#else
-#define RGB_DB1 "/usr/lib/X11/rgb.txt"
-#define RGB_DB2 "/usr/openwin/lib/rgb.txt"
-#define RGB_DB2 "/usr/share/X11/rgb.txt"
-#define RGB_DB3 "/usr/X11R6/lib/X11/rgb.txt"
+#define RGB_DB1 "%%X11BASE%%/lib/X11/rgb.txt"
+#define RGB_DB2 "%%X11BASE%%/lib/X11/rgb.txt"
+#define RGB_DB1 "%%X11BASE%%/share/X11/rgb.txt"
+#define RGB_DB2 "%%X11BASE%%/share/X11/rgb.txt"
+#define RGB_DB3 "%%PREFIX%%/share/netpbm/rgb.txt"
#endif

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.8 2009/10/11 19:36:15 naddy Exp $
@comment $OpenBSD: PLIST,v 1.9 2010/07/02 02:54:59 naddy Exp $
%%SHARED%%
@bin bin/411toppm
bin/anytopnm
@ -8,6 +8,7 @@ bin/anytopnm
@bin bin/bmptopnm
bin/bmptoppm
@bin bin/brushtopbm
@bin bin/cameratopam
@bin bin/cmuwmtopbm
@bin bin/ddbugtopbm
@bin bin/escp2topbm
@ -40,11 +41,14 @@ bin/manweb
@bin bin/mtvtoppm
@bin bin/neotoppm
@bin bin/palmtopnm
@bin bin/pamaddnoise
@bin bin/pamarith
@bin bin/pambayer
@bin bin/pamchannel
@bin bin/pamcomp
@bin bin/pamcut
@bin bin/pamdeinterlace
@bin bin/pamdepth
@bin bin/pamdice
@bin bin/pamditherbw
@bin bin/pamedge
@ -54,30 +58,42 @@ bin/manweb
@bin bin/pamflip
@bin bin/pamfunc
@bin bin/pamgauss
@bin bin/pamgradient
@bin bin/pamlookup
@bin bin/pammasksharpen
@bin bin/pammixinterlace
@bin bin/pamoil
@bin bin/pamperspective
@bin bin/pampick
@bin bin/pampop9
@bin bin/pamrgbatopng
@bin bin/pamscale
@bin bin/pamseq
@bin bin/pamsharpmap
@bin bin/pamsharpness
@bin bin/pamslice
@bin bin/pamsplit
@bin bin/pamstack
@bin bin/pamstereogram
@bin bin/pamstretch
bin/pamstretch-gen
@bin bin/pamsumm
@bin bin/pamsummcol
@bin bin/pamthreshold
@bin bin/pamtilt
@bin bin/pamtodjvurle
@bin bin/pamtofits
@bin bin/pamtohdiff
@bin bin/pamtohtmltbl
@bin bin/pamtojpeg2k
@bin bin/pamtopfm
@bin bin/pamtopnm
@bin bin/pamtosvg
@bin bin/pamtotga
@bin bin/pamtotiff
@bin bin/pamtouil
@bin bin/pamtoxvmini
@bin bin/pamx
@bin bin/pbmclean
@bin bin/pbmlife
@bin bin/pbmmake
@ -131,10 +147,13 @@ bin/pcdovtoppm
@bin bin/pgmabel
@bin bin/pgmbentley
@bin bin/pgmcrater
@bin bin/pgmdeshadow
bin/pgmedge
@bin bin/pgmenhance
@bin bin/pgmhist
@bin bin/pgmkernel
@bin bin/pgmmake
@bin bin/pgmmedian
@bin bin/pgmminkowski
@bin bin/pgmmorphconv
@bin bin/pgmnoise
@ -162,14 +181,14 @@ bin/pnmarith
@bin bin/pnmconvol
@bin bin/pnmcrop
@bin bin/pnmcut
@bin bin/pnmdepth
bin/pnmdepth
bin/pnmenlarge
bin/pnmfile
bin/pnmflip
@bin bin/pnmgamma
@bin bin/pnmhisteq
@bin bin/pnmhistmap
bin/pnmindex
@bin bin/pnmindex
bin/pnminterp
@bin bin/pnminvert
bin/pnmmargin
@ -187,25 +206,25 @@ bin/pnmquant
@bin bin/pnmscalefixed
@bin bin/pnmshear
@bin bin/pnmsmooth
@bin bin/pnmsplit
bin/pnmsplit
@bin bin/pnmstitch
@bin bin/pnmtile
@bin bin/pnmtoddif
@bin bin/pnmtofiasco
@bin bin/pnmtofits
bin/pnmtofits
@bin bin/pnmtojbig
@bin bin/pnmtojpeg
@bin bin/pnmtopalm
@bin bin/pnmtopclxl
bin/pnmtoplainpnm
@bin bin/pnmtopng
@bin bin/pnmtopnm
bin/pnmtopnm
@bin bin/pnmtops
@bin bin/pnmtorast
@bin bin/pnmtorle
@bin bin/pnmtosgi
@bin bin/pnmtosir
@bin bin/pnmtotiff
bin/pnmtotiff
@bin bin/pnmtotiffcmyk
@bin bin/pnmtoxwd
@bin bin/ppm3d
@ -214,9 +233,13 @@ bin/pnmtoplainpnm
@bin bin/ppmcie
@bin bin/ppmcolormask
@bin bin/ppmcolors
@bin bin/ppmdcfont
@bin bin/ppmddumpfont
@bin bin/ppmdim
@bin bin/ppmdist
@bin bin/ppmdither
@bin bin/ppmdmkfont
@bin bin/ppmdraw
bin/ppmfade
@bin bin/ppmflash
@bin bin/ppmforge
@ -275,6 +298,7 @@ bin/ppmtouil
@bin bin/rawtopgm
@bin bin/rawtoppm
@bin bin/rgb3toppm
@bin bin/rlatopam
@bin bin/rletopnm
@bin bin/sbigtopgm
@bin bin/sgitopnm
@ -283,6 +307,7 @@ bin/ppmtouil
@bin bin/spctoppm
@bin bin/spottopgm
@bin bin/sputoppm
@bin bin/svgtopam
@bin bin/tgatoppm
@bin bin/thinkjettopbm
@bin bin/tifftopnm