pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/pstoedit pstoedit: update to 3.78



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d56624a9c86e
branches:  trunk
changeset: 383692:d56624a9c86e
user:      markd <markd%pkgsrc.org@localhost>
date:      Mon Aug 22 08:23:19 2022 +0000

description:
pstoedit: update to 3.78

New or changed in 3.78:
* 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.
New or changed in 3.77:
* Some small update to comply with some Debian requirements.
New or changed in 3.76:
* 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.

diffstat:

 graphics/pstoedit/Makefile                      |   5 ++---
 graphics/pstoedit/distinfo                      |   9 +++++----
 graphics/pstoedit/patches/patch-src_drvpptx.cpp |  14 ++++++++++++++
 3 files changed, 21 insertions(+), 7 deletions(-)

diffs (46 lines):

diff -r 3ade707435ab -r d56624a9c86e graphics/pstoedit/Makefile
--- a/graphics/pstoedit/Makefile        Mon Aug 22 08:19:12 2022 +0000
+++ b/graphics/pstoedit/Makefile        Mon Aug 22 08:23:19 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.114 2022/04/18 19:11:22 adam Exp $
+# $NetBSD: Makefile,v 1.115 2022/08/22 08:23:19 markd Exp $
 
-DISTNAME=      pstoedit-3.75
-PKGREVISION=   5
+DISTNAME=      pstoedit-3.78
 CATEGORIES=    converters graphics print
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=pstoedit/}
 
diff -r 3ade707435ab -r d56624a9c86e graphics/pstoedit/distinfo
--- a/graphics/pstoedit/distinfo        Mon Aug 22 08:19:12 2022 +0000
+++ b/graphics/pstoedit/distinfo        Mon Aug 22 08:23:19 2022 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.21 2021/10/26 10:46:42 nia Exp $
+$NetBSD: distinfo,v 1.22 2022/08/22 08:23:19 markd Exp $
 
-BLAKE2s (pstoedit-3.75.tar.gz) = 30ac53ae9422e7861f59a6eac2de35f8485a4d0cc3eb6982550074617dd346f9
-SHA512 (pstoedit-3.75.tar.gz) = 54b8cf7e78e52027d45e7550821476d9a9c4df4f63af83792b6a2909bc62236450ba6b619f95eede9f61a715f4937f1fbaf2ce4ae4b486daa0294c396a882a28
-Size (pstoedit-3.75.tar.gz) = 1290057 bytes
+BLAKE2s (pstoedit-3.78.tar.gz) = 9426c8bf06d52040e30f7ba945c71079429c4ae23a0924c2c610fe9dbdd9ecfc
+SHA512 (pstoedit-3.78.tar.gz) = ed880da1ba16780224b4bb40d520f99bc5290b4335dd30f1a195855ce75b3880d5a4fca9885b214855ce61d8bd701aa0681a190e69a8fdef2f3d5e1e2f692648
+Size (pstoedit-3.78.tar.gz) = 1301408 bytes
 SHA1 (patch-src_Makefile.in) = 0f36cd43cbe154d9cf47db6918e9ecc238aa444f
+SHA1 (patch-src_drvpptx.cpp) = 45792a75098d82bda4648c3d50642347c2487e0d
diff -r 3ade707435ab -r d56624a9c86e graphics/pstoedit/patches/patch-src_drvpptx.cpp
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/pstoedit/patches/patch-src_drvpptx.cpp   Mon Aug 22 08:23:19 2022 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-src_drvpptx.cpp,v 1.1 2022/08/22 08:23:19 markd Exp $
+
+'std::unique_ptr' is defined in header '<memory>'
+
+--- src/drvpptx.cpp.orig       2021-08-29 14:25:45.000000000 +0000
++++ src/drvpptx.cpp
+@@ -39,6 +39,7 @@
+ 
+ #include <errno.h>
+ #include <algorithm>
++#include <memory>
+ 
+ #ifdef _MSC_VER
+ // MS VC++ Windows



Home | Main Index | Thread Index | Old Index