summaryrefslogtreecommitdiff
path: root/graphics/netpbm/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-09-04 20:31:41 +0000
committerwiz <wiz@pkgsrc.org>2017-09-04 20:31:41 +0000
commitff1a57c0d294807c08ff44389b1a149efa4cddba (patch)
treeca28be9efb0399a86064c8e6ee614909f9581fd8 /graphics/netpbm/Makefile
parent2e78c0a4f496aacba503debfc9f469242fc15ad3 (diff)
downloadpkgsrc-ff1a57c0d294807c08ff44389b1a149efa4cddba.tar.gz
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.
Diffstat (limited to 'graphics/netpbm/Makefile')
-rw-r--r--graphics/netpbm/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile
index edb20aed11d..e7c135b17d2 100644
--- a/graphics/netpbm/Makefile
+++ b/graphics/netpbm/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.212 2017/05/24 16:10:24 jperkin Exp $
+# $NetBSD: Makefile,v 1.213 2017/09/04 20:31:41 wiz Exp $
-DISTNAME= netpbm-10.77.02
+DISTNAME= netpbm-10.79.04
CATEGORIES= graphics
MASTER_SITES= #
# manually created from svn checkout of
@@ -11,7 +11,7 @@ MASTER_SITES= #
# svn checkout http://svn.code.sf.net/p/netpbm/code/userguide netpbm-userguide
# cd netpbm-userguide && for i in *.html; do python2.7 ../netpbm/buildtools/makeman $i; done && cd ..
# tar -cvzf /archive/distfiles/netpbm-docs-r${SVN_REVISION}.tar.gz netpbm-userguide/*.[0-9]
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX} netpbm-docs-r2897${EXTRACT_SUFX}
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX} netpbm-docs-r3052${EXTRACT_SUFX}
MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://netpbm.sourceforge.net/