Wed Mar 21 17:41:01 2018 UTC ()
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.


(adam)
diff -r1.30 -r1.31 pkgsrc/print/ghostscript-agpl/Makefile
diff -r1.12 -r1.13 pkgsrc/print/ghostscript-agpl/Makefile.common
diff -r1.9 -r1.10 pkgsrc/print/ghostscript-agpl/PLIST
diff -r1.19 -r1.20 pkgsrc/print/ghostscript-agpl/distinfo

cvs diff -r1.30 -r1.31 pkgsrc/print/ghostscript-agpl/Makefile (expand / switch to unified diff)

--- pkgsrc/print/ghostscript-agpl/Makefile 2018/03/12 11:15:42 1.30
+++ pkgsrc/print/ghostscript-agpl/Makefile 2018/03/21 17:41:01 1.31
@@ -1,20 +1,22 @@ @@ -1,20 +1,22 @@
1# $NetBSD: Makefile,v 1.30 2018/03/12 11:15:42 wiz Exp $ 1# $NetBSD: Makefile,v 1.31 2018/03/21 17:41:01 adam Exp $
2 2
3DISTNAME= ghostscript-${GS_VERSION} 3DISTNAME= ghostscript-${GS_VERSION}
4PKGNAME= ${DISTNAME:S/ghostscript/ghostscript-agpl/} 4PKGNAME= ${DISTNAME:S/ghostscript/ghostscript-agpl/}
5PKGREVISION= 2 
6CATEGORIES= print 5CATEGORIES= print
7MASTER_SITES= ${MASTER_SITE_GITHUB:=ArtifexSoftware/ghostpdl-downloads/releases/download/gs922/} 6MASTER_SITES= ${MASTER_SITE_GITHUB:=ArtifexSoftware/}
 7GITHUB_PROJECT= ghostpdl-downloads
 8GITHUB_RELEASE= gs${GS_VERSION:S/.//}
 9EXTRACT_SUFX= .tar.xz
8 10
9MAINTAINER= pkgsrc-users@NetBSD.org 11MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://ghostscript.com/ 12HOMEPAGE= https://ghostscript.com/
11COMMENT= Postscript interpreter 13COMMENT= Postscript interpreter
12# Plus adobe verbatim for Resources/CMap. 14# Plus adobe verbatim for Resources/CMap.
13LICENSE= gnu-agpl-v3 15LICENSE= gnu-agpl-v3
14 16
15DEPENDS+= ghostscript-fonts>=6.0:../../fonts/ghostscript-fonts 17DEPENDS+= ghostscript-fonts>=6.0:../../fonts/ghostscript-fonts
16 18
17.include "Makefile.common" 19.include "Makefile.common"
18 20
19USE_LANGUAGES= c c++ 21USE_LANGUAGES= c c++
20USE_TOOLS+= gmake perl:run lex pkg-config 22USE_TOOLS+= gmake perl:run lex pkg-config

cvs diff -r1.12 -r1.13 pkgsrc/print/ghostscript-agpl/Makefile.common (expand / switch to unified diff)

--- pkgsrc/print/ghostscript-agpl/Makefile.common 2017/10/06 06:15:00 1.12
+++ pkgsrc/print/ghostscript-agpl/Makefile.common 2018/03/21 17:41:01 1.13
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1# $NetBSD: Makefile.common,v 1.12 2017/10/06 06:15:00 adam Exp $ 1# $NetBSD: Makefile.common,v 1.13 2018/03/21 17:41:01 adam Exp $
2# used by print/ghostscript-agpl/Makefile 2# used by print/ghostscript-agpl/Makefile
3# used by fonts/ghostscript-cidfonts-ryumin/Makefile 3# used by fonts/ghostscript-cidfonts-ryumin/Makefile
4 4
5GS_VERSION= 9.22 5GS_VERSION= 9.23

cvs diff -r1.9 -r1.10 pkgsrc/print/ghostscript-agpl/PLIST (expand / switch to unified diff)

--- pkgsrc/print/ghostscript-agpl/PLIST 2017/10/06 06:15:00 1.9
+++ pkgsrc/print/ghostscript-agpl/PLIST 2018/03/21 17:41:01 1.10
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.9 2017/10/06 06:15:00 adam Exp $ 1@comment $NetBSD: PLIST,v 1.10 2018/03/21 17:41:01 adam Exp $
2bin/dvipdf 2bin/dvipdf
3bin/eps2eps 3bin/eps2eps
4bin/gs 4bin/gs
5bin/gsbj 5bin/gsbj
6bin/gsc 6bin/gsc
7bin/gsdj 7bin/gsdj
8bin/gsdj500 8bin/gsdj500
9bin/gslj 9bin/gslj
10bin/gslp 10bin/gslp
11bin/gsnd 11bin/gsnd
12bin/gsx 12bin/gsx
13bin/lprsetup.sh 13bin/lprsetup.sh
14bin/pdf2dsc 14bin/pdf2dsc
@@ -22,28 +22,28 @@ bin/ps2epsi @@ -22,28 +22,28 @@ bin/ps2epsi
22bin/ps2pdf 22bin/ps2pdf
23bin/ps2pdf12 23bin/ps2pdf12
24bin/ps2pdf13 24bin/ps2pdf13
25bin/ps2pdf14 25bin/ps2pdf14
26bin/ps2pdfwr 26bin/ps2pdfwr
27bin/ps2ps 27bin/ps2ps
28bin/ps2ps2 28bin/ps2ps2
29bin/unix-lpr.sh 29bin/unix-lpr.sh
30include/ghostscript/gdevdsp.h 30include/ghostscript/gdevdsp.h
31include/ghostscript/gserrors.h 31include/ghostscript/gserrors.h
32include/ghostscript/iapi.h 32include/ghostscript/iapi.h
33include/ghostscript/ierrors.h 33include/ghostscript/ierrors.h
34lib/libgs.so 34lib/libgs.so
35lib/libgs.so.9 
36lib/libgs.so.${PKGVERSION} 35lib/libgs.so.${PKGVERSION}
 36lib/libgs.so.9
37man/de/man1/dvipdf.1 37man/de/man1/dvipdf.1
38man/de/man1/eps2eps.1 38man/de/man1/eps2eps.1
39man/de/man1/gsnd.1 39man/de/man1/gsnd.1
40man/de/man1/pdf2dsc.1 40man/de/man1/pdf2dsc.1
41man/de/man1/pdf2ps.1 41man/de/man1/pdf2ps.1
42man/de/man1/printafm.1 42man/de/man1/printafm.1
43man/de/man1/ps2ascii.1 43man/de/man1/ps2ascii.1
44man/de/man1/ps2pdf.1 44man/de/man1/ps2pdf.1
45man/de/man1/ps2pdf12.1 45man/de/man1/ps2pdf12.1
46man/de/man1/ps2pdf13.1 46man/de/man1/ps2pdf13.1
47man/de/man1/ps2pdf14.1 47man/de/man1/ps2pdf14.1
48man/de/man1/ps2ps.1 48man/de/man1/ps2ps.1
49man/man1/dvipdf.1 49man/man1/dvipdf.1
@@ -58,26 +58,80 @@ man/man1/gsnd.1 @@ -58,26 +58,80 @@ man/man1/gsnd.1
58man/man1/pdf2dsc.1 58man/man1/pdf2dsc.1
59man/man1/pdf2ps.1 59man/man1/pdf2ps.1
60man/man1/pf2afm.1 60man/man1/pf2afm.1
61man/man1/pfbtopfa.1 61man/man1/pfbtopfa.1
62man/man1/printafm.1 62man/man1/printafm.1
63man/man1/ps2ascii.1 63man/man1/ps2ascii.1
64man/man1/ps2epsi.1 64man/man1/ps2epsi.1
65man/man1/ps2pdf.1 65man/man1/ps2pdf.1
66man/man1/ps2pdf12.1 66man/man1/ps2pdf12.1
67man/man1/ps2pdf13.1 67man/man1/ps2pdf13.1
68man/man1/ps2pdf14.1 68man/man1/ps2pdf14.1
69man/man1/ps2pdfwr.1 69man/man1/ps2pdfwr.1
70man/man1/ps2ps.1 70man/man1/ps2ps.1
 71share/doc/ghostscript/${PKGVERSION}/API.htm
 72share/doc/ghostscript/${PKGVERSION}/AUTHORS
 73share/doc/ghostscript/${PKGVERSION}/C-style.htm
 74share/doc/ghostscript/${PKGVERSION}/COPYING
 75share/doc/ghostscript/${PKGVERSION}/Changes.htm
 76share/doc/ghostscript/${PKGVERSION}/Commprod.htm
 77share/doc/ghostscript/${PKGVERSION}/DLL.htm
 78share/doc/ghostscript/${PKGVERSION}/Deprecated.htm
 79share/doc/ghostscript/${PKGVERSION}/Details.htm
 80share/doc/ghostscript/${PKGVERSION}/Details8.htm
 81share/doc/ghostscript/${PKGVERSION}/Details9.htm
 82share/doc/ghostscript/${PKGVERSION}/Develop.htm
 83share/doc/ghostscript/${PKGVERSION}/Devices.htm
 84share/doc/ghostscript/${PKGVERSION}/Drivers.htm
 85share/doc/ghostscript/${PKGVERSION}/Fonts.htm
 86share/doc/ghostscript/${PKGVERSION}/GS9_Color_Management.pdf
 87share/doc/ghostscript/${PKGVERSION}/GS9_Color_Management.tex
 88share/doc/ghostscript/${PKGVERSION}/Helpers.htm
 89share/doc/ghostscript/${PKGVERSION}/Hershey.htm
 90share/doc/ghostscript/${PKGVERSION}/History1.htm
 91share/doc/ghostscript/${PKGVERSION}/History2.htm
 92share/doc/ghostscript/${PKGVERSION}/History3.htm
 93share/doc/ghostscript/${PKGVERSION}/History4.htm
 94share/doc/ghostscript/${PKGVERSION}/History5.htm
 95share/doc/ghostscript/${PKGVERSION}/History6.htm
 96share/doc/ghostscript/${PKGVERSION}/History7.htm
 97share/doc/ghostscript/${PKGVERSION}/History8.htm
 98share/doc/ghostscript/${PKGVERSION}/History9.htm
 99share/doc/ghostscript/${PKGVERSION}/Install.htm
 100share/doc/ghostscript/${PKGVERSION}/Issues.htm
 101share/doc/ghostscript/${PKGVERSION}/Language.htm
 102share/doc/ghostscript/${PKGVERSION}/Lib.htm
 103share/doc/ghostscript/${PKGVERSION}/Make.htm
 104share/doc/ghostscript/${PKGVERSION}/News.htm
 105share/doc/ghostscript/${PKGVERSION}/Projects.htm
 106share/doc/ghostscript/${PKGVERSION}/Ps-style.htm
 107share/doc/ghostscript/${PKGVERSION}/Ps2epsi.htm
 108share/doc/ghostscript/${PKGVERSION}/Psfiles.htm
 109share/doc/ghostscript/${PKGVERSION}/Readme.htm
 110share/doc/ghostscript/${PKGVERSION}/Release.htm
 111share/doc/ghostscript/${PKGVERSION}/SavedPages.htm
 112share/doc/ghostscript/${PKGVERSION}/Source.htm
 113share/doc/ghostscript/${PKGVERSION}/Unix-lpr.htm
 114share/doc/ghostscript/${PKGVERSION}/Use.htm
 115share/doc/ghostscript/${PKGVERSION}/VectorDevices.htm
 116share/doc/ghostscript/${PKGVERSION}/WhatIsGS.htm
 117share/doc/ghostscript/${PKGVERSION}/gs-vms.hlp
 118share/doc/ghostscript/${PKGVERSION}/gs.css
 119share/doc/ghostscript/${PKGVERSION}/gsdoc.el
 120share/doc/ghostscript/${PKGVERSION}/index.html
 121share/doc/ghostscript/${PKGVERSION}/pscet_status.txt
 122share/doc/ghostscript/${PKGVERSION}/sample_downscale_device.htm
 123share/doc/ghostscript/${PKGVERSION}/subclass.htm
 124share/doc/ghostscript/${PKGVERSION}/thirdparty.htm
71${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CIDFSubst/DroidSansFallback.ttf 125${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CIDFSubst/DroidSansFallback.ttf
72${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CIDFont/ArtifexBullet 126${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CIDFont/ArtifexBullet
73${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/78-EUC-H 127${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/78-EUC-H
74${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/78-EUC-V 128${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/78-EUC-V
75${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/78-H 129${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/78-H
76${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/78-RKSJ-H 130${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/78-RKSJ-H
77${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/78-RKSJ-V 131${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/78-RKSJ-V
78${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/78-V 132${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/78-V
79${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/78ms-RKSJ-H 133${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/78ms-RKSJ-H
80${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/78ms-RKSJ-V 134${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/78ms-RKSJ-V
81${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/83pv-RKSJ-H 135${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/83pv-RKSJ-H
82${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/90ms-RKSJ-H 136${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/90ms-RKSJ-H
83${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/90ms-RKSJ-V 137${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/90ms-RKSJ-V
@@ -351,104 +405,27 @@ ${PLIST.no_cidfmap}share/ghostscript/${P @@ -351,104 +405,27 @@ ${PLIST.no_cidfmap}share/ghostscript/${P
351${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/pdf_base.ps 405${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/pdf_base.ps
352${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/pdf_cslayer.ps 406${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/pdf_cslayer.ps
353${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/pdf_draw.ps 407${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/pdf_draw.ps
354${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/pdf_font.ps 408${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/pdf_font.ps
355${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/pdf_main.ps 409${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/pdf_main.ps
356${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/pdf_ops.ps 410${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/pdf_ops.ps
357${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/pdf_rbld.ps 411${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/pdf_rbld.ps
358${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/pdf_sec.ps 412${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/pdf_sec.ps
359${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/xlatmap 413${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/xlatmap
360${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/SubstCID/CNS1-WMode 414${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/SubstCID/CNS1-WMode
361${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/SubstCID/GB1-WMode 415${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/SubstCID/GB1-WMode
362${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/SubstCID/Japan1-WMode 416${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/SubstCID/Japan1-WMode
363${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/SubstCID/Korea1-WMode 417${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/SubstCID/Korea1-WMode
364share/ghostscript/${PKGVERSION}/doc/API.htm 418share/ghostscript/${PKGVERSION}/doc
365share/ghostscript/${PKGVERSION}/doc/AUTHORS 
366share/ghostscript/${PKGVERSION}/doc/C-style.htm 
367share/ghostscript/${PKGVERSION}/doc/COPYING 
368share/ghostscript/${PKGVERSION}/doc/Changes.htm 
369share/ghostscript/${PKGVERSION}/doc/Commprod.htm 
370share/ghostscript/${PKGVERSION}/doc/DLL.htm 
371share/ghostscript/${PKGVERSION}/doc/Deprecated.htm 
372share/ghostscript/${PKGVERSION}/doc/Details.htm 
373share/ghostscript/${PKGVERSION}/doc/Details8.htm 
374share/ghostscript/${PKGVERSION}/doc/Details9.htm 
375share/ghostscript/${PKGVERSION}/doc/Develop.htm 
376share/ghostscript/${PKGVERSION}/doc/Devices.htm 
377share/ghostscript/${PKGVERSION}/doc/Drivers.htm 
378share/ghostscript/${PKGVERSION}/doc/Fonts.htm 
379share/ghostscript/${PKGVERSION}/doc/GS9_Color_Management.pdf 
380share/ghostscript/${PKGVERSION}/doc/GS9_Color_Management.tex 
381share/ghostscript/${PKGVERSION}/doc/Helpers.htm 
382share/ghostscript/${PKGVERSION}/doc/Hershey.htm 
383share/ghostscript/${PKGVERSION}/doc/History1.htm 
384share/ghostscript/${PKGVERSION}/doc/History2.htm 
385share/ghostscript/${PKGVERSION}/doc/History3.htm 
386share/ghostscript/${PKGVERSION}/doc/History4.htm 
387share/ghostscript/${PKGVERSION}/doc/History5.htm 
388share/ghostscript/${PKGVERSION}/doc/History6.htm 
389share/ghostscript/${PKGVERSION}/doc/History7.htm 
390share/ghostscript/${PKGVERSION}/doc/History8.htm 
391share/ghostscript/${PKGVERSION}/doc/History9.htm 
392share/ghostscript/${PKGVERSION}/doc/Install.htm 
393share/ghostscript/${PKGVERSION}/doc/Issues.htm 
394share/ghostscript/${PKGVERSION}/doc/Language.htm 
395share/ghostscript/${PKGVERSION}/doc/Lib.htm 
396share/ghostscript/${PKGVERSION}/doc/Make.htm 
397share/ghostscript/${PKGVERSION}/doc/News.htm 
398share/ghostscript/${PKGVERSION}/doc/Projects.htm 
399share/ghostscript/${PKGVERSION}/doc/Ps-style.htm 
400share/ghostscript/${PKGVERSION}/doc/Ps2epsi.htm 
401share/ghostscript/${PKGVERSION}/doc/Psfiles.htm 
402share/ghostscript/${PKGVERSION}/doc/Readme.htm 
403share/ghostscript/${PKGVERSION}/doc/Release.htm 
404share/ghostscript/${PKGVERSION}/doc/Source.htm 
405share/ghostscript/${PKGVERSION}/doc/Unix-lpr.htm 
406share/ghostscript/${PKGVERSION}/doc/Use.htm 
407share/ghostscript/${PKGVERSION}/doc/WhatIsGS.htm 
408share/ghostscript/${PKGVERSION}/doc/Xfonts.htm 
409share/ghostscript/${PKGVERSION}/doc/gs-vms.hlp 
410share/ghostscript/${PKGVERSION}/doc/gs.css 
411share/ghostscript/${PKGVERSION}/doc/gsdoc.el 
412share/ghostscript/${PKGVERSION}/doc/index.html 
413share/ghostscript/${PKGVERSION}/doc/pscet_status.txt 
414share/ghostscript/${PKGVERSION}/doc/thirdparty.htm 
415share/ghostscript/${PKGVERSION}/examples/alphabet.ps 
416share/ghostscript/${PKGVERSION}/examples/annots.pdf 
417share/ghostscript/${PKGVERSION}/examples/cjk/all_ac1.ps 
418share/ghostscript/${PKGVERSION}/examples/cjk/all_ag1.ps 
419share/ghostscript/${PKGVERSION}/examples/cjk/all_aj1.ps 
420share/ghostscript/${PKGVERSION}/examples/cjk/all_aj2.ps 
421share/ghostscript/${PKGVERSION}/examples/cjk/all_ak1.ps 
422share/ghostscript/${PKGVERSION}/examples/cjk/article9.ps 
423share/ghostscript/${PKGVERSION}/examples/cjk/gscjk_ac.ps 
424share/ghostscript/${PKGVERSION}/examples/cjk/gscjk_ag.ps 
425share/ghostscript/${PKGVERSION}/examples/cjk/gscjk_aj.ps 
426share/ghostscript/${PKGVERSION}/examples/cjk/gscjk_ak.ps 
427share/ghostscript/${PKGVERSION}/examples/cjk/iso2022.ps 
428share/ghostscript/${PKGVERSION}/examples/cjk/iso2022v.ps 
429share/ghostscript/${PKGVERSION}/examples/colorcir.ps 
430share/ghostscript/${PKGVERSION}/examples/doretree.ps 
431share/ghostscript/${PKGVERSION}/examples/escher.ps 
432share/ghostscript/${PKGVERSION}/examples/golfer.eps 
433share/ghostscript/${PKGVERSION}/examples/grayalph.ps 
434share/ghostscript/${PKGVERSION}/examples/ridt91.eps 
435share/ghostscript/${PKGVERSION}/examples/snowflak.ps 
436share/ghostscript/${PKGVERSION}/examples/text_graph_image_cmyk_rgb.pdf 
437share/ghostscript/${PKGVERSION}/examples/text_graphic_image.pdf 
438share/ghostscript/${PKGVERSION}/examples/tiger.eps 
439share/ghostscript/${PKGVERSION}/examples/transparency_example.ps 
440share/ghostscript/${PKGVERSION}/examples/vasarely.ps 
441share/ghostscript/${PKGVERSION}/examples/waterfal.ps 
442${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/iccprofiles/default_cmyk.icc 419${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/iccprofiles/default_cmyk.icc
443${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/iccprofiles/default_gray.icc 420${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/iccprofiles/default_gray.icc
444${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/iccprofiles/default_rgb.icc 421${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/iccprofiles/default_rgb.icc
445${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/iccprofiles/gray_to_k.icc 422${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/iccprofiles/gray_to_k.icc
446${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/iccprofiles/lab.icc 423${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/iccprofiles/lab.icc
447${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/iccprofiles/ps_cmyk.icc 424${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/iccprofiles/ps_cmyk.icc
448${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/iccprofiles/ps_gray.icc 425${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/iccprofiles/ps_gray.icc
449${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/iccprofiles/ps_rgb.icc 426${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/iccprofiles/ps_rgb.icc
450${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/iccprofiles/sgray.icc 427${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/iccprofiles/sgray.icc
451${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/iccprofiles/srgb.icc 428${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/iccprofiles/srgb.icc
452share/ghostscript/${PKGVERSION}/lib/PDFA_def.ps 429share/ghostscript/${PKGVERSION}/lib/PDFA_def.ps
453share/ghostscript/${PKGVERSION}/lib/PDFX_def.ps 430share/ghostscript/${PKGVERSION}/lib/PDFX_def.ps
454share/ghostscript/${PKGVERSION}/lib/PM760p.upp 431share/ghostscript/${PKGVERSION}/lib/PM760p.upp
@@ -502,27 +479,26 @@ share/ghostscript/${PKGVERSION}/lib/cbjc @@ -502,27 +479,26 @@ share/ghostscript/${PKGVERSION}/lib/cbjc
502share/ghostscript/${PKGVERSION}/lib/cdj550.upp 479share/ghostscript/${PKGVERSION}/lib/cdj550.upp
503share/ghostscript/${PKGVERSION}/lib/cdj690.upp 480share/ghostscript/${PKGVERSION}/lib/cdj690.upp
504share/ghostscript/${PKGVERSION}/lib/cdj690ec.upp 481share/ghostscript/${PKGVERSION}/lib/cdj690ec.upp
505share/ghostscript/${PKGVERSION}/lib/cid2code.ps 482share/ghostscript/${PKGVERSION}/lib/cid2code.ps
506share/ghostscript/${PKGVERSION}/lib/dmp_init.ps 483share/ghostscript/${PKGVERSION}/lib/dmp_init.ps
507share/ghostscript/${PKGVERSION}/lib/dmp_site.ps 484share/ghostscript/${PKGVERSION}/lib/dmp_site.ps
508share/ghostscript/${PKGVERSION}/lib/dnj750c.upp 485share/ghostscript/${PKGVERSION}/lib/dnj750c.upp
509share/ghostscript/${PKGVERSION}/lib/dnj750m.upp 486share/ghostscript/${PKGVERSION}/lib/dnj750m.upp
510share/ghostscript/${PKGVERSION}/lib/docie.ps 487share/ghostscript/${PKGVERSION}/lib/docie.ps
511share/ghostscript/${PKGVERSION}/lib/escp_24.src 488share/ghostscript/${PKGVERSION}/lib/escp_24.src
512share/ghostscript/${PKGVERSION}/lib/font2pcl.ps 489share/ghostscript/${PKGVERSION}/lib/font2pcl.ps
513share/ghostscript/${PKGVERSION}/lib/ghostpdf.ppd 490share/ghostscript/${PKGVERSION}/lib/ghostpdf.ppd
514share/ghostscript/${PKGVERSION}/lib/gs_ce_e.ps 491share/ghostscript/${PKGVERSION}/lib/gs_ce_e.ps
515share/ghostscript/${PKGVERSION}/lib/gs_cmdl.ps 
516share/ghostscript/${PKGVERSION}/lib/gs_il2_e.ps 492share/ghostscript/${PKGVERSION}/lib/gs_il2_e.ps
517share/ghostscript/${PKGVERSION}/lib/gs_kanji.ps 493share/ghostscript/${PKGVERSION}/lib/gs_kanji.ps
518share/ghostscript/${PKGVERSION}/lib/gs_ksb_e.ps 494share/ghostscript/${PKGVERSION}/lib/gs_ksb_e.ps
519share/ghostscript/${PKGVERSION}/lib/gs_l.xbm 495share/ghostscript/${PKGVERSION}/lib/gs_l.xbm
520share/ghostscript/${PKGVERSION}/lib/gs_l.xpm 496share/ghostscript/${PKGVERSION}/lib/gs_l.xpm
521share/ghostscript/${PKGVERSION}/lib/gs_l_m.xbm 497share/ghostscript/${PKGVERSION}/lib/gs_l_m.xbm
522share/ghostscript/${PKGVERSION}/lib/gs_lgo_e.ps 498share/ghostscript/${PKGVERSION}/lib/gs_lgo_e.ps
523share/ghostscript/${PKGVERSION}/lib/gs_lgx_e.ps 499share/ghostscript/${PKGVERSION}/lib/gs_lgx_e.ps
524share/ghostscript/${PKGVERSION}/lib/gs_m.xbm 500share/ghostscript/${PKGVERSION}/lib/gs_m.xbm
525share/ghostscript/${PKGVERSION}/lib/gs_m.xpm 501share/ghostscript/${PKGVERSION}/lib/gs_m.xpm
526share/ghostscript/${PKGVERSION}/lib/gs_m_m.xbm 502share/ghostscript/${PKGVERSION}/lib/gs_m_m.xbm
527share/ghostscript/${PKGVERSION}/lib/gs_s.xbm 503share/ghostscript/${PKGVERSION}/lib/gs_s.xbm
528share/ghostscript/${PKGVERSION}/lib/gs_s.xpm 504share/ghostscript/${PKGVERSION}/lib/gs_s.xpm

cvs diff -r1.19 -r1.20 pkgsrc/print/ghostscript-agpl/distinfo (expand / switch to unified diff)

--- pkgsrc/print/ghostscript-agpl/distinfo 2018/01/25 10:38:57 1.19
+++ pkgsrc/print/ghostscript-agpl/distinfo 2018/03/21 17:41:01 1.20
@@ -1,12 +1,12 @@ @@ -1,12 +1,12 @@
1$NetBSD: distinfo,v 1.19 2018/01/25 10:38:57 jperkin Exp $ 1$NetBSD: distinfo,v 1.20 2018/03/21 17:41:01 adam Exp $
2 2
3SHA1 (ghostscript-9.22.tar.gz) = 666d16cb4fd9b22f6bcfa874b30cbfadf7c9d67d 3SHA1 (ghostscript-9.23.tar.xz) = ada14b27bce031fc87330249e0b48900955c447c
4RMD160 (ghostscript-9.22.tar.gz) = ece611db0c38de2e8061560c50cd16265144d50f 4RMD160 (ghostscript-9.23.tar.xz) = 17d6d80dcb4811fbb5f4918724be71918459e11e
5SHA512 (ghostscript-9.22.tar.gz) = 599ba003e168d302e327ea7c2b83a4247059a1b7222452cbea4966dac448a79e8d7f07a1f287fa0c14cfa5269bb623382ed02fb3ea3a0e526dae08aaa1cd8b89 5SHA512 (ghostscript-9.23.tar.xz) = 0c1f59b743f92f9cf7000b06f6209010e583ef4d6899c20ed245721dea3c08fd58b9e2d1513fe83765ab6be233bc7ab250cf18054e4d09de4073b1111e38035f
6Size (ghostscript-9.22.tar.gz) = 38773429 bytes 6Size (ghostscript-9.23.tar.xz) = 33426160 bytes
7SHA1 (patch-base_gserrors_h) = ce75cfb7528871842a3bd35e18a6d91c89823909 7SHA1 (patch-base_gserrors_h) = ce75cfb7528871842a3bd35e18a6d91c89823909
8SHA1 (patch-base_lib.mak) = 723926f167b49568376ef0c0da6aa4ec01fe1516 8SHA1 (patch-base_lib.mak) = 723926f167b49568376ef0c0da6aa4ec01fe1516
9SHA1 (patch-base_mkromfs.c) = 96006928e0b5381e7101027372b6e6408f1c4a0b 9SHA1 (patch-base_mkromfs.c) = 96006928e0b5381e7101027372b6e6408f1c4a0b
10SHA1 (patch-base_unix-dll.mak) = 23595f424ecd2af4a504f15817fd57cdec8851df 10SHA1 (patch-base_unix-dll.mak) = 23595f424ecd2af4a504f15817fd57cdec8851df
11SHA1 (patch-configure) = 07a27ec49e9e17e12d13c599fcfdfa8117cc4144 11SHA1 (patch-configure) = 07a27ec49e9e17e12d13c599fcfdfa8117cc4144
12SHA1 (patch-devices_devs.mak) = ceb89a4d50765e146c0f3199c31b2c053bf2be09 12SHA1 (patch-devices_devs.mak) = ceb89a4d50765e146c0f3199c31b2c053bf2be09