pkgsrc-WIP-changes archive

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

d2: update to 0.4.2



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iquiw%NetBSD.org@localhost>
Pushed By:	iquiw
Date:		Thu May 4 11:19:41 2023 +0900
Changeset:	c18749fb08d135b12187526fd429e40e7d46079f

Modified Files:
	d2/Makefile
	d2/distinfo

Log Message:
d2: update to 0.4.2

Features

* class field now accepts arrays. See docs.
* Pill shape is implemented with rectangles of large border radius. See
docs.

Improvements

* ELK self loops get distributed around the object instead of stacking
* ELK preserves order of objects in cycles
* Improper usages of class and style get error messages
* Improves scaling of object widths/heights in grid diagrams
* Enhance Markdown parsing error message by appending link to docs

Bugfixes

* Fixes an issue with markdown labels that are empty when rendered
* ELK self loops always have enough space for long labels
* Fixes panic when setting shape to be class or sql_table within a class
* Fixes rare panic exporting to gifs
* Fixes bad performance in large grid diagrams
* Fixes bug in ELK when container has ID "root"
* Fixes edge case panic with invalid CLI arguments

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

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 c36a4f85db..8d8ae404b3 100644
--- a/d2/Makefile
+++ b/d2/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-PKGNAME=	d2-0.4.1
+PKGNAME=	d2-0.4.2
 DISTNAME=	d2-${GITHUB_TAG}
 CATEGORIES=	textproc
 MASTER_SITES=	${MASTER_SITE_GITHUB:=terrastruct/}
diff --git a/d2/distinfo b/d2/distinfo
index e9289bcc91..4822f1ad47 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.4.1.tar.gz) = 38a16d61cdd7bfdf91a6c1d5f1929880419af22560eda60559d8298058637f20
-SHA512 (d2-v0.4.1.tar.gz) = 69d59b27a9343684811fd62f505c932c372571cffb9abc68fc676277cb03102a193426d26974b39639d59155e7b2c7d4f418e8619e891b125367c694c4944fea
-Size (d2-v0.4.1.tar.gz) = 16749738 bytes
+BLAKE2s (d2-v0.4.2.tar.gz) = 417f955ddc1b0c72cc99232faf8a582afdd520dccedbf2587b5da6c6215bbb18
+SHA512 (d2-v0.4.2.tar.gz) = 6c6a49a896d156efcc9a21b7cf4b8dc5c5fc4f007e21161862b12990ae00f7b4237368c0f4f241b1672106d62cd4dd783731883e14a72f97d207171d445db590
+Size (d2-v0.4.2.tar.gz) = 16922648 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