pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/cad/klayout



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Dec  9 05:36:50 UTC 2018

Modified Files:
        pkgsrc/cad/klayout: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/cad/klayout/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/cad/klayout/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/cad/klayout/Makefile
diff -u pkgsrc/cad/klayout/Makefile:1.14 pkgsrc/cad/klayout/Makefile:1.15
--- pkgsrc/cad/klayout/Makefile:1.14    Mon Nov 12 03:51:46 2018
+++ pkgsrc/cad/klayout/Makefile Sun Dec  9 05:36:50 2018
@@ -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/
 

Index: pkgsrc/cad/klayout/distinfo
diff -u pkgsrc/cad/klayout/distinfo:1.10 pkgsrc/cad/klayout/distinfo:1.11
--- pkgsrc/cad/klayout/distinfo:1.10    Sat Sep 22 15:28:28 2018
+++ pkgsrc/cad/klayout/distinfo Sun Dec  9 05:36:50 2018
@@ -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