Sat Feb 11 12:57:01 2023 UTC ()
(cad/klayout) Updated 0.28.3 to 0.28.5

0.28.5           (2023-02-05):
* Bugfix: %GITHUB%/issues/1275 Region.sized after .smooth returns empty region

0.28.4           (2023-02-02):
* Bugfix: %GITHUB%/issues/1267 Editor options not visible initially on layout view
* Bugfix: %GITHUB%/issues/1260 Internal error on package install
* Bugfix: %GITHUB%/issues/1259 Qt-less LayoutView creates non-editable Layout initially even if editing is requested?
* Bugfix: %GITHUB%/issues/1253 Library browser does not always display all libraries
* Bugfix: %GITHUB%/issues/1237 Python error messages should include more information
* Bugfix: Technology indicator is cleared after last view is closed
* Bugfix: Partial mode did not support Ctrl/Shift to confine movement direction
* Bugfix: Avoid very long error messages in DRC/LVS scripts (listing all details of the engine)
* Bugfix: "clone panel" did not copy custom layer stipples
* Bugfix: Generic "drc" sizing has to use twice the size range to catch all possible interactions
* Bugfix: DRC check (e.g. "sep") against second layer of "raw" type did not work in deep mode
* Bugfix: DRC grid check markers are now exactly aligned with vertexes they are supposed to mark
* Bugfix: DRC interact of polygons with texts was not working properly
* Bugfix: LVS: same_nets with two arguments was not working as described
* Bugfix: py.typed included in Python wheel now.
* Enhancement: New feature: "Screenshot to clipboard"
* Enhancement: Introducing properties in DRC and net tagging by properties
  - This enables implementation of "connected" or "unconnected" mode checks
  - This is the first release, so the feature is somewhat experimental
  - For details check the documentation: look for "DRC Runsets" and browse to "DRC and user properties"


(mef)
diff -r1.60 -r1.61 pkgsrc/cad/klayout/Makefile
diff -r1.29 -r1.30 pkgsrc/cad/klayout/distinfo

cvs diff -r1.60 -r1.61 pkgsrc/cad/klayout/Makefile (expand / switch to unified diff)

--- pkgsrc/cad/klayout/Makefile 2023/01/29 21:15:35 1.60
+++ pkgsrc/cad/klayout/Makefile 2023/02/11 12:57:01 1.61
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.60 2023/01/29 21:15:35 ryoon Exp $ 1# $NetBSD: Makefile,v 1.61 2023/02/11 12:57:01 mef Exp $
2 2
3DISTNAME= klayout-0.28.3 3DISTNAME= klayout-0.28.5
4PKGREVISION= 1 
5CATEGORIES= cad 4CATEGORIES= cad
6MASTER_SITES= http://www.klayout.org/downloads/source/ 5MASTER_SITES= http://www.klayout.org/downloads/source/
7 6
8MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://www.klayout.de/ 8HOMEPAGE= https://www.klayout.de/
10COMMENT= Simple GDS and OASIS file viewer and Editor 9COMMENT= Simple GDS and OASIS file viewer and Editor
11LICENSE= gnu-gpl-v2 10LICENSE= gnu-gpl-v2
12 11
13USE_LANGUAGES= c c++ 12USE_LANGUAGES= c c++
14USE_TOOLS+= gmake bash pax 13USE_TOOLS+= gmake bash pax
15 14
16CFLAGS+= -I${PREFIX}/include/python${PYVERSUFFIX} 15CFLAGS+= -I${PREFIX}/include/python${PYVERSUFFIX}
17NO_CONFIGURE= yes 16NO_CONFIGURE= yes

cvs diff -r1.29 -r1.30 pkgsrc/cad/klayout/distinfo (expand / switch to unified diff)

--- pkgsrc/cad/klayout/distinfo 2023/01/29 14:17:42 1.29
+++ pkgsrc/cad/klayout/distinfo 2023/02/11 12:57:01 1.30
@@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
1$NetBSD: distinfo,v 1.29 2023/01/29 14:17:42 mef Exp $ 1$NetBSD: distinfo,v 1.30 2023/02/11 12:57:01 mef Exp $
2 2
3BLAKE2s (klayout-0.28.3.tar.gz) = bd4ed4ac0f115a0014d86979a08515874b2f92a077d630c462bfd21c1ad0e0dd 3BLAKE2s (klayout-0.28.5.tar.gz) = cc539f620f6280245ab8c4c0cfc23d2864ae8664dd0ce6db366d0fbdfe956db5
4SHA512 (klayout-0.28.3.tar.gz) = 6585522ebf78e577fd4d65effd3063ff13d8b007d2acd82692568d898302c94a5953b8b2294fb3a5ffcea0b9922516961c9e3e4e475676d499f1beac4a21ab83 4SHA512 (klayout-0.28.5.tar.gz) = ae2f4a08d8939eccba41f2a76ef3e1a97bdd61925329f3d3c314206dfc2783e0db0ffad58cc1357355f0853079987b9c083dde78ae29914b4db8aadc24181082
5Size (klayout-0.28.3.tar.gz) = 84567390 bytes 5Size (klayout-0.28.5.tar.gz) = 88218961 bytes
6SHA1 (patch-config_Makefile.conf.freebsd-32-gcc-release) = 0eaac4f5bd5441976f6113f37b1643653f4fdea4 6SHA1 (patch-config_Makefile.conf.freebsd-32-gcc-release) = 0eaac4f5bd5441976f6113f37b1643653f4fdea4
7SHA1 (patch-config_Makefile.conf.netbsd-32-gcc-release) = b18e6708a2b40c69275bb6c285ddebb49e9808bb 7SHA1 (patch-config_Makefile.conf.netbsd-32-gcc-release) = b18e6708a2b40c69275bb6c285ddebb49e9808bb
8SHA1 (patch-src_lay_lay_layApplication.cc) = fa42542213519e8c04820ab08ce5c1385bf8b860 8SHA1 (patch-src_lay_lay_layApplication.cc) = fa42542213519e8c04820ab08ce5c1385bf8b860