Received: by mail.netbsd.org (Postfix, from userid 605) id 5F87584FAC; Fri, 10 Jun 2022 16:29:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 999F384F40 for ; Fri, 10 Jun 2022 16:29:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Ypr0oLwQMj-T for ; Fri, 10 Jun 2022 16:29:10 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B9A9C84E99 for ; Fri, 10 Jun 2022 16:29:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4C338FB1A; Fri, 10 Jun 2022 16:30:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1654878641114780" MIME-Version: 1.0 Date: Fri, 10 Jun 2022 16:30:41 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/cad/klayout To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20220610163041.4C338FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1654878641114780 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Fri Jun 10 16:30:41 UTC 2022 Modified Files: pkgsrc/cad/klayout: Makefile distinfo Log Message: (cad/klayout) Updated 0.27.8 to 0.27.10 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 0.27.9 (2022-04-23): * Bugfix: %GITHUB%/issues/1008 Don't optimize away points on path edit * Bugfix: %GITHUB%/issues/1011 DRC in deep mode highlights erroneous width violation with text * Bugfix: %GITHUB%/issues/1012 Warning requested if LEF/DEF map file does not capture certain layers * Bugfix: %GITHUB%/issues/1013 OASIS writer bug with certain irregular arrays * Bugfix: %GITHUB%/issues/1017 DXF export: better handling of PCB zone fills * Bugfix: %GITHUB%/issues/1021 LVS unexpectedly failing * Bugfix: %GITHUB%/issues/1029 Problem with Qt binding * Bugfix: %GITHUB%/issues/1031 Buddy tools + OASIS: invalid warning about unexpected strict mode * Bugfix: %GITHUB%/issues/1040 pip install klayout doesn't seem to work on M1 MacBookPro * Bugfix: %GITHUB%/issues/1054 Qt binding: crash due to Python allocation-while-deallocating * Bugfix: Ctrl+F will always enter search box in Macro IDE now * Bugfix: LEF/DEF reader options - could not clear suffix or set datatype to none * Bugfix: netlist/LVS result browser - do not clip texts, provide texts as tool tips as well for inspection * Bugfix: the library selected box listed technology-specific libraries even if no technology was selected * Bugfixes and enhancements for the LEF/DEF reader Includes %GITHUB%/issues/1050, %GITHUB%/issues/1065 and %GITHUB%/issues/1047 plus a number of standard compatibility issues. Bugfixes and enhancements for the strm2xyz buddy tool's LEF/DEF reader implementations. * Enhancement: %GITHUB%/issues/1057 Include PCell update in Library#refresh * Enhancement: %GITHUB%/issues/1058 Backspace to delete last point from polygon or path * Enhancement: Split gates option for LVS (new keyword is "split_gates") - see documentation for details * Enhancement: generate labels for PCB X2 net names * Enhancement: PCell errors are now shown on a separate layer (formerly only if the PCell featured at least one layer-type parameter) This layer is available with the same style and configuration than the guiding shape layer. To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 pkgsrc/cad/klayout/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/cad/klayout/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1654878641114780 Content-Disposition: inline Content-Length: 1795 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/cad/klayout/Makefile diff -u pkgsrc/cad/klayout/Makefile:1.48 pkgsrc/cad/klayout/Makefile:1.49 --- pkgsrc/cad/klayout/Makefile:1.48 Mon Apr 18 19:10:27 2022 +++ pkgsrc/cad/klayout/Makefile Fri Jun 10 16:30:41 2022 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.48 2022/04/18 19:10:27 adam Exp $ +# $NetBSD: Makefile,v 1.49 2022/06/10 16:30:41 mef Exp $ -DISTNAME= klayout-0.27.8 -PKGREVISION= 2 +DISTNAME= klayout-0.27.10 CATEGORIES= cad MASTER_SITES= http://www.klayout.org/downloads/source/ Index: pkgsrc/cad/klayout/distinfo diff -u pkgsrc/cad/klayout/distinfo:1.22 pkgsrc/cad/klayout/distinfo:1.23 --- pkgsrc/cad/klayout/distinfo:1.22 Sat Mar 12 21:16:08 2022 +++ pkgsrc/cad/klayout/distinfo Fri Jun 10 16:30:41 2022 @@ -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.8.tar.gz) = f775f634be43bd8fb5172901ee6ce2db6cb45c69fae39ba70fc6e4dced50306f -SHA512 (klayout-0.27.8.tar.gz) = 68926e1c4dc4b036eba493af73ae89173f91fdef19ee8e0c67f3370762011cffd10c68b4696f752d31fb678e8bf1c24644154efb4940fed2d69636e72ceeab9a -Size (klayout-0.27.8.tar.gz) = 57355419 bytes +BLAKE2s (klayout-0.27.10.tar.gz) = 497e2f3a097b5c28448424441f06650a3d3c02c274e6364c6c83f9c6b7f4c7a9 +SHA512 (klayout-0.27.10.tar.gz) = a637b0a0bd1eaa3c858c333791c5592bc8a4dc1db7413b83432d7bedce9ba7e1210c76086a4f39504bc23a11778a45370b86262c88daa579517e1dee940ecda7 +Size (klayout-0.27.10.tar.gz) = 57428098 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 --_----------=_1654878641114780--