summaryrefslogtreecommitdiff
path: root/cad/python-gdsii
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2016-11-10 19:38:43 +0000
committerHiroki Sato <hrs@FreeBSD.org>2016-11-10 19:38:43 +0000
commite9f47fdaed5de5e40cae809c82cb727f67575f41 (patch)
tree94527cae4c018b0f0a30def736851cd76d63500c /cad/python-gdsii
parentsecurity/vuxml: Document new OpenSSL 1.1.0 vulnerabilities (diff)
Rename with python-gdsii, which is the official package name in PyPI.
Suggested by: koobs
Notes
Notes: svn path=/head/; revision=425853
Diffstat (limited to 'cad/python-gdsii')
-rw-r--r--cad/python-gdsii/Makefile19
-rw-r--r--cad/python-gdsii/distinfo3
-rw-r--r--cad/python-gdsii/pkg-descr5
3 files changed, 27 insertions, 0 deletions
diff --git a/cad/python-gdsii/Makefile b/cad/python-gdsii/Makefile
new file mode 100644
index 000000000000..0637824d4fc2
--- /dev/null
+++ b/cad/python-gdsii/Makefile
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME= python-gdsii
+PORTVERSION= 0.2.1
+CATEGORIES= cad python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= hrs@FreeBSD.org
+COMMENT= GDSII manipulation library
+
+LICENSE= LGPL3
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml
+
+USES= python
+USE_PYTHON= distutils autoplist
+
+.include <bsd.port.mk>
diff --git a/cad/python-gdsii/distinfo b/cad/python-gdsii/distinfo
new file mode 100644
index 000000000000..274ee9f97960
--- /dev/null
+++ b/cad/python-gdsii/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1463386922
+SHA256 (python-gdsii-0.2.1.tar.gz) = 341b3f21770f4d50615f42fc568b1b1acb9d5c6ccb3fd79aba28d9a5a4eebc44
+SIZE (python-gdsii-0.2.1.tar.gz) = 38071
diff --git a/cad/python-gdsii/pkg-descr b/cad/python-gdsii/pkg-descr
new file mode 100644
index 000000000000..bf57597c0e50
--- /dev/null
+++ b/cad/python-gdsii/pkg-descr
@@ -0,0 +1,5 @@
+python-gdsii is a library that can be used to read, create, modify and save
+GDSII files. It supports both low-level record I/O and high level interface to
+GDSII libraries (databases), structures, and elements.
+
+WWW: http://pythonhosted.org/python-gdsii/