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 Sep 18 12:51:33 UTC 2022

Modified Files:
        pkgsrc/cad/klayout: Makefile distinfo

Log Message:
(cad/klayout) Updated 0.27.10 to 0.27.11

0.27.11          (2022-08-10):
* Bugfix: %GITHUB%/issues/1098 Normalize zero dimension when generating regular array instance
* Enhancement: %GITHUB%/issues/1103 Add setting to disable Save Needed dialog box
* Bugfix: %GITHUB%/issues/1106 "move by" does not move instances from partial selection
* Bugfix: %GITHUB%/issues/1111 GenericDeviceExtractor#define_opt_layer not working
* Bugfix: %GITHUB%/issues/1114 MSYS2 compatibility with latest revision (based on gcc 12.1)
* Bugfix: %GITHUB%/issues/1126 Internal error on DRC operation
* Bugfix: %GITHUB%/issues/1135 LVS mismatch on parallel devices and issue on ambiguity resolution
* Enhancement: Support for Python 3.11
* Enhancement: L2N and LVSDB readers made compatible with potential future extensions
* Enhancement: DRC Antenna check now can be given a text layer which receives output describing the measured and computed values
* Bugfix: *= method (e.g. Point, DPoint) properly listed in help and reflection API
* Bugfixes: Fixed a number of potential segfaults due to memory corruption found during master branch refactoring


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/cad/klayout/Makefile
cvs rdiff -u -r1.23 -r1.24 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.52 pkgsrc/cad/klayout/Makefile:1.53
--- pkgsrc/cad/klayout/Makefile:1.52    Sun Sep 11 12:51:25 2022
+++ pkgsrc/cad/klayout/Makefile Sun Sep 18 12:51:32 2022
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.52 2022/09/11 12:51:25 wiz Exp $
+# $NetBSD: Makefile,v 1.53 2022/09/18 12:51:32 mef Exp $
 
-DISTNAME=      klayout-0.27.10
-PKGREVISION=   3
+DISTNAME=      klayout-0.27.11
 CATEGORIES=    cad
 MASTER_SITES=  http://www.klayout.org/downloads/source/
 
@@ -31,7 +30,7 @@ AUTO_MKDIRS=          yes
 INSTALL_BINDIR=                ${DESTDIR}${PREFIX}/bin
 INSTALL_LIBDIR=                ${DESTDIR}${PREFIX}/lib/klayout
 REL_DIR=               bin-release
-PLUGINS_DIR=           db_plugins lay_plugins pymod
+PLUGINS_DIRS=          db_plugins lay_plugins pymod
 
 PLIST_SUBST+=          PKGVERSION_MAJOR_MINOR=${PKGVERSION_NOREV:C/([0-9]+\.[0-9]+)\.[0-9]*/\1/}
 
@@ -54,7 +53,7 @@ do-build:
 
 do-install:
        cd ${WRKSRC}/${REL_DIR} && \
-       ${PAX} -wr libklayout* ${PLUGINS_DIR} ${INSTALL_LIBDIR}
+       ${PAX} -wr libklayout* ${PLUGINS_DIRS} ${INSTALL_LIBDIR}
        ${INSTALL_PROGRAM} ${WRKSRC}/${REL_DIR}/strm* \
                ${INSTALL_BINDIR}
        ${INSTALL_PROGRAM} ${WRKSRC}/${REL_DIR}/klayout \

Index: pkgsrc/cad/klayout/distinfo
diff -u pkgsrc/cad/klayout/distinfo:1.23 pkgsrc/cad/klayout/distinfo:1.24
--- pkgsrc/cad/klayout/distinfo:1.23    Fri Jun 10 16:30:41 2022
+++ pkgsrc/cad/klayout/distinfo Sun Sep 18 12:51:32 2022
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.23 2022/06/10 16:30:41 mef Exp $
+$NetBSD: distinfo,v 1.24 2022/09/18 12:51:32 mef Exp $
 
-BLAKE2s (klayout-0.27.10.tar.gz) = 497e2f3a097b5c28448424441f06650a3d3c02c274e6364c6c83f9c6b7f4c7a9
-SHA512 (klayout-0.27.10.tar.gz) = a637b0a0bd1eaa3c858c333791c5592bc8a4dc1db7413b83432d7bedce9ba7e1210c76086a4f39504bc23a11778a45370b86262c88daa579517e1dee940ecda7
-Size (klayout-0.27.10.tar.gz) = 57428098 bytes
+BLAKE2s (klayout-0.27.11.tar.gz) = 90220138a6fb6ac141d53c067a4343ffd7a9e19b0e1ad0d945b46c2b4b02038a
+SHA512 (klayout-0.27.11.tar.gz) = f8e960f7a69f57f58c49d21651ae9693fb3ff75cd76335fa613a215cc63b22ca198f7e32a8daa89847baac24fab57a48b51be5dc285a7de1e01a25ba4bb997b5
+Size (klayout-0.27.11.tar.gz) = 57376311 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