summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authormef <mef>2017-01-01 09:15:00 +0000
committermef <mef>2017-01-01 09:15:00 +0000
commit99cc1dbfb921823e9e7e733eb9f745796acdd791 (patch)
tree94ddc01664975569276e7474bb7f0a0c6dba4534 /cad
parent4813a7c59acc33a4894248ed21c1edea5bc0ee66 (diff)
downloadpkgsrc-99cc1dbfb921823e9e7e733eb9f745796acdd791.tar.gz
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 (limited to 'cad')
-rw-r--r--cad/klayout/Makefile6
-rw-r--r--cad/klayout/distinfo12
-rw-r--r--cad/klayout/patches/patch-src_Makefile.rules5
3 files changed, 13 insertions, 10 deletions
diff --git a/cad/klayout/Makefile b/cad/klayout/Makefile
index 15cdd42fbe1..7047fb25758 100644
--- a/cad/klayout/Makefile
+++ b/cad/klayout/Makefile
@@ -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
HOMEPAGE= http://www.klayout.de/
diff --git a/cad/klayout/distinfo b/cad/klayout/distinfo
index fdd8198f865..b359e5f6c17 100644
--- a/cad/klayout/distinfo
+++ b/cad/klayout/distinfo
@@ -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 --git a/cad/klayout/patches/patch-src_Makefile.rules b/cad/klayout/patches/patch-src_Makefile.rules
index 0f007fd385e..168a794dbac 100644
--- a/cad/klayout/patches/patch-src_Makefile.rules
+++ b/cad/klayout/patches/patch-src_Makefile.rules
@@ -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