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 Feb 23 07:54:40 UTC 2024

Modified Files:
        pkgsrc/cad/klayout: Makefile distinfo

Log Message:
(cad/klayout) Updated 0.28.15 to 0.28.17

0.28.17          (2024-02-16):
* Enhancement: %GITHUB%/issues/1626 Technology specific grids

0.28.16          (2024-02-12):
* Bugfix: %GITHUB%/issues/1623 Package installation with "-y" from command line does not work for URL or file
* Bugfix: %GITHUB%/issues/1619 Segfault on Fedora-39 with Python 3.12.1
* Bugfix: %GITHUB%/issues/1618 Leaking Python reference causing trouble with iterators
* Bugfix: %GITHUB%/issues/1616 DRC doc typo
* Bugfix: %GITHUB%/issues/1614 LEF/DEF .map should not map boundaries and fill to ALL purpose
* Bugfix: %GITHUB%/issues/1609 Cell.read doesn't read LayoutMetaInfo
* Bugfix: %GITHUB%/issues/1608 CustomResistorExtraction: show faulty device in GUI
* Bugfix: %GITHUB%/issues/1603 Weird parameter dialog resizing when hiding / showing many parameters at once with callback_impl
* Bugfix: %GITHUB%/issues/1602 [Qt6] Cannot normally quit the main application window
* Bugfix: %GITHUB%/issues/1594 "connect" (in flat mode) + multiple top cells give an error message
* Bugfix: %GITHUB%/issues/1592 DXF file parsing error, about spline curve
* Enhancement: DRC enhancements related to touching edges
  - New DRC function switches: "without_touching_corners", "without_touching_edges"
    to skip width and space errors at kissing corners and touching-edge configurations
  - Kissing corners are now detected also in non-collinear edge configurations
* Bugfix: fixed rendering of color selection buttons on High-DPI screens
* Bugfix: cross-hair cursor should not use selection default line width and styles
* Enhancement: OASIS reader errors out on broken OASIS with duplicate CELLNAMEs


To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 pkgsrc/cad/klayout/Makefile
cvs rdiff -u -r1.39 -r1.40 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.81 pkgsrc/cad/klayout/Makefile:1.82
--- pkgsrc/cad/klayout/Makefile:1.81    Sat Feb 10 14:42:38 2024
+++ pkgsrc/cad/klayout/Makefile Fri Feb 23 07:54:39 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.81 2024/02/10 14:42:38 taca Exp $
+# $NetBSD: Makefile,v 1.82 2024/02/23 07:54:39 mef Exp $
 
-DISTNAME=      klayout-0.28.15
-PKGREVISION=   2
+DISTNAME=      klayout-0.28.17
 CATEGORIES=    cad
 MASTER_SITES=  https://www.klayout.org/downloads/source/
 

Index: pkgsrc/cad/klayout/distinfo
diff -u pkgsrc/cad/klayout/distinfo:1.39 pkgsrc/cad/klayout/distinfo:1.40
--- pkgsrc/cad/klayout/distinfo:1.39    Sun Jan  7 23:37:23 2024
+++ pkgsrc/cad/klayout/distinfo Fri Feb 23 07:54:39 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.39 2024/01/07 23:37:23 mef Exp $
+$NetBSD: distinfo,v 1.40 2024/02/23 07:54:39 mef Exp $
 
-BLAKE2s (klayout-0.28.15.tar.gz) = 1e366682f243e528c1cb8e268227f8237aba3748dc53355ee88c2966d6ad8c70
-SHA512 (klayout-0.28.15.tar.gz) = b4b8f524514a87893ab7700a24e261e039f37deabe8ef16fa63ec0a30be19dde5fb2df328757bef3934d1c83ebf51b9794551ba2d24059c1c4d4391270d5c3c2
-Size (klayout-0.28.15.tar.gz) = 88522700 bytes
+BLAKE2s (klayout-0.28.17.tar.gz) = b6f608c656d4ab698daeb7d4eacc0e3f7efebe21a6876d479daf5d9f932afe8c
+SHA512 (klayout-0.28.17.tar.gz) = 2682ebd517dbfebaf097745218f12e6713f683eb88b5cb14549ca3e5a9dd6b2d124f86bc9228fa7d29f27c2ede6487f1182ead2d69033d180e86e6a7921b4e6f
+Size (klayout-0.28.17.tar.gz) = 89415525 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