diff --git a/cad/Makefile b/cad/Makefile index b078e6d03bea..8b9189d6cc2b 100644 --- a/cad/Makefile +++ b/cad/Makefile @@ -1,167 +1,168 @@ COMMENT = CAD tools SUBDIR += Clipper2 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 += 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 += impact 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 += libbgcode SUBDIR += libgdsii SUBDIR += libopencad SUBDIR += librecad SUBDIR += libredwg SUBDIR += librepcb SUBDIR += librnd SUBDIR += logisim SUBDIR += magic SUBDIR += meshdev SUBDIR += meshlab 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 += 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/camv-rnd/Makefile b/cad/camv-rnd/Makefile new file mode 100644 index 000000000000..54c2c6dce324 --- /dev/null +++ b/cad/camv-rnd/Makefile @@ -0,0 +1,38 @@ +PORTNAME= camv-rnd +DISTVERSION= 1.1.6 +CATEGORIES= cad +MASTER_SITES= http://www.repo.hu/projects/${PORTNAME}/releases/ + +MAINTAINER= alven@FreeBSD.org +COMMENT= Small, flexible viewer for PCB-related CAM file formats +WWW= http://www.repo.hu/projects/camv-rnd/ + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libfungw.so:devel/fungw \ + libgenht.so:devel/genht \ + librnd-hid.so:cad/librnd + +USES= gmake tar:bz2 + +HAS_CONFIGURE= yes +CONFIGURE_ARGS= ${WITH_DEBUG:D--debug} \ + --CC=${CC} \ + --CFLAGS='${CFLAGS}' \ + --LDFLAGS='${LDFLAGS}' + +BINARY_ALIAS= make=${MAKE_CMD} + +PORTDOCS= * + +OPTIONS_DEFINE= DOCS + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/camv-rnd + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/camv-rnd/plugins/*.so + +post-install-DOCS-off: + ${RM} -r ${STAGEDIR}${DOCSDIR} + +.include diff --git a/cad/camv-rnd/distinfo b/cad/camv-rnd/distinfo new file mode 100644 index 000000000000..4de91b2e43d8 --- /dev/null +++ b/cad/camv-rnd/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1761608387 +SHA256 (camv-rnd-1.1.6.tar.bz2) = efff6fd8963bd029e0021d1c0bc79fdd9ca4cd334608ef6485213e87179066e0 +SIZE (camv-rnd-1.1.6.tar.bz2) = 420651 diff --git a/cad/camv-rnd/pkg-descr b/cad/camv-rnd/pkg-descr new file mode 100644 index 000000000000..733078ce8883 --- /dev/null +++ b/cad/camv-rnd/pkg-descr @@ -0,0 +1,7 @@ +camv-rnd is a Free Software small, flexible viewer for PCB-related CAM file +formats + +- supports gerber, excellon, g-code +- imports/exports multiple file formats +- is part of the Ringdove EDA suite +- is part of the coralEDA ecosystem diff --git a/cad/camv-rnd/pkg-plist b/cad/camv-rnd/pkg-plist new file mode 100644 index 000000000000..cffc7e67055e --- /dev/null +++ b/cad/camv-rnd/pkg-plist @@ -0,0 +1,17 @@ +bin/camv-rnd +%%ETCDIR%%/conf_core.lht +%%ETCDIR%%/import_gcode.conf +%%ETCDIR%%/menu.lht +lib/camv-rnd/plugins/dialogs.pup +lib/camv-rnd/plugins/dialogs.so +lib/camv-rnd/plugins/export_lpr.pup +lib/camv-rnd/plugins/export_lpr.so +lib/camv-rnd/plugins/export_png.pup +lib/camv-rnd/plugins/export_png.so +lib/camv-rnd/plugins/export_ps.pup +lib/camv-rnd/plugins/export_ps.so +lib/camv-rnd/plugins/export_svg.pup +lib/camv-rnd/plugins/export_svg.so +lib/camv-rnd/plugins/gui.pup +lib/camv-rnd/plugins/gui.so +share/man/man1/camv-rnd.1.gz