pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/cad/klayout Updated cad/klayout 0.25.4 to 0.25.6
details: https://anonhg.NetBSD.org/pkgsrc/rev/68a57a64b131
branches: trunk
changeset: 316242:68a57a64b131
user: mef <mef%pkgsrc.org@localhost>
date: Sun Dec 09 05:36:50 2018 +0000
description:
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:
cad/klayout/Makefile | 5 ++---
cad/klayout/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 8 deletions(-)
diffs (31 lines):
diff -r 8b316ad2471a -r 68a57a64b131 cad/klayout/Makefile
--- a/cad/klayout/Makefile Sun Dec 09 03:04:34 2018 +0000
+++ b/cad/klayout/Makefile Sun Dec 09 05:36:50 2018 +0000
@@ -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 -r 8b316ad2471a -r 68a57a64b131 cad/klayout/distinfo
--- a/cad/klayout/distinfo Sun Dec 09 03:04:34 2018 +0000
+++ b/cad/klayout/distinfo Sun Dec 09 05:36:50 2018 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index