pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

klayout: Update to 0.27.11



Module Name:	pkgsrc-wip
Committed By:	Atsushi Toyokura <asteria.at%gmail.com@localhost>
Pushed By:	steleto
Date:		Tue Sep 6 23:43:18 2022 +0900
Changeset:	376aaf779fc306572c93dd30c4861305f4497146

Modified Files:
	klayout/Makefile
	klayout/distinfo

Log Message:
klayout: Update to 0.27.11

0.27.11          (2022-08-10):

* Bugfix: %GITHUB%/issues/1098 Normalize zero dimension when generating regular array instance
* Enhancement: %GITHUB%/issues/1103 Add setting to disable Save Needed dialog box
* Bugfix: %GITHUB%/issues/1106 "move by" does not move instances from partial selection
* Bugfix: %GITHUB%/issues/1111 GenericDeviceExtractor%GITHUB%/issues/define_opt_layer not working
* Bugfix: %GITHUB%/issues/1114 MSYS2 compatibility with latest revision (based on gcc 12.1)
* Bugfix: %GITHUB%/issues/1126 Internal error on DRC operation
* Bugfix: %GITHUB%/issues/1135 LVS mismatch on parallel devices and issue on ambiguity resolution
* Enhancement: Support for Python 3.11
* Enhancement: L2N and LVSDB readers made compatible with potential future extensions
* Enhancement: DRC Antenna check now can be given a text layer which receives output describing the measured and computed values
* Bugfix: *= method (e.g. Point, DPoint) properly listed in help and reflection API
* Bugfixes: Fixed a number of potential segfaults due to memory corruption found during master branch refactoring

0.27.10          (2022-06-04):

* Bugfix: %GITHUB%/issues/1081 Using a layer properties file from recent list without layout loaded crashes KLayout
* Enhancement: %GITHUB%/issues/1079 PCell update: Library#refresh should call coerce_parameters_impl
* Bugfix: %GITHUB%/issues/1075 Edit layer specification doesn't work well with PCells
* Bugfix: %GITHUB%/issues/1071 Issues with GDS text format and "Save As"
* Bugfix: %GITHUB%/issues/1068 Circle handle not shown sometimes
* Bugfixes: two potential segfaults fixed due to early delete of LayoutView and access to non-initialized memory

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=376aaf779fc306572c93dd30c4861305f4497146

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 klayout/Makefile | 4 ++--
 klayout/distinfo | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs:
diff --git a/klayout/Makefile b/klayout/Makefile
index b437b3d3ac..9a762edb5a 100644
--- a/klayout/Makefile
+++ b/klayout/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.48 2022/04/18 19:10:27 adam Exp $
+# $NetBSD: Makefile,v 1.51 2022/07/02 16:53:09 ryoon Exp $
 
-DISTNAME=	klayout-0.27.9
+DISTNAME=	klayout-0.27.11
 CATEGORIES=	cad
 MASTER_SITES=	http://www.klayout.org/downloads/source/
 
diff --git a/klayout/distinfo b/klayout/distinfo
index eee41b4312..46b8134ec7 100644
--- a/klayout/distinfo
+++ b/klayout/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.22 2022/03/12 21:16:08 mef Exp $
+$NetBSD: distinfo,v 1.23 2022/06/10 16:30:41 mef Exp $
 
-BLAKE2s (klayout-0.27.9.tar.gz) = 7bbae27252c8c91d553137942ccebe3a3bfc7e49f5fc8360d9c6aa4c4ea512cc
-SHA512 (klayout-0.27.9.tar.gz) = cb64c98103f81178a22e5a957a152d11a3f3b2249c507fe78d1b640ce36f0da3e9f8ae035bf4db7493deb9efe401af246a90ac98d7941db566769e279dcd22e9
-Size (klayout-0.27.9.tar.gz) = 57400341 bytes
+BLAKE2s (klayout-0.27.11.tar.gz) = 90220138a6fb6ac141d53c067a4343ffd7a9e19b0e1ad0d945b46c2b4b02038a
+SHA512 (klayout-0.27.11.tar.gz) = f8e960f7a69f57f58c49d21651ae9693fb3ff75cd76335fa613a215cc63b22ca198f7e32a8daa89847baac24fab57a48b51be5dc285a7de1e01a25ba4bb997b5
+Size (klayout-0.27.11.tar.gz) = 57376311 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