Hello community,

here is the log from the commit of package netpbm for openSUSE:Factory checked 
in at 2013-01-08 14:33:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/netpbm (Old)
 and      /work/SRC/openSUSE:Factory/.netpbm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "netpbm", Maintainer is "nadvor...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/netpbm/netpbm.changes    2012-12-05 
14:01:01.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.netpbm.new/netpbm.changes       2013-01-08 
14:33:19.000000000 +0100
@@ -1,0 +2,15 @@
+Mon Dec 31 12:14:17 UTC 2012 - pgaj...@suse.com
+
+- Update to 10.61.01:
+  * pamstereogram: change -guidesize default from 10 to 20
+  * pgmhist: Add -machine option.
+  * pgmhist: Add -median, -quartile, and -decile options.
+  * pamstereogram: Add -guidetop and -guidebottom options to replace
+    trick where negative -guidesize means top, positive means
+    bottom, absent means none.
+  * pamstereogram: -smoothing smooths images even without -texfile.
+  * pnmcat: set don't care bits in packed PBM output to zero so
+    they are predictable.
+  * etc. see doc/HISTORY
+
+-------------------------------------------------------------------

Old:
----
  netpbm-10.60.3-documentation.tar.bz2
  netpbm-10.60.3-nohpcdtoppm-noppmtompeg.tar.bz2

New:
----
  netpbm-10.61.1-documentation.tar.bz2
  netpbm-10.61.1-nohpcdtoppm-noppmtompeg.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ netpbm.spec ++++++
--- /var/tmp/diff_new_pack.GawwaT/_old  2013-01-08 14:33:21.000000000 +0100
+++ /var/tmp/diff_new_pack.GawwaT/_new  2013-01-08 14:33:21.000000000 +0100
@@ -17,11 +17,11 @@
 
 
 %define libmaj  11
-%define libmin  60
+%define libmin  61
 %define libver  %{libmaj}.%{libmin}
 
 Name:           netpbm
-Version:        10.60.3
+Version:        10.61.1
 Release:        0
 Summary:        A Powerful Graphics Conversion Package
 License:        BSD-3-Clause and GPL-2.0+ and SUSE-IJG and MIT and 
SUSE-Public-Domain

++++++ netpbm-10.60.3-documentation.tar.bz2 -> 
netpbm-10.61.1-documentation.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/netpbm.sourceforge.net/doc/libnetpbm_ug.html 
new/netpbm.sourceforge.net/doc/libnetpbm_ug.html
--- old/netpbm.sourceforge.net/doc/libnetpbm_ug.html    2011-01-26 
17:55:50.000000000 +0100
+++ new/netpbm.sourceforge.net/doc/libnetpbm_ug.html    2012-12-04 
17:19:27.000000000 +0100
@@ -59,8 +59,8 @@
 
 <h3><b>libnetpbm classes</b></h3>
 
-<p>In this section, we cover only the PAM functions in
-<b>libnetpbm</b>.  As described in <a href="libnetpbm.html">the
+<p>In this section, Guide To Using Libnetpbm, we cover only the PAM functions
+in <b>libnetpbm</b>.  As described in <a href="libnetpbm.html">the
 introduction to <b>libnetpbm</b></a>, there are four other classes of
 image processing functions (PBM, PGM, PPM, PNM).  They are less
 important, since you can do everything more easily with the PAM
@@ -87,6 +87,15 @@
 (height, width, etc.) as separate arguments to every function.
 </ul>
 
+
+<h3 id="initialization">Library Initialization</h3>
+
+<p>Every program that uses the library must initialize the library, i.e. set
+up the process to use the library, as described in <a 
href="libpm.html#initialization">Initialization</a>.  That is the purpose of 
the call to
+<b>pm_init()</b> in the example above.
+
+
+
 <H3 id="pamstruct">THE pam STRUCTURE</H3>
 
 <P>The PAM functions take most of their arguments in the form of a
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/netpbm.sourceforge.net/doc/libpbm.html 
new/netpbm.sourceforge.net/doc/libpbm.html
--- old/netpbm.sourceforge.net/doc/libpbm.html  2011-10-03 16:17:27.000000000 
+0200
+++ new/netpbm.sourceforge.net/doc/libpbm.html  2012-12-04 17:25:16.000000000 
+0100
@@ -141,9 +141,10 @@
 
 <H3 id="initialization">INITIALIZATION</H3>
 
-<P><b>pbm_init()</b> is identical to <b>pm_proginit</b>.
+<p><b>pbm_init()</b> is obsolete (at least since Netpbm 9.25 (March 2002)).
+Use <a href="libpm.html#initialization"><b>pm_proginit()</b></a> instead.
 
-<p><b>pbm_init()</b> is obsolete.  Use <b>pm_proginit()</b> instead.
+<P><b>pbm_init()</b> is identical to <b>pm_proginit</b>.
 
 <H3 id="memorymanagement">MEMORY MANAGEMENT</H3>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/netpbm.sourceforge.net/doc/libpgm.html 
new/netpbm.sourceforge.net/doc/libpgm.html
--- old/netpbm.sourceforge.net/doc/libpgm.html  2010-06-14 04:19:01.000000000 
+0200
+++ new/netpbm.sourceforge.net/doc/libpgm.html  2012-12-04 17:29:55.000000000 
+0100
@@ -162,9 +162,11 @@
 
 <H3 id="initialization">INITIALIZATION</H3>
 
+<p><b>pgm_init()</b> is obsolete (at least since Netpbm 9.25 (March 2002)).
+Use <a href="libpm.html#initialization"><b>pm_proginit()</b></a> instead.
+
 <P><b>pgm_init()</b> is identical to <b>pm_proginit</b>.
 
-<p><b>pgm_init()</b> is obsolete.  Use <b>pm_proginit()</b> instead.
 
 <H3 id="memorymanagement">MEMORY MANAGEMENT</H3>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/netpbm.sourceforge.net/doc/libpm.html 
new/netpbm.sourceforge.net/doc/libpm.html
--- old/netpbm.sourceforge.net/doc/libpm.html   2010-06-14 04:19:01.000000000 
+0200
+++ new/netpbm.sourceforge.net/doc/libpm.html   2012-11-24 22:39:17.000000000 
+0100
@@ -5,8 +5,9 @@
 </head>
 <body>
 <h1>Libnetpbm Utility Functions</h1>
-Updated: 27 August 2006
-<BR>
+
+<p>Updated: 27 August 2006
+
 <p><A HREF="#toc">Table Of Contents</A>
 
 <p>These library functions are part of <a href="index.html">Netpbm</a>.
@@ -33,7 +34,7 @@
 <p>
 <B>void pm_init(</B>
 <B>const char * </B><I>progname</I><B>,</B>
-<B>unsigned int </B><I>flags</I><B>[]</B>
+<B>unsigned int </B><I>flags</I>
 <B>);</B>
 
 <p>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/netpbm.sourceforge.net/doc/libpnm.html 
new/netpbm.sourceforge.net/doc/libpnm.html
--- old/netpbm.sourceforge.net/doc/libpnm.html  2010-06-14 04:19:01.000000000 
+0200
+++ new/netpbm.sourceforge.net/doc/libpnm.html  2012-12-04 17:29:47.000000000 
+0100
@@ -219,9 +219,10 @@
 
 <H3 id="initialization">INITIALIZATION</H3>
 
-<P><b>pnm_init()</b> is identical to <b>pm_proginit</b>.
+<p><b>pnm_init()</b> is obsolete (at least since Netpbm 9.25 (March 2002)).
+Use <a href="libpm.html#initialization"><b>pm_proginit()</b></a> instead.
 
-<p><b>pnm_init()</b> is obsolete.  Use <b>pm_proginit()</b> instead.
+<P><b>pnm_init()</b> is identical to <b>pm_proginit</b>.
 
 <H3 id="memorymanagement">MEMORY MANAGEMENT</H3>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/netpbm.sourceforge.net/doc/libppm.html 
new/netpbm.sourceforge.net/doc/libppm.html
--- old/netpbm.sourceforge.net/doc/libppm.html  2010-06-14 04:19:01.000000000 
+0200
+++ new/netpbm.sourceforge.net/doc/libppm.html  2012-12-04 17:29:41.000000000 
+0100
@@ -216,9 +216,11 @@
 
 <H3 id="initialization">INITIALIZATION</H3>
 
+<p><b>ppm_init()</b> is obsolete (at least since Netpbm 9.25 (March 2002)).
+Use <a href="libpm.html#initialization"><b>pm_proginit()</b></a> instead.
+
 <P><b>ppm_init()</b> is identical to <b>pm_proginit</b>.
 
-<p><b>ppm_init()</b> is obsolete.  Use <b>pm_proginit()</b> instead.
 
 <H3 id="memorymanagement">MEMORY MANAGEMENT</H3>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/netpbm.sourceforge.net/doc/pamditherbw.html 
new/netpbm.sourceforge.net/doc/pamditherbw.html
--- old/netpbm.sourceforge.net/doc/pamditherbw.html     2010-06-14 
04:19:01.000000000 +0200
+++ new/netpbm.sourceforge.net/doc/pamditherbw.html     2012-11-24 
22:09:55.000000000 +0100
@@ -26,6 +26,8 @@
 
 [<B>-clump</B> <I>size</I>]
 
+[<b>-randomseed=</b><i>integer</i>]
+
 [<I>pamfile</I>]
 
 <P>All options can be abbreviated to their shortest unique prefix.
@@ -93,28 +95,51 @@
 <a href="http://www.tinrocket.com/projects/programming/graphics/00158/";>
 some claim</a> Atkinson works better.
 
-<P>The <B>-value</B> option alters the thresholding value for
-Floyd-Steinberg, Atkinson, and simple thresholding.  It should be a
-real number between 0 and 1.  Above 0.5 means darker images; below 0.5
-means lighter.
-
 <P>The Hilbert curve method is useful for processing images before
 display on devices that do not render individual pixels distinctly
 (like laser printers).  This dithering method can give better results
 than the dithering usually done by the laser printers themselves.  The
-<B>-clump</B> option alters the number of pixels in a clump.  This is
-usually an integer between 2 and 100 (default 5).  Smaller clump sizes
-smear the image less and are less grainy, but seem to lose some grey
-scale linearity. Typically a PGM image will have to be scaled to fit
-on a laser printer page (2400 x 3000 pixels for an A4 300 dpi page),
-and then dithered to a PBM image before being converted to a
-postscript file.  A printing pipeline might look something like:
+<B>-clump</B> option alters the number of pixels in a clump.  Typically a PGM
+image will have to be scaled to fit on a laser printer page (2400 x 3000
+pixels for an A4 300 dpi page), and then dithered to a PBM image before being
+converted to a postscript file.  A printing pipeline might look something
+like:
 
 <pre>
     pamscale -xysize 2400 3000 image.pgm | pamditherbw -hilbert |  \
       pamtopnm | pnmtops -scale 0.25 &gt; image.ps 
 </pre>
 
+<dl>
+
+<dt><b>-value</b>
+
+<dd>This option alters the thresholding value for
+Floyd-Steinberg, Atkinson, and simple thresholding.  It should be a
+real number between 0 and 1.  Above 0.5 means darker images; below 0.5
+means lighter.
+
+<dt><b>-clump</b>
+<dd>This option alters the number of pixels in a clump.  This is usually an
+integer between 2 and 100 (default 5).  Smaller clump sizes smear the image
+less and are less grainy, but seem to lose some grey scale linearity.
+
+<dt><b>-randomseed=</b><i>integer</i>
+
+<dd>This is the seed for the random number generator that generates the
+pixels.
+
+<p>Use this to ensure you get the same image on separate invocations.
+
+<p>By default, <b>pgmnoise</b> uses a seed derived from the time of day
+and process ID, which gives you fairly uncorrelated results in multiple
+invocations.
+
+<p>This option was new in Netpbm 10.45 (December 2008).
+
+</dl>
+
+
 <H2 id="references">REFERENCES</H2>
 
 <p>The only reference you need for this stuff is &quot;Digital
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/netpbm.sourceforge.net/doc/pamrecolor.html 
new/netpbm.sourceforge.net/doc/pamrecolor.html
--- old/netpbm.sourceforge.net/doc/pamrecolor.html      2010-09-03 
23:10:54.000000000 +0200
+++ new/netpbm.sourceforge.net/doc/pamrecolor.html      2012-11-24 
22:02:14.000000000 +0100
@@ -28,6 +28,8 @@
 [<b>--bmult</b>=<i>fraction</i>]
 [<b>--targetcolor</b>=<i>color</i>]
 [<b>--colorfile</b>=<i>file</i>]
+[<b>-randomseed=</b><i>integer</i>]
+
 [<i>infile</i>]
 </p>
 
@@ -162,6 +164,19 @@
 
 <p>You may not specify both <b>-targetcolor</b> and <b>-colorfile</b>.
 
+<dt><b>-randomseed=</b><i>integer</i>
+
+<dd>This is the seed for the random number generator that generates the
+pixels.
+
+<p>Use this to ensure you get the same image on separate invocations.
+
+<p>By default, <b>pamrecolor</b> uses a seed derived from the time of day
+and process ID, which gives you fairly uncorrelated results in multiple
+invocations.
+
+<p>This option was new in Netpbm 10.61 (December 2012).
+
 </dl>
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/netpbm.sourceforge.net/doc/pamrubber.html 
new/netpbm.sourceforge.net/doc/pamrubber.html
--- old/netpbm.sourceforge.net/doc/pamrubber.html       2011-04-03 
10:15:22.000000000 +0200
+++ new/netpbm.sourceforge.net/doc/pamrubber.html       2012-11-24 
22:04:24.000000000 +0100
@@ -19,7 +19,7 @@
 {<b>-tri | -quad</b>}
 [<b>-linear</b>]
 [<b>-frame</b>]
-[<b>-randseed=</b><i>N</i>]
+[<b>-randomseed=</b><i>N</i>]
 <i>cp1x cp1y</i> [<i>cp2x cp2y</i> [<i>cp3x cp3y</i> [<i>cp4x cp4y</i>]]]
 <i>cp1x cp1y</i> [<i>cp2x cp2y</i> [<i>cp3x cp3y</i> [<i>cp4x cp4y</i>]]]
 [<i>filename</i>]
@@ -121,7 +121,7 @@
 transformation with identical control points for source and target.
 </dd>
 
-<dt><b>-randseed=</b><i>N</i></dt>
+<dt><b>-randomseed=</b><i>N</i></dt>
 <dd>
 <p><b>pamrubber</b> randomizes some of its output.  So that you can produce
 repeatable results, you can choose the seed of the random number generator
@@ -129,6 +129,10 @@
 generator seed, you should always get the exact same output.  By default,
 <b>pamrubber</b> uses the time of day as the seed, so you get slightly
 different output when you run the program twice on the same input.
+
+<p>Before Netpbm 10.61 (December 2012), this was called <b>-randseed</b>,
+and that still works.
+
 </dd>
 
 </dl>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/netpbm.sourceforge.net/doc/pamstereogram.html 
new/netpbm.sourceforge.net/doc/pamstereogram.html
--- old/netpbm.sourceforge.net/doc/pamstereogram.html   2012-08-04 
21:15:37.000000000 +0200
+++ new/netpbm.sourceforge.net/doc/pamstereogram.html   2012-12-31 
10:27:55.000000000 +0100
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html xmlns="http://www.w3.org/1999/xhtml";>
 <head>
-<meta http-equiv="Content-type" content="text/html">
+<meta charset="UTF-8">
 <title>Pamstereogram User Manual</title>
 </head>
 
@@ -9,7 +9,7 @@
 
 <h1>pamstereogram</h1>
 
-<p>Updated: 20 June 2012</p>
+<p>Updated:30 December 2012</p>
 
 <p><a href="#contents">Table Of Contents</a></p>
 
@@ -34,6 +34,8 @@
 [<b>-xshift=</b><i>pixels</i>]
 [<b>-yshift=</b><i>pixels</i>]
 [<b>-magnifypat=</b><i>scale</i>]
+[<b>-guidetop</b>]
+[<b>-guidebottom</b>]
 [<b>-guidesize=</b><i>pixels</i>]
 [<b>-dpi=</b><i>resolution</i>]
 [<b>-crosseyed</b>]
@@ -135,6 +137,7 @@
 blending colors.
 
 <p>This option was new in Netpbm 10.53 (December 2010).</p>
+</dd>
 
 <dt><b>-bgcolor=</b><i>color</i></dt>
 <dd>Use <i>color</i> as the texture image's background color instead
@@ -145,19 +148,23 @@
 with <b>-texfile</b>.
 
 <p>This option was new in Netpbm 10.53 (December 2010).</p>
+</dd>
 
 <dt><b>-smoothing=</b><i>pixels</i></dt>
-<dd>Horizontally blur non-background colors into background pixels up
-to a distance of <i>pixels</i> pixels (default: 0).  This helps smooth
-over distracting glitches introduced by the stereogram's color
-constraints when producing a mapped-texture stereogram.
-The <b>-smoothing</b> option is helpful when the texture image
-includes smooth color transitions (as in a photograph) but makes crisp
-texture images (as in a line drawing) appear blurry.
-The <b>-smoothing</b> option is meaningful only in conjunction with
-<b>-texfile</b>.
+<dd>When used without <b>-texfile</b>, attempt to eliminate artifacts
+introduced by edges in the depth map if <i>pixels</i> is greater than zero.
 
-<p>This option was new in Netpbm 10.53 (December 2010).</p>
+<p>When used with <b>-texfile</b>, horizontally blur non-background
+colors into background pixels up to a distance of <i>pixels</i> pixels.
+This helps smooth over distracting glitches introduced
+by the stereogram's color constraints when producing a mapped-texture
+stereogram.  In this case, the <b>-smoothing</b> option is helpful
+when the texture image includes smooth color transitions (as in a
+photograph) but makes crisp texture images (as in a line drawing)
+appear blurry.</p>
+
+<p>This option was new in Netpbm 10.53 (December 2010).  Before
+Netpbm 10.61 (December 2012), it has no effect without <b>-texfile</b>.</p>
 </dd>
 
 <dt><b>-xshift=</b><i>pixels</i></dt>
@@ -178,28 +185,49 @@
 <em>after</em> pattern shifting (<b>-xshift</b> and
 <b>-yshift</b>).</dd>
 
-<dt><b>-guidesize=</b><i>pixels</i></dt>
-<dd>Draw a pair of <i>pixels</i> by <i>pixels</i> black squares on
-a white background underneath the stereogram proper. These squares
-help you guide your eyes into proper focus to view the 3-D image.
-The trick is to focus your eyes some distance behind the image,
-causing you to see four black squares, then continue altering your
-focus distance until the middle two black squares fuse into a
-single black square. At that point, a crisp, 3-D image will appear.
-
-<p>If <i>pixels</i> is negative, <b>pamstereogram</b> will draw the
-guide squares above the stereogram instead of below it. If
-<i>pixels</i> is zero (the default), <b>pamstereogram</b> will draw
-no guide squares.</p>
+<dt><b>-guidebottom</b>
+<dd>
+Draw a pair of black squares on a white background underneath the stereogram
+proper. These squares help you guide your eyes into proper focus to view the
+3-D image.  The trick is to focus your eyes some distance behind the image,
+causing you to see four black squares, then continue altering your focus
+distance until the middle two black squares fuse into a single black
+square. At that point, a crisp, 3-D image will appear.
+
+<p>This option was new in Netpbm 10.61 (December 2012).  Before that,
+the presence of <b>-guidesize</b>, with a positive value, has the same
+effect.
 </dd>
 
+<dt><b>-guidetop</b>
+<dd>
+Same as <b>-guidebottom</b>, except the guides go at the top of the image.
+
+<p>This option was new in Netpbm 10.61 (December 2012).  Before that,
+the presence of <b>-guidesize</b>, with a negative value, has the same
+effect.
+
+<dt><b>-guidesize=</b><i>pixels</i></dt>
+
+<dd>The size (width and height) of each guide box.
+
+<p>This is valid only with <b>-guidetop</b> or <b>-guidebottom</b>.
+
+<p>Default is 20.
+
+<p>Before Netpbm 10.61 (December 2012), if you don't specify this option,
+<b>pamstereogram</b> draws no guides.  If you specify it with a positive
+value, <b>pamstereogram</b> behaves as if you specified <b>-guidebottom</b>
+too, and if you specify it with a negative value, it behaves as if you
+specified <b>-guidetop</b> and specified <b>guidesize</b> with the absolute
+value of that negative value.
+
 <dt><b>-dpi=</b><i>resolution</i></dt>
 <dd>Specify the resolution of the output device in dots per inch.
 The default is 100 DPI, which represents a fairly crisp screen
 resolution.
 
 <p>Before Netpbm 10.53 (December 2010), the default was 96 DPI.</p>
-
 </dd>
 
 <dt><b>-crosseyed</b></dt>
@@ -213,10 +241,7 @@
 
 <p>Before Netpbm 10.53 (December 2010), <b>pamstereogram</b> used higher
 (lighter) numbers for things closer to the eye <em>without</em>
-<b>-crosseyed</b> and vice versa.
-
-</p>
-
+<b>-crosseyed</b> and vice versa.</p>
 </dd>
 
 <dt><b>-makemask</b></dt>
@@ -260,9 +285,10 @@
 and depth) while <b>-planes</b> is a more computer-centric way (pixel
 distances in the resulting stereogram).
 
-<p>This option was new in Netpbm 10.59 (June 2012).
+<p>This option was new in Netpbm 10.59 (June 2012).</p>
+</dd>
 
-<dt><b>-randomseed=</b><i>integer</i>
+<dt><b>-randomseed=</b><i>integer</i></dt>
 <dd>Specify a seed to be used for the random number generator.
 The default is to use a seed based on the time of day, to one second
 granularity.
@@ -273,9 +299,10 @@
 
 <p>This is irrelevant if you use a pattern file (<b>-patfile</b>
 option), because there is no random element to <b>pamstereogram</b>'s
-behavior.
+behavior.</p>
 
-<p>This option was new in Netpbm 10.32 (February 2006).
+<p>This option was new in Netpbm 10.32 (February 2006).</p>
+</dd>
 
 </dl>
 
@@ -399,9 +426,14 @@
 but probably broken beyond usability until 
 Netpbm 10.32 (February 2006) and Netpbm 10.26.23 (January 2006).</p>
 
+<p>A backward incompatible change to the way you request guide boxes
+(<b>-guidetop</b>, <b>-guidebottom</b>, <b>-guidesize</b> happened in
+Netpbm 10.61 (December 2012).
+
 
 <h2><a id="author">AUTHOR</a></h2>
 <p>Copyright (C) 2006, 2010 Scott Pakin, <a 
href="mailto:scott+...@pakin.org";>scott+...@pakin.org</a>.</p>
+
 <h2><a id="contents">Table Of Contents</a></h2>
 <ul>
 <li><a href="#synopsis">SYNOPSIS</a></li>
@@ -422,3 +454,4 @@
 </ul>
 </body>
 </html>
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/netpbm.sourceforge.net/doc/pamsumm.html 
new/netpbm.sourceforge.net/doc/pamsumm.html
--- old/netpbm.sourceforge.net/doc/pamsumm.html 2012-10-26 04:56:26.000000000 
+0200
+++ new/netpbm.sourceforge.net/doc/pamsumm.html 2012-11-16 05:13:05.000000000 
+0100
@@ -89,7 +89,7 @@
      <p>If instead you want a result that is independent of maxval but still
      in integers, you can use <b>pamdepth</b> to convert the input to some
      standard maxval and not use <b>-normalize</b>.  For example, if you want
-     the mean intensity of a PPM image, on a scale of 0 to 99, do
+     the mean brightness of a PPM image, on a scale of 0 to 99, do
 
 <pre>
 <kbd>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/netpbm.sourceforge.net/doc/pamtojpeg2k.html 
new/netpbm.sourceforge.net/doc/pamtojpeg2k.html
--- old/netpbm.sourceforge.net/doc/pamtojpeg2k.html     2012-10-21 
22:45:59.000000000 +0200
+++ new/netpbm.sourceforge.net/doc/pamtojpeg2k.html     2012-12-22 
02:31:51.000000000 +0100
@@ -132,7 +132,7 @@
 compression it can without losing any quality.  Because of the metadata issue
 described above, this may mean, for a small image, the image actually expands.
 
-<p>Note that though Jasper library takes a compression factor, this
+<p>Note that though the Jasper library takes a compression factor, this
 option specifies a compression ratio.  The compression factor is the
 multiplicative inverse of (1 divided by) the compression ratio.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/netpbm.sourceforge.net/doc/pgmcrater.html 
new/netpbm.sourceforge.net/doc/pgmcrater.html
--- old/netpbm.sourceforge.net/doc/pgmcrater.html       2010-06-14 
04:19:01.000000000 +0200
+++ new/netpbm.sourceforge.net/doc/pgmcrater.html       2012-11-24 
21:17:50.000000000 +0100
@@ -22,6 +22,8 @@
 
 [<B>-gamma</B> <I>g</I>]
 
+[<b>-randomseed=</b><i>integer</i>]
+
 
 <H2 id="description">DESCRIPTION</H2>
 
@@ -115,6 +117,19 @@
 option simply changes the contrast and may compensate for a display
 device that does not correctly render PGM images.
 
+<dt><b>-randomseed=</b><i>integer</i>
+
+<dd>This is the seed for the random number generator that generates the
+pixels.
+
+<p>Use this to ensure you get the same image on separate invocations.
+
+<p>By default, <b>pgmnoise</b> uses a seed derived from the time of day
+and process ID, which gives you fairly uncorrelated results in multiple
+invocations.
+
+<p>This option was new in Netpbm 10.61 (December 2012).
+
 </DL>
 
 <H2 id="designnotes">DESIGN NOTES</H2>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/netpbm.sourceforge.net/doc/pgmhist.html 
new/netpbm.sourceforge.net/doc/pgmhist.html
--- old/netpbm.sourceforge.net/doc/pgmhist.html 2011-06-25 22:21:18.000000000 
+0200
+++ new/netpbm.sourceforge.net/doc/pgmhist.html 2012-12-03 00:11:44.000000000 
+0100
@@ -2,7 +2,7 @@
 <HTML><HEAD><TITLE>Pgmhist User Manual</TITLE></HEAD>
 <BODY>
 <H1>pgmhist</H1>
-Updated: 28 February 1989
+Updated: 2 December 2012
 <BR>
 <A HREF="#index">Table Of Contents</A>
 
@@ -14,14 +14,87 @@
 
 <B>pgmhist</B>
 
+[<b>-median</b>, <b>-quartile</b>, <b>-decile</b>]
+
+[<b>-machine</b>]
+
 [<I>pgmfile</I>]
 
 <H2 id="description">DESCRIPTION</H2>
 
 <p>This program is part of <a href="index.html">Netpbm</a>.
 
-<p><b>pgmhist</b> reads a PGM image as input and 
-prints a histogram of the gray values.
+<p><b>pgmhist</b> reads a PGM image as input and prints a histogram of the
+gray values or other gray value distribution metrics.
+
+
+<p>If you specify none of <b>-median</b>, <b>-quartile</b>, or <b>-decile</b>,
+<b>pgmhist</b> prints a complete histogram showing how many pixels of each
+possible gray value exist in the image.  Along with each gray value, it tells
+you how many pixels are more black and more white that it.
+
+<p><b>-median</b>, <b>-quartile</b>, and <b>-decile</b> options cause
+<b>pgmhist</b> instead to print the indicated quantiles.  Each quantile is a
+gray value that actually appears in the image (as opposed to fractional values
+that are sometimes used for quantiles).  The 3rd quartile is the least gray
+value for which at least 75% of the pixels are as dark or darker than it.
+The 4th quartile is the brightest gray value that appears in the image.
+
+
+<H2 id="options">OPTIONS</H2>
+
+You must specify exactly one of the ramp type options.
+<DL COMPACT>
+<DT><B>-median</B>
+<DD>
+
+<P>This option causes <b>pgmhist</b> to print the median gray value.
+
+<p>You may specify at most one of <b>-median</b>, <b>-quartile</b>, and
+<b>-decile</b>.
+
+<P>This option was new in Neptbm 10.61 (December 2012).
+
+<DT><B>-quartile</B>
+<DD>
+
+<P>This option causes <b>pgmhist</b> to print the four quartile gray value.
+
+<p>You may specify at most one of <b>-median</b>, <b>-quartile</b>, and
+<b>-decile</b>.
+
+<P>This option was new in Neptbm 10.61 (December 2012).
+
+<DT><B>-decile</B>
+<DD>
+     
+<P>This option causes <b>pgmhist</b> to print the ten decile gray value.
+
+<p>You may specify at most one of <b>-median</b>, <b>-quartile</b>, and
+<b>-decile</b>.
+
+<P>This option was new in Neptbm 10.61 (December 2012).
+
+<DT><B>-machine</B>
+<DD>
+
+<p>This option causes <b>pgmhist</b> to print the information in a way
+easily digestible by a machine as opposed to a human.
+
+<p>For the quantiles, there is one line per quantile, in quantile order, and
+it consists of the gray value of the quantile in decimal with no leading
+zeroes.
+
+<p>For the full histogram output, it consists of one line per possible
+gray value (whether that value appears in the image or not), in order of
+the gray values.  The line consists of two tokens separated by a space.  The
+first is the gray value; the second is the number of pixels in the image that
+have that gray value.  Both are decimal numbers without leading zeroes.
+
+<P>This option was new in Neptbm 10.61 (December 2012).
+
+</DL>
+
 
 <H2 id="name">SEE ALSO</H2>
 
@@ -34,8 +107,7 @@
 Copyright (C) 1989 by Jef Poskanzer.
 
 <HR>
-<A NAME="index">&nbsp;</A>
-<H2>Table Of Contents</H2>
+<H2 id="index">Table Of Contents</H2>
 <UL>
 <LI><A HREF="#synopsis">SYNOPSIS</A>
 <LI><A HREF="#description">DESCRIPTION</A>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/netpbm.sourceforge.net/doc/pgmmedian.html 
new/netpbm.sourceforge.net/doc/pgmmedian.html
--- old/netpbm.sourceforge.net/doc/pgmmedian.html       2012-11-12 
00:24:06.000000000 +0100
+++ new/netpbm.sourceforge.net/doc/pgmmedian.html       2012-11-24 
22:13:26.000000000 +0100
@@ -62,9 +62,6 @@
 value, <b>pgmmedian</b> uses histogram sort.  Otherwise, it uses kth
 value.
 
-<p>If expression is less than the cutoff, <b>pgmmedian</b> uses the
-histogram sort.  Otherwise it uses the select kth value method.
-
 <p>This option has no effect if you specify <b>-type</b>.
 
 <p>The default is 250
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/netpbm.sourceforge.net/doc/pgmramp.html 
new/netpbm.sourceforge.net/doc/pgmramp.html
--- old/netpbm.sourceforge.net/doc/pgmramp.html 2010-06-14 04:19:01.000000000 
+0200
+++ new/netpbm.sourceforge.net/doc/pgmramp.html 2012-12-02 23:58:39.000000000 
+0100
@@ -6,13 +6,11 @@
 <BR>
 <A HREF="#index">Table Of Contents</A>
 
-<A NAME="lbAB">&nbsp;</A>
 <H2>NAME</H2>
 
 pgmramp - generate a grayscale ramp
 
-<A NAME="lbAC">&nbsp;</A>
-<H2>SYNOPSIS</H2>
+<H2 id="synopsis">SYNOPSIS</H2>
 
 <B>pgmramp</B>
 <B>-lr</B>|<B>-tb</B>|<B>-rectangle</B>|<B>-ellipse</B>
@@ -24,8 +22,7 @@
 may use either white space or an equals sign between an option name
 and its value.
 
-<A NAME="lbAD">&nbsp;</A>
-<H2>DESCRIPTION</H2>
+<H2 id="description">DESCRIPTION</H2>
 
 <p>This program is part of <a href="index.html">Netpbm</a>.
 
@@ -45,8 +42,7 @@
 but for color.  The image fades between two colors of your choice.
 
 
-<A NAME="lbAE">&nbsp;</A>
-<H2>OPTIONS</H2>
+<H2 id="options">OPTIONS</H2>
 
 You must specify exactly one of the ramp type options.
 <DL COMPACT>
@@ -78,8 +74,7 @@
 </DL>
 
 
-<A NAME="lbAF">&nbsp;</A>
-<H2>SEE ALSO</H2>
+<H2 id="seealso">SEE ALSO</H2>
 
 <A HREF="pamarith.html"><b>pamarith</b></A>,
 <A HREF="pnmgamma.html"><b>pnmgamma</b></A>,
@@ -94,14 +89,12 @@
 Copyright (C) 1989 by Jef Poskanzer.
 
 <HR>
-<A NAME="index">&nbsp;</A>
-<H2>Table Of Contents</H2>
+<H2 id="index">Table Of Contents</H2>
 <UL>
-<LI><A HREF="#lbAB">NAME</A>
-<LI><A HREF="#lbAC">SYNOPSIS</A>
-<LI><A HREF="#lbAD">DESCRIPTION</A>
-<LI><A HREF="#lbAE">OPTIONS</A>
-<LI><A HREF="#lbAF">SEE ALSO</A>
+<LI><A HREF="#synopsis">SYNOPSIS</A>
+<LI><A HREF="#description">DESCRIPTION</A>
+<LI><A HREF="#optoins">OPTIONS</A>
+<LI><A HREF="#seealso">SEE ALSO</A>
 <LI><A HREF="#author">AUTHOR</A>
 </UL>
 </BODY>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/netpbm.sourceforge.net/doc/pngtopam.html 
new/netpbm.sourceforge.net/doc/pngtopam.html
--- old/netpbm.sourceforge.net/doc/pngtopam.html        2011-03-12 
03:54:52.000000000 +0100
+++ new/netpbm.sourceforge.net/doc/pngtopam.html        2012-11-25 
05:26:15.000000000 +0100
@@ -40,6 +40,16 @@
 tuple type GRAYSCALE_ALPHA or RGB_ALPHA depending on whether the input
 has color or not.
 
+<p>To convert in the other direction, use <b>pnmtopng</b> or
+<b>pamrgbatopng</b>.  The former is more powerful in almost every way, except
+that only the latter can recognize transparency information in a PAM file, as
+you might generate with <b>pngtopam -alphapam</b>.  To use <b>pnmtopng</b>
+with a PAM file with transparency, you can separate out the transparency
+channel with <b>pamchannel</b> and feed it to <b>pnmtopng</b> separately.  But
+you may want to use <b>pngtopam -alpha</b> instead of <b>pngtopam
+-alphapam</b> if you're going to be converting back.
+
+
 <H2 id="options">OPTIONS</H2>
 
 <DL COMPACT>
@@ -62,6 +72,10 @@
 <b>-mix</b>.  With none of them, <b>pngtopam</b> produces an image of
 the foreground of the input image and discards transparency information.
 
+<p>Note that converting in the other direction, the <b>pamtopng</b> converter
+won't recognize the transparency information you generate
+with <b>-alphapam</b>, but <b>pamrgbatopng</b> will.
+
 <P>This option was new in Netpbm 10.44 (September 2008).
 
 <DT><B>-alpha</B>
@@ -247,7 +261,7 @@
 <p><b>pngtopam</b> was new in Netpbm 10.44, as a replacement for
 <b>pngtopnm</b>.  The main improvement over <b>pngtopnm</b> was that
 it could generate a PAM image with a transparency channel, whereas
-with <b>pngtopnm</b>, you would have to extrac the transparency
+with <b>pngtopnm</b>, you would have to extract the transparency
 channel as a separate file, in a separate run.
 
 <p><b>pngtopnm</b> was new in Netpbm 8.1 (March 2000), the first big
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/netpbm.sourceforge.net/doc/pnmcat.html 
new/netpbm.sourceforge.net/doc/pnmcat.html
--- old/netpbm.sourceforge.net/doc/pnmcat.html  2011-05-30 21:42:46.000000000 
+0200
+++ new/netpbm.sourceforge.net/doc/pnmcat.html  2012-12-16 00:32:38.000000000 
+0100
@@ -19,6 +19,7 @@
 [<B>-white</B>|<B>-black</B>]
 
 [<B>-jtop</B>|<B>-jbottom</B>|<B>-jcenter</b>]
+[<B>-jleft</B>|<B>-jright</B>|<b>-jcenter</b>]
 
 <I>pnmfile</i> ...
 
@@ -55,8 +56,10 @@
 (top-bottom), the smaller ones have to be justified with the largest.
 By default, <b>pnmcat</b> centers them, but you can specify
 justification to one side or the other with one of the
-<b>-j</b><i>xxx</i> options.  So, <B>-topbottom -jleft</B> would stack
-the PNMs on top of each other, flush with the left edge.
+<b>-j</b><i>xxx</i> options.  So, <B>-topbottom -jleft</B> would stack the
+PNMs on top of each other, flush with the left edge.  <b>-leftright
+-jbottom</b> would line up the images left to right with their bottom edges
+aligned as if sitting on a table.
 
 <P>The <B>-white</B> and <B>-black</B> options specify what color to
 use to fill in the extra space when doing this justification.  If
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/netpbm.sourceforge.net/doc/pnmmontage.html 
new/netpbm.sourceforge.net/doc/pnmmontage.html
--- old/netpbm.sourceforge.net/doc/pnmmontage.html      2010-06-14 
04:19:01.000000000 +0200
+++ new/netpbm.sourceforge.net/doc/pnmmontage.html      2012-12-03 
08:39:36.000000000 +0100
@@ -2,7 +2,7 @@
 <HTML><HEAD><TITLE>Pnmmontage User Manual</TITLE></HEAD>
 <BODY>
 <H1>pnmmontage</H1>
-Updated: 03 November 2007
+Updated: 22 November 2012
 <BR>
 <A HREF="#index">Table Of Contents</A>
 
@@ -30,9 +30,11 @@
 
 <p>This program is part of <a href="index.html">Netpbm</a>.
 
-<p><b>pnmmontage</b> packs images of differing sizes into a
-minimum-area composite image, optionally producing a C header file
-with the locations of the subimages within the composite image.
+<p><b>pnmmontage</b> packs images of differing sizes into a minimum-area
+composite image.
+
+<p>Areas of the output that cannot be occupied by an image are black.
+
 
 <H2 id="options">OPTIONS</H2>
 
@@ -53,6 +55,19 @@
 </pre>
 
 
+<p>There is a line for each component image and one for the composite.
+
+<p>The 5 fields on each line are:
+
+<ol>
+<li>source image name (or null string indicating the line for the composite
+image)
+<li>Column number of upper left corner of the image
+<li>Row number of upper left corner of the image
+<li>width of the image (columns)
+<li>height of the image (rows)
+</ol>
+
 <p>This option was new in Netpbm 10.6 (July 2002).
 
 <DT><B>-header=</B><i>filename</i>
@@ -104,7 +119,7 @@
 <DT><B>-0</b>, <b>-1</b>, ... <b>-9</B>
 
 <DD>These options control the quality at a higher level than
-<B>-q</B>; <B>-0</B> is the worst quality (literally pick the first
+<B>-quality</B>; <B>-0</B> is the worst quality (pick the first
 solution found), while <B>-9</B> is the best quality (perform an
 exhaustive search of problem space for the absolute best packing).
 The higher the number, the slower the computation.  The default is
@@ -115,10 +130,7 @@
 
 <H2 id="notes">NOTES</H2>
 
-<p>Using <B>-9</B> is excessively slow on all but the smallest image
-sets.  If the input images differ in maxvals, then pnmmontage will pick the
-smallest maxval which is evenly divisible by each of the maxvals of
-the original images.
+<p>Using <B>-9</B> is very slow on all but the smallest image sets.
 
 <p>The minimum area arrangement is often not a convenient shape.  For
 example, it might be a tall, thin column of images, when you'd rather
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/netpbm.sourceforge.net/doc/ppmbrighten.html 
new/netpbm.sourceforge.net/doc/ppmbrighten.html
--- old/netpbm.sourceforge.net/doc/ppmbrighten.html     2012-10-26 
04:56:30.000000000 +0200
+++ new/netpbm.sourceforge.net/doc/ppmbrighten.html     2012-11-16 
05:17:54.000000000 +0100
@@ -84,7 +84,7 @@
 ppmbrighten -v 100
 </pre>
 
-<p>To double the Saturation and halve the value of each pixel:
+<p>To double the Saturation and halve the Value of each pixel:
 <pre>
 ppmbrighten -s 100 -v -50
 </pre>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/netpbm.sourceforge.net/doc/ppmpat.html 
new/netpbm.sourceforge.net/doc/ppmpat.html
--- old/netpbm.sourceforge.net/doc/ppmpat.html  2010-06-14 04:19:01.000000000 
+0200
+++ new/netpbm.sourceforge.net/doc/ppmpat.html  2012-11-24 20:32:59.000000000 
+0100
@@ -2,17 +2,15 @@
 <HTML><HEAD><TITLE>Ppmpat User Manual</TITLE></HEAD>
 <BODY>
 <H1>ppmpat</H1>
-Updated: 12 June 2004
+Updated: 24 November 2012
 <BR>
 <A HREF="#index">Table Of Contents</A>
 
-<A NAME="lbAB">&nbsp;</A>
 <H2>NAME</H2>
 
 ppmpat - make a pretty PPM image
 
-<A NAME="lbAC">&nbsp;</A>
-<H2>SYNOPSIS</H2>
+<H2 id="synopsis">SYNOPSIS</H2>
 
 <B>ppmpat</B>
 {<B>-gingham2</B>|<B>-g2</B>} |
@@ -23,13 +21,14 @@
 <B>-squig</B> |
 <B>-camo</B> |
 <B>-anticamo</B>
+[<b>-randomseed=</b><i>integer</i>]
+
 <I>width</I> <I>height</I>
 
 
 <P>You can abbreviate any option to its shortest unique prefix.
 
-<A NAME="lbAD">&nbsp;</A>
-<H2>DESCRIPTION</H2>
+<H2 id="description">DESCRIPTION</H2>
 
 <p>This program is part of <a href="index.html">Netpbm</a>.
 
@@ -46,8 +45,7 @@
 <p>Some of these patterns have large numbers of colors, so if you want
 a simpler pattern, use <b>pnmquant</b> on the output.
 
-<A NAME="lbAE">&nbsp;</A>
-<H2>OPTIONS</H2>
+<H2 id="options">OPTIONS</H2>
 
 <P>The options specify various pattern types:
 
@@ -84,16 +82,27 @@
 
 <DD>Anti-camouflage pattern - like -camo, but ultra-bright colors.
 
+<dt><b>-randomseed=</b><i>integer</i>
+
+<dd>This is the seed for the random number generator that generates the
+pixels.
+
+<p>Use this to ensure you get the same image on separate invocations.
+
+<p>By default, <b>ppmpat</b> uses a seed derived from the time of day
+and process ID, which gives you fairly uncorrelated results in multiple
+invocations.
+
+<p>This option was new in Netpbm 10.61 (December 2012).
+
 </DL>
 
-<A NAME="lbAF">&nbsp;</A>
-<H2>REFERENCES</H2>
+<H2 id="references">REFERENCES</H2>
 
 Some of the patterns are from &quot;Designer's Guide to Color 3&quot;
 by Jeanne Allen.
 
-<A NAME="lbAG">&nbsp;</A>
-<H2>SEE ALSO</H2>
+<H2 id="seealso">SEE ALSO</H2>
 
 <A HREF="pnmtile.html">pnmtile</A>, 
 <A HREF="pnmquant.html">pnmquant</A>, 
@@ -102,8 +111,7 @@
 <A HREF="pamgradient.html">pamgradient</A>, 
 <A HREF="ppm.html">ppm</A>
 
-<A NAME="lbAH">&nbsp;</A>
-<H2>AUTHOR</H2>
+<H2 id="author">AUTHOR</H2>
 
 Copyright (C) 1989 by Jef Poskanzer.
 
@@ -111,13 +119,12 @@
 <A NAME="index">&nbsp;</A>
 <H2>Table Of Contents</H2>
 <UL>
-<LI><A HREF="#lbAB">NAME</A>
-<LI><A HREF="#lbAC">SYNOPSIS</A>
-<LI><A HREF="#lbAD">DESCRIPTION</A>
-<LI><A HREF="#lbAE">OPTIONS</A>
-<LI><A HREF="#lbAF">REFERENCES</A>
-<LI><A HREF="#lbAG">SEE ALSO</A>
-<LI><A HREF="#lbAH">AUTHOR</A>
+<LI><A HREF="#synopsis">SYNOPSIS</A>
+<LI><A HREF="#description">DESCRIPTION</A>
+<LI><A HREF="#options">OPTIONS</A>
+<LI><A HREF="#references">REFERENCES</A>
+<LI><A HREF="#seealso">SEE ALSO</A>
+<LI><A HREF="#author">AUTHOR</A>
 </UL>
 </BODY>
 </HTML>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/netpbm.sourceforge.net/doc/ppmrough.html 
new/netpbm.sourceforge.net/doc/ppmrough.html
--- old/netpbm.sourceforge.net/doc/ppmrough.html        2010-06-14 
04:19:01.000000000 +0200
+++ new/netpbm.sourceforge.net/doc/ppmrough.html        2012-11-24 
21:48:26.000000000 +0100
@@ -6,12 +6,10 @@
 <BR>
 <A HREF="#index">Table Of Contents</A>
 
-<A NAME="lbAB">&nbsp;</A>
 <H2>NAME</H2>
 ppmrough - create PPM image of two colors with a ragged border between them
-<A NAME="lbAC">&nbsp;</A>
 
-<H2>SYNOPSIS</H2>
+<H2 id="synopsis">SYNOPSIS</H2>
 
 <B>ppmrough</B>
 
@@ -33,7 +31,7 @@
 
 [<B>-var </B><I>pixels</I>]
 
-[<B>-init </B><I>seed</I>]
+[<B>-randomseed </B><I>seed</I>]
 
 [<B>-verbose</B>]
 
@@ -41,9 +39,7 @@
 You may use two hyphens instead of one.  You may separate an option
 name and its value with white space instead of an equals sign.
 
-<P>
-<A NAME="lbAD">&nbsp;</A>
-<H2>DESCRIPTION</H2>
+<H2 id="description">DESCRIPTION</H2>
 
 <p>This program is part of <a href="index.html">Netpbm</a>.
 
@@ -84,58 +80,60 @@
 <P>You could use <b>ppmrough</b> with <b>ppmtopgm</b> to create a PGM
 alpha mask and use it to roughen up the edges of another image.
 
-<A NAME="lbAE">&nbsp;</A>
-<H2>OPTIONS</H2>
+<H2 id="options">OPTIONS</H2>
 
 <DL COMPACT>
-<DT><B>-left </B><I>pixels</I>
+<DT><B>-left=</B><I>pixels</I>
 
 <DD> Specifies the mean distance of the border from the left margin
 (default: no border).
 
-<DT><B>-right </B><I>pixels</I>
+<DT><B>-right=</B><I>pixels</I>
 
 <DD>Specifies the mean distance of the border from the right margin
 (default: no border).
 
-<DT><B>-top </B><I>pixels</I>
+<DT><B>-top=</B><I>pixels</I>
 
 <DD>Specifies the mean distance of the border from the top margin
 (default: no border).
 
-<DT><B>-bottom </B><I>pixels</I>
+<DT><B>-bottom=</B><I>pixels</I>
 
 <DD>Specifies the mean distance of the border from the bottom margin
 (default: no border).
 
-<DT><B>-width </B><I>pixels</I>
+<DT><B>-width=</B><I>pixels</I>
 
 <DD>Specifies the width of the image (default: 100).
 
-<DT><B>-height </B><I>pixels</I>
+<DT><B>-height=</B><I>pixels</I>
 
 <DD>Specifies the height of the image (default: 100).
 
-<DT><B>-bg </B><I>color</I>
+<DT><B>-bg=</B><I>color</I>
 
 <DD>Background color.  Specify this the same way you specify a color with
      <b>ppmmake</b>.  Default is black.
 
-<DT><B>-fg </B><I>color</I>
+<DT><B>-fg=</B><I>color</I>
 
 <DD>Foreground color.  Specify this the same way you specify a color with
      <b>ppmmake</b>.  Default is white.
 
-<DT><B>-var </B><I>pixels</I>
+<DT><B>-var=</B><I>pixels</I>
 
 <DD> Specifies the variance of the ragged border (default: 10). Must
 be a positive integer.  Set <I>pixels</I> to 1 to get a straight
 border.
 
-<DT><B>-init </B><I>seed</I>
+<DT><B>-randomseed=</B><I>seed</I>
 
 <DD>Use this option to initialize the pseudo-random number generator
-(the Standard C library <b>rand()</b> function) with <I>seed</I>.
+(the Standard C library <b>srand()</b> function) with <I>seed</I>.
+
+<p>Before Netpbm 10.61 (December 2012), this is called <b>-init</b>,
+and that still works.
 
 <DT><B>-verbose</B>
 
@@ -144,36 +142,31 @@
 
 </DL>
 
-<A NAME="lbAF">&nbsp;</A>
-<H2>SEE ALSO</H2>
+<H2 id="seealso">SEE ALSO</H2>
 
 <B><A HREF="ppmmake.html">ppmmake</A></B>,
 <B><A HREF="pnmcat.html">pnmcat</A></B>,
 <B><A HREF="ppmtopgm.html">ppmtopgm</A></B>,
 <B><A HREF="ppm.html">ppm</A></B>,
 
-<A NAME="history">&nbsp;</A>
-<H2>HISTORY</H2>
+<H2 id="history">HISTORY</H2>
 
 <P>
 This program was added to Netpbm in Release 10.9 (September 2002).
 
-<A NAME="lbAG">&nbsp;</A>
-<H2>AUTHOR</H2>
+<H2 id="author">AUTHOR</H2>
 
 Copyright (C) 2002 by Eckard Specht.
 
 
 <HR>
-<A NAME="index">&nbsp;</A>
-<H2>Table Of Contents</H2>
+<H2 id="index">Table Of Contents</H2>
 <UL>
-<LI><A HREF="#lbAB">NAME</A>
-<LI><A HREF="#lbAC">SYNOPSIS</A>
-<LI><A HREF="#lbAD">DESCRIPTION</A>
-<LI><A HREF="#lbAE">OPTIONS</A>
-<LI><A HREF="#lbAF">SEE ALSO</A>
-<LI><A HREF="#lbAG">AUTHOR</A>
+<LI><A HREF="#synopsis">SYNOPSIS</A>
+<LI><A HREF="#description">DESCRIPTION</A>
+<LI><A HREF="#options">OPTIONS</A>
+<LI><A HREF="#seealso">SEE ALSO</A>
+<LI><A HREF="#author">AUTHOR</A>
 </UL>
 <HR>
 </BODY>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/netpbm.sourceforge.net/getting_netpbm.php 
new/netpbm.sourceforge.net/getting_netpbm.php
--- old/netpbm.sourceforge.net/getting_netpbm.php       2012-11-20 
14:39:32.000000000 +0100
+++ new/netpbm.sourceforge.net/getting_netpbm.php       2012-12-31 
12:31:31.000000000 +0100
@@ -105,13 +105,13 @@
 <div class="div2">
 <table class="table1">
 <tr><th colspan="3"  class="th1">Latest Tarballs</th></tr>
-<tr><th>Series</th><th>Number</th><th>Date</th></tr>
-<tr><td class="td1">Development</td><td class="td2"><a 
href="http://netpbm.svn.sourceforge.net/viewvc/netpbm/trunk/?view=tar";>unnumbered</a></td><td>unknown</td></tr>
-<tr><td class="td1">Advanced</td><td class="td2"><a 
href="http://netpbm.svn.sourceforge.net/viewvc/netpbm/advanced/?view=tar";>0.00.00</a></td><td>not
 listed</td></tr>
-<tr><td class="td1">Stable</td><td class="td2"><a 
href="http://netpbm.svn.sourceforge.net/viewvc/netpbm/stable/?view=tar";>0.00.00</a></td><td>not
 listed</td></tr>
-<tr><td class="td1">Super Stable</td><td class="td2"><a 
href="http://netpbm.svn.sourceforge.net/viewvc/netpbm/super_stable/?view=tar";>0.00.00</a></td><td>not
 listed</td></tr>
+<tr><th>Series</th><th>Download</th><th>About</th></tr>
+<tr><td class="td1">Development</td><td class="td2"><a 
href="http://netpbm.svn.sourceforge.net/viewvc/netpbm/trunk?view=tar";>download</a></td><td><a
 
href="http://netpbm.svn.sourceforge.net/viewvc/netpbm/trunk/doc/HISTORY";>version/date/history</a></td></tr>
+<tr><td class="td1">Advanced</td><td class="td2"><a 
href="http://netpbm.svn.sourceforge.net/viewvc/netpbm/advanced?view=tar";>download</a></td><td><a
 
href="http://netpbm.svn.sourceforge.net/viewvc/netpbm/advanced/doc/HISTORY";>version/date/history</a></td></tr>
+<tr><td class="td1">Stable</td><td class="td2"><a 
href="http://netpbm.svn.sourceforge.net/viewvc/netpbm/stable?view=tar";>download</a></td><td><a
 
href="http://netpbm.svn.sourceforge.net/viewvc/netpbm/stable/doc/HISTORY";>version/date/history</a></td></tr>
+<tr><td class="td1">Super Stable</td><td class="td2"><a 
href="http://netpbm.svn.sourceforge.net/viewvc/netpbm/super_stable?view=tar";>download</a></td><td><a
 
href="http://netpbm.svn.sourceforge.net/viewvc/netpbm/super_stable/doc/HISTORY";>version/date/history</a></td></tr>
 <tr><td colspan="3" class="td3"><a 
href="http://netpbm.svn.sourceforge.net/viewvc/netpbm/userguide/?view=tar";>User's
 Guide (HTML tree)</a></td></tr>
-<tr><td colspan="3" class="td3"><a 
href="http://netpbm.svn.sourceforge.net/viewvc/netpbm/";>Browse SVN repository 
to access additional releases</a></td></tr>
+<tr><td colspan="3" class="td3"><a 
href="http://netpbm.svn.sourceforge.net/viewvc/netpbm/release_number";>Browse 
SVN repository to access additional releases</a></td></tr>
 </table>
 </div>
 
@@ -265,6 +265,7 @@
 </address>
 
 <p style="font-size:75%">
-This page was generated on 20 Nov 2012.
+This page was generated on 31 Dec 2012.
+
 
 </body> </html>

++++++ netpbm-10.60.3-nohpcdtoppm-noppmtompeg.tar.bz2 -> 
netpbm-10.61.1-nohpcdtoppm-noppmtompeg.tar.bz2 ++++++
++++ 9042 lines of diff (skipped)

++++++ netpbm-security-code.patch ++++++
++++ 1197 lines (skipped)
++++ between /work/SRC/openSUSE:Factory/netpbm/netpbm-security-code.patch
++++ and /work/SRC/openSUSE:Factory/.netpbm.new/netpbm-security-code.patch

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to