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:           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.

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



Home | Main Index | Thread Index | Old Index