pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/graphviz



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Dec 29 16:19:18 UTC 2021

Modified Files:
        pkgsrc/graphics/graphviz: Makefile PLIST distinfo

Log Message:
graphviz: updated to 2.50.0

2.50.0

Added

hard-coded lookup tables for fallback font metrics for more fonts and font
variants
a new gvputs_nonascii API function has been implemented for GVC I/O with C
escaping

Changed

Check for existence of dl_iterate_phdr(3) and if it is available, prefer
using it instead of iterating over /proc/self/maps for computing libdir.
A limit on GVC config files of 100000 bytes has been removed.
MD5 checksums of release artifacts are no longer provided. SHA256 checksums
are still provided and these should be used instead.
when cross-compiling, the dot -c is no longer run during installation

$CMAKE_INCLUDE_PATH is no longer manually configured in the CMake build
system

Fixed

remove Bashism from gvmap.sh

Lefty artifacts are no longer installed when Lefty is disabled

Smyrna artifacts are no longer installed when Smyrna is disabled
calling convention mismatches in delaunay.c’s GTS code
impure assertion in jacobi

undefined behavior in libgvc’s reading of little endian numbers
boldness of agnxtsubg in cgraph man page
parameter name in gvusershape_find prototype corrected to a const pointer,
to match the implementation
xdot JSON output is not valid JSON

fix uninitialized read of pid in _sfpopen on Windows
claimed minimum CMake version supported has been corrected to 3.9


To generate a diff of this commit:
cvs rdiff -u -r1.242 -r1.243 pkgsrc/graphics/graphviz/Makefile
cvs rdiff -u -r1.54 -r1.55 pkgsrc/graphics/graphviz/PLIST
cvs rdiff -u -r1.69 -r1.70 pkgsrc/graphics/graphviz/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/graphviz/Makefile
diff -u pkgsrc/graphics/graphviz/Makefile:1.242 pkgsrc/graphics/graphviz/Makefile:1.243
--- pkgsrc/graphics/graphviz/Makefile:1.242     Wed Dec 29 12:10:32 2021
+++ pkgsrc/graphics/graphviz/Makefile   Wed Dec 29 16:19:18 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.242 2021/12/29 12:10:32 he Exp $
+# $NetBSD: Makefile,v 1.243 2021/12/29 16:19:18 adam Exp $
 
-DISTNAME=      graphviz-2.49.3
-PKGREVISION=   2
+DISTNAME=      graphviz-2.50.0
 CATEGORIES=    graphics
 MASTER_SITES=  https://gitlab.com/graphviz/graphviz/-/archive/${PKGVERSION_NOREV}/
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/graphics/graphviz/PLIST
diff -u pkgsrc/graphics/graphviz/PLIST:1.54 pkgsrc/graphics/graphviz/PLIST:1.55
--- pkgsrc/graphics/graphviz/PLIST:1.54 Thu Oct 21 19:44:30 2021
+++ pkgsrc/graphics/graphviz/PLIST      Wed Dec 29 16:19:18 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.54 2021/10/21 19:44:30 schmonz Exp $
+@comment $NetBSD: PLIST,v 1.55 2021/12/29 16:19:18 adam Exp $
 bin/acyclic
 bin/bcomps
 bin/ccomps
@@ -148,7 +148,7 @@ man/man1/gvpack.1
 man/man1/gvpr.1
 man/man1/gxl2dot.1
 man/man1/gxl2gv.1
-man/man1/lefty.1
+${PLIST.x11}man/man1/lefty.1
 man/man1/lneato.1
 man/man1/mingle.1
 man/man1/mm2gv.1
@@ -274,8 +274,8 @@ share/graphviz/doc/pdf/gvpr.1.pdf
 share/graphviz/doc/pdf/gvpr.3.pdf
 share/graphviz/doc/pdf/gxl2dot.1.pdf
 share/graphviz/doc/pdf/gxl2gv.1.pdf
-share/graphviz/doc/pdf/lefty.1.pdf
-share/graphviz/doc/pdf/leftyguide.pdf
+${PLIST.x11}share/graphviz/doc/pdf/lefty.1.pdf
+${PLIST.x11}share/graphviz/doc/pdf/leftyguide.pdf
 share/graphviz/doc/pdf/libguide.pdf
 share/graphviz/doc/pdf/lneato.1.pdf
 share/graphviz/doc/pdf/mingle.1.pdf
@@ -290,7 +290,6 @@ share/graphviz/doc/pdf/pathplan.3.pdf
 share/graphviz/doc/pdf/prune.1.pdf
 share/graphviz/doc/pdf/sccmap.1.pdf
 share/graphviz/doc/pdf/sfdp.1.pdf
-share/graphviz/doc/pdf/smyrna.pdf
 ${PLIST.tcl}share/graphviz/doc/pdf/tcldot.3tcl.pdf
 share/graphviz/doc/pdf/tred.1.pdf
 share/graphviz/doc/pdf/twopi.1.pdf
@@ -403,6 +402,6 @@ ${PLIST.x11}share/graphviz/lefty/dotty_l
 ${PLIST.x11}share/graphviz/lefty/dotty_ui.lefty
 ${PLIST.x11}share/graphviz/lefty/fractal.lefty
 ${PLIST.x11}share/graphviz/lefty/fractal2.lefty
-share/graphviz/lefty/lefty.psp
+${PLIST.x11}share/graphviz/lefty/lefty.psp
 ${PLIST.x11}share/graphviz/lefty/slides.lefty
 ${PLIST.x11}share/graphviz/lefty/tree.lefty

Index: pkgsrc/graphics/graphviz/distinfo
diff -u pkgsrc/graphics/graphviz/distinfo:1.69 pkgsrc/graphics/graphviz/distinfo:1.70
--- pkgsrc/graphics/graphviz/distinfo:1.69      Thu Dec  2 12:32:43 2021
+++ pkgsrc/graphics/graphviz/distinfo   Wed Dec 29 16:19:18 2021
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.69 2021/12/02 12:32:43 adam Exp $
+$NetBSD: distinfo,v 1.70 2021/12/29 16:19:18 adam Exp $
 
-BLAKE2s (graphviz-2.49.3.tar.bz2) = 40c4f490a8bc990124631c47189d3f80f2c9a5913d8b4ccbf51e45970502fc56
-SHA512 (graphviz-2.49.3.tar.bz2) = 5d95f66d8a5d9b7e57763b98bcf74852a1c0ba671e3147060def738c7458d0ae9db5d8ba0ea7a811a8f92018a44cf38e849aa08dd384e9b6b39d90537b9a41a8
-Size (graphviz-2.49.3.tar.bz2) = 27419890 bytes
+BLAKE2s (graphviz-2.50.0.tar.bz2) = 3c3334f2c967697136c1f6b9120fb9bd0478e1c43aa04826d22334c94f83613b
+SHA512 (graphviz-2.50.0.tar.bz2) = 29c432056db602c4c1ab587cf2ef20818aa3e121c3310cfa39d4953ae77e07cb74def73dfcf15395e70483979e2724298dc3806dead57b3532ab30154490b0be
+Size (graphviz-2.50.0.tar.bz2) = 27411388 bytes
 SHA1 (patch-cmd_lefty_os_unix_io.c) = 48f91c79b97928b54ae24af59a9fea173f34dfe5
 SHA1 (patch-config_config__perl.pl) = 85d535282a819c1055386244f7b520387d0ddbb1
 SHA1 (patch-configure.ac) = 250105b7d21e16e0ad6ff77b291a969f4be86711



Home | Main Index | Thread Index | Old Index