pkgsrc-WIP-changes archive

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

d2: Update to 0.4.0



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By:	iquiw
Date:		Sun Apr 9 17:47:46 2023 +0900
Changeset:	d3e507716b679bcaf4bd9d8144f12cb5972f2b9f

Modified Files:
	d2/Makefile
	d2/distinfo

Log Message:
d2: Update to 0.4.0

Features

* Classes are implemented. See docs.
* Grid diagrams are implemented. See docs.
* Container with constant key near attribute now can have descendant
objects and connections
* Multi-board SVG outputs with internal links go to their output paths

Improvements

* Labels on parallel dagre connections include a gap between them
* Sequence diagram lifelines inherit the actor's stroke and stroke-dash
* Add text-transform styling option

Bugfixes

* Fix inheritence in scenarios/steps
* Fix a bug in 32bit builds
* Fix a bug in ID parsing
* Fix a bug in watch mode parsing SVG
* Namespace transitions so that multiple animated D2 diagrams can exist on
the same page
* Fix a bug in vertical alignment of appendix lines
* Fix precision difference for sketch mode running on different
architectures
* Fix an issue where markdown fonts weren't being applied correctly

Breaking changes

* class and classes are now reserved keywords.
* text-transform is now a reserved keyword.

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

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 665376730c..589ee64fc0 100644
--- a/d2/Makefile
+++ b/d2/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-PKGNAME=	d2-0.3.0
+PKGNAME=	d2-0.4.0
 DISTNAME=	d2-${GITHUB_TAG}
 CATEGORIES=	textproc
 MASTER_SITES=	${MASTER_SITE_GITHUB:=terrastruct/}
diff --git a/d2/distinfo b/d2/distinfo
index 120499cc96..6aa0469fac 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.3.0.tar.gz) = 8f7cbc101e189944977bb27277725ae24df59953ca3c6c4e4bbba98075877ab9
-SHA512 (d2-v0.3.0.tar.gz) = f5543a54fb39a06d30cf6ea815164a0e4a58efc6af352f55377b84f596b8ba2175ce17e668159df4e6199f763d423eb93267864f9239dc7cf20be86403a0998a
-Size (d2-v0.3.0.tar.gz) = 13122416 bytes
+BLAKE2s (d2-v0.4.0.tar.gz) = 1a1dcd85f4c3e88053d3263a858dbebe8cd4d1de31a4b49252010e88d3d5423d
+SHA512 (d2-v0.4.0.tar.gz) = e247c1609d3f0e5ba4d819ad6e720d1d930329d5499834d945d075c7194f2096d2e6eefd6b234f776cbab8c48cc9054aa66f4cf568f97e4968bede90773d2fb5
+Size (d2-v0.4.0.tar.gz) = 13371538 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