View | Details | Raw Unified | Return to bug 264289
Collapse All | Expand All

(-)b/cad/pcb-rnd/Makefile (+30 lines)
Added Link Here
1
PORTNAME=	pcb-rnd
2
DISTVERSION=	3.0.4
3
CATEGORIES=	cad
4
MASTER_SITES=	http://repo.hu/projects/pcb-rnd/releases/
5
6
MAINTAINER=	fuz@fuz.su
7
COMMENT=	Flexible, modular Printed Circuit Board editor
8
9
LICENSE=	GPLv2
10
LICENSE_FILE=	${WRKSRC}/COPYING
11
12
LIB_DEPENDS=	libfungw.so:devel/fungw \
13
		librnd-hid.so:cad/librnd \
14
		libfreetype.so:print/freetype2 \
15
		libgd.so:graphics/gd \
16
		libxml2.so:textproc/libxml2
17
18
USES=		gmake pkgconfig tar:bz2
19
20
HAS_CONFIGURE=	yes
21
BINARY_ALIAS=	make=${MAKE_CMD}
22
23
OPTIONS_DEFINE=	DOCS
24
25
pre-configure:
26
	${REINPLACE_CMD} \
27
	    -e 's,%%LOCALBASE%%,${LOCALBASE},g' \
28
	    ${WRKSRC}/scconfig/src/sul/find_freetype2.c
29
30
.include <bsd.port.mk>
(-)b/cad/pcb-rnd/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1651840727
2
SHA256 (pcb-rnd-3.0.4.tar.bz2) = 77c1b5c5e8ea6ab10e3b5a336d2b46e7e58748e922fbeb1d74605743c6adfb81
3
SIZE (pcb-rnd-3.0.4.tar.bz2) = 4528842
(-)b/cad/pcb-rnd/files/patch-scconfig_src_sul_find__freetype2.c (+11 lines)
Added Link Here
1
--- scconfig/src/sul/find_freetype2.c.orig	2022-05-27 13:11:01 UTC
2
+++ scconfig/src/sul/find_freetype2.c
3
@@ -57,7 +57,7 @@ int find_sul_freetype2(const char *name, int logdepth,
4
 	if (try_icl(logdepth, node, test_c, NULL, NULL, "-lfreetype"))
5
 		return 0;
6
 
7
-	if (try_icl(logdepth, node, test_c, NULL, "-I/usr/include/freetype2 -I/usr/include/freetype2/freetype", "-lfreetype"))
8
+	if (try_icl(logdepth, node, test_c, NULL, "-I%%LOCALBASE%%/include/freetype2 -I%%LOCALBASE%%/include/freetype2/freetype -L%%LOCALBASE%%/lib", "-lfreetype"))
9
 		return 0;
10
 
11
 	if (try_icl(logdepth, node, test_c, NULL, "-I/usr/include/freetype2", "-lfreetype"))
(-)b/cad/pcb-rnd/pkg-descr (+8 lines)
Added Link Here
1
pcb-rnd is a free/open source, flexible, modular Printed Circuit Board editor
2
3
 - for design of professional and hobby boards.
4
 - is feature-rich and compatible
5
 - has a long history, fast paced development, and big plans.
6
 - is part of the coralEDA ecosystem.
7
8
WWW: http://www.repo.hu/projects/pcb-rnd/
(-)b/cad/pcb-rnd/pkg-plist (-1 / +597 lines)
Added Link Here
0
- 
1
bin/bxl2txt
2
bin/fp2preview
3
bin/fp2subc
4
bin/gsch2pcb-rnd
5
bin/pcb-prj2lht
6
bin/pcb-rnd
7
bin/pcb-rnd-svg
8
bin/txt2bxl
9
%%ETCDIR%%/adialogs.conf
10
%%ETCDIR%%/ar_extern.conf
11
%%ETCDIR%%/asm.conf
12
%%ETCDIR%%/cam.conf
13
%%ETCDIR%%/ch_editpoint.conf
14
%%ETCDIR%%/conf_core.lht
15
%%ETCDIR%%/drc_query.conf
16
%%ETCDIR%%/export_xy.conf
17
%%ETCDIR%%/fp_fs.conf
18
%%ETCDIR%%/fp_wget.conf
19
%%ETCDIR%%/import_gnetlist.conf
20
%%ETCDIR%%/io_pads.conf
21
%%ETCDIR%%/menu-default.lht
22
%%ETCDIR%%/show_netnames.conf
23
lib/pcb-rnd/gnet-gsch2pcb-rnd.scm
24
lib/pcb-rnd/gnet-pcbrndfwd.scm
25
lib/pcb-rnd/gnet-pcbrndfwd_elem.scm
26
lib/pcb-rnd/plugins/ar_cpcb.pup
27
lib/pcb-rnd/plugins/ar_cpcb.so
28
lib/pcb-rnd/plugins/dialogs.pup
29
lib/pcb-rnd/plugins/dialogs.so
30
lib/pcb-rnd/plugins/draw_csect.pup
31
lib/pcb-rnd/plugins/draw_csect.so
32
lib/pcb-rnd/plugins/draw_fontsel.pup
33
lib/pcb-rnd/plugins/draw_fontsel.so
34
lib/pcb-rnd/plugins/fp_wget.pup
35
lib/pcb-rnd/plugins/fp_wget.so
36
lib/pcb-rnd/plugins/import_accel_net.pup
37
lib/pcb-rnd/plugins/import_accel_net.so
38
lib/pcb-rnd/plugins/import_mentor_sch.pup
39
lib/pcb-rnd/plugins/import_mentor_sch.so
40
lib/pcb-rnd/plugins/import_orcad_net.pup
41
lib/pcb-rnd/plugins/import_orcad_net.so
42
lib/pcb-rnd/plugins/io_dsn.pup
43
lib/pcb-rnd/plugins/io_dsn.so
44
lib/pcb-rnd/plugins/io_kicad.pup
45
lib/pcb-rnd/plugins/io_kicad.so
46
lib/pcb-rnd/plugins/io_kicad_legacy.pup
47
lib/pcb-rnd/plugins/io_kicad_legacy.so
48
lib/pcb-rnd/plugins/lib_hid_pcbui.pup
49
lib/pcb-rnd/plugins/lib_hid_pcbui.so
50
%%PORTDOCS%%%%DOCSDIR%%/Autostyle.html
51
%%PORTDOCS%%%%DOCSDIR%%/INSTALL.UNIX.txt
52
%%PORTDOCS%%%%DOCSDIR%%/INSTALL.librnd.txt
53
%%PORTDOCS%%%%DOCSDIR%%/INSTALL.mac.txt
54
%%PORTDOCS%%%%DOCSDIR%%/INSTALL.win32.html
55
%%PORTDOCS%%%%DOCSDIR%%/TODO
56
%%PORTDOCS%%%%DOCSDIR%%/conf/groups.html
57
%%PORTDOCS%%%%DOCSDIR%%/conf/history.html
58
%%PORTDOCS%%%%DOCSDIR%%/conf/index.html
59
%%PORTDOCS%%%%DOCSDIR%%/conf/index_prog.html
60
%%PORTDOCS%%%%DOCSDIR%%/conf/index_user.html
61
%%PORTDOCS%%%%DOCSDIR%%/conf/lists.html
62
%%PORTDOCS%%%%DOCSDIR%%/conf/merging.png
63
%%PORTDOCS%%%%DOCSDIR%%/conf/noextend.html
64
%%PORTDOCS%%%%DOCSDIR%%/conf/plugin_chk.html
65
%%PORTDOCS%%%%DOCSDIR%%/conf/prio.html
66
%%PORTDOCS%%%%DOCSDIR%%/conf/scalars.html
67
%%PORTDOCS%%%%DOCSDIR%%/conf/sources.html
68
%%PORTDOCS%%%%DOCSDIR%%/conf/syntax.html
69
%%PORTDOCS%%%%DOCSDIR%%/conf/tree/CFN_BOOLEAN.html
70
%%PORTDOCS%%%%DOCSDIR%%/conf/tree/CFN_COLOR.html
71
%%PORTDOCS%%%%DOCSDIR%%/conf/tree/CFN_COORD.html
72
%%PORTDOCS%%%%DOCSDIR%%/conf/tree/CFN_INCREMENTS.html
73
%%PORTDOCS%%%%DOCSDIR%%/conf/tree/CFN_INTEGER.html
74
%%PORTDOCS%%%%DOCSDIR%%/conf/tree/CFN_LIST.html
75
%%PORTDOCS%%%%DOCSDIR%%/conf/tree/CFN_REAL.html
76
%%PORTDOCS%%%%DOCSDIR%%/conf/tree/CFN_STRING.html
77
%%PORTDOCS%%%%DOCSDIR%%/conf/tree/CFN_UNIT.html
78
%%PORTDOCS%%%%DOCSDIR%%/conf/tree/appearance.html
79
%%PORTDOCS%%%%DOCSDIR%%/conf/tree/appearance_color.html
80
%%PORTDOCS%%%%DOCSDIR%%/conf/tree/appearance_loglevels.html
81
%%PORTDOCS%%%%DOCSDIR%%/conf/tree/appearance_messages.html
82
%%PORTDOCS%%%%DOCSDIR%%/conf/tree/appearance_misc.html
83
%%PORTDOCS%%%%DOCSDIR%%/conf/tree/appearance_padstack.html
84
%%PORTDOCS%%%%DOCSDIR%%/conf/tree/appearance_subc.html
85
%%PORTDOCS%%%%DOCSDIR%%/conf/tree/design.html
86
%%PORTDOCS%%%%DOCSDIR%%/conf/tree/design_drc.html
87
%%PORTDOCS%%%%DOCSDIR%%/conf/tree/design_drc_disable.html
88
%%PORTDOCS%%%%DOCSDIR%%/conf/tree/design_thermal.html
89
%%PORTDOCS%%%%DOCSDIR%%/conf/tree/editor.html
90
%%PORTDOCS%%%%DOCSDIR%%/conf/tree/editor_selection.html
91
%%PORTDOCS%%%%DOCSDIR%%/conf/tree/editor_view.html
92
%%PORTDOCS%%%%DOCSDIR%%/conf/tree/import_alien_format.html
93
%%PORTDOCS%%%%DOCSDIR%%/conf/tree/import_footprint_placement.html
94
%%PORTDOCS%%%%DOCSDIR%%/conf/tree/import_footprint_removal.html
95
%%PORTDOCS%%%%DOCSDIR%%/conf/tree/rc.html
96
%%PORTDOCS%%%%DOCSDIR%%/conf/tree/rc_path.html
97
%%PORTDOCS%%%%DOCSDIR%%/conf/tree/temp.html
98
%%PORTDOCS%%%%DOCSDIR%%/contact.html
99
%%PORTDOCS%%%%DOCSDIR%%/contrib.html
100
%%PORTDOCS%%%%DOCSDIR%%/datasheet.html
101
%%PORTDOCS%%%%DOCSDIR%%/developer/alien_formats/geda_pcb.txt
102
%%PORTDOCS%%%%DOCSDIR%%/developer/alien_formats/hyp.txt
103
%%PORTDOCS%%%%DOCSDIR%%/developer/ddrc/proposal1.txt
104
%%PORTDOCS%%%%DOCSDIR%%/developer/ddrc/requirements.txt
105
%%PORTDOCS%%%%DOCSDIR%%/developer/mods3/after.png
106
%%PORTDOCS%%%%DOCSDIR%%/developer/mods3/before.png
107
%%PORTDOCS%%%%DOCSDIR%%/developer/mods3/export.png
108
%%PORTDOCS%%%%DOCSDIR%%/developer/mods3/feature.png
109
%%PORTDOCS%%%%DOCSDIR%%/developer/mods3/fp.png
110
%%PORTDOCS%%%%DOCSDIR%%/developer/mods3/hid.png
111
%%PORTDOCS%%%%DOCSDIR%%/developer/mods3/import.png
112
%%PORTDOCS%%%%DOCSDIR%%/developer/mods3/index.html
113
%%PORTDOCS%%%%DOCSDIR%%/developer/mods3/io.png
114
%%PORTDOCS%%%%DOCSDIR%%/developer/mods3/lib.png
115
%%PORTDOCS%%%%DOCSDIR%%/developer/mods3/mods.png
116
%%PORTDOCS%%%%DOCSDIR%%/developer/mods3/post.html
117
%%PORTDOCS%%%%DOCSDIR%%/developer/mods3/pre.html
118
%%PORTDOCS%%%%DOCSDIR%%/doc.html
119
%%PORTDOCS%%%%DOCSDIR%%/faq.html
120
%%PORTDOCS%%%%DOCSDIR%%/help.html
121
%%PORTDOCS%%%%DOCSDIR%%/help_details.html
122
%%PORTDOCS%%%%DOCSDIR%%/index.html
123
%%PORTDOCS%%%%DOCSDIR%%/irc.html
124
%%PORTDOCS%%%%DOCSDIR%%/keys.html
125
%%PORTDOCS%%%%DOCSDIR%%/license.html
126
%%PORTDOCS%%%%DOCSDIR%%/mirrors.html
127
%%PORTDOCS%%%%DOCSDIR%%/motivation.html
128
%%PORTDOCS%%%%DOCSDIR%%/myfeature.html
129
%%PORTDOCS%%%%DOCSDIR%%/news.html
130
%%PORTDOCS%%%%DOCSDIR%%/plan.txt
131
%%PORTDOCS%%%%DOCSDIR%%/privacy.html
132
%%PORTDOCS%%%%DOCSDIR%%/scripting.txt
133
%%PORTDOCS%%%%DOCSDIR%%/security/README
134
%%PORTDOCS%%%%DOCSDIR%%/security/bug1.html
135
%%PORTDOCS%%%%DOCSDIR%%/support.html
136
%%PORTDOCS%%%%DOCSDIR%%/tutorial/15_no_sch/index.html
137
%%PORTDOCS%%%%DOCSDIR%%/tutorial/15_no_sch/step1a.png
138
%%PORTDOCS%%%%DOCSDIR%%/tutorial/15_no_sch/step1b.png
139
%%PORTDOCS%%%%DOCSDIR%%/tutorial/15_no_sch/step2.lht
140
%%PORTDOCS%%%%DOCSDIR%%/tutorial/15_no_sch/step2.png
141
%%PORTDOCS%%%%DOCSDIR%%/tutorial/15_no_sch/step3.lht
142
%%PORTDOCS%%%%DOCSDIR%%/tutorial/15_no_sch/step3a.png
143
%%PORTDOCS%%%%DOCSDIR%%/tutorial/15_no_sch/step3b.png
144
%%PORTDOCS%%%%DOCSDIR%%/tutorial/15_no_sch/step4.lht
145
%%PORTDOCS%%%%DOCSDIR%%/tutorial/15_no_sch/step5.lht
146
%%PORTDOCS%%%%DOCSDIR%%/tutorial/15_no_sch/step5.png
147
%%PORTDOCS%%%%DOCSDIR%%/tutorial/15_no_sch/step6.lht
148
%%PORTDOCS%%%%DOCSDIR%%/tutorial/15_no_sch/step6.png
149
%%PORTDOCS%%%%DOCSDIR%%/tutorial/16_tdx_netlist/7805.tdx
150
%%PORTDOCS%%%%DOCSDIR%%/tutorial/16_tdx_netlist/index.html
151
%%PORTDOCS%%%%DOCSDIR%%/tutorial/17_sch/7805_gschem.sch
152
%%PORTDOCS%%%%DOCSDIR%%/tutorial/17_sch/index.html
153
%%PORTDOCS%%%%DOCSDIR%%/tutorial/17_sch/sch.png
154
%%PORTDOCS%%%%DOCSDIR%%/user/01_intro/Makefile
155
%%PORTDOCS%%%%DOCSDIR%%/user/01_intro/flow.svg
156
%%PORTDOCS%%%%DOCSDIR%%/user/01_intro/history.html
157
%%PORTDOCS%%%%DOCSDIR%%/user/01_intro/index.html
158
%%PORTDOCS%%%%DOCSDIR%%/user/01_intro/intro.html
159
%%PORTDOCS%%%%DOCSDIR%%/user/02_model/index.html
160
%%PORTDOCS%%%%DOCSDIR%%/user/02_model/obj_arc.png
161
%%PORTDOCS%%%%DOCSDIR%%/user/02_model/obj_line.png
162
%%PORTDOCS%%%%DOCSDIR%%/user/02_model/objects_basic.png
163
%%PORTDOCS%%%%DOCSDIR%%/user/02_model/objects_complex.png
164
%%PORTDOCS%%%%DOCSDIR%%/user/02_model/via_therm_noconn.png
165
%%PORTDOCS%%%%DOCSDIR%%/user/02_model/via_therm_round_x45.png
166
%%PORTDOCS%%%%DOCSDIR%%/user/02_model/via_therm_round_x90.png
167
%%PORTDOCS%%%%DOCSDIR%%/user/02_model/via_therm_sharp_x45.png
168
%%PORTDOCS%%%%DOCSDIR%%/user/02_model/via_therm_sharp_x90.png
169
%%PORTDOCS%%%%DOCSDIR%%/user/02_model/via_therm_solid.png
170
%%PORTDOCS%%%%DOCSDIR%%/user/03_data/index.html
171
%%PORTDOCS%%%%DOCSDIR%%/user/04_invoc/index.html
172
%%PORTDOCS%%%%DOCSDIR%%/user/05_ui/01_gtk/base_window_highlight_coordsreadout.png
173
%%PORTDOCS%%%%DOCSDIR%%/user/05_ui/01_gtk/base_window_highlight_layerops.png
174
%%PORTDOCS%%%%DOCSDIR%%/user/05_ui/01_gtk/base_window_highlight_main.png
175
%%PORTDOCS%%%%DOCSDIR%%/user/05_ui/01_gtk/base_window_highlight_menus.png
176
%%PORTDOCS%%%%DOCSDIR%%/user/05_ui/01_gtk/base_window_highlight_opsreadout.png
177
%%PORTDOCS%%%%DOCSDIR%%/user/05_ui/01_gtk/base_window_highlight_routestyle.png
178
%%PORTDOCS%%%%DOCSDIR%%/user/05_ui/01_gtk/base_window_highlight_workops.png
179
%%PORTDOCS%%%%DOCSDIR%%/user/05_ui/01_gtk/index.html
180
%%PORTDOCS%%%%DOCSDIR%%/user/05_ui/03_batch/index.html
181
%%PORTDOCS%%%%DOCSDIR%%/user/05_ui/04_common/grid_menu.png
182
%%PORTDOCS%%%%DOCSDIR%%/user/05_ui/04_common/index.html
183
%%PORTDOCS%%%%DOCSDIR%%/user/05_ui/04_common/keytree.svg
184
%%PORTDOCS%%%%DOCSDIR%%/user/05_ui/04_common/keytree.txt
185
%%PORTDOCS%%%%DOCSDIR%%/user/05_ui/05_cli/index.html
186
%%PORTDOCS%%%%DOCSDIR%%/user/05_ui/index.html
187
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/asm/index.html
188
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/autocrop/index.html
189
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/autoplace/index.html
190
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/autoroute/index.html
191
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/cam/index.html
192
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/ddraft/coord_seq.png
193
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/ddraft/coord_sys.png
194
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/ddraft/index.html
195
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/ddraft/trim.png
196
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/diag/index.html
197
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/distalign/align_mixed_parts_x.png
198
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/distalign/align_parts_y.png
199
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/distalign/distalign.txt
200
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/distalign/distribute_parts_x.png
201
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/distalign/distribute_y_gaps.png
202
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/distalign/import_parts.png
203
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/distalign/index.html
204
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/distalign/result.png
205
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/djopt/Makefile
206
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/djopt/Post.html
207
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/djopt/Pre.html
208
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/djopt/debumpify.out.pcb
209
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/djopt/debumpify.out.png
210
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/djopt/debumpify.pcb
211
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/djopt/debumpify.png
212
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/djopt/debumpify.txt
213
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/djopt/index.html
214
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/djopt/miter.out.pcb
215
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/djopt/miter.out.png
216
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/djopt/miter.pcb
217
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/djopt/miter.png
218
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/djopt/miter.txt
219
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/djopt/orthopull.out.pcb
220
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/djopt/orthopull.out.png
221
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/djopt/orthopull.pcb
222
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/djopt/orthopull.png
223
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/djopt/orthopull.txt
224
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/djopt/unjaggy.out.pcb
225
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/djopt/unjaggy.out.png
226
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/djopt/unjaggy.pcb
227
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/djopt/unjaggy.png
228
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/djopt/unjaggy.txt
229
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/djopt/vianudge.out.pcb
230
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/djopt/vianudge.out.png
231
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/djopt/vianudge.pcb
232
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/djopt/vianudge.png
233
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/djopt/vianudge.txt
234
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/djopt/viatrim.out.pcb
235
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/djopt/viatrim.out.png
236
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/djopt/viatrim.pcb
237
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/djopt/viatrim.png
238
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/djopt/viatrim.txt
239
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/drc_query/index.html
240
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/index.html
241
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/polystitch/index.html
242
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/query/functions.html
243
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/query/index.html
244
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/query/tutor_cli.html
245
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/index.html
246
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/install.txt
247
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/intro.html
248
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/10_hello/ID.desc
249
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/10_hello/ID.name
250
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/10_hello/ex.awk
251
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/10_hello/ex.bas
252
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/10_hello/ex.fawk
253
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/10_hello/ex.fl
254
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/10_hello/ex.html
255
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/10_hello/ex.js
256
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/10_hello/ex.lua
257
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/10_hello/ex.pas
258
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/10_hello/ex.pl
259
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/10_hello/ex.py
260
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/10_hello/ex.rb
261
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/10_hello/ex.sh
262
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/10_hello/ex.stt
263
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/10_hello/ex.tcl
264
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/10_hello/index.html
265
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/11_hello_menu/ID.desc
266
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/11_hello_menu/ID.name
267
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/11_hello_menu/ex.awk
268
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/11_hello_menu/ex.bas
269
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/11_hello_menu/ex.fawk
270
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/11_hello_menu/ex.html
271
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/11_hello_menu/ex.lua
272
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/11_hello_menu/ex.pas
273
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/11_hello_menu/ex.py
274
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/11_hello_menu/ex.tcl
275
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/11_hello_menu/index.html
276
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/12_hello_dad/ID.desc
277
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/12_hello_dad/ID.name
278
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/12_hello_dad/ex.awk
279
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/12_hello_dad/ex.bas
280
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/12_hello_dad/ex.fawk
281
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/12_hello_dad/ex.html
282
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/12_hello_dad/ex.lua
283
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/12_hello_dad/ex.pas
284
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/12_hello_dad/ex.pl
285
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/12_hello_dad/ex.py
286
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/12_hello_dad/ex.tcl
287
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/12_hello_dad/index.html
288
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/13_hello_dad/ID.desc
289
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/13_hello_dad/ID.name
290
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/13_hello_dad/ex.awk
291
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/13_hello_dad/ex.bas
292
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/13_hello_dad/ex.fawk
293
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/13_hello_dad/ex.html
294
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/13_hello_dad/ex.lua
295
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/13_hello_dad/ex.pas
296
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/13_hello_dad/ex.pl
297
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/13_hello_dad/ex.py
298
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/13_hello_dad/ex.tcl
299
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/13_hello_dad/index.html
300
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/21_timer/ID.desc
301
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/21_timer/ID.name
302
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/21_timer/ex.awk
303
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/21_timer/ex.bas
304
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/21_timer/ex.fawk
305
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/21_timer/ex.html
306
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/21_timer/ex.lua
307
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/21_timer/ex.pas
308
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/21_timer/ex.pl
309
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/21_timer/ex.py
310
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/21_timer/ex.tcl
311
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/21_timer/index.html
312
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/72_dad_unitconv/ID.desc
313
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/72_dad_unitconv/ID.name
314
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/72_dad_unitconv/ex.awk
315
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/72_dad_unitconv/ex.fawk
316
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/72_dad_unitconv/ex.html
317
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/72_dad_unitconv/ex.lua
318
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/72_dad_unitconv/ex.tcl
319
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/72_dad_unitconv/index.html
320
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/72_dad_unitconv/uconv.png
321
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/81_persistency/ID.desc
322
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/81_persistency/ID.name
323
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/81_persistency/ex.awk
324
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/81_persistency/ex.html
325
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/81_persistency/ex.lua
326
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/81_persistency/index.html
327
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/Makefile
328
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/index.html
329
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/rosetta/index.templ.html
330
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/util/Makefile
331
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/util/rosetta_genpages.sh
332
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/scripting/util/tags
333
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/smartdisperse/index.html
334
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/stroke/arrow.svg
335
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/stroke/index.html
336
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/stroke/line.svg
337
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/stroke/redo.svg
338
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/stroke/rotccw.svg
339
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/stroke/rotcw.svg
340
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/stroke/stopline.svg
341
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/stroke/undo.svg
342
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/stroke/via.svg
343
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/stroke/zoom_ext.svg
344
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/stroke/zoom_in.svg
345
%%PORTDOCS%%%%DOCSDIR%%/user/06_feature/vendordrill/index.html
346
%%PORTDOCS%%%%DOCSDIR%%/user/07_io/1_1_io_hkp/index.html
347
%%PORTDOCS%%%%DOCSDIR%%/user/07_io/3_1_export_openscad/1206.scad
348
%%PORTDOCS%%%%DOCSDIR%%/user/07_io/3_1_export_openscad/index.html
349
%%PORTDOCS%%%%DOCSDIR%%/user/07_io/3_2_export_xy/index.html
350
%%PORTDOCS%%%%DOCSDIR%%/user/07_io/index.html
351
%%PORTDOCS%%%%DOCSDIR%%/user/08_util/01_gsch2pcb-rnd.html
352
%%PORTDOCS%%%%DOCSDIR%%/user/08_util/02_cgi.html
353
%%PORTDOCS%%%%DOCSDIR%%/user/08_util/index.html
354
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_details.html
355
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_reference.html
356
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/addrats.html
357
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/adjuststyle.html
358
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/align.html
359
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/applyvendor.html
360
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/atomic.html
361
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/attributes.html
362
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/autoplaceselected.html
363
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/autoroute.html
364
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/boardflip.html
365
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/changeclearsize.html
366
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/changeflag.html
367
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/changejoin.html
368
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/changename.html
369
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/changepinname.html
370
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/changesize.html
371
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/changesizes.html
372
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/chklayer.html
373
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/chkrst.html
374
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/chkview.html
375
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/claimnet.html
376
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/clrflag.html
377
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/command.html
378
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/connection.html
379
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/cycledrag.html
380
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/disperseelements.html
381
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/display.html
382
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/distribute.html
383
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/djopt.html
384
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/drc.html
385
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/elementlist.html
386
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/elementsetattr.html
387
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/executefile.html
388
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/exportoldconn.html
389
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/flip.html
390
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/freerotatebuffer.html
391
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/import.html
392
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/importgui.html
393
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/importsch.html
394
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/l.html
395
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/layerbystack.html
396
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/le.html
397
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/load.html
398
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/loadfootprint.html
399
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/loadfrom.html
400
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/loadvendorfrom.html
401
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/m.html
402
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/markcrosshair.html
403
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/mode.html
404
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/morphpolygon.html
405
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/movelayer.html
406
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/moveobject.html
407
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/movetocurrentlayer.html
408
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/netlist.html
409
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/new.html
410
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/openemsexcitation.html
411
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/pastebuffer.html
412
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/polycombine.html
413
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/polygon.html
414
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/polystitch.html
415
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/popup.html
416
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/preunload.html
417
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/printcalibrate.html
418
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/puller.html
419
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/q.html
420
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/quit.html
421
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/redo.html
422
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/renumberblock.html
423
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/renumberbuffer.html
424
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/replacefootprint.html
425
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/report.html
426
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/reportdialog.html
427
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/ripup.html
428
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/rn.html
429
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/rotate90.html
430
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/s.html
431
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/save.html
432
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/savelib.html
433
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/saveto.html
434
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/select.html
435
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/selectlayer.html
436
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/setflag.html
437
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/setsame.html
438
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/setthermal.html
439
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/setvalue.html
440
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/smartdisperse.html
441
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/swapsides.html
442
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/toggleview.html
443
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/undo.html
444
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/unselect.html
445
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/w.html
446
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/wq.html
447
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/action_src/zoom.html
448
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/attributes.html
449
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/bridges.svg
450
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/combined_glossary.html
451
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/dialogs.html
452
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/external_resources.html
453
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/formats.html
454
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/index.html
455
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/layer_addr.html
456
%%PORTDOCS%%%%DOCSDIR%%/user/09_appendix/layer_colors.html
457
%%PORTDOCS%%%%DOCSDIR%%/user/default.css
458
%%PORTDOCS%%%%DOCSDIR%%/user/index.html
459
%%PORTDOCS%%%%DOCSDIR%%/wishlist.txt
460
share/man/man1/bxl2txt.1.gz
461
share/man/man1/fp2preview.1.gz
462
share/man/man1/fp2subc.1.gz
463
share/man/man1/gsch2pcb-rnd.1.gz
464
share/man/man1/pcb-prj2lht.1.gz
465
share/man/man1/pcb-rnd-svg.1.gz
466
share/man/man1/pcb-rnd.1.gz
467
share/man/man1/txt2bxl.1.gz
468
%%DATADIR%%/default2.lht
469
%%DATADIR%%/default4.lht
470
%%DATADIR%%/default_font
471
%%DATADIR%%/footprint/connector/BNC_LAY.fp
472
%%DATADIR%%/footprint/connector/DB15F.fp
473
%%DATADIR%%/footprint/connector/DB15M.fp
474
%%DATADIR%%/footprint/connector/DB25F.fp
475
%%DATADIR%%/footprint/connector/DB25M.fp
476
%%DATADIR%%/footprint/connector/DB37F.fp
477
%%DATADIR%%/footprint/connector/DB37M.fp
478
%%DATADIR%%/footprint/connector/DB9F.fp
479
%%DATADIR%%/footprint/connector/DB9M.fp
480
%%DATADIR%%/footprint/connector/pwrjack.fp
481
%%DATADIR%%/footprint/parametric/acy
482
%%DATADIR%%/footprint/parametric/acy.awk
483
%%DATADIR%%/footprint/parametric/alf
484
%%DATADIR%%/footprint/parametric/alf.awk
485
%%DATADIR%%/footprint/parametric/bga
486
%%DATADIR%%/footprint/parametric/bga.awk
487
%%DATADIR%%/footprint/parametric/common.awk
488
%%DATADIR%%/footprint/parametric/common_subc.awk
489
%%DATADIR%%/footprint/parametric/connector
490
%%DATADIR%%/footprint/parametric/connector.awk
491
%%DATADIR%%/footprint/parametric/dip
492
%%DATADIR%%/footprint/parametric/dip.awk
493
%%DATADIR%%/footprint/parametric/msop
494
%%DATADIR%%/footprint/parametric/plcc
495
%%DATADIR%%/footprint/parametric/plcc.awk
496
%%DATADIR%%/footprint/parametric/qf
497
%%DATADIR%%/footprint/parametric/qf.awk
498
%%DATADIR%%/footprint/parametric/qfn
499
%%DATADIR%%/footprint/parametric/qfn.awk
500
%%DATADIR%%/footprint/parametric/qfp
501
%%DATADIR%%/footprint/parametric/qfp.awk
502
%%DATADIR%%/footprint/parametric/qsop
503
%%DATADIR%%/footprint/parametric/rcy
504
%%DATADIR%%/footprint/parametric/rcy.awk
505
%%DATADIR%%/footprint/parametric/screw
506
%%DATADIR%%/footprint/parametric/screw.awk
507
%%DATADIR%%/footprint/parametric/silkmark.help
508
%%DATADIR%%/footprint/parametric/silkmark_qf.help
509
%%DATADIR%%/footprint/parametric/so
510
%%DATADIR%%/footprint/parametric/so.awk
511
%%DATADIR%%/footprint/parametric/ssop
512
%%DATADIR%%/footprint/parametric/tssop
513
%%DATADIR%%/footprint/smd/01005.fp
514
%%DATADIR%%/footprint/smd/01005.scad
515
%%DATADIR%%/footprint/smd/0201.fp
516
%%DATADIR%%/footprint/smd/0201.scad
517
%%DATADIR%%/footprint/smd/0402.fp
518
%%DATADIR%%/footprint/smd/0402.scad
519
%%DATADIR%%/footprint/smd/0603.fp
520
%%DATADIR%%/footprint/smd/0603.scad
521
%%DATADIR%%/footprint/smd/0805.fp
522
%%DATADIR%%/footprint/smd/0805.scad
523
%%DATADIR%%/footprint/smd/1008.fp
524
%%DATADIR%%/footprint/smd/1206.fp
525
%%DATADIR%%/footprint/smd/1206.scad
526
%%DATADIR%%/footprint/smd/1206.stl
527
%%DATADIR%%/footprint/smd/1210.fp
528
%%DATADIR%%/footprint/smd/1806.fp
529
%%DATADIR%%/footprint/smd/1825.fp
530
%%DATADIR%%/footprint/smd/2706.fp
531
%%DATADIR%%/footprint/smd/DO214.fp
532
%%DATADIR%%/footprint/smd/DO214.scad
533
%%DATADIR%%/footprint/smd/DO214AB.fp
534
%%DATADIR%%/footprint/smd/MPAK.fp
535
%%DATADIR%%/footprint/smd/SC70_3.fp
536
%%DATADIR%%/footprint/smd/SC70_4.fp
537
%%DATADIR%%/footprint/smd/SC90.fp
538
%%DATADIR%%/footprint/smd/SOD106A.fp
539
%%DATADIR%%/footprint/smd/SOD110.fp
540
%%DATADIR%%/footprint/smd/SOD123.fp
541
%%DATADIR%%/footprint/smd/SOD123.scad
542
%%DATADIR%%/footprint/smd/SOD323.fp
543
%%DATADIR%%/footprint/smd/SOD323.scad
544
%%DATADIR%%/footprint/smd/SOD80.fp
545
%%DATADIR%%/footprint/smd/SOD87.fp
546
%%DATADIR%%/footprint/smd/SOT143.fp
547
%%DATADIR%%/footprint/smd/SOT223.fp
548
%%DATADIR%%/footprint/smd/SOT23.fp
549
%%DATADIR%%/footprint/smd/SOT23.scad
550
%%DATADIR%%/footprint/smd/SOT23.stl
551
%%DATADIR%%/footprint/smd/SOT23D.fp
552
%%DATADIR%%/footprint/smd/SOT25.fp
553
%%DATADIR%%/footprint/smd/SOT26.fp
554
%%DATADIR%%/footprint/smd/SOT323.fp
555
%%DATADIR%%/footprint/smd/SOT323D.fp
556
%%DATADIR%%/footprint/smd/SOT325.fp
557
%%DATADIR%%/footprint/smd/SOT326.fp
558
%%DATADIR%%/footprint/smd/SOT89.fp
559
%%DATADIR%%/footprint/smd/TANT.scad
560
%%DATADIR%%/footprint/smd/TANT_A.fp
561
%%DATADIR%%/footprint/smd/TANT_B.fp
562
%%DATADIR%%/footprint/smd/TANT_C.fp
563
%%DATADIR%%/footprint/smd/TANT_D.fp
564
%%DATADIR%%/footprint/smd/minimelf.fp
565
%%DATADIR%%/footprint/thru-hole/HC49.fp
566
%%DATADIR%%/footprint/thru-hole/HC49U.fp
567
%%DATADIR%%/footprint/thru-hole/HC49UH.fp
568
%%DATADIR%%/footprint/thru-hole/HC49U_3.fp
569
%%DATADIR%%/footprint/thru-hole/HC49U_3H.fp
570
%%DATADIR%%/footprint/thru-hole/HC51U.fp
571
%%DATADIR%%/footprint/thru-hole/HC51UH.fp
572
%%DATADIR%%/footprint/thru-hole/HEPTAWATT.fp
573
%%DATADIR%%/footprint/thru-hole/LED3.fp
574
%%DATADIR%%/footprint/thru-hole/LED5.fp
575
%%DATADIR%%/footprint/thru-hole/MULTIWATT11.fp
576
%%DATADIR%%/footprint/thru-hole/MULTIWATT15.fp
577
%%DATADIR%%/footprint/thru-hole/MULTIWATT8.fp
578
%%DATADIR%%/footprint/thru-hole/OSC14.fp
579
%%DATADIR%%/footprint/thru-hole/PENTAWATT.fp
580
%%DATADIR%%/footprint/thru-hole/TACT_6x6_4p
581
%%DATADIR%%/footprint/thru-hole/TO126.fp
582
%%DATADIR%%/footprint/thru-hole/TO126S.fp
583
%%DATADIR%%/footprint/thru-hole/TO126SW.fp
584
%%DATADIR%%/footprint/thru-hole/TO126W.fp
585
%%DATADIR%%/footprint/thru-hole/TO18.fp
586
%%DATADIR%%/footprint/thru-hole/TO218.fp
587
%%DATADIR%%/footprint/thru-hole/TO220.fp
588
%%DATADIR%%/footprint/thru-hole/TO220ACSTAND.fp
589
%%DATADIR%%/footprint/thru-hole/TO220S.fp
590
%%DATADIR%%/footprint/thru-hole/TO220SW.fp
591
%%DATADIR%%/footprint/thru-hole/TO220W.fp
592
%%DATADIR%%/footprint/thru-hole/TO247.fp
593
%%DATADIR%%/footprint/thru-hole/TO247_2.fp
594
%%DATADIR%%/footprint/thru-hole/TO251.fp
595
%%DATADIR%%/footprint/thru-hole/TO264.fp
596
%%DATADIR%%/footprint/thru-hole/TO39.fp
597
%%DATADIR%%/footprint/thru-hole/TO92.fp

Return to bug 264289