New version of Decker is out. Changes are:

* Added a new example deck and code challenges
* Various documentation improvements
* Patched GIF decoder
* Better tests
* Right-clicking with the fill tool now erases

More details can be found here:
https://github.com/JohnEarnest/Decker/commits/main/

make test passes and the diffs are attached.

ok?

-- 
Jag Talon (he/him)

https://jagtalon.net/
https://weirder.earth/@jag
https://aangat.lahat.computer/
Index: Makefile
===================================================================
RCS file: /cvs/ports/graphics/decker/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -u -r1.1.1.1 Makefile
--- Makefile	18 Feb 2024 11:03:40 -0000	1.1.1.1
+++ Makefile	18 Feb 2024 15:53:10 -0000
@@ -1,6 +1,6 @@
 COMMENT =		multimedia platform inspired by HyperCard
 
-DIST_TUPLE =		github JohnEarnest Decker v1.38 .
+DIST_TUPLE =		github JohnEarnest Decker v1.39 .
 PKGNAME =		${DISTNAME:L}
 
 CATEGORIES =		graphics
Index: distinfo
===================================================================
RCS file: /cvs/ports/graphics/decker/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -u -r1.1.1.1 distinfo
--- distinfo	18 Feb 2024 11:03:40 -0000	1.1.1.1
+++ distinfo	18 Feb 2024 15:53:26 -0000
@@ -1,2 +1,2 @@
-SHA256 (JohnEarnest-Decker-v1.38.tar.gz) = R2VoVK/UQ+iR9GOW3neI1U+SSx4DET3b1lmGGMXQCDc=
-SIZE (JohnEarnest-Decker-v1.38.tar.gz) = 1279620
+SHA256 (JohnEarnest-Decker-v1.39.tar.gz) = PTLwp775tqWUAw5/DhAtTcKtOwOvRvcAEmXSDuk4384=
+SIZE (JohnEarnest-Decker-v1.39.tar.gz) = 1343234
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/graphics/decker/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -u -r1.1.1.1 PLIST
--- pkg/PLIST	18 Feb 2024 11:03:40 -0000	1.1.1.1
+++ pkg/PLIST	18 Feb 2024 15:53:43 -0000
@@ -67,6 +67,7 @@ share/examples/decker/patedit.deck
 share/examples/decker/plot.deck
 share/examples/decker/podcasts.lil
 share/examples/decker/publictransit.deck
+share/examples/decker/puppeteer.deck
 share/examples/decker/sound.deck
 share/examples/decker/tour.deck
 share/examples/decker/transit.deck

Reply via email to