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 Mar 9 03:09:37 UTC 2025
Modified Files:
pkgsrc/cad/klayout: Makefile distinfo
Log Message:
(cad/klayout) Updated 0.29.11 to 0.29.12
0.29.12 (2025-03-02):
* Bug: %GITHUB%/issues/1976 Crash on cross mode, lw > 1 and oversampling
* Bug: %GITHUB%/issues/1987 Build failure against Qt6.8
* Enhancement: %GITHUB%/issues/1989 API enhancements: several new split_... methods
on Edges, Region, EdgePairs and Texts, delivering a pair of containers with
selected and unselected objects.
* Bug: %GITHUB%/issues/1993 Tiling processor kept layout locks, causing DRC issues with "with_density"
* Bug: %GITHUB%/issues/1997 Can not find a file in Open Recent menu (a string unescaping bug)
* Bugfix: 'Save All' was not updating the dirty flag in the inactive tabs
* Bugfix: Fixing a crash when editing PCell parameters while the macro editor is open
* Bugfix: Fixed a potential Crash on "save all"
* Bugfix: Fixed a bug when returning a Region into a layout with cells unselected
* Bugfix: Tab title were not updated on cell rename
* Bugfix: Fixed a crash on certain layout queries
- For example "instances of cell .*.* where inst.trans.rot == 2" was crashing
* Bugfix: Fixing two problems with layer mapping
- Mapping "[*/*] 100/0:0/0" (for example) created 0/0 two times when the input contains 100/0 and 0/0. Now
it is a single layer only
- The mapping table generated from strings now uses layer indexes from a range that should not collide
with existing layer indexes.
To generate a diff of this commit:
cvs rdiff -u -r1.98 -r1.99 pkgsrc/cad/klayout/Makefile
cvs rdiff -u -r1.50 -r1.51 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.98 pkgsrc/cad/klayout/Makefile:1.99
--- pkgsrc/cad/klayout/Makefile:1.98 Wed Feb 12 06:44:32 2025
+++ pkgsrc/cad/klayout/Makefile Sun Mar 9 03:09:37 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.98 2025/02/12 06:44:32 ryoon Exp $
+# $NetBSD: Makefile,v 1.99 2025/03/09 03:09:37 mef Exp $
-DISTNAME= klayout-0.29.11
-PKGREVISION= 1
+DISTNAME= klayout-0.29.12
CATEGORIES= cad
MASTER_SITES= https://www.klayout.org/downloads/source/
Index: pkgsrc/cad/klayout/distinfo
diff -u pkgsrc/cad/klayout/distinfo:1.50 pkgsrc/cad/klayout/distinfo:1.51
--- pkgsrc/cad/klayout/distinfo:1.50 Tue Jan 21 02:48:11 2025
+++ pkgsrc/cad/klayout/distinfo Sun Mar 9 03:09:37 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.50 2025/01/21 02:48:11 mef Exp $
+$NetBSD: distinfo,v 1.51 2025/03/09 03:09:37 mef Exp $
-BLAKE2s (klayout-0.29.11.tar.gz) = dbc740fc6194aa4f95d3c58736d48373b4d51355e871a3ad1621253c27e0e52f
-SHA512 (klayout-0.29.11.tar.gz) = a03bc5e3ca612e0dab894a193e7f942ef4fb8860364fcdda2128b55fd81c82eb2c8122a1e340c03097a9def7942d151ba115def8322e3c103fcec09d4849f6dd
-Size (klayout-0.29.11.tar.gz) = 97526183 bytes
+BLAKE2s (klayout-0.29.12.tar.gz) = 82936ccbf486eda9f20fb9793c75265f011e8d9180ce78f8c9f242d6326c1f63
+SHA512 (klayout-0.29.12.tar.gz) = 794b10b1f5446e07598a2f6bcde30160eb9a69a6add45febb51f999e7ea50788877e7282f517dc70af6d0b7de4fe5a4471e6d90034ef5fc7c7629bd60bb46cf1
+Size (klayout-0.29.12.tar.gz) = 97537581 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