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.27
details: https://anonhg.NetBSD.org/pkgsrc/rev/cc0f37542af7
branches: trunk
changeset: 332571:cc0f37542af7
user: adam <adam%pkgsrc.org@localhost>
date: Wed Apr 17 08:28:44 2019 +0000
description:
ghostscript-agpl: updated to 9.27
Version 9.27:
Highlights in this release include:
We have extensively cleaned up the Postscript name space: removing access to internal and/or undocumented Postscript operators, procedures and data. This has benefits for security and maintainability.
We have added a new "product": "gpdl". This is a rethink/redesign of the old "language_switch" product (pspcl6), and includes all the interpreters we develop based on the Ghostscript graphics
library: Postscript, PDF, PCL6, PXL and XPS. This is experimental, and should be considered of beta testing quality, and thus is not built by default: it can be built by using the "experimental"
target.
gpdl uses a heuristic to judge the file type being passed to it. In general, it supports most of the widely used command line options for each interpreter, but compatibility is not complete (the
practicalities of swapping interpreters means it is unlikely that full parity of command line options will be possible).
Fontmap can now reference invidual fonts in a TrueType Collection for font subsitution. Previously, a Fontmap entry could only reference a TrueType collection and use the default (first) font. Now,
the Fontmap syntax allows for specifying a specific index in a TTC. See the comments at the top of (the default) Fontmap.GS for details.
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).
The usual round of bug fixes, compatibility changes, and incremental improvements.
diffstat:
print/ghostscript-agpl/Makefile | 3 +--
print/ghostscript-agpl/Makefile.common | 4 ++--
print/ghostscript-agpl/PLIST | 5 +++--
print/ghostscript-agpl/distinfo | 12 ++++++------
print/ghostscript-agpl/patches/patch-base_ttobjs.h | 8 ++++----
5 files changed, 16 insertions(+), 16 deletions(-)
diffs (97 lines):
diff -r fe13016bbe80 -r cc0f37542af7 print/ghostscript-agpl/Makefile
--- a/print/ghostscript-agpl/Makefile Wed Apr 17 08:27:20 2019 +0000
+++ b/print/ghostscript-agpl/Makefile Wed Apr 17 08:28:44 2019 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.40 2019/03/24 00:36:27 gdt Exp $
+# $NetBSD: Makefile,v 1.41 2019/04/17 08:28:44 adam Exp $
DISTNAME= ghostscript-${GS_VERSION}
PKGNAME= ${DISTNAME:S/ghostscript/ghostscript-agpl/}
-PKGREVISION= 3
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_GITHUB:=ArtifexSoftware/}
GITHUB_PROJECT= ghostpdl-downloads
diff -r fe13016bbe80 -r cc0f37542af7 print/ghostscript-agpl/Makefile.common
--- a/print/ghostscript-agpl/Makefile.common Wed Apr 17 08:27:20 2019 +0000
+++ b/print/ghostscript-agpl/Makefile.common Wed Apr 17 08:28:44 2019 +0000
@@ -1,5 +1,5 @@
-# $NetBSD: Makefile.common,v 1.16 2018/11/22 01:12:43 leot Exp $
+# $NetBSD: Makefile.common,v 1.17 2019/04/17 08:28:44 adam Exp $
# used by print/ghostscript-agpl/Makefile
# used by fonts/ghostscript-cidfonts-ryumin/Makefile
-GS_VERSION= 9.26
+GS_VERSION= 9.27
diff -r fe13016bbe80 -r cc0f37542af7 print/ghostscript-agpl/PLIST
--- a/print/ghostscript-agpl/PLIST Wed Apr 17 08:27:20 2019 +0000
+++ b/print/ghostscript-agpl/PLIST Wed Apr 17 08:28:44 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2019/01/15 10:49:01 markd Exp $
+@comment $NetBSD: PLIST,v 1.14 2019/04/17 08:28:44 adam Exp $
bin/dvipdf
bin/eps2eps
bin/gs
@@ -69,6 +69,7 @@
man/man1/ps2pdfwr.1
man/man1/ps2ps.1
share/doc/ghostscript/${PKGVERSION}/API.htm
+share/doc/ghostscript/${PKGVERSION}/COPYING
share/doc/ghostscript/${PKGVERSION}/C-style.htm
share/doc/ghostscript/${PKGVERSION}/Commprod.htm
share/doc/ghostscript/${PKGVERSION}/DLL.htm
@@ -326,11 +327,11 @@
${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/NimbusSans-Bold
${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/NimbusSans-BoldItalic
${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/NimbusSans-Italic
+${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/NimbusSans-Regular
${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/NimbusSansNarrow-Bold
${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/NimbusSansNarrow-BoldOblique
${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/NimbusSansNarrow-Oblique
${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/NimbusSansNarrow-Regular
-${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/NimbusSans-Regular
${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/P052-Bold
${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/P052-BoldItalic
${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/P052-Italic
diff -r fe13016bbe80 -r cc0f37542af7 print/ghostscript-agpl/distinfo
--- a/print/ghostscript-agpl/distinfo Wed Apr 17 08:27:20 2019 +0000
+++ b/print/ghostscript-agpl/distinfo Wed Apr 17 08:28:44 2019 +0000
@@ -1,13 +1,13 @@
-$NetBSD: distinfo,v 1.24 2018/11/22 01:12:43 leot Exp $
+$NetBSD: distinfo,v 1.25 2019/04/17 08:28:44 adam Exp $
-SHA1 (ghostscript-9.26.tar.xz) = 2727000ebee0d08311705859a31a504e259f0d98
-RMD160 (ghostscript-9.26.tar.xz) = c03fe07b078986754cf36b909063b981e4b6e536
-SHA512 (ghostscript-9.26.tar.xz) = 3ddb83029edf32282357bf606f4045a9ac73df6543cd423cfad09158ec12ada083a0dbb5aac3b73ae24cbc6c1e9d7574257a5c1fae63ba8776fbb00150ef2a3e
-Size (ghostscript-9.26.tar.xz) = 33059724 bytes
+SHA1 (ghostscript-9.27.tar.xz) = f926d2cfb418a7c5d92dce0a9843fa01ee62fe2c
+RMD160 (ghostscript-9.27.tar.xz) = f735c54b15af3b425fb8c60bf8fadd8361a5ec2f
+SHA512 (ghostscript-9.27.tar.xz) = 5e67ad45a80f01c6ef0eabb1c76dfa8fb6e7f0fde8d82fd5daaf12f370c288a672f8fa69c74d9e30255582267e9a906e4e8b13655f8d993fefdfc8dbdb5d5401
+Size (ghostscript-9.27.tar.xz) = 33182608 bytes
SHA1 (patch-base_gserrors_h) = ce75cfb7528871842a3bd35e18a6d91c89823909
SHA1 (patch-base_lib.mak) = 723926f167b49568376ef0c0da6aa4ec01fe1516
SHA1 (patch-base_mkromfs.c) = 96006928e0b5381e7101027372b6e6408f1c4a0b
-SHA1 (patch-base_ttobjs.h) = 4250d77127d5b7c2fcdd912bc764a59deca97fa2
+SHA1 (patch-base_ttobjs.h) = 378ad7d316a4a9dc53b9c8e612582a7c8e9b3688
SHA1 (patch-base_unix-dll.mak) = 73b5ee7fcbc7940ce72f44b35417d624f7ae5bca
SHA1 (patch-configure) = 08ed9451fc3cf1aade8992e4297c7df736416c8b
SHA1 (patch-devices_devs.mak) = 9857c177e7a6a28ee326dbc878bbe52ccbcfedce
diff -r fe13016bbe80 -r cc0f37542af7 print/ghostscript-agpl/patches/patch-base_ttobjs.h
--- a/print/ghostscript-agpl/patches/patch-base_ttobjs.h Wed Apr 17 08:27:20 2019 +0000
+++ b/print/ghostscript-agpl/patches/patch-base_ttobjs.h Wed Apr 17 08:28:44 2019 +0000
@@ -1,12 +1,12 @@
-$NetBSD: patch-base_ttobjs.h,v 1.1 2018/10/01 09:21:32 jperkin Exp $
+$NetBSD: patch-base_ttobjs.h,v 1.2 2019/04/17 08:28:44 adam Exp $
Avoid GS conflict on older SunOS.
---- base/ttobjs.h.orig 2018-09-13 10:02:01.000000000 +0000
+--- base/ttobjs.h.orig 2019-04-04 07:43:14.000000000 +0000
+++ base/ttobjs.h
-@@ -42,6 +42,10 @@
- #include "tttables.h"
+@@ -43,6 +43,10 @@
#include "setjmp_.h"
+ #include "ttfoutl.h"
+#ifdef __sun
+#undef GS
Home |
Main Index |
Thread Index |
Old Index