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 Dec  6 02:15:22 UTC 2023

Modified Files:
        pkgsrc/cad/klayout: Makefile distinfo

Log Message:
(cad/klayout) Updated to 0.28.13

0.28.13          (2023-11-20):
* Bugfix: %GITHUB%/issues/1534 Layout::dup does not copy properties
* Bugfix: %GITHUB%/issues/1533 KLayout crashing with two consecutive calls of the same LayoutView::show_layout command
* Bugfix: %GITHUB%/issues/1532 DRC checks give incorrect results in deep mode with magnified instances
* Enhancement: %GITHUB%/issues/1527 Marker Database Browser: add context menu to Info widget
* Bugfix: %GITHUB%/issues/1522 Changing ruler/annotation from script weirdly interferes with pya.Application.commit_config
* Enhancement: %GITHUB%/issues/1514 Package manager: Support for Git-hosted packages
* Bugfix: %GITHUB%/issues/1512 "get_image" of LayoutView should also work on inactive views
* Bugfix: %GITHUB%/issues/1511 Typo
* Enhancement: %GITHUB%/issues/1510 Cross hair cursor
* Bugfix: %GITHUB%/issues/1503 Import LEF/DEF - LEF files given in list are ignored for DEF import
* Bugfix: %GITHUB%/issues/1499 strm2oas: support LAYER <layername> TYPE OVERLAP ; for L-shaped abstracts
* Bugfix: %GITHUB%/issues/1486 Invalid error "Some macros are configured to run automatically" when changing reader options
* Bugfix: %GITHUB%/issues/1485 Incorrectly set output cell name if using DRC::cell
* Bugfix: %GITHUB%/issues/1482 Strict mode oasis should write the S_CELL_OFFSET into the CELLNAME table
* Bugfix: %GITHUB%/issues/885 Must-connect checks in LVS
* Bugfix: -without-qt builds did not include DRC or LVS
* Enhancement: Added Layout#error_layer
* Enhancement: Option -k for copying log to a file
* Enhancement: Editor option to control snapping to grid while moving
  This controls whether objects are snapped to grid (on) or moved in grid
  increments (off)


To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 pkgsrc/cad/klayout/Makefile
cvs rdiff -u -r1.36 -r1.37 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.75 pkgsrc/cad/klayout/Makefile:1.76
--- pkgsrc/cad/klayout/Makefile:1.75    Sun Nov 12 13:20:47 2023
+++ pkgsrc/cad/klayout/Makefile Wed Dec  6 02:15:22 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.75 2023/11/12 13:20:47 wiz Exp $
+# $NetBSD: Makefile,v 1.76 2023/12/06 02:15:22 mef Exp $
 
-DISTNAME=      klayout-0.28.12
-PKGREVISION=   3
+DISTNAME=      klayout-0.28.13
 CATEGORIES=    cad
 MASTER_SITES=  http://www.klayout.org/downloads/source/
 
@@ -62,6 +61,7 @@ do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/${REL_DIR}/klayout \
                ${INSTALL_BINDIR}
 
+.include "../../devel/libgit2/buildlink3.mk"
 .include "../../lang/python/pyversion.mk"
 .include "../../lang/ruby/buildlink3.mk"
 .include "../../x11/qt5-qtbase/buildlink3.mk"

Index: pkgsrc/cad/klayout/distinfo
diff -u pkgsrc/cad/klayout/distinfo:1.36 pkgsrc/cad/klayout/distinfo:1.37
--- pkgsrc/cad/klayout/distinfo:1.36    Tue Sep 19 23:12:49 2023
+++ pkgsrc/cad/klayout/distinfo Wed Dec  6 02:15:22 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.36 2023/09/19 23:12:49 mef Exp $
+$NetBSD: distinfo,v 1.37 2023/12/06 02:15:22 mef Exp $
 
-BLAKE2s (klayout-0.28.12.tar.gz) = dbcf2f8b2c1ffcc42aebead273b8327310579640dfc9601c557b75a09af2d71a
-SHA512 (klayout-0.28.12.tar.gz) = 5036fc349e592e2592e12bb2f444ce9a66bcec87991355485112952036a4ae572b099dcec0b9b9c86eb9e17b32d4564987ea4f794e62bf95af7f024695c85ce2
-Size (klayout-0.28.12.tar.gz) = 88446237 bytes
+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
 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