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:           Sun Jan  1 09:15:00 UTC 2017

Modified Files:
        pkgsrc/cad/klayout: Makefile distinfo
        pkgsrc/cad/klayout/patches: patch-src_Makefile.rules

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/cad/klayout/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/cad/klayout/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/cad/klayout/patches/patch-src_Makefile.rules

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.6 pkgsrc/cad/klayout/Makefile:1.7
--- pkgsrc/cad/klayout/Makefile:1.6     Tue Jul 12 13:29:35 2016
+++ pkgsrc/cad/klayout/Makefile Sun Jan  1 09:15:00 2017
@@ -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/

Index: pkgsrc/cad/klayout/distinfo
diff -u pkgsrc/cad/klayout/distinfo:1.5 pkgsrc/cad/klayout/distinfo:1.6
--- pkgsrc/cad/klayout/distinfo:1.5     Sun Nov 20 22:14:47 2016
+++ pkgsrc/cad/klayout/distinfo Sun Jan  1 09:15:00 2017
@@ -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

Index: pkgsrc/cad/klayout/patches/patch-src_Makefile.rules
diff -u pkgsrc/cad/klayout/patches/patch-src_Makefile.rules:1.1 pkgsrc/cad/klayout/patches/patch-src_Makefile.rules:1.2
--- pkgsrc/cad/klayout/patches/patch-src_Makefile.rules:1.1     Sun Nov 20 22:14:47 2016
+++ pkgsrc/cad/klayout/patches/patch-src_Makefile.rules Sun Jan  1 09:15:00 2017
@@ -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