Mon Sep 4 20:31:42 2017 UTC ()
Updated netpbm to 10.79.04.

17.08.11 BJH  Release 10.79.04

              libnetpbm: font facilities: fix invalid memory reference with
              certain font files.

17.08.02 BJH  Release 10.79.03

              pbmtoibm23xx: change license terms to GPL 2 or later.

              Makeman: make it work with Python 3.6 II.

17.07.08 BJH  Release 10.79.02

              libnetpbm: pnm_parsecolorn(), pnm_parsecolor(): fix parsing of
              rgb: color specifications: yields value slightly too dim.
              Affects many programs.  Broken in Netpbm 10.79.00 about a week
              ago.

17.07.03 BJH  Release 10.79.01

              Fix 'format-security' GNU compiler warning.  Introduced in
              Netpbm 10.79.00 a few days ago.

17.06.30 BJH  Release 10.79.00

              Add pamtable .

              pamgauss: Add -maximize, -oversample .  Thanks Anton Shepelev
              <anton.txt@gmail.com>

              pnmconvol: Extend -normalize to be applicable to convolution
              kernels specified by PGM file.  Thanks Anton Shepelev
              <anton.txt@gmail.com>

              g3topbm: tolerate fill bits.

              pbmtog3: Add -align8, -align16.

              ppmshadow: Improve results for very small maxval.

              ppmshadow: eliminate extraneous messages from pnmconvol.

              libnetpbm: Improve error message for purported image that is
              exactly 1 byte long (so ends in the middle of what would be the
              magic number).

              pbmtox10bm: Get the Perl interpreter for this Perl program from
              the PATH instead of hardcoded as /usr/bin/perl (like all other
              Netpbm Perl programs).

              ppmcolormask: fix incorrect output when input maxval is not 255.
              Always broken (ppmcolormask was new in Netpbm 9.0, April 2000).

              bmptopnm: fix crash when input is a Windows BMP with negative
              number for width.  Always broken.  (bmptopnm was new, as
              bmptoppm, in original Netpbm, 1992).

              pamcomp: fix incorrect output with -mixtransparency.
              Always broken.  (-mixtransparency was new in Netpbm 10.56,
              September 2011).

              pamcomp: remove debug trace message with -mixtransparency.
              Always broken.  (-mixtransparency was new in Netpbm 10.56,
              September 2011).

              pnmtojpeg: fix array bounds violation in argument list.  Always
              broken (pnmtojpeg was new to Netpbm in Netpbm 8.2 (March 2000).

              pamcrater: fix incorrect output with non-square image.
              Introduced in Netpbm 10.69 (December 2014).

              svgtopam: fix treating negative width or height values in SVG
              like twos complement positive numbers; fail instead.  Always
              broken (svgtopam was new in Netpbm 10.33 (March 2006)).

              svgtopam: fix error messages when input has splines or negative
              positions.  Always broken (svgtopam was new in Netpbm 10.33
              (March 2006)).

              libnetpbm: fix bug: pm_system_XXX closes Standard Input if you
              supply a Standard Output accepter but not a Standard Input
              feeder.  Broken since Netpbm 10.40 (September 2007).

              Windows: fix bug: pm_system_lp() and pm_system_vp() fail
              silently instead of with a clear error message in an environment
              that does not provide Unix process management.  Always broken.
              (pm_system_lp and pm_system_vp were new in Netpbm 10.40
              (September 2007), but wouldn't even compile until Netpbm 10.42
              (March 2008)).

              installnetpbm: Accept globs for directory name responses
              (notably, ~/DIR).

              makeman: Make it work with Python 3.6.

              Build: don't try to build standardppmdfont.c if it already
              exists (so don't require ppmdcfont to exist).  Broken around
              Netpbm 10.35 (2006).

              Build: Define _XOPEN_SOURCE=500 in source files that use M_PI.
              While C libraries in the past have always provided this with
              just _XOPEN_SOURCE=null, it appears that M_PI is actually
              defined by Single Unix Specification 2, aka UNIX98, for which
              you need _XOPEN_SOURCE=500, and Cygwin has changed to enforce
              this.

              Build: document MinGW _XOPEN_SOURCE incompatibility and add
              warning to Configure.

              Debian packaging: fix bug: don't try to include Manweb files, as
              it is no longer packaged by 'make package'.

17.03.28 BJH  Release 10.78.00

              ppmpat: Add -color.

              ppmpat: Add -argyle1, -argyle2.

              pnmtotiff: Fail with -miniswhite or -minisblack on color image
              rather than produce an invalid TIFF.

              tifftopnmcmyk: Default rows per strip to the TIFF library
              default instead of whatever yields 8K strips.

              --version global option: with SOURCE_DATE_EPOCH environment
              variable, display source code datetime instead of build
              datetime.  And when displaying build datetime, do it in the
              local time of the process running the command instead of the
              process that did the build.

              tifftonm: Fix incorrect PBM output with two-color paletted TIFF
              image.  Broken in primordial Netpbm, ca 1990.

              tifftopnm: Fix memory corruption when image is more pixels than
              can be represented as a C unsigned integer.  Broken in Netpbm
              10.11 (October 2002).

              tifftopnmcmyk: Fix bug: fails with very wide images and no
              -rowsperstrip.  Always broken.  (Tifftopnmcmyk was new in Netpbm
              8.2 (March 2000).

              svgtopam: Fix crash when out of memory.  Always broken (svgtopam
              was new in Netpbm 10.33 (March 2006)).

              pnmcrop: Add -closeness

              libnetpbm: Add ppmd_pathbuilder_* functions.

              libnetpbm: ppmd_fill_path: remove debug trace.  Always broken
              (ppmd_fill_path was new in Netpbm 10.34 (June 2006).

              Build: don't create pointer man pages anymore.  These were
              classic man pages, created by 'make package', one for each
              program, that just told the user to get the manual from the web
              and that other options for manuals are available at install
              time.  Getting documentation online is commonplace enough now
              that the user doesn't need to be told to do it or that there are
              other options.  The existence of pointer man pages was,
              meanwhile, misleading, since it looked from the outside like
              they actually contained documentation.

              Build: Don't package or install Manweb setup (for accessing
              manuals on the web with Manweb).  Probably 100% unused and
              distracting.

              Debian package: change dependencies to be compatible with
              Debian 8.


(wiz)
diff -r1.212 -r1.213 pkgsrc/graphics/netpbm/Makefile
diff -r1.14 -r1.15 pkgsrc/graphics/netpbm/PLIST
diff -r1.106 -r1.107 pkgsrc/graphics/netpbm/distinfo
diff -r1.1 -r0 pkgsrc/graphics/netpbm/patches/patch-lib_util_nstring.h

cvs diff -r1.212 -r1.213 pkgsrc/graphics/netpbm/Makefile (switch to unified diff)

--- pkgsrc/graphics/netpbm/Makefile 2017/05/24 16:10:24 1.212
+++ pkgsrc/graphics/netpbm/Makefile 2017/09/04 20:31:41 1.213
@@ -1,122 +1,122 @@ @@ -1,122 +1,122 @@
1# $NetBSD: Makefile,v 1.212 2017/05/24 16:10:24 jperkin Exp $ 1# $NetBSD: Makefile,v 1.213 2017/09/04 20:31:41 wiz Exp $
2 2
3DISTNAME= netpbm-10.77.02 3DISTNAME= netpbm-10.79.04
4CATEGORIES= graphics 4CATEGORIES= graphics
5MASTER_SITES= # 5MASTER_SITES= #
6# manually created from svn checkout of 6# manually created from svn checkout of
7# svn checkout http://svn.code.sf.net/p/netpbm/code/advanced netpbm 7# svn checkout http://svn.code.sf.net/p/netpbm/code/advanced netpbm
8# tar --exclude netpbm/.svn -cvzf /archive/distfiles/netpbm-$VERSION.tar.gz netpbm 8# tar --exclude netpbm/.svn -cvzf /archive/distfiles/netpbm-$VERSION.tar.gz netpbm
9# where VERSION comes from reading netpbm/doc/HISTORY 9# where VERSION comes from reading netpbm/doc/HISTORY
10# for the documentation: 10# for the documentation:
11# svn checkout http://svn.code.sf.net/p/netpbm/code/userguide netpbm-userguide 11# svn checkout http://svn.code.sf.net/p/netpbm/code/userguide netpbm-userguide
12# cd netpbm-userguide && for i in *.html; do python2.7 ../netpbm/buildtools/makeman $i; done && cd .. 12# cd netpbm-userguide && for i in *.html; do python2.7 ../netpbm/buildtools/makeman $i; done && cd ..
13# tar -cvzf /archive/distfiles/netpbm-docs-r${SVN_REVISION}.tar.gz netpbm-userguide/*.[0-9] 13# tar -cvzf /archive/distfiles/netpbm-docs-r${SVN_REVISION}.tar.gz netpbm-userguide/*.[0-9]
14DISTFILES= ${DISTNAME}${EXTRACT_SUFX} netpbm-docs-r2897${EXTRACT_SUFX} 14DISTFILES= ${DISTNAME}${EXTRACT_SUFX} netpbm-docs-r3052${EXTRACT_SUFX}
15 15
16MAINTAINER= adam@NetBSD.org 16MAINTAINER= adam@NetBSD.org
17HOMEPAGE= http://netpbm.sourceforge.net/ 17HOMEPAGE= http://netpbm.sourceforge.net/
18COMMENT= Toolkit for conversion of images between different formats 18COMMENT= Toolkit for conversion of images between different formats
19LICENSE= gnu-gpl-v2 19LICENSE= gnu-gpl-v2
20 20
21USE_TOOLS+= gmake flex pax perl 21USE_TOOLS+= gmake flex pax perl
22USE_FEATURES= snprintf 22USE_FEATURES= snprintf
23 23
24INSTALL_TARGET= install-dev install-run 24INSTALL_TARGET= install-dev install-run
25MAKE_ENV+= INSTALL=${INSTALL:Q} STRIPFLAG=${_STRIPFLAG_INSTALL:Q} \ 25MAKE_ENV+= INSTALL=${INSTALL:Q} STRIPFLAG=${_STRIPFLAG_INSTALL:Q} \
26 pkgdir=${STAGEDIR:Q} MACHINE=${MACHINE:Q} 26 pkgdir=${STAGEDIR:Q} MACHINE=${MACHINE:Q}
27MAKE_FLAGS+= PKGMANDIR=${PKGMANDIR:Q} 27MAKE_FLAGS+= PKGMANDIR=${PKGMANDIR:Q}
28MAKE_FLAGS+= CFLAGS_FOR_BUILD=${CFLAGS:Q} 28MAKE_FLAGS+= CFLAGS_FOR_BUILD=${CFLAGS:Q}
29MAKE_FLAGS+= LDFLAGS_FOR_BUILD=${LDFLAGS:Q} 29MAKE_FLAGS+= LDFLAGS_FOR_BUILD=${LDFLAGS:Q}
30MAKE_FILE= GNUmakefile 30MAKE_FILE= GNUmakefile
31REPLACE_PERL+= converter/pbm/pbmtox10bm 31REPLACE_PERL+= converter/pbm/pbmtox10bm
32REPLACE_PERL+= editor/pnmflip 32REPLACE_PERL+= editor/pnmflip
33REPLACE_PERL+= editor/pnmquant 33REPLACE_PERL+= editor/pnmquant
34REPLACE_PERL+= editor/ppmfade 34REPLACE_PERL+= editor/ppmfade
35REPLACE_PERL+= editor/ppmquant 35REPLACE_PERL+= editor/ppmquant
36REPLACE_PERL+= editor/ppmshadow 36REPLACE_PERL+= editor/ppmshadow
37REPLACE_PERL+= generator/ppmrainbow 37REPLACE_PERL+= generator/ppmrainbow
38REPLACE_PERL+= manweb 38REPLACE_PERL+= manweb
39STAGEDIR= ${WRKDIR}/staging 39STAGEDIR= ${WRKDIR}/staging
40WRKSRC= ${WRKDIR}/netpbm 40WRKSRC= ${WRKDIR}/netpbm
41 41
42WRAPPER_REORDER_CMDS+= reorder:l:rle:netpbm 42WRAPPER_REORDER_CMDS+= reorder:l:rle:netpbm
43 43
44SUBST_CLASSES+= rgb_txt 44SUBST_CLASSES+= rgb_txt
45SUBST_STAGE.rgb_txt= post-patch 45SUBST_STAGE.rgb_txt= post-patch
46SUBST_MESSAGE.rgb_txt= Configure RGB_TXT 46SUBST_MESSAGE.rgb_txt= Configure RGB_TXT
47SUBST_FILES.rgb_txt= config.mk 47SUBST_FILES.rgb_txt= config.mk
48SUBST_SED.rgb_txt+= -e 's,/usr/share/netpbm/rgb.txt,${PREFIX}/share/netpbm/rgb.txt,' 48SUBST_SED.rgb_txt+= -e 's,/usr/share/netpbm/rgb.txt,${PREFIX}/share/netpbm/rgb.txt,'
49 49
50# needs pkg-config and x11?! 50# needs pkg-config and x11?!
51TEST_TARGET= test 51TEST_TARGET= test
52 52
53.include "../../mk/bsd.prefs.mk" 53.include "../../mk/bsd.prefs.mk"
54 54
55# only used if NEED_RUNTIME_PATH is set, so set it unconditionally 55# only used if NEED_RUNTIME_PATH is set, so set it unconditionally
56MAKE_FLAGS+= NETPBMLIB_RUNTIME_PATH=${PREFIX} 56MAKE_FLAGS+= NETPBMLIB_RUNTIME_PATH=${PREFIX}
57 57
58MAKE_FLAGS.NetBSD+= NEED_RUNTIME_PATH=Y 58MAKE_FLAGS.NetBSD+= NEED_RUNTIME_PATH=Y
59MAKE_FLAGS.Darwin+= NETPBMLIBTYPE=dylib 59MAKE_FLAGS.Darwin+= NETPBMLIBTYPE=dylib
60MAKE_FLAGS.Darwin+= NETPBMLIBSUFFIX=dylib 60MAKE_FLAGS.Darwin+= NETPBMLIBSUFFIX=dylib
61MAKE_FLAGS.SunOS+= LDSHLIB=-shared 61MAKE_FLAGS.SunOS+= LDSHLIB=-shared
62MAKE_FLAGS.SunOS+= NEED_RUNTIME_PATH=Y 62MAKE_FLAGS.SunOS+= NEED_RUNTIME_PATH=Y
63MAKE_FLAGS.SunOS+= NETWORKLD="-lsocket -lnsl" 63MAKE_FLAGS.SunOS+= NETWORKLD="-lsocket -lnsl"
64 64
65.if ${OS_VARIANT} == "SCOOSR5" 65.if ${OS_VARIANT} == "SCOOSR5"
66MAKE_FLAGS+= NETWORKLD="-lsocket -lresolv" 66MAKE_FLAGS+= NETWORKLD="-lsocket -lresolv"
67.endif 67.endif
68 68
69.include "../../mk/compiler.mk" 69.include "../../mk/compiler.mk"
70 70
71# Ridiculous but they hardcode it in every file so we have no choice. 71# Ridiculous but they hardcode it in every file so we have no choice.
72.if ${OPSYS} == "SunOS" && !empty(CC_VERSION:Mgcc-[7-9]*) 72.if ${OPSYS} == "SunOS" && !empty(CC_VERSION:Mgcc-[7-9]*)
73SUBST_CLASSES+= xopen 73SUBST_CLASSES+= xopen
74SUBST_STAGE.xopen= pre-configure 74SUBST_STAGE.xopen= pre-configure
75SUBST_FILES.xopen= *.c */*.c */*/*.c */*/*/*.c */*/*/*/*.c */*/*/*/*/*.c 75SUBST_FILES.xopen= *.c */*.c */*/*.c */*/*/*.c */*/*/*/*.c */*/*/*/*/*.c
76SUBST_FILES.xopen+= lib/util/lexheader 76SUBST_FILES.xopen+= lib/util/lexheader
77SUBST_SED.xopen= -e '/_XOPEN_SOURCE/s/500/600/' 77SUBST_SED.xopen= -e '/_XOPEN_SOURCE/s/500/600/'
78SUBST_SED.xopen+= -e '/_XOPEN_SOURCE/s/1$$/600/' 78SUBST_SED.xopen+= -e '/_XOPEN_SOURCE/s/1$$/600/'
79SUBST_SED.xopen+= -e '/_XOPEN_SOURCE[^0-9]*\//s/SOURCE/SOURCE 600/' 79SUBST_SED.xopen+= -e '/_XOPEN_SOURCE[^0-9]*\//s/SOURCE/SOURCE 600/'
80SUBST_SED.xopen+= -e '/_XOPEN_SOURCE$$/s/E$$/E 600/' 80SUBST_SED.xopen+= -e '/_XOPEN_SOURCE$$/s/E$$/E 600/'
81SUBST_SED.xopen+= -e '/_POSIX_SOURCE.*fdopen/s/_POSIX_SOURCE/_XOPEN_SOURCE 600/' 81SUBST_SED.xopen+= -e '/_POSIX_SOURCE.*fdopen/s/_POSIX_SOURCE/_XOPEN_SOURCE 600/'
82.endif 82.endif
83 83
84INSTALLATION_DIRS= ${PKGMANDIR}/man1 ${PKGMANDIR}/man3 ${PKGMANDIR}/man5 share/netpbm 84INSTALLATION_DIRS= ${PKGMANDIR}/man1 ${PKGMANDIR}/man3 ${PKGMANDIR}/man5 share/netpbm
85 85
86post-extract: 86post-extract:
87 cd ${WRKSRC} && ${CP} config.mk.in config.mk 87 cd ${WRKSRC} && ${CP} config.mk.in config.mk
88 ${ECHO} "CFLAGS_SHLIB = -fPIC" >> ${WRKSRC}/config.mk 88 ${ECHO} "CFLAGS_SHLIB = -fPIC" >> ${WRKSRC}/config.mk
89 ${ECHO} "JPEGLIB = ${BUILDLINK_PREFIX.jpeg}/lib/libjpeg.so" >> ${WRKSRC}/config.mk 89 ${ECHO} "JPEGLIB = ${BUILDLINK_PREFIX.jpeg}/lib/libjpeg.so" >> ${WRKSRC}/config.mk
90 ${ECHO} "JPEGHDR_DIR = ${BUILDLINK_PREFIX.jpeg}/include" >> ${WRKSRC}/config.mk 90 ${ECHO} "JPEGHDR_DIR = ${BUILDLINK_PREFIX.jpeg}/include" >> ${WRKSRC}/config.mk
91 ${ECHO} "TIFFLIB = ${BUILDLINK_PREFIX.tiff}/lib/libtiff.so" >> ${WRKSRC}/config.mk 91 ${ECHO} "TIFFLIB = ${BUILDLINK_PREFIX.tiff}/lib/libtiff.so" >> ${WRKSRC}/config.mk
92 ${ECHO} "TIFFHDR_DIR = ${BUILDLINK_PREFIX.tiff}/include" >> ${WRKSRC}/config.mk 92 ${ECHO} "TIFFHDR_DIR = ${BUILDLINK_PREFIX.tiff}/include" >> ${WRKSRC}/config.mk
93 ${ECHO} "ZLIB = ${BUILDLINK_PREFIX.zlib}/lib/libz.so" >> ${WRKSRC}/config.mk 93 ${ECHO} "ZLIB = ${BUILDLINK_PREFIX.zlib}/lib/libz.so" >> ${WRKSRC}/config.mk
94 ${ECHO} "ZHDR_DIR = ${BUILDLINK_PREFIX.zlib}/include" >> ${WRKSRC}/config.mk 94 ${ECHO} "ZHDR_DIR = ${BUILDLINK_PREFIX.zlib}/include" >> ${WRKSRC}/config.mk
95.if ${OPSYS} == "Darwin" 95.if ${OPSYS} == "Darwin"
96 ${ECHO} 'LDSHLIB=-dynamiclib -install_name $$(PREFIX)/lib/libnetpbm.$$(MAJ).dylib -compatibility_version $$(MAJ) -current_version $$(MAJ).$$(MIN)' >> ${WRKSRC}/config.mk 96 ${ECHO} 'LDSHLIB=-dynamiclib -install_name $$(PREFIX)/lib/libnetpbm.$$(MAJ).dylib -compatibility_version $$(MAJ) -current_version $$(MAJ).$$(MIN)' >> ${WRKSRC}/config.mk
97.endif 97.endif
98 98
99pre-install: 99pre-install:
100 ${RM} -fr ${STAGEDIR} 100 ${RM} -fr ${STAGEDIR}
101 ${MKDIR} -p ${STAGEDIR}/man/web 101 ${MKDIR} -p ${STAGEDIR}/man/web
102 102
103post-install: 103post-install:
104 cd ${STAGEDIR} && \ 104 cd ${STAGEDIR} && \
105 ${RM} -rf ${PKGMANDIR}/web && \ 105 ${RM} -rf ${PKGMANDIR}/web && \
106 ${RM} -rf man/web && \ 106 ${RM} -rf man/web && \
107 ${MKDIR} share && \ 107 ${MKDIR} share && \
108 ${MV} misc share/netpbm && \ 108 ${MV} misc share/netpbm && \
109 ${CHOWN} -R ${BINOWN}:${BINGRP} . && \ 109 ${CHOWN} -R ${BINOWN}:${BINGRP} . && \
110 pax -rwpppm . ${DESTDIR}${PREFIX} 110 pax -rwpppm . ${DESTDIR}${PREFIX}
111 ${RM} -fr ${STAGEDIR} 111 ${RM} -fr ${STAGEDIR}
112 ${INSTALL_DATA} ${WRKDIR}/netpbm-userguide/*.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 112 ${INSTALL_DATA} ${WRKDIR}/netpbm-userguide/*.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
113 ${INSTALL_DATA} ${WRKDIR}/netpbm-userguide/*.3 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man3 113 ${INSTALL_DATA} ${WRKDIR}/netpbm-userguide/*.3 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man3
114 ${INSTALL_DATA} ${WRKDIR}/netpbm-userguide/*.5 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man5 114 ${INSTALL_DATA} ${WRKDIR}/netpbm-userguide/*.5 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man5
115 115
116.include "../../devel/zlib/buildlink3.mk" 116.include "../../devel/zlib/buildlink3.mk"
117.include "../../graphics/jasper/buildlink3.mk" 117.include "../../graphics/jasper/buildlink3.mk"
118.include "../../graphics/png/buildlink3.mk" 118.include "../../graphics/png/buildlink3.mk"
119.include "../../graphics/tiff/buildlink3.mk" 119.include "../../graphics/tiff/buildlink3.mk"
120.include "../../textproc/libxml2/buildlink3.mk" 120.include "../../textproc/libxml2/buildlink3.mk"
121.include "../../mk/jpeg.buildlink3.mk" 121.include "../../mk/jpeg.buildlink3.mk"
122.include "../../mk/bsd.pkg.mk" 122.include "../../mk/bsd.pkg.mk"

cvs diff -r1.14 -r1.15 pkgsrc/graphics/netpbm/PLIST (switch to unified diff)

--- pkgsrc/graphics/netpbm/PLIST 2017/02/23 23:13:42 1.14
+++ pkgsrc/graphics/netpbm/PLIST 2017/09/04 20:31:41 1.15
@@ -1,794 +1,795 @@ @@ -1,794 +1,795 @@
1@comment $NetBSD: PLIST,v 1.14 2017/02/23 23:13:42 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.15 2017/09/04 20:31:41 wiz Exp $
2bin/411toppm 2bin/411toppm
3bin/anytopnm 3bin/anytopnm
4bin/asciitopgm 4bin/asciitopgm
5bin/atktopbm 5bin/atktopbm
6bin/avstopam 6bin/avstopam
7bin/bioradtopgm 7bin/bioradtopgm
8bin/bmptopnm 8bin/bmptopnm
9bin/bmptoppm 9bin/bmptoppm
10bin/brushtopbm 10bin/brushtopbm
11bin/cameratopam 11bin/cameratopam
12bin/cistopbm 12bin/cistopbm
13bin/cmuwmtopbm 13bin/cmuwmtopbm
14bin/ddbugtopbm 14bin/ddbugtopbm
15bin/doc.url 
16bin/escp2topbm 15bin/escp2topbm
17bin/eyuvtoppm 16bin/eyuvtoppm
18bin/fiascotopnm 17bin/fiascotopnm
19bin/fitstopnm 18bin/fitstopnm
20bin/fstopgm 19bin/fstopgm
21bin/g3topbm 20bin/g3topbm
22bin/gemtopbm 21bin/gemtopbm
23bin/gemtopnm 22bin/gemtopnm
24bin/giftopnm 23bin/giftopnm
25bin/gouldtoppm 24bin/gouldtoppm
26bin/hdifftopam 25bin/hdifftopam
27bin/hipstopgm 26bin/hipstopgm
28bin/hpcdtoppm 27bin/hpcdtoppm
29bin/icontopbm 28bin/icontopbm
30bin/ilbmtoppm 29bin/ilbmtoppm
31bin/imgtoppm 30bin/imgtoppm
32bin/infotopam 31bin/infotopam
33bin/jbigtopnm 32bin/jbigtopnm
34bin/jpeg2ktopam 33bin/jpeg2ktopam
35bin/jpegtopnm 34bin/jpegtopnm
36bin/leaftoppm 35bin/leaftoppm
37bin/lispmtopgm 36bin/lispmtopgm
38bin/macptopbm 37bin/macptopbm
39bin/manweb 38bin/manweb
40bin/mdatopbm 39bin/mdatopbm
41bin/mgrtopbm 40bin/mgrtopbm
42bin/mrftopbm 41bin/mrftopbm
43bin/mtvtoppm 42bin/mtvtoppm
44bin/neotoppm 43bin/neotoppm
45bin/palmtopnm 44bin/palmtopnm
46bin/pamaddnoise 45bin/pamaddnoise
47bin/pamarith 46bin/pamarith
48bin/pambackground 47bin/pambackground
49bin/pambayer 48bin/pambayer
50bin/pamchannel 49bin/pamchannel
51bin/pamcomp 50bin/pamcomp
52bin/pamcrater 51bin/pamcrater
53bin/pamcut 52bin/pamcut
54bin/pamdeinterlace 53bin/pamdeinterlace
55bin/pamdepth 54bin/pamdepth
56bin/pamdice 55bin/pamdice
57bin/pamditherbw 56bin/pamditherbw
58bin/pamedge 57bin/pamedge
59bin/pamendian 58bin/pamendian
60bin/pamenlarge 59bin/pamenlarge
61bin/pamexec 60bin/pamexec
62bin/pamfile 61bin/pamfile
63bin/pamfix 62bin/pamfix
64bin/pamfixtrunc 63bin/pamfixtrunc
65bin/pamflip 64bin/pamflip
66bin/pamfunc 65bin/pamfunc
67bin/pamgauss 66bin/pamgauss
68bin/pamgradient 67bin/pamgradient
69bin/pamlookup 68bin/pamlookup
70bin/pammasksharpen 69bin/pammasksharpen
71bin/pammixinterlace 70bin/pammixinterlace
72bin/pammosaicknit 71bin/pammosaicknit
73bin/pamoil 72bin/pamoil
74bin/pampaintspill 73bin/pampaintspill
75bin/pamperspective 74bin/pamperspective
76bin/pampick 75bin/pampick
77bin/pampop9 76bin/pampop9
78bin/pamrecolor 77bin/pamrecolor
79bin/pamrgbatopng 78bin/pamrgbatopng
80bin/pamrubber 79bin/pamrubber
81bin/pamscale 80bin/pamscale
82bin/pamseq 81bin/pamseq
83bin/pamshadedrelief 82bin/pamshadedrelief
84bin/pamsharpmap 83bin/pamsharpmap
85bin/pamsharpness 84bin/pamsharpness
86bin/pamsistoaglyph 85bin/pamsistoaglyph
87bin/pamslice 86bin/pamslice
88bin/pamsplit 87bin/pamsplit
89bin/pamstack 88bin/pamstack
90bin/pamstereogram 89bin/pamstereogram
91bin/pamstretch 90bin/pamstretch
92bin/pamstretch-gen 91bin/pamstretch-gen
93bin/pamsumm 92bin/pamsumm
94bin/pamsummcol 93bin/pamsummcol
 94bin/pamtable
95bin/pamthreshold 95bin/pamthreshold
96bin/pamtilt 96bin/pamtilt
97bin/pamtoavs 97bin/pamtoavs
98bin/pamtodjvurle 98bin/pamtodjvurle
99bin/pamtofits 99bin/pamtofits
100bin/pamtogif 100bin/pamtogif
101bin/pamtohdiff 101bin/pamtohdiff
102bin/pamtohtmltbl 102bin/pamtohtmltbl
103bin/pamtojpeg2k 103bin/pamtojpeg2k
104bin/pamtompfont 104bin/pamtompfont
105bin/pamtooctaveimg 105bin/pamtooctaveimg
106bin/pamtopam 106bin/pamtopam
107bin/pamtopdbimg 107bin/pamtopdbimg
108bin/pamtopfm 108bin/pamtopfm
109bin/pamtopng 109bin/pamtopng
110bin/pamtopnm 110bin/pamtopnm
111bin/pamtosrf 111bin/pamtosrf
112bin/pamtosvg 112bin/pamtosvg
113bin/pamtotga 113bin/pamtotga
114bin/pamtotiff 114bin/pamtotiff
115bin/pamtouil 115bin/pamtouil
116bin/pamtowinicon 116bin/pamtowinicon
117bin/pamtoxvmini 117bin/pamtoxvmini
118bin/pamundice 118bin/pamundice
119bin/pamunlookup 119bin/pamunlookup
120bin/pamvalidate 120bin/pamvalidate
121bin/pamwipeout 121bin/pamwipeout
122bin/pbmclean 122bin/pbmclean
123bin/pbmlife 123bin/pbmlife
124bin/pbmmake 124bin/pbmmake
125bin/pbmmask 125bin/pbmmask
126bin/pbmminkowski 126bin/pbmminkowski
127bin/pbmpage 127bin/pbmpage
128bin/pbmpscale 128bin/pbmpscale
129bin/pbmreduce 129bin/pbmreduce
130bin/pbmtext 130bin/pbmtext
131bin/pbmtextps 131bin/pbmtextps
132bin/pbmto10x 132bin/pbmto10x
133bin/pbmto4425 133bin/pbmto4425
134bin/pbmtoascii 134bin/pbmtoascii
135bin/pbmtoatk 135bin/pbmtoatk
136bin/pbmtobbnbg 136bin/pbmtobbnbg
137bin/pbmtocis 137bin/pbmtocis
138bin/pbmtocmuwm 138bin/pbmtocmuwm
139bin/pbmtodjvurle 139bin/pbmtodjvurle
140bin/pbmtoepsi 140bin/pbmtoepsi
141bin/pbmtoepson 141bin/pbmtoepson
142bin/pbmtoescp2 142bin/pbmtoescp2
143bin/pbmtog3 143bin/pbmtog3
144bin/pbmtogem 144bin/pbmtogem
145bin/pbmtogo 145bin/pbmtogo
146bin/pbmtoibm23xx 146bin/pbmtoibm23xx
147bin/pbmtoicon 147bin/pbmtoicon
148bin/pbmtolj 148bin/pbmtolj
149bin/pbmtoln03 149bin/pbmtoln03
150bin/pbmtolps 150bin/pbmtolps
151bin/pbmtomacp 151bin/pbmtomacp
152bin/pbmtomatrixorbital 152bin/pbmtomatrixorbital
153bin/pbmtomda 153bin/pbmtomda
154bin/pbmtomgr 154bin/pbmtomgr
155bin/pbmtomrf 155bin/pbmtomrf
156bin/pbmtonokia 156bin/pbmtonokia
157bin/pbmtopgm 157bin/pbmtopgm
158bin/pbmtopi3 158bin/pbmtopi3
159bin/pbmtopk 159bin/pbmtopk
160bin/pbmtoplot 160bin/pbmtoplot
161bin/pbmtoppa 161bin/pbmtoppa
162bin/pbmtopsg3 162bin/pbmtopsg3
163bin/pbmtoptx 163bin/pbmtoptx
164bin/pbmtosunicon 164bin/pbmtosunicon
165bin/pbmtowbmp 165bin/pbmtowbmp
166bin/pbmtox10bm 166bin/pbmtox10bm
167bin/pbmtoxbm 167bin/pbmtoxbm
168bin/pbmtoybm 168bin/pbmtoybm
169bin/pbmtozinc 169bin/pbmtozinc
170bin/pbmupc 170bin/pbmupc
171bin/pc1toppm 171bin/pc1toppm
172bin/pcdovtoppm 172bin/pcdovtoppm
173bin/pcxtoppm 173bin/pcxtoppm
174bin/pdbimgtopam 174bin/pdbimgtopam
175bin/pfmtopam 175bin/pfmtopam
176bin/pgmabel 176bin/pgmabel
177bin/pgmbentley 177bin/pgmbentley
178bin/pgmcrater 178bin/pgmcrater
179bin/pgmdeshadow 179bin/pgmdeshadow
180bin/pgmedge 180bin/pgmedge
181bin/pgmenhance 181bin/pgmenhance
182bin/pgmhist 182bin/pgmhist
183bin/pgmkernel 183bin/pgmkernel
184bin/pgmmake 184bin/pgmmake
185bin/pgmmedian 185bin/pgmmedian
186bin/pgmminkowski 186bin/pgmminkowski
187bin/pgmmorphconv 187bin/pgmmorphconv
188bin/pgmnoise 188bin/pgmnoise
189bin/pgmnorm 189bin/pgmnorm
190bin/pgmoil 190bin/pgmoil
191bin/pgmramp 191bin/pgmramp
192bin/pgmslice 192bin/pgmslice
193bin/pgmtexture 193bin/pgmtexture
194bin/pgmtofs 194bin/pgmtofs
195bin/pgmtolispm 195bin/pgmtolispm
196bin/pgmtopbm 196bin/pgmtopbm
197bin/pgmtopgm 197bin/pgmtopgm
198bin/pgmtoppm 198bin/pgmtoppm
199bin/pgmtosbig 199bin/pgmtosbig
200bin/pgmtost4 200bin/pgmtost4
201bin/pi1toppm 201bin/pi1toppm
202bin/pi3topbm 202bin/pi3topbm
203bin/picttoppm 203bin/picttoppm
204bin/pjtoppm 204bin/pjtoppm
205bin/pktopbm 205bin/pktopbm
206bin/pngtopam 206bin/pngtopam
207bin/pngtopnm 207bin/pngtopnm
208bin/pnmalias 208bin/pnmalias
209bin/pnmarith 209bin/pnmarith
210bin/pnmcat 210bin/pnmcat
211bin/pnmcolormap 211bin/pnmcolormap
212bin/pnmcomp 212bin/pnmcomp
213bin/pnmconvol 213bin/pnmconvol
214bin/pnmcrop 214bin/pnmcrop
215bin/pnmcut 215bin/pnmcut
216bin/pnmdepth 216bin/pnmdepth
217bin/pnmenlarge 217bin/pnmenlarge
218bin/pnmfile 218bin/pnmfile
219bin/pnmflip 219bin/pnmflip
220bin/pnmgamma 220bin/pnmgamma
221bin/pnmhisteq 221bin/pnmhisteq
222bin/pnmhistmap 222bin/pnmhistmap
223bin/pnmindex 223bin/pnmindex
224bin/pnminterp 224bin/pnminterp
225bin/pnminvert 225bin/pnminvert
226bin/pnmmargin 226bin/pnmmargin
227bin/pnmmercator 227bin/pnmmercator
228bin/pnmmontage 228bin/pnmmontage
229bin/pnmnlfilt 229bin/pnmnlfilt
230bin/pnmnoraw 230bin/pnmnoraw
231bin/pnmnorm 231bin/pnmnorm
232bin/pnmpad 232bin/pnmpad
233bin/pnmpaste 233bin/pnmpaste
234bin/pnmpsnr 234bin/pnmpsnr
235bin/pnmquant 235bin/pnmquant
236bin/pnmquantall 236bin/pnmquantall
237bin/pnmremap 237bin/pnmremap
238bin/pnmrotate 238bin/pnmrotate
239bin/pnmscale 239bin/pnmscale
240bin/pnmscalefixed 240bin/pnmscalefixed
241bin/pnmshear 241bin/pnmshear
242bin/pnmsmooth 242bin/pnmsmooth
243bin/pnmsplit 243bin/pnmsplit
244bin/pnmstitch 244bin/pnmstitch
245bin/pnmtile 245bin/pnmtile
246bin/pnmtoddif 246bin/pnmtoddif
247bin/pnmtofiasco 247bin/pnmtofiasco
248bin/pnmtofits 248bin/pnmtofits
249bin/pnmtojbig 249bin/pnmtojbig
250bin/pnmtojpeg 250bin/pnmtojpeg
251bin/pnmtopalm 251bin/pnmtopalm
252bin/pnmtopclxl 252bin/pnmtopclxl
253bin/pnmtoplainpnm 253bin/pnmtoplainpnm
254bin/pnmtopng 254bin/pnmtopng
255bin/pnmtopnm 255bin/pnmtopnm
256bin/pnmtops 256bin/pnmtops
257bin/pnmtorast 257bin/pnmtorast
258bin/pnmtorle 258bin/pnmtorle
259bin/pnmtosgi 259bin/pnmtosgi
260bin/pnmtosir 260bin/pnmtosir
261bin/pnmtotiff 261bin/pnmtotiff
262bin/pnmtotiffcmyk 262bin/pnmtotiffcmyk
263bin/pnmtoxwd 263bin/pnmtoxwd
264bin/ppm3d 264bin/ppm3d
265bin/ppmbrighten 265bin/ppmbrighten
266bin/ppmchange 266bin/ppmchange
267bin/ppmcie 267bin/ppmcie
268bin/ppmcolormask 268bin/ppmcolormask
269bin/ppmcolors 269bin/ppmcolors
270bin/ppmdcfont 270bin/ppmdcfont
271bin/ppmddumpfont 271bin/ppmddumpfont
272bin/ppmdim 272bin/ppmdim
273bin/ppmdist 273bin/ppmdist
274bin/ppmdither 274bin/ppmdither
275bin/ppmdmkfont 275bin/ppmdmkfont
276bin/ppmdraw 276bin/ppmdraw
277bin/ppmfade 277bin/ppmfade
278bin/ppmflash 278bin/ppmflash
279bin/ppmforge 279bin/ppmforge
280bin/ppmglobe 280bin/ppmglobe
281bin/ppmhist 281bin/ppmhist
282bin/ppmlabel 282bin/ppmlabel
283bin/ppmmake 283bin/ppmmake
284bin/ppmmix 284bin/ppmmix
285bin/ppmnorm 285bin/ppmnorm
286bin/ppmntsc 286bin/ppmntsc
287bin/ppmpat 287bin/ppmpat
288bin/ppmquant 288bin/ppmquant
289bin/ppmquantall 289bin/ppmquantall
290bin/ppmrainbow 290bin/ppmrainbow
291bin/ppmrelief 291bin/ppmrelief
292bin/ppmrough 292bin/ppmrough
293bin/ppmshadow 293bin/ppmshadow
294bin/ppmshift 294bin/ppmshift
295bin/ppmspread 295bin/ppmspread
296bin/ppmtoacad 296bin/ppmtoacad
297bin/ppmtoapplevol 297bin/ppmtoapplevol
298bin/ppmtoarbtxt 298bin/ppmtoarbtxt
299bin/ppmtoascii 299bin/ppmtoascii
300bin/ppmtobmp 300bin/ppmtobmp
301bin/ppmtoeyuv 301bin/ppmtoeyuv
302bin/ppmtogif 302bin/ppmtogif
303bin/ppmtoicr 303bin/ppmtoicr
304bin/ppmtoilbm 304bin/ppmtoilbm
305bin/ppmtojpeg 305bin/ppmtojpeg
306bin/ppmtoleaf 306bin/ppmtoleaf
307bin/ppmtolj 307bin/ppmtolj
308bin/ppmtomap 308bin/ppmtomap
309bin/ppmtomitsu 309bin/ppmtomitsu
310bin/ppmtompeg 310bin/ppmtompeg
311bin/ppmtoneo 311bin/ppmtoneo
312bin/ppmtopcx 312bin/ppmtopcx
313bin/ppmtopgm 313bin/ppmtopgm
314bin/ppmtopi1 314bin/ppmtopi1
315bin/ppmtopict 315bin/ppmtopict
316bin/ppmtopj 316bin/ppmtopj
317bin/ppmtopjxl 317bin/ppmtopjxl
318bin/ppmtoppm 318bin/ppmtoppm
319bin/ppmtopuzz 319bin/ppmtopuzz
320bin/ppmtorgb3 320bin/ppmtorgb3
321bin/ppmtosixel 321bin/ppmtosixel
322bin/ppmtospu 322bin/ppmtospu
323bin/ppmtoterm 323bin/ppmtoterm
324bin/ppmtotga 324bin/ppmtotga
325bin/ppmtouil 325bin/ppmtouil
326bin/ppmtowinicon 326bin/ppmtowinicon
327bin/ppmtoxpm 327bin/ppmtoxpm
328bin/ppmtoyuv 328bin/ppmtoyuv
329bin/ppmtoyuvsplit 329bin/ppmtoyuvsplit
330bin/ppmtv 330bin/ppmtv
331bin/ppmwheel 331bin/ppmwheel
332bin/psidtopgm 332bin/psidtopgm
333bin/pstopnm 333bin/pstopnm
334bin/qrttoppm 334bin/qrttoppm
335bin/rasttopnm 335bin/rasttopnm
336bin/rawtopgm 336bin/rawtopgm
337bin/rawtoppm 337bin/rawtoppm
338bin/rgb3toppm 338bin/rgb3toppm
339bin/rlatopam 339bin/rlatopam
340bin/rletopnm 340bin/rletopnm
341bin/sbigtopgm 341bin/sbigtopgm
342bin/sgitopnm 342bin/sgitopnm
343bin/sirtopnm 343bin/sirtopnm
344bin/sldtoppm 344bin/sldtoppm
345bin/spctoppm 345bin/spctoppm
346bin/spottopgm 346bin/spottopgm
347bin/sputoppm 347bin/sputoppm
348bin/srftopam 348bin/srftopam
349bin/st4topgm 349bin/st4topgm
350bin/sunicontopnm 350bin/sunicontopnm
351bin/svgtopam 351bin/svgtopam
352bin/tgatoppm 352bin/tgatoppm
353bin/thinkjettopbm 353bin/thinkjettopbm
354bin/tifftopnm 354bin/tifftopnm
355bin/wbmptopbm 355bin/wbmptopbm
356bin/winicontopam 356bin/winicontopam
357bin/winicontoppm 357bin/winicontoppm
358bin/xbmtopbm 358bin/xbmtopbm
359bin/ximtoppm 359bin/ximtoppm
360bin/xpmtoppm 360bin/xpmtoppm
361bin/xvminitoppm 361bin/xvminitoppm
362bin/xwdtopnm 362bin/xwdtopnm
363bin/ybmtopbm 363bin/ybmtopbm
364bin/yuvsplittoppm 364bin/yuvsplittoppm
365bin/yuvtoppm 365bin/yuvtoppm
366bin/yuy2topam 366bin/yuy2topam
367bin/zeisstopnm 367bin/zeisstopnm
368include/netpbm/colorname.h 368include/netpbm/colorname.h
369include/netpbm/mallocvar.h 369include/netpbm/mallocvar.h
370include/netpbm/pam.h 370include/netpbm/pam.h
371include/netpbm/pamdraw.h 371include/netpbm/pamdraw.h
372include/netpbm/pammap.h 372include/netpbm/pammap.h
373include/netpbm/pbm.h 373include/netpbm/pbm.h
374include/netpbm/pbmfont.h 374include/netpbm/pbmfont.h
375include/netpbm/pgm.h 375include/netpbm/pgm.h
376include/netpbm/pm.h 376include/netpbm/pm.h
377include/netpbm/pm_config.h 377include/netpbm/pm_config.h
378include/netpbm/pm_gamma.h 378include/netpbm/pm_gamma.h
379include/netpbm/pm_system.h 379include/netpbm/pm_system.h
380include/netpbm/pnm.h 380include/netpbm/pnm.h
381include/netpbm/ppm.h 381include/netpbm/ppm.h
382include/netpbm/ppmcmap.h 382include/netpbm/ppmcmap.h
383include/netpbm/ppmdfont.h 383include/netpbm/ppmdfont.h
384include/netpbm/ppmdraw.h 384include/netpbm/ppmdraw.h
385include/netpbm/ppmfloyd.h 385include/netpbm/ppmfloyd.h
386include/netpbm/runlength.h 386include/netpbm/runlength.h
387include/netpbm/shhopt.h 387include/netpbm/shhopt.h
388lib/libnetpbm.a 388lib/libnetpbm.a
389lib/libnetpbm.so 389lib/libnetpbm.so
390lib/libnetpbm.so.11 390lib/libnetpbm.so.11
391lib/libnetpbm.so.11.77 391lib/libnetpbm.so.11.79
392man/man1/411toppm.1 392man/man1/411toppm.1
393man/man1/anytopnm.1 393man/man1/anytopnm.1
394man/man1/asciitopgm.1 394man/man1/asciitopgm.1
395man/man1/atktopbm.1 395man/man1/atktopbm.1
396man/man1/avstopam.1 396man/man1/avstopam.1
397man/man1/bioradtopgm.1 397man/man1/bioradtopgm.1
398man/man1/bmptopnm.1 398man/man1/bmptopnm.1
399man/man1/bmptoppm.1 399man/man1/bmptoppm.1
400man/man1/brushtopbm.1 400man/man1/brushtopbm.1
401man/man1/cameratopam.1 401man/man1/cameratopam.1
402man/man1/cistopbm.1 402man/man1/cistopbm.1
403man/man1/cmuwmtopbm.1 403man/man1/cmuwmtopbm.1
404man/man1/ddbugtopbm.1 404man/man1/ddbugtopbm.1
405man/man1/directory.1 405man/man1/directory.1
406man/man1/escp2topbm.1 406man/man1/escp2topbm.1
407man/man1/eyuvtoppm.1 407man/man1/eyuvtoppm.1
408man/man1/faxformat.1 408man/man1/faxformat.1
409man/man1/fiascotopnm.1 409man/man1/fiascotopnm.1
410man/man1/fitstopnm.1 410man/man1/fitstopnm.1
411man/man1/fstopgm.1 411man/man1/fstopgm.1
412man/man1/g3topbm.1 412man/man1/g3topbm.1
413man/man1/gemtopbm.1 413man/man1/gemtopbm.1
414man/man1/gemtopnm.1 414man/man1/gemtopnm.1
415man/man1/giftopnm.1 415man/man1/giftopnm.1
416man/man1/gouldtoppm.1 416man/man1/gouldtoppm.1
417man/man1/hdifftopam.1 417man/man1/hdifftopam.1
418man/man1/hipstopgm.1 418man/man1/hipstopgm.1
419man/man1/hpcdtoppm.1 419man/man1/hpcdtoppm.1
420man/man1/icontopbm.1 420man/man1/icontopbm.1
421man/man1/ilbmtoppm.1 421man/man1/ilbmtoppm.1
422man/man1/imgtoppm.1 422man/man1/imgtoppm.1
423man/man1/index.1 423man/man1/index.1
424man/man1/infotopam.1 424man/man1/infotopam.1
425man/man1/jbigtopnm.1 425man/man1/jbigtopnm.1
426man/man1/jpeg2ktopam.1 426man/man1/jpeg2ktopam.1
427man/man1/jpegtopnm.1 427man/man1/jpegtopnm.1
428man/man1/leaftoppm.1 428man/man1/leaftoppm.1
429man/man1/liberror.1 429man/man1/liberror.1
430man/man1/libnetpbm_dir.1 430man/man1/libnetpbm_dir.1
431man/man1/lispmtopgm.1 431man/man1/lispmtopgm.1
432man/man1/macptopbm.1 432man/man1/macptopbm.1
433man/man1/manweb.1 433man/man1/manweb.1
434man/man1/mdatopbm.1 434man/man1/mdatopbm.1
435man/man1/mgrtopbm.1 435man/man1/mgrtopbm.1
436man/man1/mrf.1 436man/man1/mrf.1
437man/man1/mrftopbm.1 437man/man1/mrftopbm.1
438man/man1/mtvtoppm.1 438man/man1/mtvtoppm.1
439man/man1/neotoppm.1 439man/man1/neotoppm.1
440man/man1/palmtopnm.1 440man/man1/palmtopnm.1
441man/man1/pamaddnoise.1 441man/man1/pamaddnoise.1
442man/man1/pamarith.1 442man/man1/pamarith.1
443man/man1/pambackground.1 443man/man1/pambackground.1
444man/man1/pambayer.1 444man/man1/pambayer.1
445man/man1/pamchannel.1 445man/man1/pamchannel.1
446man/man1/pamcomp.1 446man/man1/pamcomp.1
447man/man1/pamcrater.1 447man/man1/pamcrater.1
448man/man1/pamcut.1 448man/man1/pamcut.1
449man/man1/pamdeinterlace.1 449man/man1/pamdeinterlace.1
450man/man1/pamdepth.1 450man/man1/pamdepth.1
451man/man1/pamdice.1 451man/man1/pamdice.1
452man/man1/pamditherbw.1 452man/man1/pamditherbw.1
453man/man1/pamedge.1 453man/man1/pamedge.1
454man/man1/pamendian.1 454man/man1/pamendian.1
455man/man1/pamenlarge.1 455man/man1/pamenlarge.1
456man/man1/pamexec.1 456man/man1/pamexec.1
457man/man1/pamfile.1 457man/man1/pamfile.1
458man/man1/pamfix.1 458man/man1/pamfix.1
459man/man1/pamfixtrunc.1 459man/man1/pamfixtrunc.1
460man/man1/pamflip.1 460man/man1/pamflip.1
461man/man1/pamfunc.1 461man/man1/pamfunc.1
462man/man1/pamgauss.1 462man/man1/pamgauss.1
463man/man1/pamgradient.1 463man/man1/pamgradient.1
464man/man1/pamlookup.1 464man/man1/pamlookup.1
465man/man1/pammasksharpen.1 465man/man1/pammasksharpen.1
466man/man1/pammixinterlace.1 466man/man1/pammixinterlace.1
467man/man1/pammosaicknit.1 467man/man1/pammosaicknit.1
468man/man1/pamoil.1 468man/man1/pamoil.1
469man/man1/pampaintspill.1 469man/man1/pampaintspill.1
470man/man1/pamperspective.1 470man/man1/pamperspective.1
471man/man1/pampick.1 471man/man1/pampick.1
472man/man1/pampop9.1 472man/man1/pampop9.1
473man/man1/pamrecolor.1 473man/man1/pamrecolor.1
474man/man1/pamrgbatopng.1 474man/man1/pamrgbatopng.1
475man/man1/pamrubber.1 475man/man1/pamrubber.1
476man/man1/pamscale.1 476man/man1/pamscale.1
477man/man1/pamseq.1 477man/man1/pamseq.1
478man/man1/pamshadedrelief.1 478man/man1/pamshadedrelief.1
479man/man1/pamsharpmap.1 479man/man1/pamsharpmap.1
480man/man1/pamsharpness.1 480man/man1/pamsharpness.1
481man/man1/pamsistoaglyph.1 481man/man1/pamsistoaglyph.1
482man/man1/pamslice.1 482man/man1/pamslice.1
483man/man1/pamsplit.1 483man/man1/pamsplit.1
484man/man1/pamstack.1 484man/man1/pamstack.1
485man/man1/pamstereogram.1 485man/man1/pamstereogram.1
486man/man1/pamstretch-gen.1 486man/man1/pamstretch-gen.1
487man/man1/pamstretch.1 487man/man1/pamstretch.1
488man/man1/pamsumm.1 488man/man1/pamsumm.1
489man/man1/pamsummcol.1 489man/man1/pamsummcol.1
 490man/man1/pamtable.1
490man/man1/pamthreshold.1 491man/man1/pamthreshold.1
491man/man1/pamtilt.1 492man/man1/pamtilt.1
492man/man1/pamtoavs.1 493man/man1/pamtoavs.1
493man/man1/pamtodjvurle.1 494man/man1/pamtodjvurle.1
494man/man1/pamtofits.1 495man/man1/pamtofits.1
495man/man1/pamtogif.1 496man/man1/pamtogif.1
496man/man1/pamtohdiff.1 497man/man1/pamtohdiff.1
497man/man1/pamtohtmltbl.1 498man/man1/pamtohtmltbl.1
498man/man1/pamtojpeg2k.1 499man/man1/pamtojpeg2k.1
499man/man1/pamtompfont.1 500man/man1/pamtompfont.1
500man/man1/pamtooctaveimg.1 501man/man1/pamtooctaveimg.1
501man/man1/pamtopam.1 502man/man1/pamtopam.1
502man/man1/pamtopdbimg.1 503man/man1/pamtopdbimg.1
503man/man1/pamtopfm.1 504man/man1/pamtopfm.1
504man/man1/pamtopng.1 505man/man1/pamtopng.1
505man/man1/pamtopnm.1 506man/man1/pamtopnm.1
506man/man1/pamtosrf.1 507man/man1/pamtosrf.1
507man/man1/pamtosvg.1 508man/man1/pamtosvg.1
508man/man1/pamtotga.1 509man/man1/pamtotga.1
509man/man1/pamtotiff.1 510man/man1/pamtotiff.1
510man/man1/pamtouil.1 511man/man1/pamtouil.1
511man/man1/pamtowinicon.1 512man/man1/pamtowinicon.1
512man/man1/pamtoxvmini.1 513man/man1/pamtoxvmini.1
513man/man1/pamundice.1 514man/man1/pamundice.1
514man/man1/pamunlookup.1 515man/man1/pamunlookup.1
515man/man1/pamvalidate.1 516man/man1/pamvalidate.1
516man/man1/pamwipeout.1 517man/man1/pamwipeout.1
517man/man1/pamx.1 518man/man1/pamx.1
518man/man1/pbmclean.1 519man/man1/pbmclean.1
519man/man1/pbmlife.1 520man/man1/pbmlife.1
520man/man1/pbmmake.1 521man/man1/pbmmake.1
521man/man1/pbmmask.1 522man/man1/pbmmask.1
522man/man1/pbmminkowski.1 523man/man1/pbmminkowski.1
523man/man1/pbmpage.1 524man/man1/pbmpage.1
524man/man1/pbmpscale.1 525man/man1/pbmpscale.1
525man/man1/pbmreduce.1 526man/man1/pbmreduce.1
526man/man1/pbmtext.1 527man/man1/pbmtext.1
527man/man1/pbmtextps.1 528man/man1/pbmtextps.1
528man/man1/pbmto10x.1 529man/man1/pbmto10x.1
529man/man1/pbmto4425.1 530man/man1/pbmto4425.1
530man/man1/pbmtoascii.1 531man/man1/pbmtoascii.1
531man/man1/pbmtoatk.1 532man/man1/pbmtoatk.1
532man/man1/pbmtobbnbg.1 533man/man1/pbmtobbnbg.1
533man/man1/pbmtocis.1 534man/man1/pbmtocis.1
534man/man1/pbmtocmuwm.1 535man/man1/pbmtocmuwm.1
535man/man1/pbmtodjvurle.1 536man/man1/pbmtodjvurle.1
536man/man1/pbmtoepsi.1 537man/man1/pbmtoepsi.1
537man/man1/pbmtoepson.1 538man/man1/pbmtoepson.1
538man/man1/pbmtoescp2.1 539man/man1/pbmtoescp2.1
539man/man1/pbmtog3.1 540man/man1/pbmtog3.1
540man/man1/pbmtogem.1 541man/man1/pbmtogem.1
541man/man1/pbmtogo.1 542man/man1/pbmtogo.1
542man/man1/pbmtoibm23xx.1 543man/man1/pbmtoibm23xx.1
543man/man1/pbmtoicon.1 544man/man1/pbmtoicon.1
544man/man1/pbmtolj.1 545man/man1/pbmtolj.1
545man/man1/pbmtoln03.1 546man/man1/pbmtoln03.1
546man/man1/pbmtolps.1 547man/man1/pbmtolps.1
547man/man1/pbmtomacp.1 548man/man1/pbmtomacp.1
548man/man1/pbmtomatrixorbital.1 549man/man1/pbmtomatrixorbital.1
549man/man1/pbmtomda.1 550man/man1/pbmtomda.1
550man/man1/pbmtomgr.1 551man/man1/pbmtomgr.1
551man/man1/pbmtomrf.1 552man/man1/pbmtomrf.1
552man/man1/pbmtonokia.1 553man/man1/pbmtonokia.1
553man/man1/pbmtopgm.1 554man/man1/pbmtopgm.1
554man/man1/pbmtopi3.1 555man/man1/pbmtopi3.1
555man/man1/pbmtopk.1 556man/man1/pbmtopk.1
556man/man1/pbmtoplot.1 557man/man1/pbmtoplot.1
557man/man1/pbmtoppa.1 558man/man1/pbmtoppa.1
558man/man1/pbmtopsg3.1 559man/man1/pbmtopsg3.1
559man/man1/pbmtoptx.1 560man/man1/pbmtoptx.1
560man/man1/pbmtosunicon.1 561man/man1/pbmtosunicon.1
561man/man1/pbmtowbmp.1 562man/man1/pbmtowbmp.1
562man/man1/pbmtox10bm.1 563man/man1/pbmtox10bm.1
563man/man1/pbmtoxbm.1 564man/man1/pbmtoxbm.1
564man/man1/pbmtoybm.1 565man/man1/pbmtoybm.1
565man/man1/pbmtozinc.1 566man/man1/pbmtozinc.1
566man/man1/pbmupc.1 567man/man1/pbmupc.1
567man/man1/pc1toppm.1 568man/man1/pc1toppm.1
568man/man1/pcdindex.1 569man/man1/pcdindex.1
569man/man1/pcdovtoppm.1 570man/man1/pcdovtoppm.1
570man/man1/pcxtoppm.1 571man/man1/pcxtoppm.1
571man/man1/pdbimgtopam.1 572man/man1/pdbimgtopam.1
572man/man1/pfmtopam.1 573man/man1/pfmtopam.1
573man/man1/pgmabel.1 574man/man1/pgmabel.1
574man/man1/pgmbentley.1 575man/man1/pgmbentley.1
575man/man1/pgmcrater.1 576man/man1/pgmcrater.1
576man/man1/pgmdeshadow.1 577man/man1/pgmdeshadow.1
577man/man1/pgmedge.1 578man/man1/pgmedge.1
578man/man1/pgmenhance.1 579man/man1/pgmenhance.1
579man/man1/pgmhist.1 580man/man1/pgmhist.1
580man/man1/pgmkernel.1 581man/man1/pgmkernel.1
581man/man1/pgmmake.1 582man/man1/pgmmake.1
582man/man1/pgmmedian.1 583man/man1/pgmmedian.1
583man/man1/pgmminkowski.1 584man/man1/pgmminkowski.1
584man/man1/pgmmorphconv.1 585man/man1/pgmmorphconv.1
585man/man1/pgmnoise.1 586man/man1/pgmnoise.1
586man/man1/pgmnorm.1 587man/man1/pgmnorm.1
587man/man1/pgmoil.1 588man/man1/pgmoil.1
588man/man1/pgmramp.1 589man/man1/pgmramp.1
589man/man1/pgmslice.1 590man/man1/pgmslice.1
590man/man1/pgmtexture.1 591man/man1/pgmtexture.1
591man/man1/pgmtofs.1 592man/man1/pgmtofs.1
592man/man1/pgmtolispm.1 593man/man1/pgmtolispm.1
593man/man1/pgmtopbm.1 594man/man1/pgmtopbm.1
594man/man1/pgmtopgm.1 595man/man1/pgmtopgm.1
595man/man1/pgmtoppm.1 596man/man1/pgmtoppm.1
596man/man1/pgmtosbig.1 597man/man1/pgmtosbig.1
597man/man1/pgmtost4.1 598man/man1/pgmtost4.1
598man/man1/pi1toppm.1 599man/man1/pi1toppm.1
599man/man1/pi3topbm.1 600man/man1/pi3topbm.1
600man/man1/picttoppm.1 601man/man1/picttoppm.1
601man/man1/pjtoppm.1 602man/man1/pjtoppm.1
602man/man1/pktopbm.1 603man/man1/pktopbm.1
603man/man1/pngtopam.1 604man/man1/pngtopam.1
604man/man1/pngtopnm.1 605man/man1/pngtopnm.1
605man/man1/pnmalias.1 606man/man1/pnmalias.1
606man/man1/pnmarith.1 607man/man1/pnmarith.1
607man/man1/pnmcat.1 608man/man1/pnmcat.1
608man/man1/pnmcolormap.1 609man/man1/pnmcolormap.1
609man/man1/pnmcomp.1 610man/man1/pnmcomp.1
610man/man1/pnmconvol.1 611man/man1/pnmconvol.1
611man/man1/pnmcrop.1 612man/man1/pnmcrop.1
612man/man1/pnmcut.1 613man/man1/pnmcut.1
613man/man1/pnmdepth.1 614man/man1/pnmdepth.1
614man/man1/pnmenlarge.1 615man/man1/pnmenlarge.1
615man/man1/pnmfile.1 616man/man1/pnmfile.1
616man/man1/pnmflip.1 617man/man1/pnmflip.1
617man/man1/pnmgamma.1 618man/man1/pnmgamma.1
618man/man1/pnmhisteq.1 619man/man1/pnmhisteq.1
619man/man1/pnmhistmap.1 620man/man1/pnmhistmap.1
620man/man1/pnmindex.1 621man/man1/pnmindex.1
621man/man1/pnminterp.1 622man/man1/pnminterp.1
622man/man1/pnminvert.1 623man/man1/pnminvert.1
623man/man1/pnmmargin.1 624man/man1/pnmmargin.1
624man/man1/pnmmercator.1 625man/man1/pnmmercator.1
625man/man1/pnmmontage.1 626man/man1/pnmmontage.1
626man/man1/pnmnlfilt.1 627man/man1/pnmnlfilt.1
627man/man1/pnmnoraw.1 628man/man1/pnmnoraw.1
628man/man1/pnmnorm.1 629man/man1/pnmnorm.1
629man/man1/pnmpad.1 630man/man1/pnmpad.1
630man/man1/pnmpaste.1 631man/man1/pnmpaste.1
631man/man1/pnmpsnr.1 632man/man1/pnmpsnr.1
632man/man1/pnmquant.1 633man/man1/pnmquant.1
633man/man1/pnmquantall.1 634man/man1/pnmquantall.1
634man/man1/pnmremap.1 635man/man1/pnmremap.1
635man/man1/pnmrotate.1 636man/man1/pnmrotate.1
636man/man1/pnmscale.1 637man/man1/pnmscale.1
637man/man1/pnmscalefixed.1 638man/man1/pnmscalefixed.1
638man/man1/pnmshear.1 639man/man1/pnmshear.1
639man/man1/pnmsmooth.1 640man/man1/pnmsmooth.1
640man/man1/pnmsplit.1 641man/man1/pnmsplit.1
641man/man1/pnmstitch.1 642man/man1/pnmstitch.1
642man/man1/pnmtile.1 643man/man1/pnmtile.1
643man/man1/pnmtoddif.1 644man/man1/pnmtoddif.1
644man/man1/pnmtofiasco.1 645man/man1/pnmtofiasco.1
645man/man1/pnmtofits.1 646man/man1/pnmtofits.1
646man/man1/pnmtojbig.1 647man/man1/pnmtojbig.1
647man/man1/pnmtojpeg.1 648man/man1/pnmtojpeg.1
648man/man1/pnmtopalm.1 649man/man1/pnmtopalm.1
649man/man1/pnmtopclxl.1 650man/man1/pnmtopclxl.1
650man/man1/pnmtoplainpnm.1 651man/man1/pnmtoplainpnm.1
651man/man1/pnmtopng.1 652man/man1/pnmtopng.1
652man/man1/pnmtopnm.1 653man/man1/pnmtopnm.1
653man/man1/pnmtops.1 654man/man1/pnmtops.1
654man/man1/pnmtorast.1 655man/man1/pnmtorast.1
655man/man1/pnmtorle.1 656man/man1/pnmtorle.1
656man/man1/pnmtosgi.1 657man/man1/pnmtosgi.1
657man/man1/pnmtosir.1 658man/man1/pnmtosir.1
658man/man1/pnmtotiff.1 659man/man1/pnmtotiff.1
659man/man1/pnmtotiffcmyk.1 660man/man1/pnmtotiffcmyk.1
660man/man1/pnmtoxwd.1 661man/man1/pnmtoxwd.1
661man/man1/ppm3d.1 662man/man1/ppm3d.1
662man/man1/ppmbrighten.1 663man/man1/ppmbrighten.1
663man/man1/ppmchange.1 664man/man1/ppmchange.1
664man/man1/ppmcie.1 665man/man1/ppmcie.1
665man/man1/ppmcolormask.1 666man/man1/ppmcolormask.1
666man/man1/ppmcolors.1 667man/man1/ppmcolors.1
667man/man1/ppmdcfont.1 668man/man1/ppmdcfont.1
668man/man1/ppmddumpfont.1 669man/man1/ppmddumpfont.1
669man/man1/ppmdim.1 670man/man1/ppmdim.1
670man/man1/ppmdist.1 671man/man1/ppmdist.1
671man/man1/ppmdither.1 672man/man1/ppmdither.1
672man/man1/ppmdmkfont.1 673man/man1/ppmdmkfont.1
673man/man1/ppmdraw.1 674man/man1/ppmdraw.1
674man/man1/ppmfade.1 675man/man1/ppmfade.1
675man/man1/ppmflash.1 676man/man1/ppmflash.1
676man/man1/ppmforge.1 677man/man1/ppmforge.1
677man/man1/ppmglobe.1 678man/man1/ppmglobe.1
678man/man1/ppmhist.1 679man/man1/ppmhist.1
679man/man1/ppmlabel.1 680man/man1/ppmlabel.1
680man/man1/ppmmake.1 681man/man1/ppmmake.1
681man/man1/ppmmix.1 682man/man1/ppmmix.1
682man/man1/ppmnorm.1 683man/man1/ppmnorm.1
683man/man1/ppmntsc.1 684man/man1/ppmntsc.1
684man/man1/ppmpat.1 685man/man1/ppmpat.1
685man/man1/ppmquant.1 686man/man1/ppmquant.1
686man/man1/ppmquantall.1 687man/man1/ppmquantall.1
687man/man1/ppmrainbow.1 688man/man1/ppmrainbow.1
688man/man1/ppmrelief.1 689man/man1/ppmrelief.1
689man/man1/ppmrough.1 690man/man1/ppmrough.1
690man/man1/ppmshadow.1 691man/man1/ppmshadow.1
691man/man1/ppmshift.1 692man/man1/ppmshift.1
692man/man1/ppmspread.1 693man/man1/ppmspread.1
693man/man1/ppmsvgalib.1 694man/man1/ppmsvgalib.1
694man/man1/ppmtoacad.1 695man/man1/ppmtoacad.1
695man/man1/ppmtoapplevol.1 696man/man1/ppmtoapplevol.1
696man/man1/ppmtoarbtxt.1 697man/man1/ppmtoarbtxt.1
697man/man1/ppmtoascii.1 698man/man1/ppmtoascii.1
698man/man1/ppmtobmp.1 699man/man1/ppmtobmp.1
699man/man1/ppmtoeyuv.1 700man/man1/ppmtoeyuv.1
700man/man1/ppmtogif.1 701man/man1/ppmtogif.1
701man/man1/ppmtoicr.1 702man/man1/ppmtoicr.1
702man/man1/ppmtoilbm.1 703man/man1/ppmtoilbm.1
703man/man1/ppmtojpeg.1 704man/man1/ppmtojpeg.1
704man/man1/ppmtoleaf.1 705man/man1/ppmtoleaf.1
705man/man1/ppmtolj.1 706man/man1/ppmtolj.1
706man/man1/ppmtomap.1 707man/man1/ppmtomap.1
707man/man1/ppmtomitsu.1 708man/man1/ppmtomitsu.1
708man/man1/ppmtompeg.1 709man/man1/ppmtompeg.1
709man/man1/ppmtoneo.1 710man/man1/ppmtoneo.1
710man/man1/ppmtopcx.1 711man/man1/ppmtopcx.1
711man/man1/ppmtopgm.1 712man/man1/ppmtopgm.1
712man/man1/ppmtopi1.1 713man/man1/ppmtopi1.1
713man/man1/ppmtopict.1 714man/man1/ppmtopict.1
714man/man1/ppmtopj.1 715man/man1/ppmtopj.1
715man/man1/ppmtopjxl.1 716man/man1/ppmtopjxl.1
716man/man1/ppmtoppm.1 717man/man1/ppmtoppm.1
717man/man1/ppmtopuzz.1 718man/man1/ppmtopuzz.1
718man/man1/ppmtorgb3.1 719man/man1/ppmtorgb3.1
719man/man1/ppmtosixel.1 720man/man1/ppmtosixel.1
720man/man1/ppmtospu.1 721man/man1/ppmtospu.1
721man/man1/ppmtoterm.1 722man/man1/ppmtoterm.1
722man/man1/ppmtotga.1 723man/man1/ppmtotga.1
723man/man1/ppmtouil.1 724man/man1/ppmtouil.1
724man/man1/ppmtowinicon.1 725man/man1/ppmtowinicon.1
725man/man1/ppmtoxpm.1 726man/man1/ppmtoxpm.1
726man/man1/ppmtoyuv.1 727man/man1/ppmtoyuv.1
727man/man1/ppmtoyuvsplit.1 728man/man1/ppmtoyuvsplit.1
728man/man1/ppmtv.1 729man/man1/ppmtv.1
729man/man1/ppmwheel.1 730man/man1/ppmwheel.1
730man/man1/psidtopgm.1 731man/man1/psidtopgm.1
731man/man1/pstopnm.1 732man/man1/pstopnm.1
732man/man1/qrttoppm.1 733man/man1/qrttoppm.1
733man/man1/rasttopnm.1 734man/man1/rasttopnm.1
734man/man1/rawtopgm.1 735man/man1/rawtopgm.1
735man/man1/rawtoppm.1 736man/man1/rawtoppm.1
736man/man1/rgb3toppm.1 737man/man1/rgb3toppm.1
737man/man1/rlatopam.1 738man/man1/rlatopam.1
738man/man1/rletopnm.1 739man/man1/rletopnm.1
739man/man1/sbigtopgm.1 740man/man1/sbigtopgm.1
740man/man1/sgitopnm.1 741man/man1/sgitopnm.1
741man/man1/sirtopnm.1 742man/man1/sirtopnm.1
742man/man1/sldtoppm.1 743man/man1/sldtoppm.1
743man/man1/spctoppm.1 744man/man1/spctoppm.1
744man/man1/spottopgm.1 745man/man1/spottopgm.1
745man/man1/sputoppm.1 746man/man1/sputoppm.1
746man/man1/srftopam.1 747man/man1/srftopam.1
747man/man1/st4topgm.1 748man/man1/st4topgm.1
748man/man1/sunicontopnm.1 749man/man1/sunicontopnm.1
749man/man1/svgtopam.1 750man/man1/svgtopam.1
750man/man1/tgatoppm.1 751man/man1/tgatoppm.1
751man/man1/thinkjettopbm.1 752man/man1/thinkjettopbm.1
752man/man1/tifftopnm.1 753man/man1/tifftopnm.1
753man/man1/vidtoppm.1 754man/man1/vidtoppm.1
754man/man1/wbmptopbm.1 755man/man1/wbmptopbm.1
755man/man1/winicon.1 756man/man1/winicon.1
756man/man1/winicontopam.1 757man/man1/winicontopam.1
757man/man1/winicontoppm.1 758man/man1/winicontoppm.1
758man/man1/xbmtopbm.1 759man/man1/xbmtopbm.1
759man/man1/ximtoppm.1 760man/man1/ximtoppm.1
760man/man1/xpmtoppm.1 761man/man1/xpmtoppm.1
761man/man1/xvminitoppm.1 762man/man1/xvminitoppm.1
762man/man1/xwdtopnm.1 763man/man1/xwdtopnm.1
763man/man1/ybmtopbm.1 764man/man1/ybmtopbm.1
764man/man1/yuvsplittoppm.1 765man/man1/yuvsplittoppm.1
765man/man1/yuvtoppm.1 766man/man1/yuvtoppm.1
766man/man1/yuy2topam.1 767man/man1/yuy2topam.1
767man/man1/zeisstopnm.1 768man/man1/zeisstopnm.1
768man/man3/libmaketmpfile.3 769man/man3/libmaketmpfile.3
769man/man3/libmaketmpfilefd.3 770man/man3/libmaketmpfilefd.3
770man/man3/libnetpbm.3 771man/man3/libnetpbm.3
771man/man3/libnetpbm_draw.3 772man/man3/libnetpbm_draw.3
772man/man3/libnetpbm_image.3 773man/man3/libnetpbm_image.3
773man/man3/libnetpbm_ug.3 774man/man3/libnetpbm_ug.3
774man/man3/libpbm.3 775man/man3/libpbm.3
775man/man3/libpgm.3 776man/man3/libpgm.3
776man/man3/libpm.3 777man/man3/libpm.3
777man/man3/libpnm.3 778man/man3/libpnm.3
778man/man3/libppm.3 779man/man3/libppm.3
779man/man3/libsystem.3 780man/man3/libsystem.3
780man/man3/libtmpfile.3 781man/man3/libtmpfile.3
781man/man3/libtmpfilefd.3 782man/man3/libtmpfilefd.3
782man/man5/extendedopacity.5 783man/man5/extendedopacity.5
783man/man5/pam.5 784man/man5/pam.5
784man/man5/pbm.5 785man/man5/pbm.5
785man/man5/pfm.5 786man/man5/pfm.5
786man/man5/pgm.5 787man/man5/pgm.5
787man/man5/pnm.5 788man/man5/pnm.5
788man/man5/ppm.5 789man/man5/ppm.5
789share/netpbm/palmcolor8.map 790share/netpbm/palmcolor8.map
790share/netpbm/palmgray1.map 791share/netpbm/palmgray1.map
791share/netpbm/palmgray2.map 792share/netpbm/palmgray2.map
792share/netpbm/palmgray4.map 793share/netpbm/palmgray4.map
793share/netpbm/pcxstd.ppm 794share/netpbm/pcxstd.ppm
794share/netpbm/rgb.txt 795share/netpbm/rgb.txt

cvs diff -r1.106 -r1.107 pkgsrc/graphics/netpbm/distinfo (switch to unified diff)

--- pkgsrc/graphics/netpbm/distinfo 2017/07/12 09:00:33 1.106
+++ pkgsrc/graphics/netpbm/distinfo 2017/09/04 20:31:41 1.107
@@ -1,14 +1,13 @@ @@ -1,14 +1,13 @@
1$NetBSD: distinfo,v 1.106 2017/07/12 09:00:33 wiz Exp $ 1$NetBSD: distinfo,v 1.107 2017/09/04 20:31:41 wiz Exp $
2 2
3SHA1 (netpbm-10.77.02.tar.gz) = 73b6815ea922394050c7c596b3f7d502cde22866 3SHA1 (netpbm-10.79.04.tar.gz) = 24a5f348b406891354595e85db8b7889c24619ea
4RMD160 (netpbm-10.77.02.tar.gz) = 99afb99fcce4f20aee35ecc67ff1522b17e8aa7b 4RMD160 (netpbm-10.79.04.tar.gz) = 772d63bc9b08bdc4ec09cb333c3eb9e7615388be
5SHA512 (netpbm-10.77.02.tar.gz) = de9b78d7a6aa293d3ff9ddb3f1f0149966956e4c3e742fa64f4c27cf03150056e375237f3d05f2be4e1cb29bf8a0c7d36d3f515bec69ff8ec1fda24c0aa75506 5SHA512 (netpbm-10.79.04.tar.gz) = b5a918bca061015fc6ef361074d010abe88f57dc27971a1db5d4102fd6a02cefc61f2220919d40c9c7a001afac466c74c8d9c1858e3c0f4370422cc4f4c31907
6Size (netpbm-10.77.02.tar.gz) = 2776825 bytes 6Size (netpbm-10.79.04.tar.gz) = 2796774 bytes
7SHA1 (netpbm-docs-r2897.tar.gz) = 80760e2a177034d54e5d09b3f273c84706ce13a6 7SHA1 (netpbm-docs-r3052.tar.gz) = 6986a401717fd1ecb330fd426738bd8069eaf85c
8RMD160 (netpbm-docs-r2897.tar.gz) = 77a3b59080ca264214f18aee054a5e8ea33d69c6 8RMD160 (netpbm-docs-r3052.tar.gz) = 3486f2df6e2e1b83cc5221a969da5db8b842c9ef
9SHA512 (netpbm-docs-r2897.tar.gz) = 7625c1ae6c8689b896e762d368605f74060751bd4948951b788cff07a29d9f74aabf63ea57e172187e56a4dd7bff379d1672d224bc29fd7fdf5b4eb310ccbccd 9SHA512 (netpbm-docs-r3052.tar.gz) = 0217139aaf8ddba720df3b5242988674d4e5c2ab8f7399de1ecbe169e702eb79dbb55e1622b1af14058cfd3110d1ef0453237e57fb498d3220369d99afa4d77f
10Size (netpbm-docs-r2897.tar.gz) = 469000 bytes 10Size (netpbm-docs-r3052.tar.gz) = 472779 bytes
11SHA1 (patch-common.mk) = f590cc66e0fe6a07e848b9b46662bca350557bea 11SHA1 (patch-common.mk) = f590cc66e0fe6a07e848b9b46662bca350557bea
12SHA1 (patch-lib_Makefile) = ff67c418c9d16bdc9d9c95ba658686aa36f213a0 12SHA1 (patch-lib_Makefile) = ff67c418c9d16bdc9d9c95ba658686aa36f213a0
13SHA1 (patch-lib_util_nstring.h) = 394e258902f3d8fceea8840bca11cffd030060c6 
14SHA1 (patch-pm__config.in.h) = dfe51691507a2c7be2946013b1f1b6bdd9b39f49 13SHA1 (patch-pm__config.in.h) = dfe51691507a2c7be2946013b1f1b6bdd9b39f49

File Deleted: pkgsrc/graphics/netpbm/patches/Attic/patch-lib_util_nstring.h