Index: head/cad/Makefile =================================================================== --- head/cad/Makefile (revision 425354) +++ head/cad/Makefile (revision 425355) @@ -1,92 +1,93 @@ # $FreeBSD$ # COMMENT = CAD tools SUBDIR += NASTRAN-95 SUBDIR += admesh SUBDIR += adms SUBDIR += alliance SUBDIR += astk-client SUBDIR += astk-serveur SUBDIR += atlc SUBDIR += basicdsp SUBDIR += brickutils SUBDIR += brlcad SUBDIR += calculix SUBDIR += cascade SUBDIR += chipvault SUBDIR += cider SUBDIR += cura-engine SUBDIR += dinotrace SUBDIR += dxf2fig SUBDIR += electric SUBDIR += electric-ng SUBDIR += elmerfem SUBDIR += feappv SUBDIR += fidocadj SUBDIR += freecad SUBDIR += freehdl SUBDIR += fritzing SUBDIR += gdsreader SUBDIR += gdt SUBDIR += geda SUBDIR += gerbv SUBDIR += ghdl SUBDIR += gmsh SUBDIR += gmsh-occ SUBDIR += gnucap SUBDIR += gplcver SUBDIR += gspiceui SUBDIR += gtkwave SUBDIR += impact SUBDIR += irsim SUBDIR += iverilog SUBDIR += jspice3 SUBDIR += kicad SUBDIR += kicad-devel SUBDIR += klayout SUBDIR += layouteditor SUBDIR += ldraw SUBDIR += leocad SUBDIR += librecad SUBDIR += linux-eagle5 SUBDIR += linuxcnc-devel SUBDIR += logisim SUBDIR += magic SUBDIR += meshdev SUBDIR += meshlab SUBDIR += netgen SUBDIR += ngspice_rework SUBDIR += opencascade SUBDIR += openscad SUBDIR += openvsp SUBDIR += p5-GDS2 SUBDIR += p5-Verilog-Perl SUBDIR += pcb SUBDIR += pdnmesh + SUBDIR += py-gdsii SUBDIR += py-gdspy SUBDIR += py-lcapy SUBDIR += py-pycam SUBDIR += pythoncad SUBDIR += qcad SUBDIR += qelectrotech SUBDIR += qfsm SUBDIR += qmls SUBDIR += qucs SUBDIR += repsnapper SUBDIR += rubygem-gdsii SUBDIR += sceptre SUBDIR += scotch SUBDIR += spice SUBDIR += stepcode SUBDIR += sweethome3d SUBDIR += tkgate SUBDIR += tochnog SUBDIR += transcalc SUBDIR += varkon SUBDIR += verilog-mode.el SUBDIR += xcircuit SUBDIR += z88 .include Index: head/cad/py-gdsii/Makefile =================================================================== --- head/cad/py-gdsii/Makefile (nonexistent) +++ head/cad/py-gdsii/Makefile (revision 425355) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= gdsii +PORTVERSION= 0.2.1 +CATEGORIES= cad python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= python-${PORTNAME}-${PORTVERSION} + +MAINTAINER= hrs@FreeBSD.org +COMMENT= GDSII manipulation libaray + +LICENSE= LGPL3 + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml + +USES= python +USE_PYTHON= distutils autoplist + +.include Property changes on: head/cad/py-gdsii/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/cad/py-gdsii/distinfo =================================================================== --- head/cad/py-gdsii/distinfo (nonexistent) +++ head/cad/py-gdsii/distinfo (revision 425355) @@ -0,0 +1,3 @@ +TIMESTAMP = 1463386922 +SHA256 (python-gdsii-0.2.1.tar.gz) = 341b3f21770f4d50615f42fc568b1b1acb9d5c6ccb3fd79aba28d9a5a4eebc44 +SIZE (python-gdsii-0.2.1.tar.gz) = 38071 Property changes on: head/cad/py-gdsii/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/cad/py-gdsii/pkg-descr =================================================================== --- head/cad/py-gdsii/pkg-descr (nonexistent) +++ head/cad/py-gdsii/pkg-descr (revision 425355) @@ -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/ Property changes on: head/cad/py-gdsii/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property