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:           Sun Dec 17 08:13:35 UTC 2023

Modified Files:
        pkgsrc/cad/klayout: Makefile distinfo

Log Message:
(cad/klayout) Updated 0.28.13 to 0.28.14

0.28.14          (2023-12-08):
* Bugfix: %GITHUB%/issues/1563 Duplicated Tabs in the Macro Development Tool
* Bugfix: %GITHUB%/issues/1560 git+https package installation on windows fails
* Bugfix: %GITHUB%/issues/1559 (partial) Move function not respecting some diagonals
* Bugfix: %GITHUB%/issues/1549 Layout.error_layer now available in recursive shape search
* Bugfix: %GITHUB%/issues/1542 KLayout crashes on exit
* Enhancement: %GITHUB%/issues/1535 Support pathlib.Path in Python API
  Implicitly converts objects to strings using "str(object)" (Python) or "object.to_s" (Ruby).
* Bugfix: %GITHUB%/issues/1533 KLayout crashing with two consecutive calls of the same LayoutView::show_layout command
* Bugfix: %GITHUB%/issues/1531 When symlinking a .def to a target without .def suffix, file can't be loaded
* Enhancement: %GITHUB%/issues/1530 polygon from 2 size tuple points
  The effect of this feature is pretty basic: tuples or lists are used as constructor
  arguments for implicitly creating an object in place of them. Hence, "(x,y)" can be
  used instead of a vector or a point. In some cases, this leads to ambiguities and
  the implicit resolution will fail however.
  Specifically a list of size-2 tuples can be passed to the "points" arguments of
  Polygon and Path.
* Enhancement: %GITHUB%/issues/1528 LEF: Implement LEF58_WIDTHTABLE
* Enhancement: new methods (D)Edge#euclidian_distance and (D)EdgePair#distance
* Bugfix: package download dialog: mute an assertion, less questions for re-running macros
* Enhancement: reading $KLAYOUT_GIT_PROXY_HTTP for proxy URL in Git downloads
* Bugfix: cheats were not enabled for edges and (implicit) polygon merges such as for "sized"
* Bugfix: more consistent behavior for Marker Browser / Scan Shapes
  - Scan Shapes Hierarchical will scan from current cell, not all cells
  - Marker browser shows markers propertly also in descended mode
  - Marker database description of shown in selection box
* Bugfix: Search feature in macro editor does not jump back to first position
* Bugfix: "Trace All Nets"
  - Asks for stack now in case of multiple stacks (previously: took that from "Trace Nets" dialog)
  - Skips symbols which are not used (previously: extracted them as disconnected layers)


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 pkgsrc/cad/klayout/Makefile
cvs rdiff -u -r1.37 -r1.38 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.76 pkgsrc/cad/klayout/Makefile:1.77
--- pkgsrc/cad/klayout/Makefile:1.76    Wed Dec  6 02:15:22 2023
+++ pkgsrc/cad/klayout/Makefile Sun Dec 17 08:13:35 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.76 2023/12/06 02:15:22 mef Exp $
+# $NetBSD: Makefile,v 1.77 2023/12/17 08:13:35 mef Exp $
 
-DISTNAME=      klayout-0.28.13
+DISTNAME=      klayout-0.28.14
 CATEGORIES=    cad
 MASTER_SITES=  http://www.klayout.org/downloads/source/
 

Index: pkgsrc/cad/klayout/distinfo
diff -u pkgsrc/cad/klayout/distinfo:1.37 pkgsrc/cad/klayout/distinfo:1.38
--- pkgsrc/cad/klayout/distinfo:1.37    Wed Dec  6 02:15:22 2023
+++ pkgsrc/cad/klayout/distinfo Sun Dec 17 08:13:35 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.37 2023/12/06 02:15:22 mef Exp $
+$NetBSD: distinfo,v 1.38 2023/12/17 08:13:35 mef Exp $
 
-BLAKE2s (klayout-0.28.13.tar.gz) = 24811ab9952f9e7f21d1f5a219bee9e0a7234c7ff537408b1d082ed55997c8a9
-SHA512 (klayout-0.28.13.tar.gz) = 4342c746ac225c31a4751186a699546e0cab71a2f338135df10fe5ebe7056c16a04719b2c97cdabeaaacbb65e07b5bc495fe2500fc665f8a5c1921a38b14537a
-Size (klayout-0.28.13.tar.gz) = 88554669 bytes
+BLAKE2s (klayout-0.28.14.tar.gz) = 3fac92c0339b4eae6d9ee9bac12fdc1bd32cc5dcf78127a18c198c8f8a5291f1
+SHA512 (klayout-0.28.14.tar.gz) = efc0c9f6e28e70d1ecaede1d55a0e59fefe385f053f80e0e8d4d807f289fa86601650ec985c4491af13ea854d5489be5d041f1adc89d03d8591c5d17ae1ca96e
+Size (klayout-0.28.14.tar.gz) = 88530721 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