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.9



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3eb3507d18ae
branches:  trunk
changeset: 356466:3eb3507d18ae
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun Jan 01 09:15:00 2017 +0000

description:
Updated cad/klayout to 0.24.9
-----------------------------
From: http://klayout.de/development.html
Release date: 2016-11-29
 Enhancements: The RBA::Region#smooth function was enhanced to give
               somewhat better results
 Enhancements: DXF's circle approximation can now also specified
               through an "accuracy" parameter: if less than the number of specified
               points is required to achieve the given accuracy, the number is
               reduced accordingly. This also applies to the polygon interpolation
                of spline and arc curves.

 Enhancement: RBA integration now is compatible with Ruby 2.3 which
              allows building on Ubuntu 16 as well.
 Enhancement: OASIS files with instance angles >360 were rejected
               before. Now, this has turned into a warning.

 Bugfix: DEF reader was failing to read MASK/via combinations.
 Bugfix: The marker browser's "show only rules with errors" option was
         enabled again on sorting of errors.
 Bugfix: DRC: Using Layout objects for inputs didn't work
 Bugfix: Copying Hierarchy treets containing PCell's made the PCell's
          being turned into static cells.

diffstat:

 cad/klayout/Makefile                         |   6 +++---
 cad/klayout/distinfo                         |  12 ++++++------
 cad/klayout/patches/patch-src_Makefile.rules |   5 ++++-
 3 files changed, 13 insertions(+), 10 deletions(-)

diffs (48 lines):

diff -r 499c21752556 -r 3eb3507d18ae cad/klayout/Makefile
--- a/cad/klayout/Makefile      Sun Jan 01 08:43:27 2017 +0000
+++ b/cad/klayout/Makefile      Sun Jan 01 09:15:00 2017 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2016/07/12 13:29:35 mef Exp $
+# $NetBSD: Makefile,v 1.7 2017/01/01 09:15:00 mef Exp $
 
-DISTNAME=      klayout-0.24.8
+DISTNAME=      klayout-0.24.9
 CATEGORIES=    cad
-MASTER_SITES=  http://www.klayout.org/downloads/
+MASTER_SITES=  http://www.klayout.org/downloads/source/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://www.klayout.de/
diff -r 499c21752556 -r 3eb3507d18ae cad/klayout/distinfo
--- a/cad/klayout/distinfo      Sun Jan 01 08:43:27 2017 +0000
+++ b/cad/klayout/distinfo      Sun Jan 01 09:15:00 2017 +0000
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.5 2016/11/20 22:14:47 joerg Exp $
+$NetBSD: distinfo,v 1.6 2017/01/01 09:15:00 mef Exp $
 
-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 (klayout-0.24.9.tar.gz) = 0a740da3d43d13b155167b470869dbf64368bc7b
+RMD160 (klayout-0.24.9.tar.gz) = b694adb820371ac28b0a9b76b3372d6626a2682c
+SHA512 (klayout-0.24.9.tar.gz) = 2b14f9c10968f3c69e0585a6d83756395697ebefb5ab97d37e790e180be2f17073bc488135868be8f61308388dd3b5fac0819765c5e5487bbaae8679a8863574
+Size (klayout-0.24.9.tar.gz) = 11262298 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
-SHA1 (patch-src_Makefile.rules) = 067908224dc86cd781679515dc05ebb8a7af8e41
+SHA1 (patch-src_Makefile.rules) = ca98445d7e3823cc0b9c2114f0d4c6214ad59e5c
 SHA1 (patch-src_layApplication.cc) = d3f115836e75a76ab2322048d8698c0dcd6c7492
diff -r 499c21752556 -r 3eb3507d18ae cad/klayout/patches/patch-src_Makefile.rules
--- a/cad/klayout/patches/patch-src_Makefile.rules      Sun Jan 01 08:43:27 2017 +0000
+++ b/cad/klayout/patches/patch-src_Makefile.rules      Sun Jan 01 09:15:00 2017 +0000
@@ -1,4 +1,7 @@
-$NetBSD: patch-src_Makefile.rules,v 1.1 2016/11/20 22:14:47 joerg Exp $
+$NetBSD: patch-src_Makefile.rules,v 1.2 2017/01/01 09:15:00 mef Exp $
+
+date: 2016-11-21 07:14:47 +0900;  author: joerg;
+Restrict a few very memory hungry files to -O1.
 
 --- src/Makefile.rules.orig    2016-11-20 01:03:39.000000000 +0000
 +++ src/Makefile.rules



Home | Main Index | Thread Index | Old Index