Received: by mail.netbsd.org (Postfix, from userid 605) id 7F2D484E9D; Sat, 17 Mar 2018 22:20:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7579D84E6D for ; Sat, 17 Mar 2018 22:20:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id GJOamjvPguEI for ; Sat, 17 Mar 2018 22:20:14 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D95CF84CDC for ; Sat, 17 Mar 2018 22:20:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D35AAFB40; Sat, 17 Mar 2018 22:20:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1521325213131430" MIME-Version: 1.0 Date: Sat, 17 Mar 2018 22:20:13 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20180317222013.D35AAFB40@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1521325213131430 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sat Mar 17 22:20:13 UTC 2018 Modified Files: pkgsrc/cad: Makefile pkgsrc/doc: CHANGES-2018 Log Message: Added cad/py-gdscad version 0.4.5 To generate a diff of this commit: cvs rdiff -u -r1.95 -r1.96 pkgsrc/cad/Makefile cvs rdiff -u -r1.1396 -r1.1397 pkgsrc/doc/CHANGES-2018 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1521325213131430 Content-Disposition: inline Content-Length: 1247 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/cad/Makefile diff -u pkgsrc/cad/Makefile:1.95 pkgsrc/cad/Makefile:1.96 --- pkgsrc/cad/Makefile:1.95 Tue Sep 26 10:26:55 2017 +++ pkgsrc/cad/Makefile Sat Mar 17 22:20:13 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.95 2017/09/26 10:26:55 wiz Exp $ +# $NetBSD: Makefile,v 1.96 2018/03/17 22:20:13 mef Exp $ # COMMENT= CAD tools @@ -53,6 +53,7 @@ SUBDIR+= p5-gds2 SUBDIR+= pcb SUBDIR+= py-MyHDL SUBDIR+= py-gds +SUBDIR+= py-gdscad SUBDIR+= py-simpy SUBDIR+= qcad SUBDIR+= qcad-partlibrary Index: pkgsrc/doc/CHANGES-2018 diff -u pkgsrc/doc/CHANGES-2018:1.1396 pkgsrc/doc/CHANGES-2018:1.1397 --- pkgsrc/doc/CHANGES-2018:1.1396 Sat Mar 17 20:54:12 2018 +++ pkgsrc/doc/CHANGES-2018 Sat Mar 17 22:20:13 2018 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2018,v 1.1396 2018/03/17 20:54:12 schmonz Exp $ +$NetBSD: CHANGES-2018,v 1.1397 2018/03/17 22:20:13 mef Exp $ Changes to the packages collection and infrastructure in 2018: @@ -1900,3 +1900,4 @@ Changes to the packages collection and i Updated textproc/ruby-xslt to 0.9.10 [taca 2018-03-17] Updated textproc/ruby-toml to 0.2.0 [taca 2018-03-17] Updated textproc/discount to 2.2.3anb3 [schmonz 2018-03-17] + Added cad/py-gdscad version 0.4.5 [mef 2018-03-17] --_----------=_1521325213131430--