diff --git a/cad/Makefile b/cad/Makefile index 219f0338d970..6a7a336bc3cd 100644 --- a/cad/Makefile +++ b/cad/Makefile @@ -1,139 +1,140 @@ COMMENT = CAD tools SUBDIR += NASTRAN-95 SUBDIR += PrusaSlicer SUBDIR += abc SUBDIR += admesh SUBDIR += adms SUBDIR += alliance SUBDIR += appcsxcad SUBDIR += archimedes SUBDIR += astk-client SUBDIR += astk-serveur SUBDIR += atlc SUBDIR += basicdsp SUBDIR += brlcad SUBDIR += calculix SUBDIR += calculix-ccx SUBDIR += caneda SUBDIR += cascade SUBDIR += cascade-compiler SUBDIR += chipvault SUBDIR += csxcad SUBDIR += cura SUBDIR += cura-engine SUBDIR += cvc SUBDIR += digital SUBDIR += dinotrace SUBDIR += ecpprog SUBDIR += electric SUBDIR += electric-ng SUBDIR += fasm SUBDIR += fdm_materials SUBDIR += feappv SUBDIR += fidocadj SUBDIR += freecad SUBDIR += freehdl SUBDIR += fritzing SUBDIR += gds3d SUBDIR += gdsreader SUBDIR += gdt SUBDIR += geda SUBDIR += gerbv SUBDIR += ghdl SUBDIR += gmsh SUBDIR += gnucap SUBDIR += gplcver SUBDIR += graywolf SUBDIR += gspiceui SUBDIR += gtkwave SUBDIR += horizon-eda SUBDIR += ifcopenshell SUBDIR += impact SUBDIR += irsim SUBDIR += iverilog SUBDIR += jspice3 SUBDIR += k40-whisperer SUBDIR += kicad SUBDIR += kicad-devel SUBDIR += kicad-doc 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 += ktechlab SUBDIR += ldraw SUBDIR += ldview SUBDIR += leocad SUBDIR += lepton-eda SUBDIR += libopencad SUBDIR += librecad SUBDIR += libredwg SUBDIR += librepcb SUBDIR += linux-eagle5 SUBDIR += logisim SUBDIR += magic SUBDIR += meshdev SUBDIR += meshlab SUBDIR += netgen SUBDIR += netgen-lvs SUBDIR += ngspice_rework SUBDIR += nvc SUBDIR += opencascade SUBDIR += openctm SUBDIR += openfpgaloader SUBDIR += openroad SUBDIR += openscad SUBDIR += openscad-devel SUBDIR += opentimer SUBDIR += openvsp SUBDIR += oregano SUBDIR += p5-GDS2 SUBDIR += p5-Verilog-Perl + SUBDIR += padring SUBDIR += pcb SUBDIR += pdnmesh SUBDIR += py-cadquery SUBDIR += py-cq-editor SUBDIR += py-ezdxf SUBDIR += py-gdspy SUBDIR += py-lcapy SUBDIR += py-ocp SUBDIR += py-phidl SUBDIR += py-pyfda SUBDIR += py-pymtl SUBDIR += python-gdsii SUBDIR += qcad SUBDIR += qcsxcad SUBDIR += qelectrotech SUBDIR += qflow SUBDIR += qmls SUBDIR += qrouter SUBDIR += repsnapper SUBDIR += rubygem-gdsii SUBDIR += scotch SUBDIR += solvespace SUBDIR += sp2sp SUBDIR += spice SUBDIR += stepcode SUBDIR += stm32flash SUBDIR += sumo SUBDIR += surelog SUBDIR += sweethome3d SUBDIR += tkgate SUBDIR += tochnog SUBDIR += uhdm SUBDIR += uranium SUBDIR += verilator SUBDIR += verilog-mode.el SUBDIR += veroroute SUBDIR += xcircuit SUBDIR += yosys SUBDIR += z88 SUBDIR += zcad .include diff --git a/cad/padring/Makefile b/cad/padring/Makefile new file mode 100644 index 000000000000..de3ab6b24df1 --- /dev/null +++ b/cad/padring/Makefile @@ -0,0 +1,22 @@ +PORTNAME= padring +DISTVERSION= g20210731 +CATEGORIES= cad + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Padring generator for ASICs + +LICENSE= ISCL +LICENSE_FILE= ${WRKSRC}/License.txt + +USES= cmake compiler:c++17-lang + +USE_GITHUB= yes +GH_ACCOUNT= donn +GH_TAGNAME= b2a64ab + +PLIST_FILES= bin/${PORTNAME} + +do-install: + ${INSTALL_PROGRAM} ${INSTALL_WRKSRC}/${PORTNAME} ${STAGEDIR}${LOCALBASE}/bin + +.include diff --git a/cad/padring/distinfo b/cad/padring/distinfo new file mode 100644 index 000000000000..3915037927e1 --- /dev/null +++ b/cad/padring/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1640844446 +SHA256 (donn-padring-g20210731-b2a64ab_GH0.tar.gz) = ab8fb7f4103ff406727bc13762573c4e233e1b5843be638e6087bc76ffec3be0 +SIZE (donn-padring-g20210731-b2a64ab_GH0.tar.gz) = 131253 diff --git a/cad/padring/pkg-descr b/cad/padring/pkg-descr new file mode 100644 index 000000000000..b122ef8af1e3 --- /dev/null +++ b/cad/padring/pkg-descr @@ -0,0 +1,5 @@ +This tool makes padrings for ASICs using a LEF file and a +placement/configuration file. The padrings can be output in GDS2, DEF +and/or SVG format. Check out the example in the example directory. + +WWW: https://github.com/donn/padring