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:           Sat Apr  8 23:25:31 UTC 2023

Modified Files:
        pkgsrc/cad/klayout: Makefile distinfo

Log Message:
(cad/klayout) Updated 0.28.5 to 0.28.6

0.28.6           (2023-03-16):
* Enhancement: %GITHUB%/issues/1249 Include expanded/collapsed state of layer properties into session
* Bugfix: %GITHUB%/issues/1265 Issues installing klayout with pip on macOS related to libpng
* Enhancement: %GITHUB%/issues/1271 __version__ attribute in Python modules available now
* Bugfix: %GITHUB%/issues/1287 Goto Position (CRTL+G) is not showing the origin (0,0)
* Bugfix: %GITHUB%/issues/1291 Better compatibility of PyQt5 and KLayout (i.e. debugger does not crash)
* Enhancement: %GITHUB%/issues/1294 Persisting layer properties in sessions
* Bugfix: %GITHUB%/issues/1302 Select filter is not applied in partial mode
* Bugfix: %GITHUB%/issues/1304 Spice netlist reader: should read "M" terminals in DGS order
* Bugfix: %GITHUB%/issues/1309 Incomplete fill (polygon rasterizer issue)
* Bugfix: %GITHUB%/issues/1315 Cannot export layers from Marker Browser in viewer mode
* Bugfix/enhancement: some LEF/DEF parser issues solved with the help of a new complete sample case
* Bugfix: Avoid a segfault while editing a ruler. This happens is both a selection and a transient selection is active.
* Enhancement: Some enhancements for image editing (e.g. selection remains after moving handles)
* Enhancement: klayout.db Python module is auto-loaded for providing stream readers
* Enhancement: Spice reader now supports parametric subcircuits
* Enhancement: Build issue fixed for Qt 5.15.2 bindings
* Enhancement: Including Python's matplotlib into Windows binaries
* Bugfix: Reading fillcell-generated inputs again into DRC deck now also works for deep mode


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/cad/klayout/Makefile
cvs rdiff -u -r1.30 -r1.31 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.62 pkgsrc/cad/klayout/Makefile:1.63
--- pkgsrc/cad/klayout/Makefile:1.62    Mon Apr  3 20:20:46 2023
+++ pkgsrc/cad/klayout/Makefile Sat Apr  8 23:25:31 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.62 2023/04/03 20:20:46 nros Exp $
+# $NetBSD: Makefile,v 1.63 2023/04/08 23:25:31 mef Exp $
 
-DISTNAME=      klayout-0.28.5
-PKGREVISION=   1
+DISTNAME=      klayout-0.28.6
 CATEGORIES=    cad
 MASTER_SITES=  http://www.klayout.org/downloads/source/
 

Index: pkgsrc/cad/klayout/distinfo
diff -u pkgsrc/cad/klayout/distinfo:1.30 pkgsrc/cad/klayout/distinfo:1.31
--- pkgsrc/cad/klayout/distinfo:1.30    Sat Feb 11 12:57:01 2023
+++ pkgsrc/cad/klayout/distinfo Sat Apr  8 23:25:31 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.30 2023/02/11 12:57:01 mef Exp $
+$NetBSD: distinfo,v 1.31 2023/04/08 23:25:31 mef Exp $
 
-BLAKE2s (klayout-0.28.5.tar.gz) = cc539f620f6280245ab8c4c0cfc23d2864ae8664dd0ce6db366d0fbdfe956db5
-SHA512 (klayout-0.28.5.tar.gz) = ae2f4a08d8939eccba41f2a76ef3e1a97bdd61925329f3d3c314206dfc2783e0db0ffad58cc1357355f0853079987b9c083dde78ae29914b4db8aadc24181082
-Size (klayout-0.28.5.tar.gz) = 88218961 bytes
+BLAKE2s (klayout-0.28.6.tar.gz) = 1ffb4f454e8234ea44a55f3fd18ff20a0c38ae370979dffdc241d59f41d31f1f
+SHA512 (klayout-0.28.6.tar.gz) = c2e0e70bff3aa8cfba964959b5344e123b903035d59e0d34e9914443365cf5acf2cf00c53160b8719159b1ebc6401637f8fe9f9a0b8108c550ab092de36450a0
+Size (klayout-0.28.6.tar.gz) = 88334413 bytes
 SHA1 (patch-config_Makefile.conf.freebsd-32-gcc-release) = 0eaac4f5bd5441976f6113f37b1643653f4fdea4
 SHA1 (patch-config_Makefile.conf.netbsd-32-gcc-release) = b18e6708a2b40c69275bb6c285ddebb49e9808bb
 SHA1 (patch-src_lay_lay_layApplication.cc) = fa42542213519e8c04820ab08ce5c1385bf8b860



Home | Main Index | Thread Index | Old Index