Bug 270984 - graphics/pstoedit: update to 3.78.
Summary: graphics/pstoedit: update to 3.78.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Fernando Apesteguía
URL: http://www.calvina.de/pstoedit/change...
Keywords:
Depends on:
Blocks:
 
Reported: 2023-04-21 19:01 UTC by Eric Camachat
Modified: 2023-04-25 10:50 UTC (History)
1 user (show)

See Also:


Attachments
Update to 3.78. (5.63 KB, patch)
2023-04-21 19:01 UTC, Eric Camachat
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Camachat 2023-04-21 19:01:25 UTC
Created attachment 241638 [details]
Update to 3.78.
Comment 1 Fernando Apesteguía freebsd_committer freebsd_triage 2023-04-24 17:00:29 UTC
^Triage: If there is a changelog or release notes URL available for this version, please add it to the URL field.


Thanks!
Comment 2 Fernando Apesteguía freebsd_committer freebsd_triage 2023-04-25 10:49:59 UTC
Committed,

Thanks!
Comment 3 commit-hook freebsd_committer freebsd_triage 2023-04-25 10:50:46 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0c5de1fc4a8429faf94c34e6459110ec40e2e48b

commit 0c5de1fc4a8429faf94c34e6459110ec40e2e48b
Author:     Eric Camachat <eric@camachat.org>
AuthorDate: 2023-04-24 16:55:42 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2023-04-25 10:45:04 +0000

    graphics/pstoedit: update to 3.78.

    ChangeLog: http://www.calvina.de/pstoedit/changelog.htm

     * Bug fix. pstoedit did not find older versions of GhostScript under Windows.
     * Support for mawk in creation of pstoedit.ph header file. mawk is often used
       on build servers in place of gawk.
     * Some small update to comply with some Debian requirements.
     * Added experimental support for filled objects in DXF output using the HATCH
       element of DXF.
     * Fixed a problem when running pstoedit with output to standard output instead
       of a file.
     * Adapted to new versioning scheme of GhostScript.
     * Additional backend for pcb-rnd contributed by Erich Heinzle.
     * Some additional options in WEMF driver.
     * Better handling of bounding box in EMF output. Contributed by Samuel Thibault.
     * Better handling of metric option in fig driver.
     * Fix a compile problem under certain MacOS versions.
     * Various changes needed for interworking with newer versions of GhostScript.
     * Some code modernization based on feedback from VS-2019, Clang Powertools and
       PVS Studio.
     * Added support for dotted and dashed lines to the DXF backend.
     * Reduce redundancy in help documents.
     * Porting to Windows CE by Rohan Shetty.
     * Made pstoedit compatible with ghostscript 9.27.
     * Fix a bug occurring with large scale factors.
     * Include full documentation by default and provide an option to generate
       documentation locally which then fit best to the local installation.
     * Started to apply improvements proposed by clang-tidy.
     * Included a bunch of patches from Debian for easier maintenance of the
       package plus correction to some spelling issues. Thanks to Barak A.
       Pearlmutter.
     * added a -vl option to specify a verbosity level. Using the older -v enables
       level 1. For more use -vl 2.
     * included a patch contributed by OpenSuse folks fixing a problem in finding
       the plugins under certain conditions.
     * included a patch contributed by Martin Madsen related to checking non
       existing directories when looking for plugins.
     * added support for pdfwithshow and pdfawidthshow special operators when
       reading PDF files.
     * Scott Pakin updated the cfdg driver to support the current version of cfdg.
     * changes needed for newer versions of GhostScript.
     * some code cleanup. pstoedit passed all Coverity checks.

    PR:             270984
    Reported by:    eric@camachat.org

 graphics/pstoedit/Makefile                         |  8 +--
 graphics/pstoedit/distinfo                         |  5 +-
 graphics/pstoedit/files/patch-configure            | 10 +--
 graphics/pstoedit/files/patch-imagemagick7 (gone)  | 77 ----------------------
 graphics/pstoedit/files/patch-src_drvwmf.cpp (new) | 15 +++++
 5 files changed, 27 insertions(+), 88 deletions(-)