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:           Fri Jun 14 10:42:28 UTC 2024

Modified Files:
        pkgsrc/cad/klayout: Makefile distinfo

Log Message:
(cad/klayout) Udated 0.29.1 to 0.29.2

0.29.2           (2024-06-06):
* Enhancement: %GITHUB%/issues/1724 Don't read duplicate LEF files
* Bug: %GITHUB%/issues/1722 [macOS] Crash when opening layout having Custom Macro Menus
* Enhancement: %GITHUB%/issues/1721 Feature request: send results from a query to selection
* Enhancement: %GITHUB%/issues/1719 Small LVS issues
* Enhancement: %GITHUB%/issues/1710 Feature request: create separate cell for def FILL
* Bug: %GITHUB%/issues/1709 Problem displaying multiple text labels with same x value
* Bug: %GITHUB%/issues/1706 [macOS] User Properties Dialog Crashes
* Enhancement: %GITHUB%/issues/1701 Feature request: strm2oas should report input unit differences
* Enhancement: Methods to obtain representative shapes of subcircuit pin and terminals, i.e.
  LayoutToNetlist#shapes_of_pin, LayoutToNetlist#shapes_of_terminal.
* Enhancement: Some enhancements in the Ruby/Python area like better messages in case
  of argument mismatch errors and better handling of default values for enum arguments.
* Enhancement: LayoutToNetlist#layer_indexes, LayoutToNetlist#layer_info (convenience)
* Enhancement: blend-mode 0 (aka AddToCell) now does not generate instance duplicates
* Bugfix: Some bug fixes on macro IDE: deleted macros do not become "zombie tabs" for example


To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 pkgsrc/cad/klayout/Makefile
cvs rdiff -u -r1.42 -r1.43 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.86 pkgsrc/cad/klayout/Makefile:1.87
--- pkgsrc/cad/klayout/Makefile:1.86    Wed May 29 16:31:27 2024
+++ pkgsrc/cad/klayout/Makefile Fri Jun 14 10:42:28 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.86 2024/05/29 16:31:27 adam Exp $
+# $NetBSD: Makefile,v 1.87 2024/06/14 10:42:28 mef Exp $
 
-DISTNAME=      klayout-0.29.1
-PKGREVISION=   1
+DISTNAME=      klayout-0.29.2
 CATEGORIES=    cad
 MASTER_SITES=  https://www.klayout.org/downloads/source/
 

Index: pkgsrc/cad/klayout/distinfo
diff -u pkgsrc/cad/klayout/distinfo:1.42 pkgsrc/cad/klayout/distinfo:1.43
--- pkgsrc/cad/klayout/distinfo:1.42    Sun May 19 03:34:14 2024
+++ pkgsrc/cad/klayout/distinfo Fri Jun 14 10:42:28 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.42 2024/05/19 03:34:14 mef Exp $
+$NetBSD: distinfo,v 1.43 2024/06/14 10:42:28 mef Exp $
 
-BLAKE2s (klayout-0.29.1.tar.gz) = e23cdf36f6adb2279a426ed9f8b364194bcf3d1711952aa59ab3879285851e24
-SHA512 (klayout-0.29.1.tar.gz) = 347bf1f9e1d2a5d2929b79da4b0962c4ad0a14f9b3c5b93af8dc76fe9b47bf05860c1d23fd13371a72ecf244b29a841c9b16e7a7f365ecbec3438c7e4008df8f
-Size (klayout-0.29.1.tar.gz) = 96950632 bytes
+BLAKE2s (klayout-0.29.2.tar.gz) = ff28291e95af85def2c9a1866e9d46d59820c71333d7ef063b16e4bfa7507a26
+SHA512 (klayout-0.29.2.tar.gz) = d078271f95cab57bd453475e0947798bdb61881465afbd32d00fb58eaa00df3c7d61c1da1a50fbe1ae50d60167227c06ba3769aad857ecac37d9ab0c87827d11
+Size (klayout-0.29.2.tar.gz) = 97000602 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