Index: head/cad/Makefile =================================================================== --- head/cad/Makefile (revision 415341) +++ head/cad/Makefile (revision 415342) @@ -1,87 +1,88 @@ # $FreeBSD$ # COMMENT = CAD tools 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 += 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 += 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-lcapy SUBDIR += py-pycam SUBDIR += pythoncad SUBDIR += qcad SUBDIR += qcad-partslib SUBDIR += qelectrotech SUBDIR += qfsm SUBDIR += qmls SUBDIR += qucs SUBDIR += repsnapper 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-lcapy/Makefile =================================================================== --- head/cad/py-lcapy/Makefile (nonexistent) +++ head/cad/py-lcapy/Makefile (revision 415342) @@ -0,0 +1,33 @@ +# $FreeBSD$ + +PORTNAME= lcapy +DISTVERSION= 40de0a2 +CATEGORIES= cad python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= hrs@FreeBSD.org +COMMENT= Symbolic MDA Analysis Package for Linear Circuits + +LICENSE= LGPL21 + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sympy>0:math/py-sympy \ + ${PYTHON_PKGNAMEPREFIX}numpy>0:math/py-numpy \ + ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/matplotlib + +USES= python +USE_PYTHON= distutils autoplist +USE_GITHUB= yes +GH_ACCOUNT= mph- +PORTEXAMPLES= netlists \ + networks \ + notebooks \ + schematics + +OPTIONS_DEFINE= EXAMPLES + +post-install-EXAMPLES-on: + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + cd ${WRKSRC}/doc/examples && \ + ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} + +.include Property changes on: head/cad/py-lcapy/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-lcapy/distinfo =================================================================== --- head/cad/py-lcapy/distinfo (nonexistent) +++ head/cad/py-lcapy/distinfo (revision 415342) @@ -0,0 +1,3 @@ +TIMESTAMP = 1463419670 +SHA256 (mph--lcapy-40de0a2_GH0.tar.gz) = 5588fe619ee409ab3727a1d38245b7a0cf493726f00679a0dff6f33a6a815055 +SIZE (mph--lcapy-40de0a2_GH0.tar.gz) = 976810 Property changes on: head/cad/py-lcapy/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-lcapy/pkg-descr =================================================================== --- head/cad/py-lcapy/pkg-descr (nonexistent) +++ head/cad/py-lcapy/pkg-descr (revision 415342) @@ -0,0 +1,10 @@ +Lcapy is an experimental Python package for teaching linear circuit +analysis. It uses SymPy for symbolic mathematics. + +Lcapy can analyse circuits described with netlists using modified +nodal analysis. + +Alternatively, Lcapy can analyse networks and circuits formed by +combining one, two, and (some) three port networks. + +WWW: https://github.com/mph-/lcapy Property changes on: head/cad/py-lcapy/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