pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/ghostscript-agpl ghostscript-agpl: updated to 9.23



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8f626fb8b697
branches:  trunk
changeset: 377760:8f626fb8b697
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Mar 21 17:41:01 2018 +0000

description:
ghostscript-agpl: updated to 9.23

Version 9.23:
Ghostscript now has a family of 'pdfimage' devices (pdfimage8, pdfimage24 and pdfimage32) which produce rendered output wrapped up as an image in a PDF. Additionally, there is a 'pclm' device which 
produces PCLm format output.

There is now a ColorAccuracy parameter allowing the user to decide between speed or accuracy in ICC color transforms.

JPEG Passthrough: devices which support it can now receive the 'raw' JPEG stream from the interpreter. The main use of this is the pdfwrite/ps2write family of devices that can now take JPEG streams 
from the input file(s) and write them unchanged to the output (thus avoiding additional quantization effects).

PDF transparency performance improvements

IMPORTANT: We are in the process of forking LittleCMS. LCMS2 is not thread safe, and cannot be made thread safe without breaking the ABI. Our fork will be thread safe, and include performance 
enhancements (these changes have all be been offered and rejected upstream). We will maintain compatibility between Ghostscript and LCMS2 for a time, but not in perpetuity. Our fork will be available 
as its own package separately from Ghostscript (and MuPDF).

We have continued the focus on code hygiene in this release cleaning up security issues, ignored return values, and compiler warnings.

The usual round of bug fixes, compatibility changes, and incremental improvements.

diffstat:

 print/ghostscript-agpl/Makefile        |    8 +-
 print/ghostscript-agpl/Makefile.common |    4 +-
 print/ghostscript-agpl/PLIST           |  138 +++++++++++++-------------------
 print/ghostscript-agpl/distinfo        |   10 +-
 4 files changed, 69 insertions(+), 91 deletions(-)

diffs (222 lines):

diff -r 82dfec89b601 -r 8f626fb8b697 print/ghostscript-agpl/Makefile
--- a/print/ghostscript-agpl/Makefile   Wed Mar 21 17:39:42 2018 +0000
+++ b/print/ghostscript-agpl/Makefile   Wed Mar 21 17:41:01 2018 +0000
@@ -1,10 +1,12 @@
-# $NetBSD: Makefile,v 1.30 2018/03/12 11:15:42 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2018/03/21 17:41:01 adam Exp $
 
 DISTNAME=      ghostscript-${GS_VERSION}
 PKGNAME=       ${DISTNAME:S/ghostscript/ghostscript-agpl/}
-PKGREVISION=   2
 CATEGORIES=    print
-MASTER_SITES=  ${MASTER_SITE_GITHUB:=ArtifexSoftware/ghostpdl-downloads/releases/download/gs922/}
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=ArtifexSoftware/}
+GITHUB_PROJECT=        ghostpdl-downloads
+GITHUB_RELEASE=        gs${GS_VERSION:S/.//}
+EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://ghostscript.com/
diff -r 82dfec89b601 -r 8f626fb8b697 print/ghostscript-agpl/Makefile.common
--- a/print/ghostscript-agpl/Makefile.common    Wed Mar 21 17:39:42 2018 +0000
+++ b/print/ghostscript-agpl/Makefile.common    Wed Mar 21 17:41:01 2018 +0000
@@ -1,5 +1,5 @@
-# $NetBSD: Makefile.common,v 1.12 2017/10/06 06:15:00 adam Exp $
+# $NetBSD: Makefile.common,v 1.13 2018/03/21 17:41:01 adam Exp $
 # used by print/ghostscript-agpl/Makefile
 # used by fonts/ghostscript-cidfonts-ryumin/Makefile
 
-GS_VERSION=    9.22
+GS_VERSION=    9.23
diff -r 82dfec89b601 -r 8f626fb8b697 print/ghostscript-agpl/PLIST
--- a/print/ghostscript-agpl/PLIST      Wed Mar 21 17:39:42 2018 +0000
+++ b/print/ghostscript-agpl/PLIST      Wed Mar 21 17:41:01 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2017/10/06 06:15:00 adam Exp $
+@comment $NetBSD: PLIST,v 1.10 2018/03/21 17:41:01 adam Exp $
 bin/dvipdf
 bin/eps2eps
 bin/gs
@@ -32,8 +32,8 @@
 include/ghostscript/iapi.h
 include/ghostscript/ierrors.h
 lib/libgs.so
+lib/libgs.so.${PKGVERSION}
 lib/libgs.so.9
-lib/libgs.so.${PKGVERSION}
 man/de/man1/dvipdf.1
 man/de/man1/eps2eps.1
 man/de/man1/gsnd.1
@@ -68,6 +68,60 @@
 man/man1/ps2pdf14.1
 man/man1/ps2pdfwr.1
 man/man1/ps2ps.1
+share/doc/ghostscript/${PKGVERSION}/API.htm
+share/doc/ghostscript/${PKGVERSION}/AUTHORS
+share/doc/ghostscript/${PKGVERSION}/C-style.htm
+share/doc/ghostscript/${PKGVERSION}/COPYING
+share/doc/ghostscript/${PKGVERSION}/Changes.htm
+share/doc/ghostscript/${PKGVERSION}/Commprod.htm
+share/doc/ghostscript/${PKGVERSION}/DLL.htm
+share/doc/ghostscript/${PKGVERSION}/Deprecated.htm
+share/doc/ghostscript/${PKGVERSION}/Details.htm
+share/doc/ghostscript/${PKGVERSION}/Details8.htm
+share/doc/ghostscript/${PKGVERSION}/Details9.htm
+share/doc/ghostscript/${PKGVERSION}/Develop.htm
+share/doc/ghostscript/${PKGVERSION}/Devices.htm
+share/doc/ghostscript/${PKGVERSION}/Drivers.htm
+share/doc/ghostscript/${PKGVERSION}/Fonts.htm
+share/doc/ghostscript/${PKGVERSION}/GS9_Color_Management.pdf
+share/doc/ghostscript/${PKGVERSION}/GS9_Color_Management.tex
+share/doc/ghostscript/${PKGVERSION}/Helpers.htm
+share/doc/ghostscript/${PKGVERSION}/Hershey.htm
+share/doc/ghostscript/${PKGVERSION}/History1.htm
+share/doc/ghostscript/${PKGVERSION}/History2.htm
+share/doc/ghostscript/${PKGVERSION}/History3.htm
+share/doc/ghostscript/${PKGVERSION}/History4.htm
+share/doc/ghostscript/${PKGVERSION}/History5.htm
+share/doc/ghostscript/${PKGVERSION}/History6.htm
+share/doc/ghostscript/${PKGVERSION}/History7.htm
+share/doc/ghostscript/${PKGVERSION}/History8.htm
+share/doc/ghostscript/${PKGVERSION}/History9.htm
+share/doc/ghostscript/${PKGVERSION}/Install.htm
+share/doc/ghostscript/${PKGVERSION}/Issues.htm
+share/doc/ghostscript/${PKGVERSION}/Language.htm
+share/doc/ghostscript/${PKGVERSION}/Lib.htm
+share/doc/ghostscript/${PKGVERSION}/Make.htm
+share/doc/ghostscript/${PKGVERSION}/News.htm
+share/doc/ghostscript/${PKGVERSION}/Projects.htm
+share/doc/ghostscript/${PKGVERSION}/Ps-style.htm
+share/doc/ghostscript/${PKGVERSION}/Ps2epsi.htm
+share/doc/ghostscript/${PKGVERSION}/Psfiles.htm
+share/doc/ghostscript/${PKGVERSION}/Readme.htm
+share/doc/ghostscript/${PKGVERSION}/Release.htm
+share/doc/ghostscript/${PKGVERSION}/SavedPages.htm
+share/doc/ghostscript/${PKGVERSION}/Source.htm
+share/doc/ghostscript/${PKGVERSION}/Unix-lpr.htm
+share/doc/ghostscript/${PKGVERSION}/Use.htm
+share/doc/ghostscript/${PKGVERSION}/VectorDevices.htm
+share/doc/ghostscript/${PKGVERSION}/WhatIsGS.htm
+share/doc/ghostscript/${PKGVERSION}/gs-vms.hlp
+share/doc/ghostscript/${PKGVERSION}/gs.css
+share/doc/ghostscript/${PKGVERSION}/gsdoc.el
+share/doc/ghostscript/${PKGVERSION}/index.html
+share/doc/ghostscript/${PKGVERSION}/pscet_status.txt
+share/doc/ghostscript/${PKGVERSION}/sample_downscale_device.htm
+share/doc/ghostscript/${PKGVERSION}/subclass.htm
+share/doc/ghostscript/${PKGVERSION}/thirdparty.htm
 ${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CIDFSubst/DroidSansFallback.ttf
 ${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CIDFont/ArtifexBullet
 ${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/78-EUC-H
@@ -361,84 +415,7 @@
 ${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/SubstCID/GB1-WMode
 ${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/SubstCID/Japan1-WMode
 ${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/SubstCID/Korea1-WMode
-share/ghostscript/${PKGVERSION}/doc/API.htm
-share/ghostscript/${PKGVERSION}/doc/AUTHORS
-share/ghostscript/${PKGVERSION}/doc/C-style.htm
-share/ghostscript/${PKGVERSION}/doc/COPYING
-share/ghostscript/${PKGVERSION}/doc/Changes.htm
-share/ghostscript/${PKGVERSION}/doc/Commprod.htm
-share/ghostscript/${PKGVERSION}/doc/DLL.htm
-share/ghostscript/${PKGVERSION}/doc/Deprecated.htm
-share/ghostscript/${PKGVERSION}/doc/Details.htm
-share/ghostscript/${PKGVERSION}/doc/Details8.htm
-share/ghostscript/${PKGVERSION}/doc/Details9.htm
-share/ghostscript/${PKGVERSION}/doc/Develop.htm
-share/ghostscript/${PKGVERSION}/doc/Devices.htm
-share/ghostscript/${PKGVERSION}/doc/Drivers.htm
-share/ghostscript/${PKGVERSION}/doc/Fonts.htm
-share/ghostscript/${PKGVERSION}/doc/GS9_Color_Management.pdf
-share/ghostscript/${PKGVERSION}/doc/GS9_Color_Management.tex
-share/ghostscript/${PKGVERSION}/doc/Helpers.htm
-share/ghostscript/${PKGVERSION}/doc/Hershey.htm
-share/ghostscript/${PKGVERSION}/doc/History1.htm
-share/ghostscript/${PKGVERSION}/doc/History2.htm
-share/ghostscript/${PKGVERSION}/doc/History3.htm
-share/ghostscript/${PKGVERSION}/doc/History4.htm
-share/ghostscript/${PKGVERSION}/doc/History5.htm
-share/ghostscript/${PKGVERSION}/doc/History6.htm
-share/ghostscript/${PKGVERSION}/doc/History7.htm
-share/ghostscript/${PKGVERSION}/doc/History8.htm
-share/ghostscript/${PKGVERSION}/doc/History9.htm
-share/ghostscript/${PKGVERSION}/doc/Install.htm
-share/ghostscript/${PKGVERSION}/doc/Issues.htm
-share/ghostscript/${PKGVERSION}/doc/Language.htm
-share/ghostscript/${PKGVERSION}/doc/Lib.htm
-share/ghostscript/${PKGVERSION}/doc/Make.htm
-share/ghostscript/${PKGVERSION}/doc/News.htm
-share/ghostscript/${PKGVERSION}/doc/Projects.htm
-share/ghostscript/${PKGVERSION}/doc/Ps-style.htm
-share/ghostscript/${PKGVERSION}/doc/Ps2epsi.htm
-share/ghostscript/${PKGVERSION}/doc/Psfiles.htm
-share/ghostscript/${PKGVERSION}/doc/Readme.htm
-share/ghostscript/${PKGVERSION}/doc/Release.htm
-share/ghostscript/${PKGVERSION}/doc/Source.htm
-share/ghostscript/${PKGVERSION}/doc/Unix-lpr.htm
-share/ghostscript/${PKGVERSION}/doc/Use.htm
-share/ghostscript/${PKGVERSION}/doc/WhatIsGS.htm
-share/ghostscript/${PKGVERSION}/doc/Xfonts.htm
-share/ghostscript/${PKGVERSION}/doc/gs-vms.hlp
-share/ghostscript/${PKGVERSION}/doc/gs.css
-share/ghostscript/${PKGVERSION}/doc/gsdoc.el
-share/ghostscript/${PKGVERSION}/doc/index.html
-share/ghostscript/${PKGVERSION}/doc/pscet_status.txt
-share/ghostscript/${PKGVERSION}/doc/thirdparty.htm
-share/ghostscript/${PKGVERSION}/examples/alphabet.ps
-share/ghostscript/${PKGVERSION}/examples/annots.pdf
-share/ghostscript/${PKGVERSION}/examples/cjk/all_ac1.ps
-share/ghostscript/${PKGVERSION}/examples/cjk/all_ag1.ps
-share/ghostscript/${PKGVERSION}/examples/cjk/all_aj1.ps
-share/ghostscript/${PKGVERSION}/examples/cjk/all_aj2.ps
-share/ghostscript/${PKGVERSION}/examples/cjk/all_ak1.ps
-share/ghostscript/${PKGVERSION}/examples/cjk/article9.ps
-share/ghostscript/${PKGVERSION}/examples/cjk/gscjk_ac.ps
-share/ghostscript/${PKGVERSION}/examples/cjk/gscjk_ag.ps
-share/ghostscript/${PKGVERSION}/examples/cjk/gscjk_aj.ps
-share/ghostscript/${PKGVERSION}/examples/cjk/gscjk_ak.ps
-share/ghostscript/${PKGVERSION}/examples/cjk/iso2022.ps
-share/ghostscript/${PKGVERSION}/examples/cjk/iso2022v.ps
-share/ghostscript/${PKGVERSION}/examples/colorcir.ps
-share/ghostscript/${PKGVERSION}/examples/doretree.ps
-share/ghostscript/${PKGVERSION}/examples/escher.ps
-share/ghostscript/${PKGVERSION}/examples/golfer.eps
-share/ghostscript/${PKGVERSION}/examples/grayalph.ps
-share/ghostscript/${PKGVERSION}/examples/ridt91.eps
-share/ghostscript/${PKGVERSION}/examples/snowflak.ps
-share/ghostscript/${PKGVERSION}/examples/text_graph_image_cmyk_rgb.pdf
-share/ghostscript/${PKGVERSION}/examples/text_graphic_image.pdf
-share/ghostscript/${PKGVERSION}/examples/tiger.eps
-share/ghostscript/${PKGVERSION}/examples/transparency_example.ps
-share/ghostscript/${PKGVERSION}/examples/vasarely.ps
-share/ghostscript/${PKGVERSION}/examples/waterfal.ps
+share/ghostscript/${PKGVERSION}/doc
 ${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/iccprofiles/default_cmyk.icc
 ${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/iccprofiles/default_gray.icc
 ${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/iccprofiles/default_rgb.icc
@@ -512,7 +489,6 @@
 share/ghostscript/${PKGVERSION}/lib/font2pcl.ps
 share/ghostscript/${PKGVERSION}/lib/ghostpdf.ppd
 share/ghostscript/${PKGVERSION}/lib/gs_ce_e.ps
-share/ghostscript/${PKGVERSION}/lib/gs_cmdl.ps
 share/ghostscript/${PKGVERSION}/lib/gs_il2_e.ps
 share/ghostscript/${PKGVERSION}/lib/gs_kanji.ps
 share/ghostscript/${PKGVERSION}/lib/gs_ksb_e.ps
diff -r 82dfec89b601 -r 8f626fb8b697 print/ghostscript-agpl/distinfo
--- a/print/ghostscript-agpl/distinfo   Wed Mar 21 17:39:42 2018 +0000
+++ b/print/ghostscript-agpl/distinfo   Wed Mar 21 17:41:01 2018 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.19 2018/01/25 10:38:57 jperkin Exp $
+$NetBSD: distinfo,v 1.20 2018/03/21 17:41:01 adam Exp $
 
-SHA1 (ghostscript-9.22.tar.gz) = 666d16cb4fd9b22f6bcfa874b30cbfadf7c9d67d
-RMD160 (ghostscript-9.22.tar.gz) = ece611db0c38de2e8061560c50cd16265144d50f
-SHA512 (ghostscript-9.22.tar.gz) = 599ba003e168d302e327ea7c2b83a4247059a1b7222452cbea4966dac448a79e8d7f07a1f287fa0c14cfa5269bb623382ed02fb3ea3a0e526dae08aaa1cd8b89
-Size (ghostscript-9.22.tar.gz) = 38773429 bytes
+SHA1 (ghostscript-9.23.tar.xz) = ada14b27bce031fc87330249e0b48900955c447c
+RMD160 (ghostscript-9.23.tar.xz) = 17d6d80dcb4811fbb5f4918724be71918459e11e
+SHA512 (ghostscript-9.23.tar.xz) = 0c1f59b743f92f9cf7000b06f6209010e583ef4d6899c20ed245721dea3c08fd58b9e2d1513fe83765ab6be233bc7ab250cf18054e4d09de4073b1111e38035f
+Size (ghostscript-9.23.tar.xz) = 33426160 bytes
 SHA1 (patch-base_gserrors_h) = ce75cfb7528871842a3bd35e18a6d91c89823909
 SHA1 (patch-base_lib.mak) = 723926f167b49568376ef0c0da6aa4ec01fe1516
 SHA1 (patch-base_mkromfs.c) = 96006928e0b5381e7101027372b6e6408f1c4a0b



Home | Main Index | Thread Index | Old Index