diff options
author | mef <mef@pkgsrc.org> | 2016-05-14 06:33:49 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2016-05-14 06:33:49 +0000 |
commit | 6ba31d6e0c25b9e50714a5514232df776ad9ca73 (patch) | |
tree | 360e2b83c268a5f18439424d7e757393290d8c68 /cad/klayout/Makefile | |
parent | d8f9814456e018a8e3a4225a7e68ce50e8634179 (diff) | |
download | pkgsrc-6ba31d6e0c25b9e50714a5514232df776ad9ca73.tar.gz |
Updated cad/klayout to 0.24.7
--------------------------------------
http://www.klayout.de/development.html
--------------------------------------
Release date: 2016-05-03
Features:
- Bugfix: XOR and different database units: With tiling, XOR
between two layouts with different database units was not
working correctly.
- Enhancements: progress bar shown also for "-z" mode
scripts: Scripts running in KLayout with the "-z" option
(don't show main window) were not experiencing progress
reporting before. Now a small modal window is shown during
long-running operations that indicates the progress and
provides a Cancel button to abort the operation.
- Bugfix: Crash on using "Edit/Make cell": This happened
sometimes if the selected objects contained instances.
- Bugfix: Invalid behavior of paths with reflecting
segments: For example a path made of the points (0, 0),
(0, 1000) and (0, 0) had a reflecting segment which cause
some computations (for example the bounding box) to return
invalid results.
Diffstat (limited to 'cad/klayout/Makefile')
-rw-r--r-- | cad/klayout/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/klayout/Makefile b/cad/klayout/Makefile index c7abc734868..0459963c6d5 100644 --- a/cad/klayout/Makefile +++ b/cad/klayout/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2016/04/08 23:28:07 mef Exp $ +# $NetBSD: Makefile,v 1.5 2016/05/14 06:33:49 mef Exp $ -DISTNAME= klayout-0.24.6 +DISTNAME= klayout-0.24.7 CATEGORIES= cad MASTER_SITES= http://www.klayout.org/downloads/ |