blob: d3459b8e3f190375b106e33b486e9aecad581dce (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
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 += 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 += 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 += 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 <bsd.port.subdir.mk>
|