diff options
author | mef <mef@pkgsrc.org> | 2016-07-12 13:29:35 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2016-07-12 13:29:35 +0000 |
commit | 92b9d17103bbcdf7c13f8d163f80005147650f08 (patch) | |
tree | 70fbd5718f00cd3006110c9936ae352747d91aa9 /cad/klayout | |
parent | 7485b5dc7472fdf2ffdf5eb3b8085a25f2f82ff1 (diff) | |
download | pkgsrc-92b9d17103bbcdf7c13f8d163f80005147650f08.tar.gz |
Updated cad/klayout to 0.24.8
-----------------------------
Version 0.24.8
Release date: 2016-06-19
- Bugfix: XOR and different or big database units: With
tiling, XOR between two layouts with different database
units was still not working correctly. Also, when the
database unit was larger than 1nm, the XOR feature was
dropping results sometimes when tiling was on.
- Enhancements: progress bar shown also for "-z" mode
scripts: The solution of 0.24.7 has been modified to avoid
annoying progress bar windows popping up in
background-window mode: Now, progress bar windows will
only pop up if an active main window is present. This will
enable progress bars for scripts that open their own main
windows but still keep the application GUI-less when the
script does not do so.
- Bugfix: Crash on empty panel: When "New/Panel" is used a
view without a layout is created. An attempt to create
layout on such panels crashed the application.
- Bugfix: LEF reader now can read PIN statements including VIA
- Bugfix: Polygon smoothing was not working properly in some
cases Previously the smoothing function was sometimes
dropping vertexes from the polygons. Smoothing now does
also guarantee not to exceed the given distance.
- Bugfix: Sorting cells by area now sorts cells by name as
second choice In the previous version, cells with
identical area were grouped but the order was
arbitrary. Now the name is used as the second-level
sorting criterion which keeps such cells sorted by name.
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 0459963c6d5..15cdd42fbe1 100644 --- a/cad/klayout/Makefile +++ b/cad/klayout/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2016/05/14 06:33:49 mef Exp $ +# $NetBSD: Makefile,v 1.6 2016/07/12 13:29:35 mef Exp $ -DISTNAME= klayout-0.24.7 +DISTNAME= klayout-0.24.8 CATEGORIES= cad MASTER_SITES= http://www.klayout.org/downloads/ diff --git a/cad/klayout/distinfo b/cad/klayout/distinfo index a7949fa9213..058f072cb8e 100644 --- a/cad/klayout/distinfo +++ b/cad/klayout/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.3 2016/05/14 06:33:49 mef Exp $ +$NetBSD: distinfo,v 1.4 2016/07/12 13:29:35 mef Exp $ -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 (klayout-0.24.8.tar.gz) = 795e32c9aebc53aaa70ceaf20311acd78af4194a +RMD160 (klayout-0.24.8.tar.gz) = 2e674413de96f7a718e28eddd79f5d75a818295d +SHA512 (klayout-0.24.8.tar.gz) = 11b4d28a8dbbe104f77447cb949a89239d325543e25189265accdef80fbb52a9535170880826d30b7a811e5dfcff8a253b1015ec0157675c1f124dbe92056cd3 +Size (klayout-0.24.8.tar.gz) = 11262068 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 |