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:           Mon Dec 16 04:25:20 UTC 2024

Modified Files:
        pkgsrc/cad/klayout: Makefile distinfo

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

0.29.10          (2024-12-03):
* Bug: %GITHUB%/issues/1941 Crash with the navigator open
* Bug: %GITHUB%/issues/1942 Syntax error in pyi stubs
  As a bonus, added defaults for Box#enlarge and Box#enlarged (dx, dy)
* Bugfix: Partial mode snapping now is object first, then grid
* Bugfix: Key bindings have not been properly read from the configuration file
  The change in the configuration string structure triggered an old bug:
  Toolbar buttons had a twofold configuration and only the last one was
  considered. Changing the order of the entries could spoil the configuration.

0.29.9           (2024-12-01):
* Bug: %GITHUB%/issues/1907 Locking layouts against modification during recursive iteration of instances and shapes
  This prevents crashes in write-white-iterating scenarios
* Enhancement: %GITHUB%/issues/1923 Convenience versions of "move", "moved" on various objects
* Bug: %GITHUB%/issues/1925 Problem with import of MAGIC files
* Enhancement: %GITHUB%/issues/1934 (partial) shapes are instances are not selected when they exceed the viewport
  This avoids selecting large background objects my mistake and then
  moving them without noticing.
* Bug: %GITHUB%/issues/1930 Selection of structures results in thick black lines
* Enhancement: An experimental feature: EdgeNeighborhoodVisitor
* Enhancement: Edge pairs support transformation with Matrix3d now
* Enhancement: Trying to create a category in a RDB with an existing name will return the present one
* Bugfix: Typos fixed in manual
* Bugfix: Status bar was not cleared when the selecting is empty
* Bugfix: Texts cannot be selected now when they are turned off in the layout view
* Bugfix: Some icons were missing - for example in the netlist browser
* Bugfix: By default, layer properties are not initialized with the default when no .lyp file is specified in a technology
  You can turn this feature off by disabling the "Initialize other layers with default properties"
  option on the techology's "General" page.
* Bugfix: More consistent handling of special paths (like data: URLs) for technology components
* Bugfix: Improve snapping in partial mode when snapping to objects
* Enhancement: Supporting "Move by" after "Clone interactive"
* Enhancement: Key bindings and menu visibility is now formatted for better readability
  Now, there is one line per entry in the configuration file and the
  entries are sorted with the important ones first.
* Enhancement: New export option "Copy to clipboard" in the "Search and Replace" result list
* Enhancement: Showing "select" expressions in the header row of the "Search and Replace" result list
* Enhancement: Configuration options for the transient selection markers
  Now it is possible to configure transient selection differently from
  static selection (line style, fill)
* Bugfix: Fixing a problem with slow transient selection in edit mode
* Enhancement: Layout#read_bytes and Layout#write_bytes


To generate a diff of this commit:
cvs rdiff -u -r1.95 -r1.96 pkgsrc/cad/klayout/Makefile
cvs rdiff -u -r1.48 -r1.49 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.95 pkgsrc/cad/klayout/Makefile:1.96
--- pkgsrc/cad/klayout/Makefile:1.95    Thu Nov 14 22:18:48 2024
+++ pkgsrc/cad/klayout/Makefile Mon Dec 16 04:25:20 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.95 2024/11/14 22:18:48 wiz Exp $
+# $NetBSD: Makefile,v 1.96 2024/12/16 04:25:20 mef Exp $
 
-DISTNAME=      klayout-0.29.8
-PKGREVISION=   3
+DISTNAME=      klayout-0.29.10
 CATEGORIES=    cad
 MASTER_SITES=  https://www.klayout.org/downloads/source/
 

Index: pkgsrc/cad/klayout/distinfo
diff -u pkgsrc/cad/klayout/distinfo:1.48 pkgsrc/cad/klayout/distinfo:1.49
--- pkgsrc/cad/klayout/distinfo:1.48    Tue Oct 29 14:18:26 2024
+++ pkgsrc/cad/klayout/distinfo Mon Dec 16 04:25:20 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.48 2024/10/29 14:18:26 mef Exp $
+$NetBSD: distinfo,v 1.49 2024/12/16 04:25:20 mef Exp $
 
-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
+BLAKE2s (klayout-0.29.10.tar.gz) = 82980b6dece34247e4ca9b02d82ac829283e6a41dcc31829d791450b0ce5da3c
+SHA512 (klayout-0.29.10.tar.gz) = 3665666ad878e8923f7a53eeb1d2071001ed982d15a02bb5863c40928023cc5f5d302c15b3c5c30cc17a9ffeaed10a5dd401e592226c81e624f1564e77587ca8
+Size (klayout-0.29.10.tar.gz) = 97520916 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