pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
klayout: update wip/klayout to 0.27.3
Module Name: pkgsrc-wip
Committed By: Atsushi Toyokura <asteria.at%gmail.com@localhost>
Pushed By: steleto
Date: Fri Aug 13 21:50:51 2021 +0900
Changeset: 2b3f74085c35d2e43d3468f38d94c34d22b56479
Modified Files:
klayout/Makefile
klayout/distinfo
Log Message:
klayout: update wip/klayout to 0.27.3
0.27.3 (2021-07-23):
* Enhancement: DRC - more filters for edge pair collections
As there are now: with(out)_area and with(out)_internal_angle
* Bugfix: %GITHUB%/issues/846 Crash in netlist browser
* Bugfix: %GITHUB%/issues/851 KLayout stalls in net browser net highlighting when net shapes contain texts
* Bugfix: %GITHUB%/issues/854 Resistor Device extractor extracts W and L 2 times too large
* Bugfix: %GITHUB%/issues/856 LVS: Resistor with bulk: bulk terminal swaps with A terminal
* Bugfix: %GITHUB%/issues/858 "+" line continuation in Spice reader only effective when at beginning of line
* Bugfix: %GITHUB%/issues/859 Technology was not assigned on new layout
* Bugfix: %GITHUB%/issues/864 Shapes#copy_shapes does not support undo/redo
* Bugfix: %GITHUB%/issues/866 Probe net not working for floating subcircuits in hierarchical net tracer
* Bugfix: %GITHUB%/issues/867 Macro editor freeze after search next
* Bugfix: %GITHUB%/issues/871 Application stalls with 'draw only border instances' mode with AREFs
* Bugfix: %GITHUB%/issues/875 Drawing glitch
* Enhancement: LVS features
- "extract_devices" returns the device class object
- Device class object can be used to enable parameters (make them primary)
- Spice writer delegate enabled in LVS for customization of output
- "blank_circuit" specifies circuits as black boxes and skips compare
- Better propagation of symmetric nets through swappable pins
- "tolerance" and "join_symmetric_nets" can be used anywhere in the LVS script now
- "same_nets!" (with exclamation mark) for strong matching of nets
- "same_nets" accepts glob pattern now
* Enhancements: RBA/pya
- Device#net_for_terminal with terminal name
- Circuit#nets_by_name with glob pattern
- Netlist#is_case_sensitive?, Netlist#case_sensitive=
- Netlist#nets_by_name to get nets from pattern
- CellView#context_trans and CellView#context_dtrans
* Enhancement: Ruby 3.0 basic enabling
* Enhancement: DRC "extent" accepts a cell name pattern now to deliver cell bounding boxes
* Bugfix: reverted change of #796
DXF version is back to AC1006 which seems to be more compatible with most consumers of
DXF files. Using 1016 AC1014 seems to require much more meta information I cannot
provide without deeper insight into the DXF structure.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2b3f74085c35d2e43d3468f38d94c34d22b56479
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
klayout/Makefile | 2 +-
klayout/distinfo | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diffs:
diff --git a/klayout/Makefile b/klayout/Makefile
index 1250da01f9..6d8394b08a 100644
--- a/klayout/Makefile
+++ b/klayout/Makefile
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.38 2021/05/29 06:08:56 mef Exp $
-DISTNAME= klayout-0.27.2
+DISTNAME= klayout-0.27.3
CATEGORIES= cad
MASTER_SITES= http://www.klayout.org/downloads/source/
diff --git a/klayout/distinfo b/klayout/distinfo
index ba96d83d64..49034b1ca5 100644
--- a/klayout/distinfo
+++ b/klayout/distinfo
@@ -1,9 +1,9 @@
$NetBSD: distinfo,v 1.16 2021/05/29 06:08:56 mef Exp $
-SHA1 (klayout-0.27.2.tar.gz) = 1ed598661b6017dd218b1788b30f7676daf97ea2
-RMD160 (klayout-0.27.2.tar.gz) = 4b19b5c721a33b363c37b3a31566a6d84e5487ad
-SHA512 (klayout-0.27.2.tar.gz) = d9f71c5ed18d4a0275e19e060f809ca3b921f7fc450eeb2926e3013cd56cbe66de814924385e05b7e896673aa4b9462ec4f50e0aa435b5376cd79ae61d87bf77
-Size (klayout-0.27.2.tar.gz) = 57233420 bytes
+SHA1 (klayout-0.27.3.tar.gz) = ba4803f973167a633737a54eb7a24955b30c18e7
+RMD160 (klayout-0.27.3.tar.gz) = 137d0721d2240eda4aae69260fe7aa173c3da9dc
+SHA512 (klayout-0.27.3.tar.gz) = 5f3a83cbbdc171acf200a90e4758942e7c3dd4ec66666576c6ecb041326e52a99222992e844d63f939650374a7493f542b1412ada714b6c0271103facb5acaa9
+Size (klayout-0.27.3.tar.gz) = 57274694 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