summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2022-09-18 12:51:32 +0000
committermef <mef@pkgsrc.org>2022-09-18 12:51:32 +0000
commit348c6bea64b5c1bdde12e5d5f427276605c89bec (patch)
tree65d1e78873b357eadc3958567c91dbf47de457ce /cad
parentfc9fdc3e883d78be35d0f89111a1c9f58bc3e4e7 (diff)
downloadpkgsrc-348c6bea64b5c1bdde12e5d5f427276605c89bec.tar.gz
(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
Diffstat (limited to 'cad')
-rw-r--r--cad/klayout/Makefile9
-rw-r--r--cad/klayout/distinfo8
2 files changed, 8 insertions, 9 deletions
diff --git a/cad/klayout/Makefile b/cad/klayout/Makefile
index b76ecc8bdb0..dac1e64850b 100644
--- a/cad/klayout/Makefile
+++ b/cad/klayout/Makefile
@@ -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 \
diff --git a/cad/klayout/distinfo b/cad/klayout/distinfo
index 1c096482166..cc99cf45958 100644
--- a/cad/klayout/distinfo
+++ b/cad/klayout/distinfo
@@ -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