Received: by mail.netbsd.org (Postfix, from userid 605) id 58EA584E95; Sat, 17 Mar 2018 22:15:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 56B8C84E6D for ; Sat, 17 Mar 2018 22:15:31 +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 JRtTyBzBhTKO for ; Sat, 17 Mar 2018 22:15:30 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4910984CDC for ; Sat, 17 Mar 2018 22:15:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 425ADFB40; Sat, 17 Mar 2018 22:15:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1521324930193830" MIME-Version: 1.0 Date: Sat, 17 Mar 2018 22:15:30 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/cad/py-gdscad To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20180317221530.425ADFB40@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. --_----------=_1521324930193830 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:15:30 UTC 2018 Added Files: pkgsrc/cad/py-gdscad: DESCR Makefile PLIST distinfo Log Message: cad/py-gdscad: import py27-gdsCAD-0.4.5 gdsCAD is a simple, but powerful, Python package for creating, reading, and manipulating GDSII layout files. It's suitable for scripting and interactive use. It excels particularly in generating designs with multiple incrementally adjusted objects. gdsCAD uses matplotlib to visualize everything from individual geometry primitives to the entire layout. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/cad/py-gdscad/DESCR \ pkgsrc/cad/py-gdscad/Makefile pkgsrc/cad/py-gdscad/PLIST \ pkgsrc/cad/py-gdscad/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1521324930193830 Content-Disposition: inline Content-Length: 4266 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/cad/py-gdscad/DESCR diff -u /dev/null pkgsrc/cad/py-gdscad/DESCR:1.1 --- /dev/null Sat Mar 17 22:15:30 2018 +++ pkgsrc/cad/py-gdscad/DESCR Sat Mar 17 22:15:30 2018 @@ -0,0 +1,5 @@ +gdsCAD is a simple, but powerful, Python package for creating, reading, and +manipulating GDSII layout files. It's suitable for scripting and interactive +use. It excels particularly in generating designs with multiple incrementally +adjusted objects. gdsCAD uses matplotlib to visualize everything from individual +geometry primitives to the entire layout. Index: pkgsrc/cad/py-gdscad/Makefile diff -u /dev/null pkgsrc/cad/py-gdscad/Makefile:1.1 --- /dev/null Sat Mar 17 22:15:30 2018 +++ pkgsrc/cad/py-gdscad/Makefile Sat Mar 17 22:15:30 2018 @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1 2018/03/17 22:15:30 mef Exp $ + +DISTNAME= gdsCAD-0.4.5 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= cad python +CATEGORIES= cad +MASTER_SITES= ${MASTER_SITE_GITHUB:=hohlraum/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://pythonhosted.org/gdsCAD/ +COMMENT= Package for creating, reading, and manipulating GDSII layout files +LICENSE= gnu-gpl-v3 + +USE_LANGUAGES= # none +#PYTHON_VERSIONS_INCOMPATIBLE= 35 36 34 +# PYSETUPBUILDTARGET= install + +.include "../../lang/python/egg.mk" + +pre-configure: + (cd ${WRKSRC} ;\ + ${ECHO} '__version__ =' "'"${PKGVERSION_NOREV}"'" > gdsCAD/_version.py \ + ) + +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/cad/py-gdscad/PLIST diff -u /dev/null pkgsrc/cad/py-gdscad/PLIST:1.1 --- /dev/null Sat Mar 17 22:15:30 2018 +++ pkgsrc/cad/py-gdscad/PLIST Sat Mar 17 22:15:30 2018 @@ -0,0 +1,48 @@ +@comment $NetBSD: PLIST,v 1.1 2018/03/17 22:15:30 mef Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/gdsCAD/__init__.py +${PYSITELIB}/gdsCAD/__init__.pyc +${PYSITELIB}/gdsCAD/__init__.pyo +${PYSITELIB}/gdsCAD/_version.py +${PYSITELIB}/gdsCAD/_version.pyc +${PYSITELIB}/gdsCAD/_version.pyo +${PYSITELIB}/gdsCAD/core.py +${PYSITELIB}/gdsCAD/core.pyc +${PYSITELIB}/gdsCAD/core.pyo +${PYSITELIB}/gdsCAD/font.py +${PYSITELIB}/gdsCAD/font.pyc +${PYSITELIB}/gdsCAD/font.pyo +${PYSITELIB}/gdsCAD/resources/ALIGNMENT.GDS +${PYSITELIB}/gdsCAD/resources/hershey/LICENSE +${PYSITELIB}/gdsCAD/resources/hershey/cyrilc.hmp +${PYSITELIB}/gdsCAD/resources/hershey/gothgbt.hmp +${PYSITELIB}/gdsCAD/resources/hershey/gothgrt.hmp +${PYSITELIB}/gdsCAD/resources/hershey/gothitt.hmp +${PYSITELIB}/gdsCAD/resources/hershey/greekc.hmp +${PYSITELIB}/gdsCAD/resources/hershey/greekcs.hmp +${PYSITELIB}/gdsCAD/resources/hershey/greekp.hmp +${PYSITELIB}/gdsCAD/resources/hershey/greeks.hmp +${PYSITELIB}/gdsCAD/resources/hershey/hershey +${PYSITELIB}/gdsCAD/resources/hershey/italicc.hmp +${PYSITELIB}/gdsCAD/resources/hershey/italiccs.hmp +${PYSITELIB}/gdsCAD/resources/hershey/italict.hmp +${PYSITELIB}/gdsCAD/resources/hershey/romanc.hmp +${PYSITELIB}/gdsCAD/resources/hershey/romancs.hmp +${PYSITELIB}/gdsCAD/resources/hershey/romand.hmp +${PYSITELIB}/gdsCAD/resources/hershey/romanp.hmp +${PYSITELIB}/gdsCAD/resources/hershey/romans.hmp +${PYSITELIB}/gdsCAD/resources/hershey/romant.hmp +${PYSITELIB}/gdsCAD/resources/hershey/scriptc.hmp +${PYSITELIB}/gdsCAD/resources/hershey/scripts.hmp +${PYSITELIB}/gdsCAD/shapes.py +${PYSITELIB}/gdsCAD/shapes.pyc +${PYSITELIB}/gdsCAD/shapes.pyo +${PYSITELIB}/gdsCAD/templates.py +${PYSITELIB}/gdsCAD/templates.pyc +${PYSITELIB}/gdsCAD/templates.pyo +${PYSITELIB}/gdsCAD/utils.py +${PYSITELIB}/gdsCAD/utils.pyc +${PYSITELIB}/gdsCAD/utils.pyo Index: pkgsrc/cad/py-gdscad/distinfo diff -u /dev/null pkgsrc/cad/py-gdscad/distinfo:1.1 --- /dev/null Sat Mar 17 22:15:30 2018 +++ pkgsrc/cad/py-gdscad/distinfo Sat Mar 17 22:15:30 2018 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2018/03/17 22:15:30 mef Exp $ + +SHA1 (gdsCAD-0.4.5.tar.gz) = 5e6e53a6caf8193bd9b9a1b6a6e2a41d725cf87f +RMD160 (gdsCAD-0.4.5.tar.gz) = 7acc35a14282a2add321806017137581d61e10f8 +SHA512 (gdsCAD-0.4.5.tar.gz) = f6d50e2dd0eb8edc632afd14ff8641a9ba334f57fd98dd981b3a64e3980d26e4d5de63bc8a68d303cfc9bf145547ef45a1168353c445ea1ce2b7e1468a92a3d7 +Size (gdsCAD-0.4.5.tar.gz) = 451368 bytes --_----------=_1521324930193830--