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:           Sat Feb 11 12:57:01 UTC 2023

Modified Files:
        pkgsrc/cad/klayout: Makefile distinfo

Log Message:
(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"


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 pkgsrc/cad/klayout/Makefile
cvs rdiff -u -r1.29 -r1.30 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.60 pkgsrc/cad/klayout/Makefile:1.61
--- pkgsrc/cad/klayout/Makefile:1.60    Sun Jan 29 21:15:35 2023
+++ pkgsrc/cad/klayout/Makefile Sat Feb 11 12:57:01 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.60 2023/01/29 21:15:35 ryoon Exp $
+# $NetBSD: Makefile,v 1.61 2023/02/11 12:57:01 mef Exp $
 
-DISTNAME=      klayout-0.28.3
-PKGREVISION=   1
+DISTNAME=      klayout-0.28.5
 CATEGORIES=    cad
 MASTER_SITES=  http://www.klayout.org/downloads/source/
 

Index: pkgsrc/cad/klayout/distinfo
diff -u pkgsrc/cad/klayout/distinfo:1.29 pkgsrc/cad/klayout/distinfo:1.30
--- pkgsrc/cad/klayout/distinfo:1.29    Sun Jan 29 14:17:42 2023
+++ pkgsrc/cad/klayout/distinfo Sat Feb 11 12:57:01 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.29 2023/01/29 14:17:42 mef Exp $
+$NetBSD: distinfo,v 1.30 2023/02/11 12:57:01 mef Exp $
 
-BLAKE2s (klayout-0.28.3.tar.gz) = bd4ed4ac0f115a0014d86979a08515874b2f92a077d630c462bfd21c1ad0e0dd
-SHA512 (klayout-0.28.3.tar.gz) = 6585522ebf78e577fd4d65effd3063ff13d8b007d2acd82692568d898302c94a5953b8b2294fb3a5ffcea0b9922516961c9e3e4e475676d499f1beac4a21ab83
-Size (klayout-0.28.3.tar.gz) = 84567390 bytes
+BLAKE2s (klayout-0.28.5.tar.gz) = cc539f620f6280245ab8c4c0cfc23d2864ae8664dd0ce6db366d0fbdfe956db5
+SHA512 (klayout-0.28.5.tar.gz) = ae2f4a08d8939eccba41f2a76ef3e1a97bdd61925329f3d3c314206dfc2783e0db0ffad58cc1357355f0853079987b9c083dde78ae29914b4db8aadc24181082
+Size (klayout-0.28.5.tar.gz) = 88218961 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