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 | |
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')
-rw-r--r-- | cad/klayout/Makefile | 4 | ||||
-rw-r--r-- | cad/klayout/distinfo | 10 |
2 files changed, 7 insertions, 7 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/ diff --git a/cad/klayout/distinfo b/cad/klayout/distinfo index 375e8d9bd87..a7949fa9213 100644 --- a/cad/klayout/distinfo +++ b/cad/klayout/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.2 2016/04/08 23:28:07 mef Exp $ +$NetBSD: distinfo,v 1.3 2016/05/14 06:33:49 mef Exp $ -SHA1 (klayout-0.24.6.tar.gz) = 3fbc184df834011242806dd4d61426b8d00f586c -RMD160 (klayout-0.24.6.tar.gz) = df92ca0489cff1f159af448de7f4c048f215bed4 -SHA512 (klayout-0.24.6.tar.gz) = 0519c451fb8e82c0fb2134b53e47b93cfb45c7f820f7cb3a1e145a6a099a6d941a6b198e2046b9b471ec80a981eaee3750817f212f4c8fd5c0779cb96af68074 -Size (klayout-0.24.6.tar.gz) = 11256108 bytes +SHA1 (klayout-0.24.7.tar.gz) = 8092db29b87ecfd9014f6461cb79d99ef3b55bcf +RMD160 (klayout-0.24.7.tar.gz) = cafd97f9145c654b8594f558f52f7fd7cf7f93ee +SHA512 (klayout-0.24.7.tar.gz) = d9e16f2790594628c35582c452c12d1f6d9c639496b6a7ed82fe1674711217e3b2559caed393997dd83ae49abac5652ecb8aac32b05a09126ab3e35ea5400d30 +Size (klayout-0.24.7.tar.gz) = 11256222 bytes SHA1 (patch-build.sh) = 3a1e61100de101cbe82b0c4abfa10a0ab2f7ead7 SHA1 (patch-config_Makefile_conf_freebsd-32-gcc-release) = 8ee1a6f42465ef650fbd26ec6dcdea4db249d018 SHA1 (patch-config_Makefile_conf_netbsd-32-gcc-release) = 1fd264f8a25d4410cd48fcfbbbfbf149e65e3b22 |