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 May 19 03:34:14 UTC 2024

Modified Files:
        pkgsrc/cad/klayout: Makefile distinfo

Log Message:
(cad/klayout) Updated 0.29.0 to 0.29.1

0.29.1           (2024-05-04):
* Enhancement: %GITHUB%/issues/1700 Porting 2.5d view for compatibility with OpenGL 3.0 for better support on other platforms
  This however comes with a larger memory footprint during rendering. Something to fix later.
* Bugfix: %GITHUB%/issues/1696 Cannot read LVS or L2N report with generic devices
* Bugfix: %GITHUB%/issues/1691 LVS soft connections: making a soft connection to a device terminal disconnects the device
* Bugfix: %GITHUB%/issues/1683 Spice reader accepts circuits without definition but pins get shorted
* Bugfix: %GITHUB%/issues/1681 Spice reader ".endl" should accept lib name
* Bugfix: %GITHUB%/issues/1679 Update sample macros for migration to Qt6
* Enhancement: %GITHUB%/issues/1678 Qt major version-wise Assistant
* Bugfix: %GITHUB%/issues/1671 Search and replace: Delete instances crashes KLayout
* Enhancement: %GITHUB%/issues/1666 'Visibility Follows Selection' option for the 2.5d view
* Bugfix: HTTPS timeout included time to enter password
  So you had 10 seconds max. to enter your password :(
* Bugfix: marker and net browser windows did not get closed when clicking on close icon
* Bugfix: "duplicate interactive" now also working for rulers
* Enhancement: "upcase", "downcase" functions for expressions
* Enhancement: DRC features to reduce coding effort for certain rules
  - New options for "corners": 'absolute' and 'negative' options
  - New options for with/without_angle: 'absolute' option.
* Bugfixes: SPICE reader
  - now detects recursive circuit calls
  - skips empty top level circuit now, which did not happen when
    control statements were present at top level
* Enhancements: DRC report category formation:
  - "output" will add shapes to a category is the category name was
    used before
  - "output" accepts an array of names for the category name, creating
    a sub-category hierarchy
* Enhancement: Enhanced handling of cell variants in DRC reports
  Now, cell variants are listed with the original cell name and
  a description of the variant formation.
* Enhancement: Marker browser enhancements and RDB API
  - items can be added comment strings now.
  - "info" and "save" function in marker database browser File menu
  - file name shown in RDB selection drop-down
* Enhancement: DRC waiver concept
  KLayout now includes a way to store waive flags along with RDB databases.
  A waiver DB is nothing else than a report database file annotated with
  waive flags and other attributes like comments, images etc.
  For details see documentation under "DRC Basics".
  New functions in marker browser:
  - apply waiver DB
  - save as waiver DB
* Enhancement: Editor hooks
  This feature allows dynamically annotating shapes while
  they are edited. This feature is somewhat experimental as of now.
  See "EditorHooks" class for an example.


To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 pkgsrc/cad/klayout/Makefile
cvs rdiff -u -r1.41 -r1.42 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.84 pkgsrc/cad/klayout/Makefile:1.85
--- pkgsrc/cad/klayout/Makefile:1.84    Sun Apr 21 20:27:18 2024
+++ pkgsrc/cad/klayout/Makefile Sun May 19 03:34:14 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.84 2024/04/21 20:27:18 mef Exp $
+# $NetBSD: Makefile,v 1.85 2024/05/19 03:34:14 mef Exp $
 
-DISTNAME=      klayout-0.29.0
+DISTNAME=      klayout-0.29.1
 CATEGORIES=    cad
 MASTER_SITES=  https://www.klayout.org/downloads/source/
 

Index: pkgsrc/cad/klayout/distinfo
diff -u pkgsrc/cad/klayout/distinfo:1.41 pkgsrc/cad/klayout/distinfo:1.42
--- pkgsrc/cad/klayout/distinfo:1.41    Sun Apr 21 20:27:18 2024
+++ pkgsrc/cad/klayout/distinfo Sun May 19 03:34:14 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.41 2024/04/21 20:27:18 mef Exp $
+$NetBSD: distinfo,v 1.42 2024/05/19 03:34:14 mef Exp $
 
-BLAKE2s (klayout-0.29.0.tar.gz) = e18772964d792d6040a3951e41beec94ee2fb9e9917db07683a5eef8d55d2544
-SHA512 (klayout-0.29.0.tar.gz) = 6c59e7e2d5a8afc088a0f385deb42d4352a4a3308bc96c14843b9171ab5c598b9a5a983e5b79585f9889a5a694911ca20573d53f869cc6974329ef54ee2d7d6d
-Size (klayout-0.29.0.tar.gz) = 96915725 bytes
+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
 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