diff --git a/cad/Makefile b/cad/Makefile index 374b8f9a2c55..b331419629ac 100644 --- a/cad/Makefile +++ b/cad/Makefile @@ -1,169 +1,170 @@ COMMENT = CAD tools SUBDIR += Clipper2 SUBDIR += OrcaSlicer SUBDIR += PrusaSlicer SUBDIR += abc SUBDIR += admesh SUBDIR += adms SUBDIR += alliance SUBDIR += antimony SUBDIR += apio SUBDIR += appcsxcad SUBDIR += archimedes SUBDIR += astk-client SUBDIR += astk-serveur SUBDIR += atlc SUBDIR += brlcad SUBDIR += calculix SUBDIR += calculix-ccx SUBDIR += camotics SUBDIR += camv-rnd SUBDIR += caneda SUBDIR += cascade SUBDIR += cascade-compiler SUBDIR += chipvault SUBDIR += csxcad SUBDIR += cura SUBDIR += cura-engine SUBDIR += digital SUBDIR += dinotrace SUBDIR += ecpprog SUBDIR += electric SUBDIR += electric-ng SUBDIR += fasm SUBDIR += fdm_materials SUBDIR += feappv SUBDIR += fidocadj SUBDIR += freecad SUBDIR += freecad-devel SUBDIR += freehdl SUBDIR += fritzing SUBDIR += gds3d SUBDIR += gdscpp SUBDIR += gdsreader SUBDIR += gdstk SUBDIR += gdt SUBDIR += geda SUBDIR += gerbv SUBDIR += ghdl SUBDIR += gmsh SUBDIR += gnucap SUBDIR += gplcver SUBDIR += graywolf SUBDIR += gspiceui SUBDIR += gtkwave SUBDIR += horizon-eda SUBDIR += hs-verismith SUBDIR += ifcopenshell SUBDIR += irsim SUBDIR += iverilog 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 += lib3mf SUBDIR += libbgcode SUBDIR += libgdsii SUBDIR += libopencad SUBDIR += librecad SUBDIR += libredwg SUBDIR += librepcb SUBDIR += librnd SUBDIR += logisim SUBDIR += magic SUBDIR += meshdev SUBDIR += netgen SUBDIR += netgen-lvs SUBDIR += ngspice_rework SUBDIR += nvc SUBDIR += opencascade SUBDIR += opencascade740 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 += pcb-rnd SUBDIR += pdnmesh SUBDIR += py-amaranth SUBDIR += py-cocotb SUBDIR += py-csxcad SUBDIR += py-edalize SUBDIR += py-ezdxf SUBDIR += py-gdspy SUBDIR += py-gdstk SUBDIR += py-gmsh SUBDIR += py-lcapy SUBDIR += py-phidl SUBDIR += py-pyfda SUBDIR += py-pygmsh SUBDIR += py-pymtl SUBDIR += py-pyvcd SUBDIR += py-verilog-parser SUBDIR += py-vunit-hdl SUBDIR += python-gdsii SUBDIR += qcad SUBDIR += qcsxcad SUBDIR += qelectrotech SUBDIR += qflow SUBDIR += qmls SUBDIR += qrouter SUBDIR += qspeakers SUBDIR += qucs-s SUBDIR += qucsator SUBDIR += repsnapper + SUBDIR += route-rnd SUBDIR += rubygem-gdsii SUBDIR += sch-rnd SUBDIR += scotch SUBDIR += silice SUBDIR += solvespace SUBDIR += sp2sp SUBDIR += spice SUBDIR += stepcode SUBDIR += stm32flash SUBDIR += sumo SUBDIR += surelog SUBDIR += surfer SUBDIR += svlint SUBDIR += svls SUBDIR += sweethome3d SUBDIR += symbiyosys SUBDIR += tochnog SUBDIR += uhdm SUBDIR += uranium SUBDIR += verilator SUBDIR += verilog-mode.el SUBDIR += veroroute SUBDIR += veryl SUBDIR += xcircuit SUBDIR += xschem SUBDIR += xyce SUBDIR += yosys SUBDIR += yosys-ghdl-plugin SUBDIR += yosys-systemverilog SUBDIR += z88 SUBDIR += zcad .include diff --git a/cad/route-rnd/Makefile b/cad/route-rnd/Makefile new file mode 100644 index 000000000000..acc58a47b411 --- /dev/null +++ b/cad/route-rnd/Makefile @@ -0,0 +1,33 @@ +PORTNAME= route-rnd +DISTVERSION= 0.9.3 +CATEGORIES= cad +MASTER_SITES= http://www.repo.hu/projects/${PORTNAME}/releases/ + +MAINTAINER= alven@FreeBSD.org +COMMENT= Flexible, modular autorouter for Printed Circuit Boards +WWW= http://www.repo.hu/projects/route-rnd/ + +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= tar:bz2 + +HAS_CONFIGURE= yes +CONFIGURE_ARGS= ${WITH_DEBUG:D--debug} \ + --CC=${CC} \ + --CFLAGS='${CFLAGS}' \ + --LDFLAGS='${LDFLAGS}' + +PLIST_FILES= bin/route-rnd \ + share/man/man1/route-rnd.1.gz +PORTDOCS= * + +OPTIONS_DEFINE= DOCS + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/route-rnd + +post-install-DOCS-off: + ${RM} -r ${STAGEDIR}${DOCSDIR} + +.include diff --git a/cad/route-rnd/distinfo b/cad/route-rnd/distinfo new file mode 100644 index 000000000000..46e3592a8f13 --- /dev/null +++ b/cad/route-rnd/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1774461482 +SHA256 (route-rnd-0.9.3.tar.bz2) = 5e3cddde4c00787e063c6b2276afed5f0ebd19bd7041f780077da2c9ddc2ad39 +SIZE (route-rnd-0.9.3.tar.bz2) = 615286 diff --git a/cad/route-rnd/pkg-descr b/cad/route-rnd/pkg-descr new file mode 100644 index 000000000000..3c17651cc162 --- /dev/null +++ b/cad/route-rnd/pkg-descr @@ -0,0 +1,9 @@ +route-rnd is a Free Software flexible, modular autorouter for Printed Circuit +Boards + +- modular, supports different routing algorithms +- fits well in a UNIXy workflow +- the designed-for-simplicity file format makes it easy to interface +- fully CLI, no GUI required +- active development, frequent releases +- Free Software license (GNU GPLv2+)