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 Dec 12 03:14:41 UTC 2021

Modified Files:
        pkgsrc/cad/klayout: Makefile distinfo

Log Message:
(cad/klayout) Updated 0.27.3 to 0.27.5, proposed by Atsushi Toyokura at wip/klayout

0.27.5          (2021-11-14):
* Enhancements: Better support for execution (also cross-interpreter) of macro code from scripts
  - New methods for the Macro class like "run" and loading from file
  - New class Interpreter for accessing Ruby interpreter state from Python and vice versa
* Enhancement: New DRC function "enclosed" as the reverse of "enclosing"
  - Allows using the rectangle filters with "via enclosed by metal"
  - Usually better performance than "metal enclosing via"
* Enhancements: Usability
  - Navigation in the 2.5d view
  - "tap" function shows layer names and details from layer view
  - Documentation about layer views
* Enhancement: CentOS7 RPM's use Python 3 now
* Enhancement: Sending custom query shape objects to RDB produces shape markers now
* Enhancement: New method LayoutView#is_editable?
* Enhancement: %GITHUB%/issues/879 PCellDeclaration#layout and Layout#library ownership links
* Bugfix: %GITHUB%/issues/918 Editor options tab window too big
* Bugfix: %GITHUB%/issues/920 Fill tool border parameter sign issue
* Bugfix: %GITHUB%/issues/921 BJT3 extraction with collector shape fixed
* Bugfix: %GITHUB%/issues/933 QMessageLogger methods safe now with "%" characters
* Bugfix: %GITHUB%/issues/935 Cell#insert (of cell instances) now checks their cell indexes

0.27.4          (2021-09-25):
* Enhancements: Some enhancements on the 2.5d view (e.g. live layer color update, z only scaling, wire frames, etc.)
* Enhancement: simple versions of DRC with_holes/without_holes without parameters
* Enhancement: LVS netlist compare performance improvements in certain cases
* Enhancement: %GITHUB%/issues/914 Make "tap" function available in reader mode
* Bugfix: %GITHUB%/issues/912 Decent error message (not crashing) when trying to create a cell or layer on an empty panel
* Bugfix: %GITHUB%/issues/909 DRC crash
* Bugfix: %GITHUB%/issues/905 Crash when deleting a hierarchical PCell library from Python
* Bugfix: %GITHUB%/issues/898 Spice reader ignores last line
* Bugfix: %GITHUB%/issues/897 Fill Tool crashes
* Bugfix: %GITHUB%/issues/894 border case GDS file behavior restored
* Bugfix: %GITHUB%/issues/892 Font path can be selected for standalone "Basic" library
* Bugfix: %GITHUB%/issues/886 Python module does not build from sources
* Bugfix: %GITHUB%/issues/881 Typo in separation_check signature
* Bugfix: %GITHUB%/issues/880 Clarification of device parameter compare on LVS


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/cad/klayout/Makefile
cvs rdiff -u -r1.19 -r1.20 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.43 pkgsrc/cad/klayout/Makefile:1.44
--- pkgsrc/cad/klayout/Makefile:1.43    Wed Dec  8 16:03:25 2021
+++ pkgsrc/cad/klayout/Makefile Sun Dec 12 03:14:41 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.43 2021/12/08 16:03:25 adam Exp $
+# $NetBSD: Makefile,v 1.44 2021/12/12 03:14:41 mef Exp $
 
-DISTNAME=      klayout-0.27.3
-PKGREVISION=   2
+DISTNAME=      klayout-0.27.5
 CATEGORIES=    cad
 MASTER_SITES=  http://www.klayout.org/downloads/source/
 

Index: pkgsrc/cad/klayout/distinfo
diff -u pkgsrc/cad/klayout/distinfo:1.19 pkgsrc/cad/klayout/distinfo:1.20
--- pkgsrc/cad/klayout/distinfo:1.19    Tue Oct 26 10:04:13 2021
+++ pkgsrc/cad/klayout/distinfo Sun Dec 12 03:14:41 2021
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.19 2021/10/26 10:04:13 nia Exp $
+$NetBSD: distinfo,v 1.20 2021/12/12 03:14:41 mef Exp $
 
-BLAKE2s (klayout-0.27.3.tar.gz) = e03ea79d7c6b70c2ae9a7a69daebce2426c16464f63af6af6c3820a149202833
-SHA512 (klayout-0.27.3.tar.gz) = 5f3a83cbbdc171acf200a90e4758942e7c3dd4ec66666576c6ecb041326e52a99222992e844d63f939650374a7493f542b1412ada714b6c0271103facb5acaa9
-Size (klayout-0.27.3.tar.gz) = 57274694 bytes
+BLAKE2s (klayout-0.27.5.tar.gz) = e26b0e46234375a1de10917893fb6c491741fa1dc54cba317006d24e8360273e
+SHA512 (klayout-0.27.5.tar.gz) = 6ca323d9f9250493149b767fd8fd8c82f30eb723c1c1e3c77a5a5b782303d92199cd76cc4a91f025ea94e1adaff53c9fb4c0f302ae28510a388613c5547ae871
+Size (klayout-0.27.5.tar.gz) = 57330651 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