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:           Wed Nov  9 14:54:26 UTC 2022

Modified Files:
        pkgsrc/cad/klayout: Makefile distinfo

Log Message:
(cad/klayout) Updated to 0.27.12

0.27.12          (2022-11-01):
* Bugfix: %GITHUB%/issues/1173 DXF SPLINE implementation not compatible with ezdxf
* Bugfix: %GITHUB%/issues/1167 delete_cells slow in some cases
* Bugfix: %GITHUB%/issues/1164 Deleting cells: 'basic_string: construction from null is not valid'
* Bugfix: %GITHUB%/issues/1145 Crash when clearing a Shapes container by script while a shape is selected
* Bugfix: %GITHUB%/issues/1144 Copy layer not choosing the right "new" target layer sometimes
* Bugfix: %GITHUB%/issues/1143 DBU not taken from technology by default
* Bugfix: %GITHUB%/issues/1097 Change oasis writer defaults to strict + cblocks, discourage the usage of oas.gz
* Bugfix: Incorrect behavior of some deep-mode DRC functions
  - deep edges "and" with Region: incorrect behavior if region is empty or non-deep
  - deep edges "inside_part" with Region: incorrect behavior if region is empty or non-deep
  - deep edges "outside_part" with Region: incorrect behavior if region is empty or non-deep
* Enhancement: Python include files are now provided for the Python package. This will add type information to the methods.


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/cad/klayout/Makefile
cvs rdiff -u -r1.24 -r1.25 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.53 pkgsrc/cad/klayout/Makefile:1.54
--- pkgsrc/cad/klayout/Makefile:1.53    Sun Sep 18 12:51:32 2022
+++ pkgsrc/cad/klayout/Makefile Wed Nov  9 14:54:26 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.53 2022/09/18 12:51:32 mef Exp $
+# $NetBSD: Makefile,v 1.54 2022/11/09 14:54:26 mef Exp $
 
-DISTNAME=      klayout-0.27.11
+DISTNAME=      klayout-0.27.12
 CATEGORIES=    cad
 MASTER_SITES=  http://www.klayout.org/downloads/source/
 

Index: pkgsrc/cad/klayout/distinfo
diff -u pkgsrc/cad/klayout/distinfo:1.24 pkgsrc/cad/klayout/distinfo:1.25
--- pkgsrc/cad/klayout/distinfo:1.24    Sun Sep 18 12:51:32 2022
+++ pkgsrc/cad/klayout/distinfo Wed Nov  9 14:54:26 2022
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.24 2022/09/18 12:51:32 mef Exp $
+$NetBSD: distinfo,v 1.25 2022/11/09 14:54:26 mef Exp $
 
-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
+BLAKE2s (klayout-0.27.12.tar.gz) = 472ae4077aceb799a7e84887a016ec4b219232236ecced12b3383286d38b6d9b
+SHA512 (klayout-0.27.12.tar.gz) = 25bb854b9f265801a9ee13bdead0ae1fa4ce21bd0d018c10b0c89aff72f48d4131e80987750bd47e3996296ced1936fffb4ed02daa5a7bdff5f05ae6e820e067
+Size (klayout-0.27.12.tar.gz) = 57616686 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