pkgsrc-WIP-changes archive

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

d2: update to 0.6.1



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iquiw%NetBSD.org@localhost>
Pushed By:	iquiw
Date:		Sun Oct 1 14:47:16 2023 +0900
Changeset:	b6db6f31d2eda439cd8aaf9afd43689638e6e301

Modified Files:
	d2/Makefile
	d2/distinfo

Log Message:
d2: update to 0.6.1

Features

* UTF-16 files are automatically detected and supported
* Grid diagrams can now have simple connections between top-level cells

Improvements

* Globs are lazily-evaluated
* Latex blocks includes Mathjax's ASM extension
* font-color works on Markdown
* font-color works on arrowheads
* CLI failure message includes input path

Bugfixes

* d2 fmt formats all files passed as arguments rather than just the first
  non-formatted
* Fixes Markdown cropping last element in mixed-element blocks (e.g. em and
  strong)
* Adds compiler error for non-blockstring empty labels
* Prevents multiple constant nears overlapping in some cases
* Fixes crash from empty nested grid
* d2fmt with variable substitution mid-string is formatted correctly
* Fixes certain shape IDs not working with dagre
* Fixes font-size adjustments missing from rendered code shape

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b6db6f31d2eda439cd8aaf9afd43689638e6e301

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

diffstat:
 d2/Makefile | 2 +-
 d2/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs:
diff --git a/d2/Makefile b/d2/Makefile
index 6e96cbf955..2b0d4d5eed 100644
--- a/d2/Makefile
+++ b/d2/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-PKGNAME=	d2-0.6.0
+PKGNAME=	d2-0.6.1
 DISTNAME=	d2-${GITHUB_TAG}
 CATEGORIES=	textproc
 MASTER_SITES=	${MASTER_SITE_GITHUB:=terrastruct/}
diff --git a/d2/distinfo b/d2/distinfo
index 77ed38beb1..7c57809691 100644
--- a/d2/distinfo
+++ b/d2/distinfo
@@ -9,9 +9,9 @@ Size (cdr.dev_slog_@v_v1.4.2-0.20221206192828-e4803b10ae17.zip) = 44099 bytes
 BLAKE2s (cloud.google.com_go_@v_v0.26.0.mod) = 53d181aacbf96ec4f9cdd051466576dbb6959ca71a825bc6672046c7c53a2b43
 SHA512 (cloud.google.com_go_@v_v0.26.0.mod) = 5132f3438533427c0ab0fbb7a12112a7830ea9122662ed46019ff89c71d9cf80c02edc32dd5c892da572031b5a2cce100f2602fa6a19bea6be7c02781f701273
 Size (cloud.google.com_go_@v_v0.26.0.mod) = 27 bytes
-BLAKE2s (d2-v0.6.0.tar.gz) = dccdf57824e33d33416d578c0588950cce9df5861b3e9b09a7e1e733acee2948
-SHA512 (d2-v0.6.0.tar.gz) = 7889fd5e67d205fccdb6beaa365021f62297e8d6ccee64aeeb9c8bd226d23b770591d7bb432bad1e3b3ac4fd8e7eae36f0a98e8d73e2a9671e3e99831456a14d
-Size (d2-v0.6.0.tar.gz) = 17864721 bytes
+BLAKE2s (d2-v0.6.1.tar.gz) = 62eec3f633a976d4c8d6018b8e81b4f4c7157e68a6f3a48f2cef122407f395c8
+SHA512 (d2-v0.6.1.tar.gz) = 310aa96a616e29f4a566a2d26f092ebd14a8fb52a683e11c5b13908ce779dd5f82ded4aba75667b14761988ce8b6312847deb587ec9bddeb0979b109db0b558d
+Size (d2-v0.6.1.tar.gz) = 18203487 bytes
 BLAKE2s (github.com__burnt_sushi_toml_@v_v0.3.1.mod) = 1e3e33c00707a3593021eb034c331e03c391be2a8977de8635ddcdd39b13ded4
 SHA512 (github.com__burnt_sushi_toml_@v_v0.3.1.mod) = 320941bc3b7fb8bc595e6135cbc513a7583d129f0cd92508055291e141191066303cf75148e25198c21f6c6c539a790ea3210f3ecf5de6a2a03b70c753091146
 Size (github.com__burnt_sushi_toml_@v_v0.3.1.mod) = 34 bytes


Home | Main Index | Thread Index | Old Index