The NetBSD Project

CVS log for pkgsrc/print/ghostscript-agpl/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / print / ghostscript-agpl

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.84 / (download) - annotate - [select for diffs], Mon Mar 11 12:45:37 2024 UTC (2 weeks, 3 days ago) by wiz
Branch: MAIN
CVS Tags: HEAD
Changes since 1.83: +1 -2 lines
Diff to previous 1.83 (colored) to selected 1.25 (colored)

ghostscript-agpl: update to 10.03.0.

Version 10.03.0 (2024-03-06)

Highlights in this release include:

  ãàA vulnerability was identified in the way Ghostscript/GhostPDL called
    tesseract for the OCR devices, which could allow arbitrary code execution.
    As as result, we strongly urge anyone including the OCR devices in their
    build to update as soon as possible.
  As of this release (10.03.0) pdfwrite creates PDF files with XRef streams
    and ObjStm streams. This can result in considerably smaller PDF output
    files. See Vector Devices for more details.
  Ghostscript/pdfwrite now supports passing through PDF "Optional Content".
  Our efforts in code hygiene and maintainability continue.
  The usual round of bug fixes, compatibility changes, and incremental
    improvements.

Incompatible changes

  (10.03.0) Almost all the "internal" PostScript procedures defined during
    the interpreter startup are now "executeonly", further reducing the attack
    surface of the interpreter.

    The nature of these procedures means there should be no impact for
    legitimate usage, but it is possible it will impact uses which abuse the
    previous accessibility (even for legitimate reasons). Such cases may now
    require "DELAYBIND", See DELAYBIND
  (10.03.0) The "makeimagedevice" non-standard operator has been removed. It
    allowed low level access to the graphics library in a way that was,
    essentially impossible to secure.
  (10.03.0) The "putdeviceprops", "getdeviceprops", "finddevice",
    "copydevice", "findprotodevice" non-standard operators have all been
    removed. They provided functionality that is either accessible through
    standard operators, or should not be used by user PostScript.
  (10.03.0) The process of "tidying" the PostScript namespace should have
    removed only non-standard and undocumented operators. Nevertheless, it is
    possible that any integrations or utilities that rely on those non-standard
    and undocumented operators may stop working or may change behaviour.

    If you encounter such a case, please contact us (Discord, #ghostscript IRC
    channel, or the gs-devel mailing list would be best), and we'll work with
    you to either find an alternative solution or return the previous
    functionality, if there is genuinely no other option.

Revision 1.83 / (download) - annotate - [select for diffs], Mon Nov 13 18:26:25 2023 UTC (4 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4
Changes since 1.82: +2 -3 lines
Diff to previous 1.82 (colored) to selected 1.25 (colored)

ghostscript-agpl: fix CONFLICTS pattern for gambc

Fixes PR 57697.

Revision 1.82 / (download) - annotate - [select for diffs], Sun Nov 12 13:23:18 2023 UTC (4 months, 2 weeks ago) by wiz
Branch: MAIN
Changes since 1.81: +2 -2 lines
Diff to previous 1.81 (colored) to selected 1.25 (colored)

*: revebump for new brotli option for freetype2

Addresses PR 57693

Revision 1.81 / (download) - annotate - [select for diffs], Wed Nov 8 13:20:41 2023 UTC (4 months, 2 weeks ago) by wiz
Branch: MAIN
Changes since 1.80: +2 -1 lines
Diff to previous 1.80 (colored) to selected 1.25 (colored)

*: recursive bump for icu 74.1

Revision 1.80 / (download) - annotate - [select for diffs], Fri Nov 3 09:14:16 2023 UTC (4 months, 3 weeks ago) by adam
Branch: MAIN
Changes since 1.79: +1 -2 lines
Diff to previous 1.79 (colored) to selected 1.25 (colored)

ghostscript-agpl: updated to 10.02.1

Ghostscript/GhostPDL 10.02.1

Patch release to address some security bugs

Revision 1.79 / (download) - annotate - [select for diffs], Tue Oct 24 22:10:42 2023 UTC (5 months ago) by wiz
Branch: MAIN
Changes since 1.78: +2 -2 lines
Diff to previous 1.78 (colored) to selected 1.25 (colored)

*: bump for openssl 3

Revision 1.78 / (download) - annotate - [select for diffs], Sat Oct 21 17:11:18 2023 UTC (5 months, 1 week ago) by gdt
Branch: MAIN
Changes since 1.77: +2 -1 lines
Diff to previous 1.77 (colored) to selected 1.25 (colored)

recursive revbump for tiff update

Revision 1.76.2.1 / (download) - annotate - [select for diffs], Sun Jul 23 08:34:35 2023 UTC (8 months ago) by spz
Branch: pkgsrc-2023Q2
Changes since 1.76: +2 -2 lines
Diff to previous 1.76 (colored) next main 1.77 (colored) to selected 1.25 (colored)

Pullup ticket #6776 - requested by bsiegert
print/ghostscript-agpl: security update

Revisions pulled up:
- print/ghostscript-agpl/Makefile                               1.77
- print/ghostscript-agpl/Makefile.common                        1.30
- print/ghostscript-agpl/distinfo                               1.45

-------------------------------------------------------------------
   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

Revision 1.77 / (download) - annotate - [select for diffs], Mon Jun 26 11:27:24 2023 UTC (9 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3
Changes since 1.76: +2 -2 lines
Diff to previous 1.76 (colored) to selected 1.25 (colored)

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).

Revision 1.76 / (download) - annotate - [select for diffs], Wed Apr 26 20:58:23 2023 UTC (11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base
Branch point for: pkgsrc-2023Q2
Changes since 1.75: +4 -1 lines
Diff to previous 1.75 (colored) to selected 1.25 (colored)

ghostscript-agpl: conflicts with lang/gambc

Revision 1.75 / (download) - annotate - [select for diffs], Sun Apr 23 09:19:13 2023 UTC (11 months ago) by wiz
Branch: MAIN
Changes since 1.74: +2 -4 lines
Diff to previous 1.74 (colored) to selected 1.25 (colored)

ghostscript-agpl: update to 10.01.0.

Version 10.01.0 (2023-03-22)

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.

Revision 1.74 / (download) - annotate - [select for diffs], Wed Apr 19 08:11:18 2023 UTC (11 months, 1 week ago) by adam
Branch: MAIN
Changes since 1.73: +2 -2 lines
Diff to previous 1.73 (colored) to selected 1.25 (colored)

revbump after textproc/icu update

Revision 1.73 / (download) - annotate - [select for diffs], Thu Apr 13 14:13:56 2023 UTC (11 months, 2 weeks ago) by wiz
Branch: MAIN
Changes since 1.72: +2 -2 lines
Diff to previous 1.72 (colored) to selected 1.25 (colored)

*: recursive PKGREVISION bump for libpaper shlib major bump

Revision 1.72 / (download) - annotate - [select for diffs], Sun Jan 29 21:14:55 2023 UTC (13 months, 4 weeks ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1
Changes since 1.71: +2 -1 lines
Diff to previous 1.71 (colored) to selected 1.25 (colored)

*: Recursive revbup from graphics/freetype2

Revision 1.71 / (download) - annotate - [select for diffs], Mon Jan 16 10:41:37 2023 UTC (14 months, 1 week ago) by adam
Branch: MAIN
Changes since 1.70: +1 -2 lines
Diff to previous 1.70 (colored) to selected 1.25 (colored)

ghostscript-agpl: updated to 10.0.0

Version 10.00.0 (2022-08-18)

Highlights in this release include:

The big change in this release is that the old PDF interpreter (written in PostScript) is now fully deprecated. We will not be making any further changes to it. For this release, the -dNEWPDF=false option remains for "emergency" use, but the option to fall back to the old intepreter will also be removed in the next full release (10.01.0) in spring 2023.

So we once again encourage all users to test the new interpreter in their use cases, and report any problems.

The new PDF interpreter written in C has had several performance improvements. It was already quicker for the majority of cases than the PostScript implementation, but we found further improvements for common cases, and also several speed improvements in edge 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).

Mainly due to time constraints, we only support including Tesseract from source included in our release packages, and not linking to Tesseract/Leptonica shared libraries. Whether we add this capability will be largely dependent on community demand for the feature.

See Enabling OCR for more details.

Revision 1.70 / (download) - annotate - [select for diffs], Tue Jan 3 17:38:06 2023 UTC (14 months, 3 weeks ago) by wiz
Branch: MAIN
Changes since 1.69: +2 -2 lines
Diff to previous 1.69 (colored) to selected 1.25 (colored)

*: recursive bump for tiff shlib major bump

Revision 1.69 / (download) - annotate - [select for diffs], Wed Oct 26 10:31:54 2022 UTC (17 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4
Changes since 1.68: +2 -2 lines
Diff to previous 1.68 (colored) to selected 1.25 (colored)

*: bump PKGREVISION for libunistring shlib major bump

Revision 1.68 / (download) - annotate - [select for diffs], Thu Jul 14 23:46:26 2022 UTC (20 months, 2 weeks ago) by dholland
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.67: +2 -2 lines
Diff to previous 1.67 (colored) to selected 1.25 (colored)

Bump everything affected by the jpeg.buildlink3.mk fix.

Revision 1.67 / (download) - annotate - [select for diffs], Tue Jun 28 11:35:28 2022 UTC (21 months ago) by wiz
Branch: MAIN
Changes since 1.66: +2 -1 lines
Diff to previous 1.66 (colored) to selected 1.25 (colored)

*: recursive bump for perl 5.36

Revision 1.66 / (download) - annotate - [select for diffs], Fri May 27 08:26:52 2022 UTC (22 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2
Changes since 1.65: +1 -2 lines
Diff to previous 1.65 (colored) to selected 1.25 (colored)

ghostscript-agpl: updated to 9.56.1

9.56.1
New PDF Interpreter is now enabled by default: See Changes Coming to the PDF Interpreter
libgs is now threadsafe
The PSD output devices now write ICC profiles to their output files for improved color fidelity.
Ghostscript/GhostPDL can now output Apple Raster and URF format image files: via the "appleraster" or "urf" output devices (using the cups implementation of those formats).

Revision 1.65 / (download) - annotate - [select for diffs], Sat Jan 22 13:51:55 2022 UTC (2 years, 2 months ago) by triaxx
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1
Changes since 1.64: +3 -4 lines
Diff to previous 1.64 (colored) to selected 1.25 (colored)

ghostscript-agpl: Fix build issue discussed on pkgsrc-users@

https://mail-index.netbsd.org/pkgsrc-users/2019/06/13/msg028790.html

This fix has kindly been provided upstream to try solving the building
errors (https://bugs.ghostscript.com/show_bug.cgi?id=704844).

Revision 1.64 / (download) - annotate - [select for diffs], Wed Dec 8 16:06:13 2021 UTC (2 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4
Changes since 1.63: +2 -1 lines
Diff to previous 1.63 (colored) to selected 1.25 (colored)

revbump for icu and libffi

Revision 1.63 / (download) - annotate - [select for diffs], Tue Sep 28 12:50:01 2021 UTC (2 years, 5 months ago) by jperkin
Branch: MAIN
Changes since 1.62: +2 -2 lines
Diff to previous 1.62 (colored) to selected 1.25 (colored)

ghostscript-*: Support GCC >= 10.

Revision 1.62 / (download) - annotate - [select for diffs], Wed Jun 9 20:20:09 2021 UTC (2 years, 9 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.61: +2 -2 lines
Diff to previous 1.61 (colored) to selected 1.25 (colored)

ghostscript-agpl: updated to 9.54.0

The 9.54.0 release is a maintenance release, and also adds new functionality.

Highlights in this release include:

Overprint simulation is now available to all output devices, allowing quality previewing/proofing of PostScript and PDF jobs that rely on overprint. See the -dOverprint option documentation in: Overprint

The "docxwrite" device adds the ability to output to Microsoft Word "docx" format. See: docxwrite

The pdfwrite device is now capable of using the Tesseract OCR engine when it is built into Ghostscript to improve searchability and copy and paste functionality when the input lacks the metadata for that purpose. See: UseOCR

Ghostscript/GhostPDL now includes a "map text to black" function, where text drawn by an input job (except when drawn using a Type 3 font) can be forced to draw in solid black. See: BlackText

Ghostscript/GhostPDL now supports simple N-up imposition "internally". See: NupControl

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).

Mainly due to time constraints, we only support including Tesseract from source included in our release packages, and not linking to Tesseract/Leptonica shared libraries. Whether we add this capability will be largely dependent on community demand for the feature.

Revision 1.61 / (download) - annotate - [select for diffs], Mon May 24 19:53:45 2021 UTC (2 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.60: +2 -2 lines
Diff to previous 1.60 (colored) to selected 1.25 (colored)

*: recursive bump for perl 5.34

Revision 1.60 / (download) - annotate - [select for diffs], Wed Apr 21 13:25:16 2021 UTC (2 years, 11 months ago) by adam
Branch: MAIN
Changes since 1.59: +2 -1 lines
Diff to previous 1.59 (colored) to selected 1.25 (colored)

revbump for boost-libs

Revision 1.59.2.1 / (download) - annotate - [select for diffs], Fri Oct 23 11:17:44 2020 UTC (3 years, 5 months ago) by spz
Branch: pkgsrc-2020Q3
Changes since 1.59: +2 -1 lines
Diff to previous 1.59 (colored) next main 1.60 (colored) to selected 1.25 (colored)

Pullup ticket #6354 - requested by maya
print/ghostscript-agpl: dependecy update triggered build fix

Revisions pulled up:
-	print/ghostscript-agpl/Makefile 			patch
-	print/ghostscript-agpl/distinfo 			patch
-	print/ghostscript-agpl/patches/patch-base_fapi__ft.c	1.1

Make the package build with FreeType 2.10.3.

Revision 1.59 / (download) - annotate - [select for diffs], Sun Sep 13 14:16:30 2020 UTC (3 years, 6 months ago) by leot
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base
Branch point for: pkgsrc-2020Q3
Changes since 1.58: +3 -7 lines
Diff to previous 1.58 (colored) to selected 1.25 (colored)

ghostscript-agpl: Update to 9.53.0

pkgsrc changes (for fonts/ghostscript-cidfonts-ryumin):
 - Add SUBST_NOOP_OK.ttf_path, at least for the default `cidfmap-adobe' that's a
   noop

Changes:
9.53.0
======
Highlights in this release include:

 - The 9.53.0 release is primarily maintenance.
 - The most obvious change is the (re-)introduction of the patch level to the
   version number, this helps facilitate a revised policy on handling security
   related issues.
 - Our efforts in code hygiene and maintainability continue.
 - 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).
   Due to some patches to the Tesseract sources that are required (integrated
   upstream, but awaiting release), time constraints, and the experimental
   nature of the feature, we only support including Tesseract from source, not
   linking to Tesseract shared libraries. Whether we add this capability will
   be largely dependant on community demand for the feature.
 - We have added Python bindings for the gsapi interface, can be found in
   demos/python. These are experimental, and we welcome feedback from
   interested developers.
 - For those integrating Ghostscript/GhostPDL via the gsapi interface, we have
   added new capabilities to that, specifically in terms of setting and
   interrogating device parameters. These, along with the existing interface
   calls, are documented in: Ghostscript Interpreter API
 - IMPORTANT: In consultation with a representative of (OpenPrinting) it is
   our intention to deprecate and, in the not distant future, remove the
   OpenPrinting Vector/Raster Printer Drivers (that is, the opvp and oprp
   devices).
   If you rely on either of these devices, please get in touch with us, so we
   can discuss your use case, and revise our plans accordingly.
 - IMPORTANT: We have forked LittleCMS2 into LittleCMS2mt (the "mt" indicating
   "multi-thread"). 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. If there is sufficient interest,
   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.

Revision 1.58 / (download) - annotate - [select for diffs], Mon Aug 31 18:11:01 2020 UTC (3 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.57: +2 -2 lines
Diff to previous 1.57 (colored) to selected 1.25 (colored)

*: bump PKGREVISION for perl-5.32.

Revision 1.57 / (download) - annotate - [select for diffs], Mon Aug 17 20:17:40 2020 UTC (3 years, 7 months ago) by leot
Branch: MAIN
Changes since 1.56: +2 -2 lines
Diff to previous 1.56 (colored) to selected 1.25 (colored)

*: revbump after fontconfig bl3 changes (libuuid removal)

Revision 1.56 / (download) - annotate - [select for diffs], Wed Jul 29 10:44:32 2020 UTC (3 years, 8 months ago) by jmcneill
Branch: MAIN
Changes since 1.55: +2 -2 lines
Diff to previous 1.55 (colored) to selected 1.25 (colored)

Enable cups option by default and pull in libcups instead of cups-base.
Bump pkg revision.

Revision 1.55 / (download) - annotate - [select for diffs], Fri May 22 10:56:34 2020 UTC (3 years, 10 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2
Changes since 1.54: +2 -1 lines
Diff to previous 1.54 (colored) to selected 1.25 (colored)

revbump after updating security/nettle

Revision 1.54 / (download) - annotate - [select for diffs], Tue Mar 24 16:34:45 2020 UTC (4 years ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.53: +1 -2 lines
Diff to previous 1.53 (colored) to selected 1.25 (colored)

ghostscript-agpl: updated to 9.52

Version 9.52:

Highlights in this release include:

The 9.52 release replaces the 9.51 release after a problem was reported with 9.51 which warranted the quick turnaround. Thus, like 9.51, 9.52 is primarily a maintenance release, consolidating the changes we introduced in 9.50.

We have continued our work on code hygiene for this release, with a focus on the static analysis tool Coverity (from Synopsys, Inc) and we have now adopted a policy of maintaining zero Coverity issues in the Ghostscript/GhostPDL source base.

IMPORTANT: In consultation with a representative of (OpenPrinting) it is our intention to deprecate and, in the not distant future, remove the OpenPrinting Vector/Raster Printer Drivers (that is, the opvp and oprp devices).

If you rely on either of these devices, please get in touch with us, so we can discuss your use case, and revise our plans accordingly.

IMPORTANT: We have forked LittleCMS2 into LittleCMS2mt (the "mt" indicating "multi-thread"). 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. If there is sufficient interest, 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.

Revision 1.53 / (download) - annotate - [select for diffs], Tue Mar 10 22:10:51 2020 UTC (4 years ago) by wiz
Branch: MAIN
Changes since 1.52: +2 -2 lines
Diff to previous 1.52 (colored) to selected 1.25 (colored)

librsvg: update bl3.mk to remove libcroco in rust case

recursive bump for the dependency change

Revision 1.52 / (download) - annotate - [select for diffs], Sun Mar 8 16:51:03 2020 UTC (4 years ago) by wiz
Branch: MAIN
Changes since 1.51: +2 -2 lines
Diff to previous 1.51 (colored) to selected 1.25 (colored)

*: recursive bump for libffi

Revision 1.51 / (download) - annotate - [select for diffs], Thu Jan 16 11:25:41 2020 UTC (4 years, 2 months ago) by markd
Branch: MAIN
Changes since 1.50: +2 -2 lines
Diff to previous 1.50 (colored) to selected 1.25 (colored)

ghostscript-agpl: fix dvipdf

Revision 1.48.4.1 / (download) - annotate - [select for diffs], Tue Jan 7 19:49:26 2020 UTC (4 years, 2 months ago) by bsiegert
Branch: pkgsrc-2019Q4
Changes since 1.48: +2 -2 lines
Diff to previous 1.48 (colored) next main 1.49 (colored) to selected 1.25 (colored)

Pullup ticket #6109 - requested by sevan
print/ghostscript-agpl: security fix

Revisions pulled up:
- print/ghostscript-agpl/Makefile                               1.49
- print/ghostscript-agpl/distinfo                               1.27
- print/ghostscript-agpl/patches/patch-Resource_Init_gs_ttf.ps  1.1

---
   Module Name:    pkgsrc
   Committed By:   sevan
   Date:           Fri Jan  3 23:56:09 UTC 2020

   Modified Files:
           pkgsrc/print/ghostscript-agpl: Makefile distinfo
   Added Files:
           pkgsrc/print/ghostscript-agpl/patches: patch-Resource_Init_gs_ttf.ps

   Log Message:
   Patch CVE-2019-14869

Revision 1.50 / (download) - annotate - [select for diffs], Mon Jan 6 07:23:26 2020 UTC (4 years, 2 months ago) by mef
Branch: MAIN
Changes since 1.49: +2 -1 lines
Diff to previous 1.49 (colored) to selected 1.25 (colored)

(print/ghostscript-agpl) Delete garbage from DESTDIR

Revision 1.49 / (download) - annotate - [select for diffs], Fri Jan 3 23:56:09 2020 UTC (4 years, 2 months ago) by sevan
Branch: MAIN
Changes since 1.48: +2 -2 lines
Diff to previous 1.48 (colored) to selected 1.25 (colored)

Patch CVE-2019-14869

Revision 1.48 / (download) - annotate - [select for diffs], Fri Dec 13 11:25:01 2019 UTC (4 years, 3 months ago) by leot
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base
Branch point for: pkgsrc-2019Q4
Changes since 1.47: +3 -1 lines
Diff to previous 1.47 (colored) to selected 1.25 (colored)

ghostscript-agpl: Really use graphics/lcms2

The bundled lcms2mt was still accidentally picked up making packages
linked against graphics/lcms2 aborting (e.g. ImageMagick) when handling
format that used ghostscript-agpl.

PKGREVISION++

Revision 1.47 / (download) - annotate - [select for diffs], Tue Dec 10 10:44:09 2019 UTC (4 years, 3 months ago) by leot
Branch: MAIN
Changes since 1.46: +5 -2 lines
Diff to previous 1.46 (colored) to selected 1.25 (colored)

ghostscript-agpl: Update to 9.50

Changes:
Version 9.50 (2019-09-30)

Highlights in this release include:

  * The change to version 9.50 (rather than the intended 9.28) follows
    recognition of the extent and importance of the file access control
    redesign/reimplementation outlined below.
  * The file access control capability (enable with -dSAFER) has been
    completely rewritten, with a ground-up rethink of the design. For more
    details, see: SAFER.

    It is important to note that -dSAFER now only enables the file access
    controls, and no longer applies restrictions to standard Postscript
    functionality (specifically, restrictions on setpagedevice. If your
    application relies on these Postscript restrictions, see OLDSAFER, and
    please get in touch, as we do plan to remove those Postscript restrictions
    unless we have reason not to.

    IMPORTANT: File access controls are now enabled by default. In order to run
    Ghostscript without these controls, see NOSAFER

    Important Note for Windows Users: See below under Incompatible Changes
  * 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.
  * Special thanks to Akira Kakuto, Paul Wessel, William Bader, Nelson H. F.
    Beebe and everyone else who put time and effort into testing this new
    release.

For a list of open issues, or to report problems, please visit
bugs.ghostscript.com.

Incompatible changes

  * There are a couple of subtle incompatibilities between the old and new
    SAFER implementations. Firstly, as mentioned above, SAFER now leaves
    standard Postcript functionality unchanged (except for the file access
    limitations). Secondly, the interaction with save/restore operations,
    see SAFER.

    Important Note for Windows Users:
    The file/path pattern matching is case sensitive, even on Windows. This is
    a change in behaviour compared to the old code which, on Windows, was case
    insensitive. This is in recognition of changes in Windows behaviour, in
    that it now supports (although does not enforce) case sensitivity.
  * The following is not strictly speaking new to 9.50, as not much has changed
    since 9.27 in this area, but for those who don't upgrade with every
    release:

    The process of "tidying" the Postscript name space should have removed only
    non-standard and undocumented operators. Nevertheless, it is possible that
    any integrations or utilities that rely on those non-standard and
    undocumented operators may stop working, or may change behaviour.

    If you encounter such a case, please contact us (either the #ghostscript
    IRC channel, or the gs-devel mailing list would be best), and we'll work
    with you to either find an alternative solution or return the previous
    functionality, if there is genuinely no other option.

    One case we know this has occurred is GSView 5 (and earlier). GSView 5
    support for PDF files relied upon internal use only features which are no
    longer available. GSView 5 will still work as previously for Postscript
    files. For PDF files, users are encouraged to look at MuPDF.

Revision 1.46 / (download) - annotate - [select for diffs], Sun Aug 11 13:22:39 2019 UTC (4 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3
Changes since 1.45: +2 -2 lines
Diff to previous 1.45 (colored) to selected 1.25 (colored)

Bump PKGREVISIONs for perl 5.30.0

Revision 1.45 / (download) - annotate - [select for diffs], Sun Jul 21 22:25:37 2019 UTC (4 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.44: +2 -2 lines
Diff to previous 1.44 (colored) to selected 1.25 (colored)

*: recursive bump for gdk-pixbuf2-2.38.1

Revision 1.44 / (download) - annotate - [select for diffs], Sat Jul 20 22:46:45 2019 UTC (4 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.43: +2 -1 lines
Diff to previous 1.43 (colored) to selected 1.25 (colored)

*: recursive bump for nettle 3.5.1

Revision 1.43 / (download) - annotate - [select for diffs], Fri Apr 26 15:28:17 2019 UTC (4 years, 11 months ago) by gavan
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2
Changes since 1.42: +2 -3 lines
Diff to previous 1.42 (colored) to selected 1.25 (colored)

ghostscript-agpl: cosmetic change

Revision 1.42 / (download) - annotate - [select for diffs], Fri Apr 26 15:19:18 2019 UTC (4 years, 11 months ago) by gavan
Branch: MAIN
Changes since 1.41: +3 -1 lines
Diff to previous 1.41 (colored) to selected 1.25 (colored)

ghostscript-agpl: Require freetype2>=2.10.0

The latest version of ghostscript-agpl calls functions that were
introduced in freetype2 version 2.10.0, and the build fails when
building against an earlier version.

Revision 1.41 / (download) - annotate - [select for diffs], Wed Apr 17 08:28:44 2019 UTC (4 years, 11 months ago) by adam
Branch: MAIN
Changes since 1.40: +1 -2 lines
Diff to previous 1.40 (colored) to selected 1.25 (colored)

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.

Revision 1.40 / (download) - annotate - [select for diffs], Sun Mar 24 00:36:27 2019 UTC (5 years ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1
Changes since 1.39: +3 -1 lines
Diff to previous 1.39 (colored) to selected 1.25 (colored)

print/ghostscript-agpl: Add upstream bug URL about labeling

Upstream calls this "GPL Ghostscript" which is at best confusing.

(Thanks to rhialto@ for filing the upstream bug report.)

Revision 1.39 / (download) - annotate - [select for diffs], Mon Mar 18 16:17:50 2019 UTC (5 years ago) by gdt
Branch: MAIN
Changes since 1.38: +2 -2 lines
Diff to previous 1.38 (colored) to selected 1.25 (colored)

Recursive bump for ghostscript default change

Revision 1.38 / (download) - annotate - [select for diffs], Sun Mar 17 18:27:01 2019 UTC (5 years ago) by gdt
Branch: MAIN
Changes since 1.37: +10 -8 lines
Diff to previous 1.37 (colored) to selected 1.25 (colored)

print/ghostscript-agpl: Reduce diffs to -gpl

Reorder lines in a way that should have no functional effect, but
which makes Makefile closer to ../print/ghostscript-gpl/Makefile.

Revision 1.37 / (download) - annotate - [select for diffs], Sun Mar 17 16:38:49 2019 UTC (5 years ago) by leot
Branch: MAIN
Changes since 1.36: +5 -4 lines
Diff to previous 1.36 (colored) to selected 1.25 (colored)

ghostscript-agpl: Switch to use pkgsrc openjpeg instead of bundled one

Remove bundled openjpeg in WRKSRC, add a dependency to openjpeg and pass
`--enable-openjpeg' in order to always link to pkgsrc one instead of the
ghostscript bundled one.

Bump PKGREVISION.

Revision 1.36 / (download) - annotate - [select for diffs], Sun Mar 17 16:03:56 2019 UTC (5 years ago) by gdt
Branch: MAIN
Changes since 1.35: +4 -1 lines
Diff to previous 1.35 (colored) to selected 1.25 (colored)

print/ghostscript-agpl: pkglint cleanups

  - Add \todo about a4 not being valid for PAPERSIZE
  - Add PAPERSIZE to BUILD_DEFS
  - Add \todo about jpeg2000 bl3 that is commented out without explanation
  - GC undefined and unused PLIST.cidfmap

No real change intended, other than BUILD_DEFS.  Ride recent
PKGREVISION++.

Revision 1.35 / (download) - annotate - [select for diffs], Sun Mar 17 15:54:16 2019 UTC (5 years ago) by gdt
Branch: MAIN
Changes since 1.34: +2 -2 lines
Diff to previous 1.34 (colored) to selected 1.25 (colored)

print/ghostscript-agpl: Add default-off cups option

This is basically a port of the cups option code from
../ghostscript-gpl.  Since the last GPL3 gs release, some programs
have migrated to the cups-filters package.  Thus, they are no longer
installed by cups, and the option is much simpler.

I verified that the cups driver appears in "gs -h", but have not
tested it.

While the option defaults to off, I bumped PKGREVISION anyway.

Revision 1.34 / (download) - annotate - [select for diffs], Wed Sep 5 13:19:40 2018 UTC (5 years, 6 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.33: +1 -2 lines
Diff to previous 1.33 (colored) to selected 1.25 (colored)

ghostscript-agpl: updated to 9.24

Version 9.24:

Highlights in this release include:

Security issues have been the primary focus of this release, including solving several (well publicised) real and potential exploits.

PLEASE NOTE: We strongly urge users to upgrade to this latest release to avoid these issues.

As well as Ghostscript itself, jbig2dec has had a significant amount of work improving its robustness in the face of out specification files.

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.

Revision 1.33 / (download) - annotate - [select for diffs], Wed Aug 22 09:46:13 2018 UTC (5 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.32: +2 -1 lines
Diff to previous 1.32 (colored) to selected 1.25 (colored)

Recursive bump for perl5-5.28.0

Revision 1.32 / (download) - annotate - [select for diffs], Wed Apr 4 13:04:18 2018 UTC (5 years, 11 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2
Changes since 1.31: +3 -1 lines
Diff to previous 1.31 (colored) to selected 1.25 (colored)

ghostscript-agpl: Fix SunOS build with older compilers.

Revision 1.31 / (download) - annotate - [select for diffs], Wed Mar 21 17:41:01 2018 UTC (6 years ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base, pkgsrc-2018Q1
Changes since 1.30: +5 -3 lines
Diff to previous 1.30 (colored) to selected 1.25 (colored)

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.

Revision 1.30 / (download) - annotate - [select for diffs], Mon Mar 12 11:15:42 2018 UTC (6 years ago) by wiz
Branch: MAIN
Changes since 1.29: +2 -2 lines
Diff to previous 1.29 (colored) to selected 1.25 (colored)

Recursive bumps for fontconfig and libzip dependency changes.

Revision 1.29 / (download) - annotate - [select for diffs], Thu Jan 25 10:31:24 2018 UTC (6 years, 2 months ago) by jperkin
Branch: MAIN
Changes since 1.28: +6 -1 lines
Diff to previous 1.28 (colored) to selected 1.25 (colored)

ghostscript-agpl: Add _XOPEN_SOURCE workaround.

Revision 1.28 / (download) - annotate - [select for diffs], Sun Nov 12 16:03:35 2017 UTC (6 years, 4 months ago) by khorben
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4
Changes since 1.27: +2 -1 lines
Diff to previous 1.27 (colored) to selected 1.25 (colored)

Bump PKGREVISION on packages depending on CUPS

This should be the last part of the renaming operation for print/cups to
print/cups-base.

Rationale: packages depending on CUPS but not relying on a functional
printing setup only need to depend on print/cups-base (equivalent to the
former print/cups). The new print/cups now depends on print/cups-base
and on print/cups-filters, thus directly providing a functional printing
setup. This bump reflects this change of dependency.

As discussed on tech-pkg@

Revision 1.27 / (download) - annotate - [select for diffs], Fri Oct 6 06:15:00 2017 UTC (6 years, 5 months ago) by adam
Branch: MAIN
Changes since 1.26: +2 -3 lines
Diff to previous 1.26 (colored) to selected 1.25 (colored)

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.

Revision 1.26 / (download) - annotate - [select for diffs], Tue Aug 1 14:59:04 2017 UTC (6 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base, pkgsrc-2017Q3
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored)

Follow some http -> https redirects.

Revision 1.25 / (download) - annotate - [selected], Fri May 19 13:29:04 2017 UTC (6 years, 10 months ago) by prlw1
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2
Changes since 1.24: +2 -1 lines
Diff to previous 1.24 (colored)

Bump PKGREVISION for cups15 -> cups change.

Revision 1.24 / (download) - annotate - [select for diffs], Fri Mar 31 07:26:23 2017 UTC (6 years, 11 months ago) by adam
Branch: MAIN
Changes since 1.23: +4 -7 lines
Diff to previous 1.23 (colored) to selected 1.25 (colored)

Version 9.21 (2017-03-16)

This is the fifteenth full release in the stable 9.x series.

Highlights in this release include:
* pdfwrite now preserves annotations from input PDFs (where possible).
* The GhostXPS interpreter now provides the pdfwrite device with the data it requires to emit a ToUnicode CMap: thus allowing fully searchable PDFs to be created from XPS input (in the vast majority of cases).
* Ghostscript now allows the default color space for PDF transparency blends.
* The Ghostscript/GhostPDL configure script now has much better/fuller support for cross compiling.
* The tiffscaled and tiffscaled4 devices can now use ETS (Even Tone Screening)
* The toolbin/pdf_info.ps utility can now emit the PDF XML metadata.
* Ghostscript has a new scan converter available (currently optional, but will become the default in a near future release). It can be enabled by using the command line option: '-dSCANCONVERTERTYPE=2'. This new implementation provides vastly improved performance with large and complex paths.
* The usual round of bug fixes, compatibility changes, and incremental improvements.

Revision 1.23 / (download) - annotate - [select for diffs], Thu Oct 27 11:32:16 2016 UTC (7 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4
Changes since 1.22: +3 -1 lines
Diff to previous 1.22 (colored) to selected 1.25 (colored)

nd include Makefile.common again.

Revision 1.22 / (download) - annotate - [select for diffs], Thu Oct 27 11:06:01 2016 UTC (7 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored) to selected 1.25 (colored)

Restore Makefile.common, still used by fonts/ghostscript-cidfonts-ryumin

Revision 1.21 / (download) - annotate - [select for diffs], Fri Sep 30 12:37:31 2016 UTC (7 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.20: +4 -17 lines
Diff to previous 1.20 (colored) to selected 1.25 (colored)

Updated ghostscript-agpl to 9.20.

Remove Makefile.common that is not used by anything, despite
a comment to the contrary.

Highlights in this release include:

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

For a list of open issues, or to report problems, please visit
bugs.ghostscript.com.  Incompatible changes

    The planned device API tidy did not happen for this release,
    due to time pressures, but we still intend to undertake the
    following: We plan to somewhat tidy up the device API. We intend
    to remove deprecated device procs (methods/function pointers)
    and change the device API so every device proc takes a graphics
    state parameter (rather than the current scheme where only a
    very few procs take an imager state parameter). This should
    serve as notice to anyone maintaining a Ghostscript device
    outside the canonical source tree that you may (probably will)
    need to update your device(s) when these changes happen. Devices
    using only the non-deprecated procs should be trivial to update.

Revision 1.20 / (download) - annotate - [select for diffs], Sat Jul 9 06:38:50 2016 UTC (7 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q3-base, pkgsrc-2016Q3
Changes since 1.19: +2 -1 lines
Diff to previous 1.19 (colored) to selected 1.25 (colored)

Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.

Revision 1.19 / (download) - annotate - [select for diffs], Thu Apr 7 08:52:05 2016 UTC (7 years, 11 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base, pkgsrc-2016Q2
Changes since 1.18: +2 -4 lines
Diff to previous 1.18 (colored) to selected 1.25 (colored)

Changes 9.19:
* New custom PJL (near) equivalents for pdfmark and setdistillerparams.
* Metadata pdfmark is now implemented.
* An experimental, rudimentary raster trapping implementation implementation has been added to the Ghostscript graphics library.
* The halftone threshold array generation tools (part of toolbin/halftone) have been improved with thresh_remap which allows folding the transfer function (AKA toner response curve (TRC)) into the threshold array so that highlights are improved. Further, gen_stochastic has improved support for minimum dot size and shape.
* Plus the usual round of bug fixes, compatibility changes, and incremental improvements.

Revision 1.18 / (download) - annotate - [select for diffs], Thu Feb 25 17:52:45 2016 UTC (8 years, 1 month ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base, pkgsrc-2016Q1
Changes since 1.17: +3 -7 lines
Diff to previous 1.17 (colored) to selected 1.25 (colored)

Use OPSYSVARS.

Revision 1.17 / (download) - annotate - [select for diffs], Thu Dec 10 11:58:58 2015 UTC (8 years, 3 months ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4
Changes since 1.16: +2 -1 lines
Diff to previous 1.16 (colored) to selected 1.25 (colored)

Add gserrors.h to the installed files (upstream Bug 696301)

Revision 1.16 / (download) - annotate - [select for diffs], Sat Oct 10 11:55:18 2015 UTC (8 years, 5 months ago) by adam
Branch: MAIN
Changes since 1.15: +1 -2 lines
Diff to previous 1.15 (colored) to selected 1.25 (colored)

Changes 9.18:
A substantial revision of the build system and GhostPDL directory structure, meaning the GhostPCL and GhostXPS "products" are now built by the Ghostscript build system "proper" rather than having their own builds which called the Ghostscript build system for certain parts of the builds.

Ghostscript-only users should not be affected by this change.

For users of the PCL and XPS interpreters (collectively downloaded as "GhostPDL") there is a new, "flatter" directory structure and only one configure and one make invocation to build all the products. There are also some executable default name changes to bring the PCL and XPS binaries in line with the Ghostscript ones. All executables now end up in the "bin" directory (or build specific variant thereof, e.g. "debugbin"). The PCL executable, by default, is now "gpcl6" on Unix like systems and "gpcl6win??.exe" (where "??" is either "32" or "64"). The XPS executable remains "gxps" on Unix-like systems, but similarly becomes "gxpswin??.exe" on Windows.

Those using scripts or other automated processes will need to take steps to cope with these changes.

A new method of internally inserting devices into the device chain has been developed, named "device subclassing". This allows suitably written devices to be more easily and consistently as "filter" devices.

The first fruit of this is a new implementation of the "-dFirstPage"/"-dLastPage" feature which functions a device filter in the Ghostscript graphics library, meaning it works consistently with all input languages.

The "ghostpdl.inf" file, provided to simplify installing a Postscript printer configure to produce output to suit Ghostscript's "pdfwrite" device is now available as a digitally signed version: "ghostpdl.cat".
Plus the usual round of bug fixes, compatibility changes, and incremental improvements.

Revision 1.15 / (download) - annotate - [select for diffs], Wed Aug 12 22:27:22 2015 UTC (8 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored) to selected 1.25 (colored)

Use memmove instead of memcpy in one place.
It seems the arguments sometimes overlap, and _FORTIFY_SOURCE=2 causes it
to dump core in this case.

Bump PKGREVISION.

Revision 1.14 / (download) - annotate - [select for diffs], Fri Jun 12 10:50:57 2015 UTC (8 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q2-base, pkgsrc-2015Q2
Changes since 1.13: +2 -1 lines
Diff to previous 1.13 (colored) to selected 1.25 (colored)

Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.

Revision 1.13 / (download) - annotate - [select for diffs], Mon Apr 6 11:24:55 2015 UTC (8 years, 11 months ago) by adam
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored) to selected 1.25 (colored)

Changes 9.16:

* "LockColorants" command line option for tiffsep and psdcmyk devices. Specifying -dLockColorants will restrict those devices to only the colorants list on the command line (thus: -c "<< /SeparationColorNames [ /Cyan /Magenta /Yellow /Black /Violet /Orange] /SeparationOrder [ /Cyan /Magenta /Yellow /Black /Violet /Orange]>> setpagedevice"), rather than allowing the devices to add new colorants as encountered in the input. This is, obviously, preferable for real printers, where only a certain of inks will be available.

* Improved high level devices handling of Forms. Whilst High level devices (eg pdfwrite) already checked Forms to see if they are duplicates, and if so use the initial definition. However, this does not improve performance, since the Form PaintProc still needs to be executed for each instance of the Form, and the matching algorithm could, in very odd circumstances, be defeated. The new implementation benefits both causes, meaning the second and subsequent invocation of the form need not re-run the PaintProc, and removes the heurisic aspect of the reuse detection.

* New URW+ fonts in which the families NimbusMono, NimbusRoman and NimbusSans have been augmented with production quality Greek and Cyrillic glyphs. These correspond to our substitutes for the PDF base 14 fonts.

* Plus the usual round of bug fixes, compatibility changes, and incremental improvements.

Revision 1.12 / (download) - annotate - [select for diffs], Wed Oct 1 09:04:32 2014 UTC (9 years, 5 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4
Changes since 1.11: +1 -2 lines
Diff to previous 1.11 (colored) to selected 1.25 (colored)

Changes 9.15:
Ghostscript now supports the PDF security handler revision 6.

The pdfwrite and ps2write (and related) devices can now be forced to "flatten" glyphs into "basic" marking operations (rather than writing fonts to the output), by giving the -dNoOutputFonts command line option (defaults to "false")

PostScript programs can now use get_params or get_param to determine if a page contains color markings by reading the pageneutralcolor state from the device (so whether the page is "color" or "mono").

Note that this is only accurate when in clist mode, so -dMaxBitmap=0 and -dGrayDetection=true should both be used.

The pdfwrite device now supports Link annotations with GoTo and GoToR actions

The pdfwrite device now supports BMC/BDC/EMC pdfmarks

Regarding the new color management for the pdfwrite device introduced in the previous release, the proscription on using the new color management when producing PDF/A-1 compliant files is now lifted.

To reiterate, also, with the new color management implementation, using the UseCIEColor option is strongly discouraged.

For further information on the new pdfwrite color management, see: Color Conversion and Management

Plus the usual round of bug fixes, compatibility changes, and incremental improvement

Revision 1.11 / (download) - annotate - [select for diffs], Wed Jun 18 09:28:17 2014 UTC (9 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored) to selected 1.25 (colored)

Bump PKGREVISION for cups -> cups15 change.

Revision 1.10 / (download) - annotate - [select for diffs], Thu May 29 23:37:16 2014 UTC (9 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.9: +2 -1 lines
Diff to previous 1.9 (colored) to selected 1.25 (colored)

Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.

Revision 1.9 / (download) - annotate - [select for diffs], Fri Apr 4 08:48:43 2014 UTC (9 years, 11 months ago) by adam
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored) to selected 1.25 (colored)

Changes 9.14:
pdfwrite now uses the same color management engine as Ghostscript rendering devices (by default LCMS2). This provides much better control over color conversion and color management generally, but will result in some small color differences when compared to the old system.

It is no longer necessary to specify UseCIEColor (and we very much encourage you not to do this) or the ProcessColorModel if you want to convert a PDF file to a specific color space, simply set the ColorConversionStrategy appropriately.

We do not expect any major problems to arise with this new code, but for the duration of this release a new switch -dPDFUseOldCMS is available which will restore the old color management. See: Color Conversion and Management

Please note that due to constraints of the PDF/A-1 specification, the new color management does not yet apply when producing PDF/A files.

A new device 'eps2write' has been added which allows for the creation of EPS files using the ps2write device instead of the old (deprecated and removed) pswrite device. This produces considerably better quality EPS files than the old epswrite device which is now also deprecated and will be removed in a future release.

ps2write now has a feature to allow customisation of the output for specific devices. Please see PSDocOptions and PSPageOptions described in ps2ps2.htm Additional Distiller Params

Ghostscript now reduces memory usage when processing PDF files that use transparency and output is to display devices such as Windows display or x11 (i.e. devices that are strictly full framebuffer devices), and to high level vector devices that cannot reproduce the PDF transparency model, such as the ps2write device or pdfwrite when 'flattening' to PDF 1.3 or earlier (-dCompatibilityLevel=1.3). This uses banding (clist) files to render the transparent areas in bands to reduce memory use, and unlike the existing page level banding, this is hidden from the target device.

Ghostscript can now collect information for pages in temp files (in Ghostscript's clist format), then render and output pages for the job in arbitrary order, including normal, reverse, odd, even, or any order or subset of the pages. This is controlled with the --saved-page=___ option. (Note that this only applies to rendering devices, and not high level devices such as pdfwrite and ps2write.) See: Deferred Page Rendering

The Ghostscript device architecture has been extended so that, when rendering bands into multiple threads, it is now possible to perform post-processing in multiple threads, such as downscale, post-render halftoning, or compression. Previously, post processing was only possible in the single main thread. This can improve performance significantly.

Ghostscript has a new "pwgraster" output device for PWG Raster output

The CUPS device now has improved support for PPD-less printing

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

Revision 1.8 / (download) - annotate - [select for diffs], Wed Feb 12 23:18:29 2014 UTC (10 years, 1 month ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base, pkgsrc-2014Q1
Changes since 1.7: +2 -1 lines
Diff to previous 1.7 (colored) to selected 1.25 (colored)

Recursive PKGREVISION bump for OpenSSL API version bump.

Revision 1.7 / (download) - annotate - [select for diffs], Fri Dec 27 16:42:46 2013 UTC (10 years, 3 months ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base, pkgsrc-2013Q4
Changes since 1.6: +2 -1 lines
Diff to previous 1.6 (colored) to selected 1.25 (colored)

Drop nonfunctional cups option, following upstream.

Upstream removed cups support and created a new "cups-filter" package
instead.  Since then, building ghostscript-agpl with the cups option
has failed.  This commit removes the cups option, and should result in
zero changes to packages built without the cups option, and hence does
not PKGREVISION++.

There is still some cups configure code, which is forced off (as it
was without the option).  It's not clear if this configure code should
also be removed (by upstream), or if it's a separate bit of cups
functionality.  Addressing this issue and adding a cups-filter package
is left for future work, after the branch.

Revision 1.6 / (download) - annotate - [select for diffs], Thu Aug 22 21:07:08 2013 UTC (10 years, 7 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2013Q3-base, pkgsrc-2013Q3
Changes since 1.5: +11 -7 lines
Diff to previous 1.5 (colored) to selected 1.25 (colored)

Changes 9.09:
* Background printing (BGPrint) is a new feature allowing an accumulated page clist to be rendered by one or more rendering threads whilst the interpreter (in the "main" thread) continues to accumulate the subsequent page's clist. For certain classes of file this can result in a useful performance increase.
* GrayDetection allows suitably written devices to detect "color" input in near neutral tones (i.e. near monochrome) and to convert "on-the-fly" to pure grayscale, whilst retaining the ability to print full color on demand. This is primarily aimed at workflows where saving ink (especially color inks) is required.
* LittleCMS2 and libpng have both been updated to the latest versions.
* Support has been added to build the Ghostscript DLL for WinRT for x86, x64 and ARM (Requires MS Visual Studio 2012 Pro).
* Processing of Windows command line arguments into UTF8 (as presaged a few releases ago) has been enhanced and enabled by default.
* The URW Postscript font set has been updated to the latest version, fixing many compatibility problems with the Adobe fonts.
* Plus the usual round of bug fixes, compatibility changes, and incremental improvements.

Revision 1.5 / (download) - annotate - [select for diffs], Tue Jun 4 22:16:58 2013 UTC (10 years, 9 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored) to selected 1.25 (colored)

Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:

Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.

Revision 1.4 / (download) - annotate - [select for diffs], Mon Jun 3 10:05:51 2013 UTC (10 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored) to selected 1.25 (colored)

Bump freetype2 and fontconfig dependencies to current pkgsrc versions,
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.

While doing that, also bump freetype2 dependency to current pkgsrc
version.

Suggested by tron in PR 47882

Revision 1.3 / (download) - annotate - [select for diffs], Fri May 31 12:41:47 2013 UTC (10 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored) to selected 1.25 (colored)

Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.

Revision 1.2 / (download) - annotate - [select for diffs], Sun Mar 17 10:13:09 2013 UTC (11 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base, pkgsrc-2013Q1
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored) to selected 1.25 (colored)

Fix typo in CONFIGURE_ARGS, from Richard Palo.

Revision 1.1 / (download) - annotate - [select for diffs], Sat Mar 16 22:25:21 2013 UTC (11 years ago) by dholland
Branch: MAIN
Diff to selected 1.25 (colored)

Add ghostscript-agpl package, the same as the current print/ghostscript.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>