summaryrefslogtreecommitdiff
path: root/cad/openscad/Makefile
diff options
context:
space:
mode:
authorbouyer <bouyer@pkgsrc.org>2021-04-08 10:26:08 +0000
committerbouyer <bouyer@pkgsrc.org>2021-04-08 10:26:08 +0000
commitdc7d4f5557fa61bee3efbcae0df7940374349fda (patch)
tree95f4e4916899e6e6e3416271e0f9b7c1bb7ad94b /cad/openscad/Makefile
parent98c3eb80eb40688c3c7a12efbca2ed845871f41a (diff)
downloadpkgsrc-dc7d4f5557fa61bee3efbcae0df7940374349fda.tar.gz
Update to 2021.01, ok reinoud@
Main changes since 2019.05: The big language change is the introduction of function literals but there are a number of other useful changes too, like the new exponent operator (^) and much better and more general support for tail recursion optimization. The GUI and especially the Editor has seen a huge amount of new features. Most visible is probably the auto-complete which can propose built-in functions and modules. Another much anticipated feature is the "jump to code" from the 3d preview. While it's not possible to go into the deepest levels of the design in all cases, it's a great tool to navigate designs. But it's worth highlighting also some of the not so obvious smaller features which might improve the editing workflow. » Bookmarks - Ctrl+F2 to toogle bookmarks, F2 / Shift+F2 for jumping to next/previous bookmark. » Changing numbers via mouse - Similar to ALT+Cursor-Up/Down, numbers can be modified by placing the cursor at the number and using the mouse scroll wheel while pressing the ALT key. » Code snippets - Insert often used code snippets using ALT+Insert or via editor context menu, custom templates can be added as simple files. for a complete list of changes see http://www.openscad.org/news.html#20210131
Diffstat (limited to 'cad/openscad/Makefile')
-rw-r--r--cad/openscad/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/cad/openscad/Makefile b/cad/openscad/Makefile
index e6b9f9849d0..55a51971008 100644
--- a/cad/openscad/Makefile
+++ b/cad/openscad/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.76 2021/02/07 06:30:16 ryoon Exp $
+# $NetBSD: Makefile,v 1.77 2021/04/08 10:26:08 bouyer Exp $
-VERSION= 2019.05
+VERSION= 2021.01
DISTNAME= openscad-${VERSION}
-PKGREVISION= 17
CATEGORIES= cad
MASTER_SITES= ${MASTER_SITE_GITHUB:=openscad/}
GITHUB_TAG= openscad-${VERSION}