Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9741B84E19 for ; Fri, 16 Jun 2023 15:03:13 +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 ZCxVZl7ojPdi for ; Fri, 16 Jun 2023 15:03:13 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 07A9884D01 for ; Fri, 16 Jun 2023 15:03:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 00CE9FA89; Fri, 16 Jun 2023 15:03:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1686927792189710" MIME-Version: 1.0 Date: Fri, 16 Jun 2023 15:03:12 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/cad/klayout To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20230616150313.00CE9FA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1686927792189710 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Fri Jun 16 15:03:12 UTC 2023 Modified Files: pkgsrc/cad/klayout: Makefile distinfo Log Message: (cad/klayout) Updated 0.28.8 to 0.28.9 0.28.9 (2023-06-10): * Enhancement: %GITHUB%/issues/1281 Layout diff can ignore shape or instance duplicates * Bugfix: %GITHUB%/issues/1393 GDS2Text format not supported in Python module * Bugfix: "add meta info" did not take "persisted" flag * Enhancement: "profile" feature for DRC and LVS * Enhancement: DRC can write to multiple targets now - new functions "new_report", "new_target": create output channel objects that can be used to redirect "output" to specific other channels * Bugfix: GDS2 reader should not segfault on certain broken files * Enhancement: performance improvement of hierarchical XOR in certain cases To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 pkgsrc/cad/klayout/Makefile cvs rdiff -u -r1.33 -r1.34 pkgsrc/cad/klayout/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1686927792189710 Content-Disposition: inline Content-Length: 1774 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.68 pkgsrc/cad/klayout/Makefile:1.69 --- pkgsrc/cad/klayout/Makefile:1.68 Sun Jun 4 07:44:42 2023 +++ pkgsrc/cad/klayout/Makefile Fri Jun 16 15:03:12 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.68 2023/06/04 07:44:42 mef Exp $ +# $NetBSD: Makefile,v 1.69 2023/06/16 15:03:12 mef Exp $ -DISTNAME= klayout-0.28.8 +DISTNAME= klayout-0.28.9 CATEGORIES= cad MASTER_SITES= http://www.klayout.org/downloads/source/ Index: pkgsrc/cad/klayout/distinfo diff -u pkgsrc/cad/klayout/distinfo:1.33 pkgsrc/cad/klayout/distinfo:1.34 --- pkgsrc/cad/klayout/distinfo:1.33 Sun Jun 4 07:44:42 2023 +++ pkgsrc/cad/klayout/distinfo Fri Jun 16 15:03:12 2023 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.33 2023/06/04 07:44:42 mef Exp $ +$NetBSD: distinfo,v 1.34 2023/06/16 15:03:12 mef Exp $ -BLAKE2s (klayout-0.28.8.tar.gz) = 2ccdcbba6d81e90fcefefa73c90cba91371925bf220db962a6506d1d90b442ae -SHA512 (klayout-0.28.8.tar.gz) = 40c97adeebb26fb478371f1d6c41d476df161e5558fa78b76ff0b5ead11adc2456585b439e78eb69e1d34b76f3d88673c34cdddbfaae56ded6113a928a227b2f -Size (klayout-0.28.8.tar.gz) = 88377411 bytes +BLAKE2s (klayout-0.28.9.tar.gz) = 24248953ad5a084bff0cec347765322b948bb57f41357681bcc3dd99180592f1 +SHA512 (klayout-0.28.9.tar.gz) = dcd882ef84161f2d28195f8e0239fd122f17f9954e5cc146f71bbb6816b9fb723eb3b0299e01fbb293ef7fb7f87c25efbfe09126349ee13f89de68c5bb5f7e93 +Size (klayout-0.28.9.tar.gz) = 88388706 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 --_----------=_1686927792189710--