pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/cad/klayout Updated cad/klayout to 0.24.8



details:   https://anonhg.NetBSD.org/pkgsrc/rev/29640edb618b
branches:  trunk
changeset: 349627:29640edb618b
user:      mef <mef%pkgsrc.org@localhost>
date:      Tue Jul 12 13:29:35 2016 +0000

description:
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.

diffstat:

 cad/klayout/Makefile |   4 ++--
 cad/klayout/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (30 lines):

diff -r 715f8beba67a -r 29640edb618b cad/klayout/Makefile
--- a/cad/klayout/Makefile      Tue Jul 12 11:38:17 2016 +0000
+++ b/cad/klayout/Makefile      Tue Jul 12 13:29:35 2016 +0000
@@ -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/
 
diff -r 715f8beba67a -r 29640edb618b cad/klayout/distinfo
--- a/cad/klayout/distinfo      Tue Jul 12 11:38:17 2016 +0000
+++ b/cad/klayout/distinfo      Tue Jul 12 13:29:35 2016 +0000
@@ -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