SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

4
cad/pcb2gcode/pkg/DESCR Normal file
View file

@ -0,0 +1,4 @@
pcb2gcode is a command-line software for the isolation, routing and drilling of
PCBs. It takes Gerber files as input and it outputs gcode files, suitable for
the milling of PCBs. It also includes an Autoleveller, useful for the automatic
dynamic calibration of the milling depth.

3
cad/pcb2gcode/pkg/PLIST Normal file
View file

@ -0,0 +1,3 @@
@bin bin/pcb2gcode
@bin bin/wkt_to_svg
@man man/man1/pcb2gcode.1