File: desc

package info (click to toggle)
pcb-rnd 3.1.7b-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 33,108 kB
  • sloc: ansic: 213,400; yacc: 6,241; sh: 4,698; awk: 3,016; makefile: 2,254; lex: 1,166; python: 519; xml: 261; lisp: 154; tcl: 67; perl: 34; javascript: 6; ruby: 5
file content (91 lines) | stat: -rw-r--r-- 2,464 bytes parent folder | download | duplicates (3)
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
@pcb-rnd
	Standard installation of pcb-rnd

	Install pcb-rnd core and the most commonly used plugins.

@pcb-rnd-doc
	Documentation for pcb-rnd
	
	User manual (html) and manual pages.

@pcb-rnd-core
	pcb-rnd executable with the core functionality

	Includes the data model, the most common action commands, the native file
	format. Can be used in headless mode or batch/scripted mode for automated
	processing or with GUI (if pcb-rnd-lib-gui and librnd GUI HIDs are installed).

@pcb-rnd-auto
	Autoroute and autoplace.

	Feature plugins for automated component placing and track routing.

@pcb-rnd-cloud
	Networking plugins.

	'Cloud' footprint access plugin that integrates edakrill and gedasymbols.org.

@pcb-rnd-debug
	Debug and diagnostics.

	Extra action commands to help in debugging and diagnosing problems and bugs.

@pcb-rnd-export-extra
	Export formats: special/extra

	Less commonly used export formats: fidocadj, ipc-356-d, stl,
	old geda connection list format, direct printing with lpr.

@pcb-rnd-export-sim
	Export plugins to simulators

	Export the board in formats that can be used for simulation: openems.

@pcb-rnd-export
	Common export plugins.

	Export the board in vector graphics (svg, ps, eps), raster graphics
	(png, jpeg, etc.), gerber, 3d model in openscad, xy for pick and place,
	BoM, etc.

@pcb-rnd-extra
	Extra action commands and optional functionality.

	Align objects in grid, optimize tracks, font editor, combine polygons,
	renumber subcircuits, apply vendor drill mapping.

@pcb-rnd-import-net
	Netlist/schematics import plugins.

	Import netlist and footprint information from edif, ltspice, mentor graphics,
	gschem and tinycad.

@pcb-rnd-import-geo
	Geometry import.

	Plugins for importing pixmaps, fonts and vector graphics.

@pcb-rnd-io-alien
	File format compatibility with other PCB layout designers.

	Load and/or save boards in file formats supported by other
	EDA tools, such as KiCAD, Eagle, protel/autotrax, etc.

@pcb-rnd-io-standard
	Commonly used non-native board and footprint file formats

	Plugins for tEDAx footprint format and the gEDA/PCB file formats
	(footprint and board).

@pcb-rnd-lib-gui
	Support library for building the GUI.

	Provides pcb-rnd specific dialog boxes (e.g. fontsel) and top
	window GUI elements.

@pcb-rnd-lib-io
	Support library for alien file formats.

	Provides generic, low level parsers (such as s-expression
	parser) for I/O plugins that need to deal with alien file formats.