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: Sat Oct 17 22:03:06 UTC 2020
Modified Files:
pkgsrc/cad/klayout: Makefile distinfo
Log Message:
(cad/klayout) Updated 0.25.6 to 0.25.9
0.25.9 (2019-06-18):
* Bugfix: %GITHUB%/issues/261
Issue with iterating Python sequences
* Bugfix: %GITHUB%/issues/271
Chose cell coordinates on "Make Cell"
* Bugfix: %GITHUB%/issues/272
Error message if trying to run macros in unsupported languages
* Bugfix: %GITHUB%/issues/275
"Write without context" did not have an effect with OASIS
* Bugfix: %GITHUB%/issues/276
LayerPropertiesNodeRef was not working as documented
* Bugfix: %GITHUB%/issues/278
Lost reference with ObjectInstPath#shape
* Bugfix: %GITHUB%/issues/281
Width and space violations are reported now also for
the "kissing corners" case
0.25.8 (2019-02-23):
* Bugfix: %GITHUB%/issues/234
Issues with LayoutView#save_image_with_options
* Bugfix: %GITHUB%/issues/232
Crash on reading .lyp files with big stipple pattern
* Bugfix: %GITHUB%/issues/228
Bug in Region#interact and DRC's "interact" function.
* Bugfix: %GITHUB%/issues/225
Mirrored custom stipple pattern
0.25.7 (2019-01-09):
* Bugfix: %GITHUB%/issues/200
Safer iteration of cell instances and shapes (with
modifications of container during iteration) - in this
case while flattening instances
* Bugfix: %GITHUB%/issues/209
Reader options were grayed out in stream import feature.
* Bugfix: %GITHUB%/issues/207
Basic.TEXT PCell was rounding bias a spacing values to
integer multiples.
* Bugfix: %GITHUB%/issues/203
A segfault was fixed that happend on certain platforms
when closing the application (e.g. CentOS7).
* Bugfix: (RBA/pya) Technology#load was not working
Instead of load, the technology was saved.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/cad/klayout/Makefile
cvs rdiff -u -r1.11 -r1.12 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.28 pkgsrc/cad/klayout/Makefile:1.29
--- pkgsrc/cad/klayout/Makefile:1.28 Tue Aug 18 17:57:41 2020
+++ pkgsrc/cad/klayout/Makefile Sat Oct 17 22:03:05 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2020/08/18 17:57:41 leot Exp $
+# $NetBSD: Makefile,v 1.29 2020/10/17 22:03:05 mef Exp $
-DISTNAME= klayout-0.25.6
-PKGREVISION= 11
+DISTNAME= klayout-0.25.9
CATEGORIES= cad
MASTER_SITES= http://www.klayout.org/downloads/source/
Index: pkgsrc/cad/klayout/distinfo
diff -u pkgsrc/cad/klayout/distinfo:1.11 pkgsrc/cad/klayout/distinfo:1.12
--- pkgsrc/cad/klayout/distinfo:1.11 Sun Dec 9 05:36:50 2018
+++ pkgsrc/cad/klayout/distinfo Sat Oct 17 22:03:05 2020
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.11 2018/12/09 05:36:50 mef Exp $
+$NetBSD: distinfo,v 1.12 2020/10/17 22:03:05 mef Exp $
-SHA1 (klayout-0.25.6.tar.gz) = a74576b0fec09ce9b3c102a5a2cac42cc86b37ae
-RMD160 (klayout-0.25.6.tar.gz) = 02b07a6a9bd16546cda8cf1c7b0fc94a93c24e8f
-SHA512 (klayout-0.25.6.tar.gz) = 38d13bd6f0cef5685ef32ebf00edf07f588d445174e2a56320940a7036e65a3fbb11d1efab92af9f8abfce7e77c782df5f05460a7de4d98ade924c761396db5a
-Size (klayout-0.25.6.tar.gz) = 21008915 bytes
+SHA1 (klayout-0.25.9.tar.gz) = 1fde5100ff71c780afeefa43fc08e3d5c70ac09d
+RMD160 (klayout-0.25.9.tar.gz) = 41e57a3ba9d1f3339ef4066462ecd3a8fbcd0903
+SHA512 (klayout-0.25.9.tar.gz) = 6becad581b94d8ca36c10afbae422fa4a322986190b45fa752cb864cb5b61c35926ac550a20dc1892dfb0c40cbc52d817bb44cbc512329209af86d8d5247240f
+Size (klayout-0.25.9.tar.gz) = 20974381 bytes
SHA1 (patch-config_Makefile.conf.freebsd-32-gcc-release) = fd5b506f8da1c314091523e48e33a949d0fadb94
SHA1 (patch-config_Makefile.conf.netbsd-32-gcc-release) = 72ab38fd4bb1a1c9bbae61ad7f7cbdafa5706775
SHA1 (patch-src_layApplication.cc) = fa42542213519e8c04820ab08ce5c1385bf8b860
Home |
Main Index |
Thread Index |
Old Index