pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/netpbm netpbm: update to 10.86.34.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/326b6fdd11f5
branches:  trunk
changeset: 385596:326b6fdd11f5
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Sep 20 09:52:40 2022 +0000

description:
netpbm: update to 10.86.34.

22.07.17 BJH  Release 10.86.34

              ppmtoicr: Fix bug: all options cause bogus command line parsing
              errors.  Always broken.  Ppmtoicr was new in 1991.

              ppmtoicr: Fix arithmetic overflows.

              ppmtoicr: make -rle option issue an error message saying it no
              longer exists (it did, sort of, before 2015).

22.04.24 BJH  Release 10.86.33

              palmtopnm: Fix failure with bogus claim of invalid input on
              architectures that do not use two's complement negative numbers.
              Always broken.  (Ability to convert PackBits input was new in
              Netpbm 10.27 (March 2005).

              pnmgamma -srgbtobt709, -bt709tosrgb: fix bug; incorrect output.
              Always broken (These options were new in Netpbm 10.32 (February
              2006)).  Thanks Alexander Shpilkin <ashpilkin%gmail.com@localhost>.

              pamdice: Fix incorrect output file name with PAM input.  Always
              broken (pamdice was new in Netpbm 9.25 (March 2002).

22.03.20 BJH  Release 10.86.32

              pamx: Fix bug: top-justifies image in all cases where it should
              bottom-justify.  Always broken.  (pamx was new in Netpbm 10.34
              (June 2006).

              pnmtorle: Fix bug: -h works only on first image.

              pamsistoaglyph: Fix invalid memory reference and incorrect
              output on depth 1 input.  Always broken.  (pamsistoaglyph was
              new in Netpbm 10.47 (June 2009).  Thanks Scott Pakin.

              pambayer: Fix bogus colors at edges.  Always broken (pambayer
              was new in Release 10.30 (October 2005)).

22.02.13 BJH  Release 10.86.31

              libnetpbm, various programs: fix bug: bogus warning that a color
              specified on command line cannot be represented exactly with the
              maxval being used.  Introduced in Netpbm 10.83 (June 2018).

              ppmtoapplevol: Fix bug: reads from Standard Input even when you
              specify the input file argument.  Always broken.  (ppmtoapplevol
              was new in Netpbm 10.54 (March 2011).

              ppmtoapplevol: Fix bug: produces garbage with input image wider
              than 255.  Always broken.  (ppmtoapplevol was new in Netpbm
              10.54 (March 2011).

22.01.25 BJH  Release 10.86.30

              pgmabel: Fix incorrect output.  Always broken.  (Program was
              new in Netpbm 10.3 (July 2002).

              libnetpbm: Fix version number

22.01.24 BJH  Release 10.86.29

              picttoppm:  Fix inability to compile introduced in Netpbm
              10.86.28 (2 days ago).

22.01.22 BJH  Release 10.86.28

              picttoppm: Fix incorrect output for 32 bit per pixel images
              that have only 3 planes.  Broken in Netpbm 10.34 (June 2006).

              pamendian: fix bogus "sample exceeds maxval" failure.
              Introduced in Netpbm 10.66 (March 2014).

              ppmtoilbm: Fix wild memory references and hangs with -map .
              Introduced in Netpbm 9.12 (March 2001).

              pgmtexture: Fix incorrect output.  Always broken.  (Program was
              added in primordial Netpbm in 1991).

21.11.28 BJH  Release 10.86.27

              palmtopnm: Fix bug: fails with PackBits input on platform with
              default unsigned char, such as ppc64.  Always broken.  (Ability
              to convert PackBits input was new in Netpbm 10.27 (March 2005).

21.11.19 BJH  Release 10.86.26

              pamrubber: Fix bug: random behavior with -quad when you specify
              both points for source or target and the second one is lower in
              the image than the first.  Always broken (Pamrubber was new in
              Netpbm 10.54 (March 2011)).

              sunicontopnm, escp2topbm, mgrtopbm, ybmtopbm, pamcut, pbmpscale,
              pnmcat, pnmpad: Fix arithmetic overrun with ridiculously large
              image.

diffstat:

 graphics/netpbm/Makefile |   7 +++----
 graphics/netpbm/PLIST    |   9 ++++++++-
 graphics/netpbm/distinfo |  14 +++++++-------
 3 files changed, 18 insertions(+), 12 deletions(-)

diffs (109 lines):

diff -r c98a783e1e7a -r 326b6fdd11f5 graphics/netpbm/Makefile
--- a/graphics/netpbm/Makefile  Tue Sep 20 07:38:49 2022 +0000
+++ b/graphics/netpbm/Makefile  Tue Sep 20 09:52:40 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.236 2022/07/14 23:46:23 dholland Exp $
+# $NetBSD: Makefile,v 1.237 2022/09/20 09:52:40 wiz Exp $
 
-DISTNAME=      netpbm-10.86.25
-PKGREVISION=   3
+DISTNAME=      netpbm-10.86.34
 CATEGORIES=    graphics
 MASTER_SITES=  #
 # manually created from svn checkout of
@@ -14,7 +13,7 @@
 # # pamhomography not part of 10.86.25
 # rm userguide/pamhomography.1
 # tar -cvzf /archive/distfiles/netpbm-docs-r${SVN_REVISION}.tar.gz userguide/*.[0-9]
-DISTFILES=     ${DISTNAME}${EXTRACT_SUFX} netpbm-docs-r4156${EXTRACT_SUFX}
+DISTFILES=     ${DISTNAME}${EXTRACT_SUFX} netpbm-docs-r4426${EXTRACT_SUFX}
 
 MAINTAINER=    adam%NetBSD.org@localhost
 HOMEPAGE=      http://netpbm.sourceforge.net/
diff -r c98a783e1e7a -r 326b6fdd11f5 graphics/netpbm/PLIST
--- a/graphics/netpbm/PLIST     Tue Sep 20 07:38:49 2022 +0000
+++ b/graphics/netpbm/PLIST     Tue Sep 20 09:52:40 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.17 2021/12/20 20:41:38 nia Exp $
+@comment $NetBSD: PLIST,v 1.18 2022/09/20 09:52:40 wiz Exp $
 bin/411toppm
 bin/anytopnm
 bin/asciitopgm
@@ -454,6 +454,7 @@
 man/man1/pambackground.1
 man/man1/pambayer.1
 man/man1/pambrighten.1
+man/man1/pamcat.1
 man/man1/pamchannel.1
 man/man1/pamcomp.1
 man/man1/pamcrater.1
@@ -475,6 +476,7 @@
 man/man1/pamgauss.1
 man/man1/pamgetcolor.1
 man/man1/pamgradient.1
+man/man1/pamhomography.1
 man/man1/pamhue.1
 man/man1/pamlevels.1
 man/man1/pamlookup.1
@@ -488,6 +490,7 @@
 man/man1/pampick.1
 man/man1/pampop9.1
 man/man1/pamrecolor.1
+man/man1/pamrestack.1
 man/man1/pamrgbatopng.1
 man/man1/pamrubber.1
 man/man1/pamscale.1
@@ -495,6 +498,7 @@
 man/man1/pamshadedrelief.1
 man/man1/pamsharpmap.1
 man/man1/pamsharpness.1
+man/man1/pamshuffle.1
 man/man1/pamsistoaglyph.1
 man/man1/pamslice.1
 man/man1/pamsplit.1
@@ -521,6 +525,7 @@
 man/man1/pamtopfm.1
 man/man1/pamtopng.1
 man/man1/pamtopnm.1
+man/man1/pamtoqoi.1
 man/man1/pamtosrf.1
 man/man1/pamtosvg.1
 man/man1/pamtotga.1
@@ -539,6 +544,7 @@
 man/man1/pbmmake.1
 man/man1/pbmmask.1
 man/man1/pbmminkowski.1
+man/man1/pbmnoise.1
 man/man1/pbmpage.1
 man/man1/pbmpscale.1
 man/man1/pbmreduce.1
@@ -748,6 +754,7 @@
 man/man1/ppmwheel.1
 man/man1/psidtopgm.1
 man/man1/pstopnm.1
+man/man1/qoitopam.1
 man/man1/qrttoppm.1
 man/man1/rasttopnm.1
 man/man1/rawtopgm.1
diff -r c98a783e1e7a -r 326b6fdd11f5 graphics/netpbm/distinfo
--- a/graphics/netpbm/distinfo  Tue Sep 20 07:38:49 2022 +0000
+++ b/graphics/netpbm/distinfo  Tue Sep 20 09:52:40 2022 +0000
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.110 2021/12/20 20:41:38 nia Exp $
+$NetBSD: distinfo,v 1.111 2022/09/20 09:52:40 wiz Exp $
 
-BLAKE2s (netpbm-10.86.25.tar.gz) = 09371ab25d93a4065f7d841d2f8482b08b11e6bef3ba54bc33929b28f6f92474
-SHA512 (netpbm-10.86.25.tar.gz) = 712213ceeace1c083f163029828b39a39477812c9eb78c7e15a2773944932be44c04e7de1accabe00724b5d16937502e474d7277f46cb1ff2b1f4e7671e6fc01
-Size (netpbm-10.86.25.tar.gz) = 2884542 bytes
-BLAKE2s (netpbm-docs-r4156.tar.gz) = c9cd8a4e68c192c0cfbd058f3a2f9f283630b312571377dfe894db1bd46173bb
-SHA512 (netpbm-docs-r4156.tar.gz) = 19bc7c8139de03e876d0cbe5de934a1a13d324d5347b1d2e82fed8aa8b058c5765f0f984a7038ea7e1d12366d65bede49511adf3dd4314c9564432baccf02f5c
-Size (netpbm-docs-r4156.tar.gz) = 511790 bytes
+BLAKE2s (netpbm-10.86.34.tar.gz) = ded05402246c0820f1e8988135ade47d7db3ff16948347e7209aafba45035533
+SHA512 (netpbm-10.86.34.tar.gz) = af16a6877be19cc8b28af84268bc290fa282c1455bbd667d2cd57a635614929999609b46bb11ee549020f13754c69ff1dcb741ec246dcc5a7cb3b29c3dc62d53
+Size (netpbm-10.86.34.tar.gz) = 2860385 bytes
+BLAKE2s (netpbm-docs-r4426.tar.gz) = d645c632e84bc570d7c891981c413f4de371a9265ee104dd315ecd795d91fb4d
+SHA512 (netpbm-docs-r4426.tar.gz) = d363be98e81a38602bc8a049697ea6e208bf72032f89602ad9e818597eb6c03d0cada354b17ddeed45b69f90836e1687e44148acf32b56a60dd050599de99fdc
+Size (netpbm-docs-r4426.tar.gz) = 523172 bytes
 SHA1 (patch-common.mk) = f37a95014c04ad50fab09da61608590a63a06386
 SHA1 (patch-lib_Makefile) = dc9d14d911773b282d1f0169f665baccb5247337
 SHA1 (patch-pm__config.in.h) = dfe51691507a2c7be2946013b1f1b6bdd9b39f49



Home | Main Index | Thread Index | Old Index