summaryrefslogtreecommitdiff
path: root/cad/klayout/Makefile
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2017-01-01 09:15:00 +0000
committermef <mef@pkgsrc.org>2017-01-01 09:15:00 +0000
commit1692cfa22cc809ce7ee6c8868e566fce7e1c95b0 (patch)
tree4065ccae5e2876f20076f8ba7464730fc008202a /cad/klayout/Makefile
parent8c56bb35a92a0988b6b419363f653e74401c5fcb (diff)
downloadpkgsrc-1692cfa22cc809ce7ee6c8868e566fce7e1c95b0.tar.gz
Updated cad/klayout to 0.24.9
----------------------------- From: http://klayout.de/development.html Release date: 2016-11-29 Enhancements: The RBA::Region#smooth function was enhanced to give somewhat better results Enhancements: DXF's circle approximation can now also specified through an "accuracy" parameter: if less than the number of specified points is required to achieve the given accuracy, the number is reduced accordingly. This also applies to the polygon interpolation of spline and arc curves. Enhancement: RBA integration now is compatible with Ruby 2.3 which allows building on Ubuntu 16 as well. Enhancement: OASIS files with instance angles >360 were rejected before. Now, this has turned into a warning. Bugfix: DEF reader was failing to read MASK/via combinations. Bugfix: The marker browser's "show only rules with errors" option was enabled again on sorting of errors. Bugfix: DRC: Using Layout objects for inputs didn't work Bugfix: Copying Hierarchy treets containing PCell's made the PCell's being turned into static cells.
Diffstat (limited to 'cad/klayout/Makefile')
-rw-r--r--cad/klayout/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/cad/klayout/Makefile b/cad/klayout/Makefile
index 15cdd42fbe1..7047fb25758 100644
--- a/cad/klayout/Makefile
+++ b/cad/klayout/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2016/07/12 13:29:35 mef Exp $
+# $NetBSD: Makefile,v 1.7 2017/01/01 09:15:00 mef Exp $
-DISTNAME= klayout-0.24.8
+DISTNAME= klayout-0.24.9
CATEGORIES= cad
-MASTER_SITES= http://www.klayout.org/downloads/
+MASTER_SITES= http://www.klayout.org/downloads/source/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.klayout.de/