Index: packaging/description.txt =================================================================== --- packaging/description.txt (revision 32546) +++ packaging/description.txt (revision 32547) @@ -38,6 +38,8 @@ * tinycad .net (netlists + footprint info) * eeschema netlist and footprint info * tEDAx netlist (any version) + - export netlist: + * tEDAx netlist (any version) - import footprint: * BXL footprints * eagle xml footprint lib @@ -46,6 +48,10 @@ * Mentor Graphics cell footprints * gEDA/PCB .fp footprints * tEDAx footprint (any version) + - export footprint: + * lihata pcb-rnd footprint (any version) + * gEDA/PCB .fp footprints + * tEDAx footprint (any version) - import board: * autotrax PCB board, version 4 * autotrax PCB board, version 5 @@ -56,6 +62,21 @@ * kicad board, version 3, 4 and 5 (s-expr) * lihata pcb-rnd board (any version) * gEDA/PCB .pcb board (any version up to 2017) + - export board: + * anonimized board statistics in lihata + * autotrax PCB board, version 4 + * dsn board + * hyperlynx board, version 2.0 + * kicad board, version 3 (s-expr) + * kicad pcbnew-board, version 1 (legacy plain text format) + * lihata pcb-rnd board (any version) + * gEDA/PCB .pcb board (various version up to 2017 ) + - export image: + * render in .png + * render in .gif + * render in .jpeg + * render black&white postscript (single or multiple files) + * render black&white or color embedded postscript (single file) - import misc: * specctra .dsn (wires and vias) * HPGL plot (lines, arcs, polygons) @@ -68,3 +89,30 @@ * gEDA/PCB font * tEDAx drc * tEDAx pcb-rnd drc script + - export misc: + * bom (Bill of Materials; text) + * specctra .dsn (padstacks and subcircuits; works with freerouting.net) + * .dxf (2D drawing for mech CADs) + * excellon drill/cnc (for PCB fabbing) + * fidocad .fcd (partial export) + * export gcode (for milling) + * gerber for PCB fabbing + * IPC-D-356 Netlist (for automated testing) + * printer (using ps) + * list of terminal connections (old, custom format) + * OpenEMS (simulation; matlab files) + * openscad script (colored 3D model) + * stl (3d triangulated surface model) + * svg (Scalable Vector Graphics) + * geda/PCB xy + * gxyrs + * Macrofab's pick&place + * pick&place file for the TM220/TM240 device + * KiCad .pos file + * IPC-D-356 Netlist (from automated testing) + * kicad module (s-expr, according to version 3) + * kicad pcbnew-module (legacy plain text format) + * lihata pcb-rnd font (any version) + * tEDAx etest + * tEDAx drc + * tEDAx pcb-rnd drc script Index: packaging/packages.sh =================================================================== --- packaging/packages.sh (revision 32546) +++ packaging/packages.sh (revision 32547) @@ -23,9 +23,10 @@ /(lihata)/ { t = split(types, T, " ") - for(n = 1; n <= t; n++) + for(n = 1; n <= t; n++) { out("import", T[n]); out("export", T[n]); + } exit } ' < description.txt > description2.txt && mv description2.txt description.txt