Fri Oct 6 06:15:00 2017 UTC ()
ghostscript-agpl: update to 9.22

Highlights in this release include:
* Ghostscript can now consume and produce (via the pdfwrite device) PDF 2.0 compliant files.
* The main focus of this release has been security and code cleanliness. Hence many AddressSanitizer, Valgrind and Coverity issues have been addressed.
* The usual round of bug fixes, compatibility changes, and incremental improvements.


(adam)
diff -r1.26 -r1.27 pkgsrc/print/ghostscript-agpl/Makefile
diff -r1.11 -r1.12 pkgsrc/print/ghostscript-agpl/Makefile.common
diff -r1.8 -r1.9 pkgsrc/print/ghostscript-agpl/PLIST
diff -r1.17 -r1.18 pkgsrc/print/ghostscript-agpl/distinfo

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

--- pkgsrc/print/ghostscript-agpl/Makefile 2017/08/01 14:59:04 1.26
+++ pkgsrc/print/ghostscript-agpl/Makefile 2017/10/06 06:15:00 1.27
@@ -1,20 +1,19 @@ @@ -1,20 +1,19 @@
1# $NetBSD: Makefile,v 1.26 2017/08/01 14:59:04 wiz Exp $ 1# $NetBSD: Makefile,v 1.27 2017/10/06 06:15:00 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= 1 
6CATEGORIES= print 5CATEGORIES= print
7MASTER_SITES= ${MASTER_SITE_GITHUB:=ArtifexSoftware/ghostpdl-downloads/releases/download/gs921/} 6MASTER_SITES= ${MASTER_SITE_GITHUB:=ArtifexSoftware/ghostpdl-downloads/releases/download/gs922/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://ghostscript.com/ 9HOMEPAGE= https://ghostscript.com/
11COMMENT= Postscript interpreter 10COMMENT= Postscript interpreter
12# Plus adobe verbatim for Resources/CMap. 11# Plus adobe verbatim for Resources/CMap.
13LICENSE= gnu-agpl-v3 12LICENSE= gnu-agpl-v3
14 13
15DEPENDS+= ghostscript-fonts>=6.0:../../fonts/ghostscript-fonts 14DEPENDS+= ghostscript-fonts>=6.0:../../fonts/ghostscript-fonts
16 15
17.include "Makefile.common" 16.include "Makefile.common"
18 17
19USE_LANGUAGES= c c++ 18USE_LANGUAGES= c c++
20USE_TOOLS+= gmake perl:run lex pkg-config 19USE_TOOLS+= gmake perl:run lex pkg-config

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

--- pkgsrc/print/ghostscript-agpl/Makefile.common 2017/03/31 07:26:23 1.11
+++ pkgsrc/print/ghostscript-agpl/Makefile.common 2017/10/06 06:15:00 1.12
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1# $NetBSD: Makefile.common,v 1.11 2017/03/31 07:26:23 adam Exp $ 1# $NetBSD: Makefile.common,v 1.12 2017/10/06 06:15:00 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.21 5GS_VERSION= 9.22

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

--- pkgsrc/print/ghostscript-agpl/PLIST 2016/09/30 12:37:31 1.8
+++ pkgsrc/print/ghostscript-agpl/PLIST 2017/10/06 06:15:00 1.9
@@ -1,89 +1,83 @@ @@ -1,89 +1,83 @@
1@comment $NetBSD: PLIST,v 1.8 2016/09/30 12:37:31 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.9 2017/10/06 06:15:00 adam Exp $
2bin/dvipdf 2bin/dvipdf
3bin/eps2eps 3bin/eps2eps
4bin/font2c 
5bin/gs 4bin/gs
6bin/gsbj 5bin/gsbj
7bin/gsc 6bin/gsc
8bin/gsdj 7bin/gsdj
9bin/gsdj500 8bin/gsdj500
10bin/gslj 9bin/gslj
11bin/gslp 10bin/gslp
12bin/gsnd 11bin/gsnd
13bin/gsx 12bin/gsx
14bin/lprsetup.sh 13bin/lprsetup.sh
15bin/pdf2dsc 14bin/pdf2dsc
16bin/pdf2ps 15bin/pdf2ps
17bin/pf2afm 16bin/pf2afm
18bin/pfbtopfa 17bin/pfbtopfa
19bin/pphs 18bin/pphs
20bin/printafm 19bin/printafm
21bin/ps2ascii 20bin/ps2ascii
22bin/ps2epsi 21bin/ps2epsi
23bin/ps2pdf 22bin/ps2pdf
24bin/ps2pdf12 23bin/ps2pdf12
25bin/ps2pdf13 24bin/ps2pdf13
26bin/ps2pdf14 25bin/ps2pdf14
27bin/ps2pdfwr 26bin/ps2pdfwr
28bin/ps2ps 27bin/ps2ps
29bin/ps2ps2 28bin/ps2ps2
30bin/unix-lpr.sh 29bin/unix-lpr.sh
31bin/wftopfa 
32include/ghostscript/gdevdsp.h 30include/ghostscript/gdevdsp.h
33include/ghostscript/gserrors.h 31include/ghostscript/gserrors.h
34include/ghostscript/iapi.h 32include/ghostscript/iapi.h
35include/ghostscript/ierrors.h 33include/ghostscript/ierrors.h
36lib/libgs.so 34lib/libgs.so
37lib/libgs.so.9 35lib/libgs.so.9
38lib/libgs.so.${PKGVERSION} 36lib/libgs.so.${PKGVERSION}
39man/de/man1/dvipdf.1 37man/de/man1/dvipdf.1
40man/de/man1/eps2eps.1 38man/de/man1/eps2eps.1
41man/de/man1/font2c.1 
42man/de/man1/gsnd.1 39man/de/man1/gsnd.1
43man/de/man1/pdf2dsc.1 40man/de/man1/pdf2dsc.1
44man/de/man1/pdf2ps.1 41man/de/man1/pdf2ps.1
45man/de/man1/printafm.1 42man/de/man1/printafm.1
46man/de/man1/ps2ascii.1 43man/de/man1/ps2ascii.1
47man/de/man1/ps2pdf.1 44man/de/man1/ps2pdf.1
48man/de/man1/ps2pdf12.1 45man/de/man1/ps2pdf12.1
49man/de/man1/ps2pdf13.1 46man/de/man1/ps2pdf13.1
50man/de/man1/ps2pdf14.1 47man/de/man1/ps2pdf14.1
51man/de/man1/ps2ps.1 48man/de/man1/ps2ps.1
52man/de/man1/wftopfa.1 
53man/man1/dvipdf.1 49man/man1/dvipdf.1
54man/man1/eps2eps.1 50man/man1/eps2eps.1
55man/man1/font2c.1 
56man/man1/gs.1 51man/man1/gs.1
57man/man1/gsbj.1 52man/man1/gsbj.1
58man/man1/gsdj.1 53man/man1/gsdj.1
59man/man1/gsdj500.1 54man/man1/gsdj500.1
60man/man1/gslj.1 55man/man1/gslj.1
61man/man1/gslp.1 56man/man1/gslp.1
62man/man1/gsnd.1 57man/man1/gsnd.1
63man/man1/pdf2dsc.1 58man/man1/pdf2dsc.1
64man/man1/pdf2ps.1 59man/man1/pdf2ps.1
65man/man1/pf2afm.1 60man/man1/pf2afm.1
66man/man1/pfbtopfa.1 61man/man1/pfbtopfa.1
67man/man1/printafm.1 62man/man1/printafm.1
68man/man1/ps2ascii.1 63man/man1/ps2ascii.1
69man/man1/ps2epsi.1 64man/man1/ps2epsi.1
70man/man1/ps2pdf.1 65man/man1/ps2pdf.1
71man/man1/ps2pdf12.1 66man/man1/ps2pdf12.1
72man/man1/ps2pdf13.1 67man/man1/ps2pdf13.1
73man/man1/ps2pdf14.1 68man/man1/ps2pdf14.1
74man/man1/ps2pdfwr.1 69man/man1/ps2pdfwr.1
75man/man1/ps2ps.1 70man/man1/ps2ps.1
76man/man1/wftopfa.1 
77${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CIDFSubst/DroidSansFallback.ttf 71${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CIDFSubst/DroidSansFallback.ttf
78${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CIDFont/ArtifexBullet 72${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CIDFont/ArtifexBullet
79${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/78-EUC-H 73${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/78-EUC-H
80${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/78-EUC-V 74${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/78-EUC-V
81${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/78-H 75${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/78-H
82${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/78-RKSJ-H 76${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/78-RKSJ-H
83${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/78-RKSJ-V 77${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/78-RKSJ-V
84${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/78-V 78${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/78-V
85${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/78ms-RKSJ-H 79${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/78ms-RKSJ-H
86${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/78ms-RKSJ-V 80${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/78ms-RKSJ-V
87${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/83pv-RKSJ-H 81${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/83pv-RKSJ-H
88${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/90ms-RKSJ-H 82${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/90ms-RKSJ-H
89${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/90ms-RKSJ-V 83${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/90ms-RKSJ-V
@@ -466,27 +460,26 @@ share/ghostscript/${PKGVERSION}/lib/Stc6 @@ -466,27 +460,26 @@ share/ghostscript/${PKGVERSION}/lib/Stc6
466share/ghostscript/${PKGVERSION}/lib/Stc680p.upp 460share/ghostscript/${PKGVERSION}/lib/Stc680p.upp
467share/ghostscript/${PKGVERSION}/lib/Stc680pl.upp 461share/ghostscript/${PKGVERSION}/lib/Stc680pl.upp
468share/ghostscript/${PKGVERSION}/lib/Stc740p.upp 462share/ghostscript/${PKGVERSION}/lib/Stc740p.upp
469share/ghostscript/${PKGVERSION}/lib/Stc740pl.upp 463share/ghostscript/${PKGVERSION}/lib/Stc740pl.upp
470share/ghostscript/${PKGVERSION}/lib/Stc760p.upp 464share/ghostscript/${PKGVERSION}/lib/Stc760p.upp
471share/ghostscript/${PKGVERSION}/lib/Stc760pl.upp 465share/ghostscript/${PKGVERSION}/lib/Stc760pl.upp
472share/ghostscript/${PKGVERSION}/lib/Stc777p.upp 466share/ghostscript/${PKGVERSION}/lib/Stc777p.upp
473share/ghostscript/${PKGVERSION}/lib/Stc777pl.upp 467share/ghostscript/${PKGVERSION}/lib/Stc777pl.upp
474share/ghostscript/${PKGVERSION}/lib/Stp720p.upp 468share/ghostscript/${PKGVERSION}/lib/Stp720p.upp
475share/ghostscript/${PKGVERSION}/lib/Stp720pl.upp 469share/ghostscript/${PKGVERSION}/lib/Stp720pl.upp
476share/ghostscript/${PKGVERSION}/lib/Stp870p.upp 470share/ghostscript/${PKGVERSION}/lib/Stp870p.upp
477share/ghostscript/${PKGVERSION}/lib/Stp870pl.upp 471share/ghostscript/${PKGVERSION}/lib/Stp870pl.upp
478share/ghostscript/${PKGVERSION}/lib/acctest.ps 472share/ghostscript/${PKGVERSION}/lib/acctest.ps
479share/ghostscript/${PKGVERSION}/lib/addxchar.ps 
480share/ghostscript/${PKGVERSION}/lib/align.ps 473share/ghostscript/${PKGVERSION}/lib/align.ps
481share/ghostscript/${PKGVERSION}/lib/bj8.rpd 474share/ghostscript/${PKGVERSION}/lib/bj8.rpd
482share/ghostscript/${PKGVERSION}/lib/bj8gc12f.upp 475share/ghostscript/${PKGVERSION}/lib/bj8gc12f.upp
483share/ghostscript/${PKGVERSION}/lib/bj8hg12f.upp 476share/ghostscript/${PKGVERSION}/lib/bj8hg12f.upp
484share/ghostscript/${PKGVERSION}/lib/bj8oh06n.upp 477share/ghostscript/${PKGVERSION}/lib/bj8oh06n.upp
485share/ghostscript/${PKGVERSION}/lib/bj8pa06n.upp 478share/ghostscript/${PKGVERSION}/lib/bj8pa06n.upp
486share/ghostscript/${PKGVERSION}/lib/bj8pp12f.upp 479share/ghostscript/${PKGVERSION}/lib/bj8pp12f.upp
487share/ghostscript/${PKGVERSION}/lib/bj8ts06n.upp 480share/ghostscript/${PKGVERSION}/lib/bj8ts06n.upp
488share/ghostscript/${PKGVERSION}/lib/bjc6000a1.upp 481share/ghostscript/${PKGVERSION}/lib/bjc6000a1.upp
489share/ghostscript/${PKGVERSION}/lib/bjc6000b1.upp 482share/ghostscript/${PKGVERSION}/lib/bjc6000b1.upp
490share/ghostscript/${PKGVERSION}/lib/bjc610a0.upp 483share/ghostscript/${PKGVERSION}/lib/bjc610a0.upp
491share/ghostscript/${PKGVERSION}/lib/bjc610a1.upp 484share/ghostscript/${PKGVERSION}/lib/bjc610a1.upp
492share/ghostscript/${PKGVERSION}/lib/bjc610a2.upp 485share/ghostscript/${PKGVERSION}/lib/bjc610a2.upp
@@ -500,100 +493,85 @@ share/ghostscript/${PKGVERSION}/lib/bjc6 @@ -500,100 +493,85 @@ share/ghostscript/${PKGVERSION}/lib/bjc6
500share/ghostscript/${PKGVERSION}/lib/bjc610b2.upp 493share/ghostscript/${PKGVERSION}/lib/bjc610b2.upp
501share/ghostscript/${PKGVERSION}/lib/bjc610b3.upp 494share/ghostscript/${PKGVERSION}/lib/bjc610b3.upp
502share/ghostscript/${PKGVERSION}/lib/bjc610b4.upp 495share/ghostscript/${PKGVERSION}/lib/bjc610b4.upp
503share/ghostscript/${PKGVERSION}/lib/bjc610b6.upp 496share/ghostscript/${PKGVERSION}/lib/bjc610b6.upp
504share/ghostscript/${PKGVERSION}/lib/bjc610b7.upp 497share/ghostscript/${PKGVERSION}/lib/bjc610b7.upp
505share/ghostscript/${PKGVERSION}/lib/bjc610b8.upp 498share/ghostscript/${PKGVERSION}/lib/bjc610b8.upp
506share/ghostscript/${PKGVERSION}/lib/caption.ps 499share/ghostscript/${PKGVERSION}/lib/caption.ps
507share/ghostscript/${PKGVERSION}/lib/cbjc600.ppd 500share/ghostscript/${PKGVERSION}/lib/cbjc600.ppd
508share/ghostscript/${PKGVERSION}/lib/cbjc800.ppd 501share/ghostscript/${PKGVERSION}/lib/cbjc800.ppd
509share/ghostscript/${PKGVERSION}/lib/cdj550.upp 502share/ghostscript/${PKGVERSION}/lib/cdj550.upp
510share/ghostscript/${PKGVERSION}/lib/cdj690.upp 503share/ghostscript/${PKGVERSION}/lib/cdj690.upp
511share/ghostscript/${PKGVERSION}/lib/cdj690ec.upp 504share/ghostscript/${PKGVERSION}/lib/cdj690ec.upp
512share/ghostscript/${PKGVERSION}/lib/cid2code.ps 505share/ghostscript/${PKGVERSION}/lib/cid2code.ps
513share/ghostscript/${PKGVERSION}/lib/decrypt.ps 
514share/ghostscript/${PKGVERSION}/lib/dmp_init.ps 506share/ghostscript/${PKGVERSION}/lib/dmp_init.ps
515share/ghostscript/${PKGVERSION}/lib/dmp_site.ps 507share/ghostscript/${PKGVERSION}/lib/dmp_site.ps
516share/ghostscript/${PKGVERSION}/lib/dnj750c.upp 508share/ghostscript/${PKGVERSION}/lib/dnj750c.upp
517share/ghostscript/${PKGVERSION}/lib/dnj750m.upp 509share/ghostscript/${PKGVERSION}/lib/dnj750m.upp
518share/ghostscript/${PKGVERSION}/lib/docie.ps 510share/ghostscript/${PKGVERSION}/lib/docie.ps
519share/ghostscript/${PKGVERSION}/lib/escp_24.src 511share/ghostscript/${PKGVERSION}/lib/escp_24.src
520share/ghostscript/${PKGVERSION}/lib/font2c.ps 
521share/ghostscript/${PKGVERSION}/lib/font2pcl.ps 512share/ghostscript/${PKGVERSION}/lib/font2pcl.ps
522share/ghostscript/${PKGVERSION}/lib/ghostpdf.ppd 513share/ghostscript/${PKGVERSION}/lib/ghostpdf.ppd
523share/ghostscript/${PKGVERSION}/lib/gs_ce_e.ps 514share/ghostscript/${PKGVERSION}/lib/gs_ce_e.ps
524share/ghostscript/${PKGVERSION}/lib/gs_cmdl.ps 515share/ghostscript/${PKGVERSION}/lib/gs_cmdl.ps
525share/ghostscript/${PKGVERSION}/lib/gs_il2_e.ps 516share/ghostscript/${PKGVERSION}/lib/gs_il2_e.ps
526share/ghostscript/${PKGVERSION}/lib/gs_kanji.ps 517share/ghostscript/${PKGVERSION}/lib/gs_kanji.ps
527share/ghostscript/${PKGVERSION}/lib/gs_ksb_e.ps 518share/ghostscript/${PKGVERSION}/lib/gs_ksb_e.ps
528share/ghostscript/${PKGVERSION}/lib/gs_l.xbm 519share/ghostscript/${PKGVERSION}/lib/gs_l.xbm
529share/ghostscript/${PKGVERSION}/lib/gs_l.xpm 520share/ghostscript/${PKGVERSION}/lib/gs_l.xpm
530share/ghostscript/${PKGVERSION}/lib/gs_l_m.xbm 521share/ghostscript/${PKGVERSION}/lib/gs_l_m.xbm
531share/ghostscript/${PKGVERSION}/lib/gs_lgo_e.ps 522share/ghostscript/${PKGVERSION}/lib/gs_lgo_e.ps
532share/ghostscript/${PKGVERSION}/lib/gs_lgx_e.ps 523share/ghostscript/${PKGVERSION}/lib/gs_lgx_e.ps
533share/ghostscript/${PKGVERSION}/lib/gs_m.xbm 524share/ghostscript/${PKGVERSION}/lib/gs_m.xbm
534share/ghostscript/${PKGVERSION}/lib/gs_m.xpm 525share/ghostscript/${PKGVERSION}/lib/gs_m.xpm
535share/ghostscript/${PKGVERSION}/lib/gs_m_m.xbm 526share/ghostscript/${PKGVERSION}/lib/gs_m_m.xbm
536share/ghostscript/${PKGVERSION}/lib/gs_pfile.ps 
537share/ghostscript/${PKGVERSION}/lib/gs_rdlin.ps 
538share/ghostscript/${PKGVERSION}/lib/gs_s.xbm 527share/ghostscript/${PKGVERSION}/lib/gs_s.xbm
539share/ghostscript/${PKGVERSION}/lib/gs_s.xpm 528share/ghostscript/${PKGVERSION}/lib/gs_s.xpm
540share/ghostscript/${PKGVERSION}/lib/gs_s_m.xbm 529share/ghostscript/${PKGVERSION}/lib/gs_s_m.xbm
541share/ghostscript/${PKGVERSION}/lib/gs_t.xbm 530share/ghostscript/${PKGVERSION}/lib/gs_t.xbm
542share/ghostscript/${PKGVERSION}/lib/gs_t.xpm 531share/ghostscript/${PKGVERSION}/lib/gs_t.xpm
543share/ghostscript/${PKGVERSION}/lib/gs_t_m.xbm 532share/ghostscript/${PKGVERSION}/lib/gs_t_m.xbm
544share/ghostscript/${PKGVERSION}/lib/gs_wl1_e.ps 533share/ghostscript/${PKGVERSION}/lib/gs_wl1_e.ps
545share/ghostscript/${PKGVERSION}/lib/gs_wl2_e.ps 534share/ghostscript/${PKGVERSION}/lib/gs_wl2_e.ps
546share/ghostscript/${PKGVERSION}/lib/gs_wl5_e.ps 535share/ghostscript/${PKGVERSION}/lib/gs_wl5_e.ps
547share/ghostscript/${PKGVERSION}/lib/gslp.ps 536share/ghostscript/${PKGVERSION}/lib/gslp.ps
548share/ghostscript/${PKGVERSION}/lib/gsnup.ps 537share/ghostscript/${PKGVERSION}/lib/gsnup.ps
549share/ghostscript/${PKGVERSION}/lib/ht_ccsto.ps 538share/ghostscript/${PKGVERSION}/lib/ht_ccsto.ps
550share/ghostscript/${PKGVERSION}/lib/image-qa.ps 539share/ghostscript/${PKGVERSION}/lib/image-qa.ps
551share/ghostscript/${PKGVERSION}/lib/impath.ps 
552share/ghostscript/${PKGVERSION}/lib/jispaper.ps 540share/ghostscript/${PKGVERSION}/lib/jispaper.ps
553share/ghostscript/${PKGVERSION}/lib/landscap.ps 541share/ghostscript/${PKGVERSION}/lib/landscap.ps
554share/ghostscript/${PKGVERSION}/lib/level1.ps 
555share/ghostscript/${PKGVERSION}/lib/lines.ps 542share/ghostscript/${PKGVERSION}/lib/lines.ps
556share/ghostscript/${PKGVERSION}/lib/markhint.ps 
557share/ghostscript/${PKGVERSION}/lib/markpath.ps 
558share/ghostscript/${PKGVERSION}/lib/mkcidfm.ps 543share/ghostscript/${PKGVERSION}/lib/mkcidfm.ps
559share/ghostscript/${PKGVERSION}/lib/necp2x.upp 544share/ghostscript/${PKGVERSION}/lib/necp2x.upp
560share/ghostscript/${PKGVERSION}/lib/necp2x6.upp 545share/ghostscript/${PKGVERSION}/lib/necp2x6.upp
561share/ghostscript/${PKGVERSION}/lib/packfile.ps 
562share/ghostscript/${PKGVERSION}/lib/pcharstr.ps 
563share/ghostscript/${PKGVERSION}/lib/pdf2dsc.ps 546share/ghostscript/${PKGVERSION}/lib/pdf2dsc.ps
564share/ghostscript/${PKGVERSION}/lib/pdfwrite.ps 
565share/ghostscript/${PKGVERSION}/lib/pf2afm.ps 547share/ghostscript/${PKGVERSION}/lib/pf2afm.ps
566share/ghostscript/${PKGVERSION}/lib/pfbtopfa.ps 548share/ghostscript/${PKGVERSION}/lib/pfbtopfa.ps
567share/ghostscript/${PKGVERSION}/lib/ppath.ps 549share/ghostscript/${PKGVERSION}/lib/ppath.ps
568share/ghostscript/${PKGVERSION}/lib/pphs.ps 550share/ghostscript/${PKGVERSION}/lib/pphs.ps
569share/ghostscript/${PKGVERSION}/lib/prfont.ps 551share/ghostscript/${PKGVERSION}/lib/prfont.ps
570share/ghostscript/${PKGVERSION}/lib/printafm.ps 552share/ghostscript/${PKGVERSION}/lib/printafm.ps
571share/ghostscript/${PKGVERSION}/lib/ps2ai.ps 553share/ghostscript/${PKGVERSION}/lib/ps2ai.ps
572share/ghostscript/${PKGVERSION}/lib/ps2ascii.ps 
573share/ghostscript/${PKGVERSION}/lib/ps2epsi.ps 554share/ghostscript/${PKGVERSION}/lib/ps2epsi.ps
574share/ghostscript/${PKGVERSION}/lib/quit.ps 
575share/ghostscript/${PKGVERSION}/lib/ras1.upp 555share/ghostscript/${PKGVERSION}/lib/ras1.upp
576share/ghostscript/${PKGVERSION}/lib/ras24.upp 556share/ghostscript/${PKGVERSION}/lib/ras24.upp
577share/ghostscript/${PKGVERSION}/lib/ras3.upp 557share/ghostscript/${PKGVERSION}/lib/ras3.upp
578share/ghostscript/${PKGVERSION}/lib/ras32.upp 558share/ghostscript/${PKGVERSION}/lib/ras32.upp
579share/ghostscript/${PKGVERSION}/lib/ras4.upp 559share/ghostscript/${PKGVERSION}/lib/ras4.upp
580share/ghostscript/${PKGVERSION}/lib/ras8m.upp 560share/ghostscript/${PKGVERSION}/lib/ras8m.upp
581share/ghostscript/${PKGVERSION}/lib/rollconv.ps 561share/ghostscript/${PKGVERSION}/lib/rollconv.ps
582share/ghostscript/${PKGVERSION}/lib/s400a1.upp 562share/ghostscript/${PKGVERSION}/lib/s400a1.upp
583share/ghostscript/${PKGVERSION}/lib/s400b1.upp 563share/ghostscript/${PKGVERSION}/lib/s400b1.upp
584share/ghostscript/${PKGVERSION}/lib/sharp.upp 564share/ghostscript/${PKGVERSION}/lib/sharp.upp
585share/ghostscript/${PKGVERSION}/lib/showchar.ps 
586share/ghostscript/${PKGVERSION}/lib/showpage.ps 
587share/ghostscript/${PKGVERSION}/lib/sipixa6.upp 565share/ghostscript/${PKGVERSION}/lib/sipixa6.upp
588share/ghostscript/${PKGVERSION}/lib/st640ih.upp 566share/ghostscript/${PKGVERSION}/lib/st640ih.upp
589share/ghostscript/${PKGVERSION}/lib/st640ihg.upp 567share/ghostscript/${PKGVERSION}/lib/st640ihg.upp
590share/ghostscript/${PKGVERSION}/lib/st640p.upp 568share/ghostscript/${PKGVERSION}/lib/st640p.upp
591share/ghostscript/${PKGVERSION}/lib/st640pg.upp 569share/ghostscript/${PKGVERSION}/lib/st640pg.upp
592share/ghostscript/${PKGVERSION}/lib/st640pl.upp 570share/ghostscript/${PKGVERSION}/lib/st640pl.upp
593share/ghostscript/${PKGVERSION}/lib/st640plg.upp 571share/ghostscript/${PKGVERSION}/lib/st640plg.upp
594share/ghostscript/${PKGVERSION}/lib/stc.upp 572share/ghostscript/${PKGVERSION}/lib/stc.upp
595share/ghostscript/${PKGVERSION}/lib/stc1520h.upp 573share/ghostscript/${PKGVERSION}/lib/stc1520h.upp
596share/ghostscript/${PKGVERSION}/lib/stc2.upp 574share/ghostscript/${PKGVERSION}/lib/stc2.upp
597share/ghostscript/${PKGVERSION}/lib/stc200_h.upp 575share/ghostscript/${PKGVERSION}/lib/stc200_h.upp
598share/ghostscript/${PKGVERSION}/lib/stc2_h.upp 576share/ghostscript/${PKGVERSION}/lib/stc2_h.upp
599share/ghostscript/${PKGVERSION}/lib/stc2s_h.upp 577share/ghostscript/${PKGVERSION}/lib/stc2s_h.upp
@@ -609,28 +587,23 @@ share/ghostscript/${PKGVERSION}/lib/stc6 @@ -609,28 +587,23 @@ share/ghostscript/${PKGVERSION}/lib/stc6
609share/ghostscript/${PKGVERSION}/lib/stc740ih.upp 587share/ghostscript/${PKGVERSION}/lib/stc740ih.upp
610share/ghostscript/${PKGVERSION}/lib/stc800ih.upp 588share/ghostscript/${PKGVERSION}/lib/stc800ih.upp
611share/ghostscript/${PKGVERSION}/lib/stc800p.upp 589share/ghostscript/${PKGVERSION}/lib/stc800p.upp
612share/ghostscript/${PKGVERSION}/lib/stc800pl.upp 590share/ghostscript/${PKGVERSION}/lib/stc800pl.upp
613share/ghostscript/${PKGVERSION}/lib/stc_h.upp 591share/ghostscript/${PKGVERSION}/lib/stc_h.upp
614share/ghostscript/${PKGVERSION}/lib/stc_l.upp 592share/ghostscript/${PKGVERSION}/lib/stc_l.upp
615share/ghostscript/${PKGVERSION}/lib/stcany.upp 593share/ghostscript/${PKGVERSION}/lib/stcany.upp
616share/ghostscript/${PKGVERSION}/lib/stcany_h.upp 594share/ghostscript/${PKGVERSION}/lib/stcany_h.upp
617share/ghostscript/${PKGVERSION}/lib/stcinfo.ps 595share/ghostscript/${PKGVERSION}/lib/stcinfo.ps
618share/ghostscript/${PKGVERSION}/lib/stcolor.ps 596share/ghostscript/${PKGVERSION}/lib/stcolor.ps
619share/ghostscript/${PKGVERSION}/lib/stocht.ps 597share/ghostscript/${PKGVERSION}/lib/stocht.ps
620share/ghostscript/${PKGVERSION}/lib/traceimg.ps 598share/ghostscript/${PKGVERSION}/lib/traceimg.ps
621share/ghostscript/${PKGVERSION}/lib/traceop.ps 599share/ghostscript/${PKGVERSION}/lib/traceop.ps
622share/ghostscript/${PKGVERSION}/lib/type1enc.ps 
623share/ghostscript/${PKGVERSION}/lib/type1ops.ps 
624share/ghostscript/${PKGVERSION}/lib/uninfo.ps 600share/ghostscript/${PKGVERSION}/lib/uninfo.ps
625share/ghostscript/${PKGVERSION}/lib/unprot.ps 
626share/ghostscript/${PKGVERSION}/lib/viewcmyk.ps 601share/ghostscript/${PKGVERSION}/lib/viewcmyk.ps
627share/ghostscript/${PKGVERSION}/lib/viewgif.ps 602share/ghostscript/${PKGVERSION}/lib/viewgif.ps
628share/ghostscript/${PKGVERSION}/lib/viewjpeg.ps 603share/ghostscript/${PKGVERSION}/lib/viewjpeg.ps
629share/ghostscript/${PKGVERSION}/lib/viewmiff.ps 604share/ghostscript/${PKGVERSION}/lib/viewmiff.ps
630share/ghostscript/${PKGVERSION}/lib/viewpbm.ps 605share/ghostscript/${PKGVERSION}/lib/viewpbm.ps
631share/ghostscript/${PKGVERSION}/lib/viewpcx.ps 606share/ghostscript/${PKGVERSION}/lib/viewpcx.ps
632share/ghostscript/${PKGVERSION}/lib/viewps2a.ps 607share/ghostscript/${PKGVERSION}/lib/viewps2a.ps
633share/ghostscript/${PKGVERSION}/lib/wftopfa.ps 
634share/ghostscript/${PKGVERSION}/lib/winmaps.ps 608share/ghostscript/${PKGVERSION}/lib/winmaps.ps
635share/ghostscript/${PKGVERSION}/lib/wrfont.ps 
636share/ghostscript/${PKGVERSION}/lib/zeroline.ps 609share/ghostscript/${PKGVERSION}/lib/zeroline.ps

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

--- pkgsrc/print/ghostscript-agpl/distinfo 2017/07/12 08:55:36 1.17
+++ pkgsrc/print/ghostscript-agpl/distinfo 2017/10/06 06:15:00 1.18
@@ -1,12 +1,12 @@ @@ -1,12 +1,12 @@
1$NetBSD: distinfo,v 1.17 2017/07/12 08:55:36 wiz Exp $ 1$NetBSD: distinfo,v 1.18 2017/10/06 06:15:00 adam Exp $
2 2
3SHA1 (ghostscript-9.21.tar.gz) = 6f60d7fcb5eef6a8bec5abedf21c6a7008a8c0c7 3SHA1 (ghostscript-9.22.tar.gz) = 666d16cb4fd9b22f6bcfa874b30cbfadf7c9d67d
4RMD160 (ghostscript-9.21.tar.gz) = c389ab9346f86ba4ff9e5b80aca0dda7acb866a5 4RMD160 (ghostscript-9.22.tar.gz) = ece611db0c38de2e8061560c50cd16265144d50f
5SHA512 (ghostscript-9.21.tar.gz) = c5ff632dc9b418ebeecaae796cecbaf9ffcb84d7a1b62c1af2e6c9082f7b9f24fe9dd9f6a57bde3640f54c3036f0b99b32aac9f8ca1f489c012369ab2b72ae92 5SHA512 (ghostscript-9.22.tar.gz) = 599ba003e168d302e327ea7c2b83a4247059a1b7222452cbea4966dac448a79e8d7f07a1f287fa0c14cfa5269bb623382ed02fb3ea3a0e526dae08aaa1cd8b89
6Size (ghostscript-9.21.tar.gz) = 38398778 bytes 6Size (ghostscript-9.22.tar.gz) = 38773429 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) = 50967456938be7061ce081335a3a602726b939a8 11SHA1 (patch-configure) = 50967456938be7061ce081335a3a602726b939a8
12SHA1 (patch-devices_devs.mak) = ceb89a4d50765e146c0f3199c31b2c053bf2be09 12SHA1 (patch-devices_devs.mak) = ceb89a4d50765e146c0f3199c31b2c053bf2be09