File: pcb.xml

package info (click to toggle)
pcb 1%3A4.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 29,760 kB
  • sloc: ansic: 138,451; sh: 8,447; yacc: 5,135; pascal: 4,820; makefile: 2,039; perl: 580; lex: 439; awk: 116; lisp: 86; tcl: 63; xml: 20
file content (55 lines) | stat: -rw-r--r-- 2,207 bytes parent folder | download | duplicates (2)
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
<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
  <mime-type type="application/x-pcb-layout">
    <sub-class-of type="text/plain"/>
    <comment>PCB layout</comment>
    <comment xml:lang="nl">PCB-layout</comment>
    <comment xml:lang="pt_BR">Traçado PCB</comment>
    <comment xml:lang="ru">PCB трассировка</comment>
    <glob pattern="*.pcb"/>
    <magic priority="50">
      <match value="# release: pcb " type="string" offset="0"/>
    </magic>
  </mime-type>
  <mime-type type="application/x-pcb-footprint">
    <sub-class-of type="text/plain"/>
    <comment>PCB footprint</comment>
    <comment xml:lang="nl">PCB-footprint</comment>
    <comment xml:lang="pt_BR">Matriz PCB</comment>
    <comment xml:lang="ru">PCB посадочное место</comment>
    <glob pattern="*.fp"/>
    <magic priority="50">
      <match value="Element[" type="string" offset="0:20"/>
    </magic>
  </mime-type>
  <mime-type type="application/x-pcb-netlist">
    <sub-class-of type="text/plain"/>
    <comment>PCB netlist</comment>
    <comment xml:lang="nl">PCB-netlijst</comment>
    <comment xml:lang="pt_BR">Netlist PCB</comment>
    <comment xml:lang="ru">PCB список соединений</comment>
    <glob pattern="*.net"/>
  </mime-type>
  <mime-type type="application/x-gerber">
    <sub-class-of type="text/plain"/>
    <comment>Gerber file</comment>
    <comment xml:lang="nl">Gerber-bestand</comment>
    <comment xml:lang="pt_BR">Arquivo Gerber</comment>
    <comment xml:lang="ru">Gerber-файл</comment>
    <glob pattern="*.gbr"/>
    <magic priority="50">
      <match value="G04" type="string" offset="0"/>
    </magic>
  </mime-type>
  <mime-type type="application/x-excellon">
    <sub-class-of type="text/plain"/>
    <comment>Excellon drill file</comment>
    <comment xml:lang="nl">Excellon boorbestand</comment>
    <comment xml:lang="pt_BR">Arquivo de perfuração Excellon</comment>
    <comment xml:lang="ru">Файл сверловки Excellon</comment>
    <glob pattern="*.cnc"/>
    <magic priority="50">
      <match value="M48" type="string" offset="0"/>
    </magic>
  </mime-type>
</mime-info>