pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/print/ghostscript-agpl
Module Name: pkgsrc
Committed By: adam
Date: Mon Jun 26 11:27:25 UTC 2023
Modified Files:
pkgsrc/print/ghostscript-agpl: Makefile Makefile.common distinfo
Log Message:
ghostscript-agpl: updated to 10.01.2
Version 10.01.2 (2023-06-21)
Highlights in this release include:
We've continued to improve the performance of the PDF interpreter written in C and improve it's behaviour in edge and out-of-specification cases.
Our efforts in code hygiene and maintainability continue.
The usual round of bug fixes, compatibility changes, and incremental improvements.
(9.53.0) We have added the capability to build with the Tesseract OCR engine. In such a build, new devices are available (pdfocr8/pdfocr24/pdfocr32) which render the output file to an image, OCR that
image, and output the image "wrapped" up as a PDF file, with the OCR generated text information included as "invisible" text (in PDF terms, text rendering mode 3).
To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 pkgsrc/print/ghostscript-agpl/Makefile
cvs rdiff -u -r1.29 -r1.30 pkgsrc/print/ghostscript-agpl/Makefile.common
cvs rdiff -u -r1.44 -r1.45 pkgsrc/print/ghostscript-agpl/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/print/ghostscript-agpl/Makefile
diff -u pkgsrc/print/ghostscript-agpl/Makefile:1.76 pkgsrc/print/ghostscript-agpl/Makefile:1.77
--- pkgsrc/print/ghostscript-agpl/Makefile:1.76 Wed Apr 26 20:58:23 2023
+++ pkgsrc/print/ghostscript-agpl/Makefile Mon Jun 26 11:27:24 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.76 2023/04/26 20:58:23 wiz Exp $
+# $NetBSD: Makefile,v 1.77 2023/06/26 11:27:24 adam Exp $
DISTNAME= ghostscript-${GS_VERSION}
PKGNAME= ${DISTNAME:S/ghostscript/ghostscript-agpl/}
@@ -102,7 +102,7 @@ post-extract:
# To allow outside customization, rename cidfmap
# (if you look at inside of the file, it is logically empty)
.if !empty(PKG_OPTIONS:Mdisable-compile-inits)
- (cd ${WRKSRC}/Resource/Init/; ${MV} cidfmap cidfmap.dist)
+ cd ${WRKSRC}/Resource/Init && ${MV} cidfmap cidfmap.dist
.endif
post-install:
Index: pkgsrc/print/ghostscript-agpl/Makefile.common
diff -u pkgsrc/print/ghostscript-agpl/Makefile.common:1.29 pkgsrc/print/ghostscript-agpl/Makefile.common:1.30
--- pkgsrc/print/ghostscript-agpl/Makefile.common:1.29 Wed Apr 26 19:50:51 2023
+++ pkgsrc/print/ghostscript-agpl/Makefile.common Mon Jun 26 11:27:24 2023
@@ -1,5 +1,5 @@
-# $NetBSD: Makefile.common,v 1.29 2023/04/26 19:50:51 wiz Exp $
+# $NetBSD: Makefile.common,v 1.30 2023/06/26 11:27:24 adam Exp $
# used by print/ghostscript-agpl/Makefile
# used by fonts/ghostscript-cidfonts-ryumin/Makefile
-GS_VERSION= 10.01.1
+GS_VERSION= 10.01.2
Index: pkgsrc/print/ghostscript-agpl/distinfo
diff -u pkgsrc/print/ghostscript-agpl/distinfo:1.44 pkgsrc/print/ghostscript-agpl/distinfo:1.45
--- pkgsrc/print/ghostscript-agpl/distinfo:1.44 Wed Apr 26 19:50:51 2023
+++ pkgsrc/print/ghostscript-agpl/distinfo Mon Jun 26 11:27:24 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.44 2023/04/26 19:50:51 wiz Exp $
+$NetBSD: distinfo,v 1.45 2023/06/26 11:27:24 adam Exp $
-BLAKE2s (ghostscript-10.01.1.tar.xz) = b3f105f36377427f24a6d0471466b854d8e6711d9e6970c6e15d385e9593acf6
-SHA512 (ghostscript-10.01.1.tar.xz) = d944be9e8aef68d1176d64c40db6fa86d55d0c9e30047f2147c02806ab61cfe9ac2cb00d4e5b218ff3c51cc6ed47ceffe1bac4dd9d4cc1760b7974f30c6c2735
-Size (ghostscript-10.01.1.tar.xz) = 67567268 bytes
+BLAKE2s (ghostscript-10.01.2.tar.xz) = f1cadb35f50bd1c86393c9edebb6771145b822b07f04fee26f39113d6723ae92
+SHA512 (ghostscript-10.01.2.tar.xz) = ee20f0e12f553a3d04578e71a0d45defebc71117ce4dc2c14043985bfe7348ad7f8b2fe98fc9b4f5b935ecb32e50dc340be67d6ef58190542ec6d0f9da1de380
+Size (ghostscript-10.01.2.tar.xz) = 67571808 bytes
SHA1 (patch-base_gserrors_h) = 36c8fcf27fcb0bfdcc075ad96efe3e44fb727d9a
SHA1 (patch-base_lib.mak) = 723926f167b49568376ef0c0da6aa4ec01fe1516
SHA1 (patch-base_mkromfs.c) = 9d9afbd0fbb8c70c8f4f7de3cadc5b54541f0db0
Home |
Main Index |
Thread Index |
Old Index