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:           Tue Oct 29 14:18:26 UTC 2024

Modified Files:
        pkgsrc/cad/klayout: Makefile distinfo

Log Message:
(cad/klayout) Updated 0.29.7 to 0.29.8

0.29.8           (2024-10-20):
* Enhancement: %GITHUB%/issues/1869 Adding a new option, -to or --top-output to strmxor
* Bug: %GITHUB%/issues/1870 Do not allow editing on invalid layers
* Bug: %GITHUB%/issues/1874 Crash when copying a cell to another layout
* Bug: %GITHUB%/issues/1877 Rounding introduces DRC error in LEF/DEF via
* Bug: %GITHUB%/issues/1880 Enhancing GDS2 writer float conversion such that less rounding occurs
* Bug: %GITHUB%/issues/1885 --subst-char option in strm2oas was not accepting "do not substitute"
* Bug: %GITHUB%/issues/1886 Small documentation fix
* Bug: %GITHUB%/issues/1887 Small documentation fix
* Bug: %GITHUB%/issues/1899 Adding global operators for QPoint on Qt6 and more
* Enhancement: %GITHUB%/issues/1900 Help/about dialog content selectable
* Bug: %GITHUB%/issues/1902 Two potential memory issues fixed
* Bugfix: LEF/DEF reader recognizes existing layers by name now
  This happened to be an issue if you were reloading a LEF/DEF layout as
  name layers got added as duplicates.
* Bugfix: In DRC, with '@+' as target layout, maintain the original active cell view
  This way, DRC can be re-run on the original layout, but each time generating a new output cellview.


To generate a diff of this commit:
cvs rdiff -u -r1.91 -r1.92 pkgsrc/cad/klayout/Makefile
cvs rdiff -u -r1.47 -r1.48 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.91 pkgsrc/cad/klayout/Makefile:1.92
--- pkgsrc/cad/klayout/Makefile:1.91    Mon Oct  7 19:58:42 2024
+++ pkgsrc/cad/klayout/Makefile Tue Oct 29 14:18:26 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.91 2024/10/07 19:58:42 mef Exp $
+# $NetBSD: Makefile,v 1.92 2024/10/29 14:18:26 mef Exp $
 
-DISTNAME=      klayout-0.29.7
+DISTNAME=      klayout-0.29.8
 CATEGORIES=    cad
 MASTER_SITES=  https://www.klayout.org/downloads/source/
 

Index: pkgsrc/cad/klayout/distinfo
diff -u pkgsrc/cad/klayout/distinfo:1.47 pkgsrc/cad/klayout/distinfo:1.48
--- pkgsrc/cad/klayout/distinfo:1.47    Mon Oct  7 19:58:42 2024
+++ pkgsrc/cad/klayout/distinfo Tue Oct 29 14:18:26 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.47 2024/10/07 19:58:42 mef Exp $
+$NetBSD: distinfo,v 1.48 2024/10/29 14:18:26 mef Exp $
 
-BLAKE2s (klayout-0.29.7.tar.gz) = 32e6d50077a214c6e8f6769209a3fbe8517721f3da11ea75dc173c526ce2f621
-SHA512 (klayout-0.29.7.tar.gz) = 361337d028b8266abd2c5114643a7b2074c794f5685b336658168f09df1f3e4826de2d3cb1e094bd2f08616d6f0be78c8f6b44144c74367dcaf65785476ab8ae
-Size (klayout-0.29.7.tar.gz) = 97112729 bytes
+BLAKE2s (klayout-0.29.8.tar.gz) = e8ac93b5182889a3994bb88461f3b3ade38ef3c1449d514e6fe8447c037aff9a
+SHA512 (klayout-0.29.8.tar.gz) = 58935d508d9f0e66b51c5e7aa6add30795a8a617815854afb7a9e211f9dd1c606940214b10493ae8728605c8ae3d955f096ac5a140fbb0f50902af303d109716
+Size (klayout-0.29.8.tar.gz) = 97498320 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