diff options
author | mef <mef@pkgsrc.org> | 2018-12-09 05:36:50 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2018-12-09 05:36:50 +0000 |
commit | f4be7b0b1ff42d988f07828b7a12deae1f765c81 (patch) | |
tree | 8cb552cbae39463e973477c09c987fea1cd7dbf0 /cad | |
parent | 626472ec7439e0114bf5720efd929d1cfe34a414 (diff) | |
download | pkgsrc-f4be7b0b1ff42d988f07828b7a12deae1f765c81.tar.gz |
Updated cad/klayout 0.25.4 to 0.25.6
0.25.6 (2018-11-23):
* Enhancement: https://github.com/klayoutmatthias/klayout/pull/199
Added an option to export DXF polygons as LINE objects
* Bugfix: https://github.com/klayoutmatthias/klayout/issues/198
Stitching of DXF contours wasn't taking nearest neighbours
* Bugfix: https://github.com/klayoutmatthias/klayout/issues/191
MainWindow/PluginRoot classes got mixed up
As a side effect of this fix, layout views can now
be configured individually. This wasn't working
consistently before.
0.25.5 (2018-10-20):
* Bugfix: https://github.com/klayoutmatthias/klayout/issues/162
GDS2 LIBNAME was not maintained on "File/Save".
* Bugfix: https://github.com/klayoutmatthias/klayout/issues/166
Internal error when writing GDS files (breaking of polygons)
* Bugfix: https://github.com/klayoutmatthias/klayout/issues/172
DEF reader did not pull vias from LEF
* Bugfix: https://github.com/klayoutmatthias/klayout/issues/174
Performance issue with many layers with width >1
* Bugfix: https://github.com/klayoutmatthias/klayout/issues/176
Painting issue with texts
* Bugfix: https://github.com/klayoutmatthias/klayout/issues/185
Hash values available as __hash__ standard method now
for Python
* Bugfix: some potential memory corruption issues fixed
During the efforts for making the code base compatible
with MSVC, some potential candidates for memory corruption
have been identified and fixed.
These fixes are included in this release.
Diffstat (limited to 'cad')
-rw-r--r-- | cad/klayout/Makefile | 5 | ||||
-rw-r--r-- | cad/klayout/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/cad/klayout/Makefile b/cad/klayout/Makefile index 77274e69738..0535054b997 100644 --- a/cad/klayout/Makefile +++ b/cad/klayout/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2018/11/12 03:51:46 ryoon Exp $ +# $NetBSD: Makefile,v 1.15 2018/12/09 05:36:50 mef Exp $ -DISTNAME= klayout-0.25.4 -PKGREVISION= 1 +DISTNAME= klayout-0.25.6 CATEGORIES= cad MASTER_SITES= http://www.klayout.org/downloads/source/ diff --git a/cad/klayout/distinfo b/cad/klayout/distinfo index 5366fc91496..9f1efd535ce 100644 --- a/cad/klayout/distinfo +++ b/cad/klayout/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.10 2018/09/22 15:28:28 mef Exp $ +$NetBSD: distinfo,v 1.11 2018/12/09 05:36:50 mef Exp $ -SHA1 (klayout-0.25.4.tar.gz) = 877f2ef7bd905138e285f4ddcc4faec103f4aed2 -RMD160 (klayout-0.25.4.tar.gz) = abb74435f96b09021d858d11b284e4fb0aa85c55 -SHA512 (klayout-0.25.4.tar.gz) = e87e0faa9aeb17d14c36922310b13211a49eb6dce8e7c6ac76969b39975ec75cfa7d88ffccfc83b9c5b1edfe4bba7d26e5201745f2c60b34abab6a1abbacc499 -Size (klayout-0.25.4.tar.gz) = 18865225 bytes +SHA1 (klayout-0.25.6.tar.gz) = a74576b0fec09ce9b3c102a5a2cac42cc86b37ae +RMD160 (klayout-0.25.6.tar.gz) = 02b07a6a9bd16546cda8cf1c7b0fc94a93c24e8f +SHA512 (klayout-0.25.6.tar.gz) = 38d13bd6f0cef5685ef32ebf00edf07f588d445174e2a56320940a7036e65a3fbb11d1efab92af9f8abfce7e77c782df5f05460a7de4d98ade924c761396db5a +Size (klayout-0.25.6.tar.gz) = 21008915 bytes SHA1 (patch-config_Makefile.conf.freebsd-32-gcc-release) = fd5b506f8da1c314091523e48e33a949d0fadb94 SHA1 (patch-config_Makefile.conf.netbsd-32-gcc-release) = 72ab38fd4bb1a1c9bbae61ad7f7cbdafa5706775 SHA1 (patch-src_layApplication.cc) = fa42542213519e8c04820ab08ce5c1385bf8b860 |