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: Tue Jul 12 13:29:35 UTC 2016
Modified Files:
pkgsrc/cad/klayout: Makefile distinfo
Log Message:
Updated cad/klayout to 0.24.8
-----------------------------
Version 0.24.8
Release date: 2016-06-19
- Bugfix: XOR and different or big database units: With
tiling, XOR between two layouts with different database
units was still not working correctly. Also, when the
database unit was larger than 1nm, the XOR feature was
dropping results sometimes when tiling was on.
- Enhancements: progress bar shown also for "-z" mode
scripts: The solution of 0.24.7 has been modified to avoid
annoying progress bar windows popping up in
background-window mode: Now, progress bar windows will
only pop up if an active main window is present. This will
enable progress bars for scripts that open their own main
windows but still keep the application GUI-less when the
script does not do so.
- Bugfix: Crash on empty panel: When "New/Panel" is used a
view without a layout is created. An attempt to create
layout on such panels crashed the application.
- Bugfix: LEF reader now can read PIN statements including VIA
- Bugfix: Polygon smoothing was not working properly in some
cases Previously the smoothing function was sometimes
dropping vertexes from the polygons. Smoothing now does
also guarantee not to exceed the given distance.
- Bugfix: Sorting cells by area now sorts cells by name as
second choice In the previous version, cells with
identical area were grouped but the order was
arbitrary. Now the name is used as the second-level
sorting criterion which keeps such cells sorted by name.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/cad/klayout/Makefile
cvs rdiff -u -r1.3 -r1.4 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.5 pkgsrc/cad/klayout/Makefile:1.6
--- pkgsrc/cad/klayout/Makefile:1.5 Sat May 14 06:33:49 2016
+++ pkgsrc/cad/klayout/Makefile Tue Jul 12 13:29:35 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2016/05/14 06:33:49 mef Exp $
+# $NetBSD: Makefile,v 1.6 2016/07/12 13:29:35 mef Exp $
-DISTNAME= klayout-0.24.7
+DISTNAME= klayout-0.24.8
CATEGORIES= cad
MASTER_SITES= http://www.klayout.org/downloads/
Index: pkgsrc/cad/klayout/distinfo
diff -u pkgsrc/cad/klayout/distinfo:1.3 pkgsrc/cad/klayout/distinfo:1.4
--- pkgsrc/cad/klayout/distinfo:1.3 Sat May 14 06:33:49 2016
+++ pkgsrc/cad/klayout/distinfo Tue Jul 12 13:29:35 2016
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.3 2016/05/14 06:33:49 mef Exp $
+$NetBSD: distinfo,v 1.4 2016/07/12 13:29:35 mef Exp $
-SHA1 (klayout-0.24.7.tar.gz) = 8092db29b87ecfd9014f6461cb79d99ef3b55bcf
-RMD160 (klayout-0.24.7.tar.gz) = cafd97f9145c654b8594f558f52f7fd7cf7f93ee
-SHA512 (klayout-0.24.7.tar.gz) = d9e16f2790594628c35582c452c12d1f6d9c639496b6a7ed82fe1674711217e3b2559caed393997dd83ae49abac5652ecb8aac32b05a09126ab3e35ea5400d30
-Size (klayout-0.24.7.tar.gz) = 11256222 bytes
+SHA1 (klayout-0.24.8.tar.gz) = 795e32c9aebc53aaa70ceaf20311acd78af4194a
+RMD160 (klayout-0.24.8.tar.gz) = 2e674413de96f7a718e28eddd79f5d75a818295d
+SHA512 (klayout-0.24.8.tar.gz) = 11b4d28a8dbbe104f77447cb949a89239d325543e25189265accdef80fbb52a9535170880826d30b7a811e5dfcff8a253b1015ec0157675c1f124dbe92056cd3
+Size (klayout-0.24.8.tar.gz) = 11262068 bytes
SHA1 (patch-build.sh) = 3a1e61100de101cbe82b0c4abfa10a0ab2f7ead7
SHA1 (patch-config_Makefile_conf_freebsd-32-gcc-release) = 8ee1a6f42465ef650fbd26ec6dcdea4db249d018
SHA1 (patch-config_Makefile_conf_netbsd-32-gcc-release) = 1fd264f8a25d4410cd48fcfbbbfbf149e65e3b22
Home |
Main Index |
Thread Index |
Old Index