Index: head/cad/Makefile =================================================================== --- head/cad/Makefile (revision 495789) +++ head/cad/Makefile (revision 495790) @@ -1,112 +1,113 @@ # $FreeBSD$ # COMMENT = CAD tools SUBDIR += NASTRAN-95 SUBDIR += abc SUBDIR += admesh SUBDIR += adms SUBDIR += alliance SUBDIR += astk-client SUBDIR += astk-serveur SUBDIR += atlc SUBDIR += basicdsp SUBDIR += brickutils SUBDIR += brlcad SUBDIR += calculix SUBDIR += calculix-ccx SUBDIR += cascade SUBDIR += chipvault 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 += gnucap SUBDIR += gplcver SUBDIR += gspiceui SUBDIR += gtkwave SUBDIR += impact SUBDIR += irsim SUBDIR += iverilog SUBDIR += jspice3 SUBDIR += k40-whisperer SUBDIR += kicad SUBDIR += kicad-devel SUBDIR += kicad-library-footprints SUBDIR += kicad-library-footprints-devel SUBDIR += kicad-library-packages3d SUBDIR += kicad-library-packages3d-devel SUBDIR += kicad-library-symbols SUBDIR += kicad-library-symbols-devel SUBDIR += kicad-library-templates SUBDIR += kicad-library-templates-devel SUBDIR += klayout SUBDIR += layouteditor SUBDIR += ldraw SUBDIR += leocad SUBDIR += lepton-eda SUBDIR += libopencad SUBDIR += librecad SUBDIR += libredwg SUBDIR += linux-eagle5 SUBDIR += linuxcnc-devel SUBDIR += logisim SUBDIR += magic SUBDIR += meshdev SUBDIR += meshlab SUBDIR += netgen SUBDIR += ngspice_rework SUBDIR += opencascade SUBDIR += openscad SUBDIR += openscad-devel SUBDIR += openvsp SUBDIR += p5-GDS2 SUBDIR += p5-Verilog-Perl SUBDIR += pcb SUBDIR += pdnmesh SUBDIR += py-gdspy SUBDIR += py-lcapy + SUBDIR += py-phidl SUBDIR += py-pycam SUBDIR += py-pyfda SUBDIR += python-gdsii SUBDIR += pythoncad SUBDIR += qcad SUBDIR += qelectrotech SUBDIR += qfsm SUBDIR += qmls SUBDIR += qucs SUBDIR += repsnapper SUBDIR += rubygem-gdsii SUBDIR += scotch SUBDIR += solvespace SUBDIR += sp2sp SUBDIR += spice SUBDIR += stepcode SUBDIR += sumo SUBDIR += sweethome3d SUBDIR += tkgate SUBDIR += tochnog SUBDIR += transcalc SUBDIR += varkon SUBDIR += verilator SUBDIR += verilog-mode.el SUBDIR += xcircuit SUBDIR += xtrkcad SUBDIR += z88 SUBDIR += zcad .include Index: head/cad/py-phidl/Makefile =================================================================== --- head/cad/py-phidl/Makefile (nonexistent) +++ head/cad/py-phidl/Makefile (revision 495790) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= phidl +PORTVERSION= 1.0.1 +CATEGORIES= cad python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= hrs@FreeBSD.org +COMMENT= GDS-based CAD tool for photonic and superconducting circuits + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gdspy>0:cad/py-gdspy@${PY_FLAVOR} + +USES= python +USE_PYTHON= distutils autoplist +USE_GITHUB= yes +GH_ACCOUNT= amccaugh + +.include Property changes on: head/cad/py-phidl/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-phidl/distinfo =================================================================== --- head/cad/py-phidl/distinfo (nonexistent) +++ head/cad/py-phidl/distinfo (revision 495790) @@ -0,0 +1,3 @@ +TIMESTAMP = 1552656620 +SHA256 (amccaugh-phidl-1.0.1_GH0.tar.gz) = cc1e9a1c0a015828b4069753b3424ee89c0cd340dd541e6b00833287635d39af +SIZE (amccaugh-phidl-1.0.1_GH0.tar.gz) = 511067 Property changes on: head/cad/py-phidl/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-phidl/pkg-descr =================================================================== --- head/cad/py-phidl/pkg-descr (nonexistent) +++ head/cad/py-phidl/pkg-descr (revision 495790) @@ -0,0 +1,13 @@ +PHIDL is an open-source GDS-based CAD tool for Python 2 and 3 which extends +and simplifies the excellent gdspy. It strives to simplify GDSII geometry +creation by making the design process layout-driven, rather than +coordinate-driven. The base installation includes a large library of +simple shapes (e.g. rectangles, circles), photonic structures (e.g. sine +curve waveguides), and superconducting nanowire shapes (e.g. single +photon detectors) which are fully parameterized. It also has a built-in +quick-plotting function based on Qt (or matplotlib) which allows you view +the state of any GDS object, useful when scripting geometry-making +functions. It also has a very thorough tutorial as well which will walk you +through the process of getting acquainted with PHIDL. + +WWW: https://github.com/amccaugh/phidl Property changes on: head/cad/py-phidl/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