Tue Oct 24 02:21:55 2017 UTC ()
Update to pcb-4.0.1

========================================================================
Release notes for pcb-4.0.1
========================================================================

Dear Users,

This release fixes a number of bugs.

Kind regards,

The pcb development team

Contributors
------------
The following authors contributed to the 4.0.1 release:
- Milan Prochac
- Charles Parker
- Dan McMahill
- Sergey Alyoshin
- Igor2
- Peter Clifton
- bert

Please note that names are in no particular order and all e-mail
addresses have been removed for privacy.

User experience improvements
----------------------------
- reorchestrated the closing of the command window to not crash.
- only invalidate the screen after changes to the crosshair or mark are
  complete.

Plugins
-------
- none

Exporters
---------
- fix for gcode dimensions.
- added a regression test for the IPC-D-356 exporter.
- added more documentation for the IPC-D-356 netlist exporter.

Footprints library
------------------
- add macro with more programmability for 2 pin axial components. Use
  this to add a few IPC-7251 compliant footprints for axial inductors,
  horizontally mounted.  Use this in turn for the TDK B82145A RF chokes
  family.
- add toko category and the 7P variable inductors.
- gen_geda_*.awk were nearly identical to gen_*.awk so add 2 lines to
  geda.inc so we can use the same script for everything.  Verified that
  pcblib-newlib builds with identical results before/after.
- for the horizontally mounted axial macro add the missing bits for
  marking polarity on parts like diodes.
- add PKG_RADIAL_MM100 macro for doing more general metric 2 pin radial
  packages.
- add some IPC radial capacitor footprints and use those to create some
  united chemicon footprints.
- add DO-41 diode package, horizontally mounted.
- add PKG_MTHOLE_GENERIC macro for fairly generic mounting holes.  Use
  this to define IPC mounting holes for #4 and #6 machine screws with
  pan heads or flat washers for both "tight" (board < 4") and "loose"
  (board > 4") fits.
- add TO-263 footprint.
- add some notes about m4 library development.
- fix problem in some possible invocations of the generic mounting hole
  macro.  All footprints pass syntax checks again.
- remove an extra empty attribute which is not needed and causes
  warnings in the mounting hole macro.
- fix clearance on the Toko 7P footprint.
- in the mounting hole macro, change the calculation of the pad size for
  the support vias to make them as large as possible without actually
  changing the copper (the support vias are covered by the main pad).
  This does not affect the fabricated board but it does remove some
  false positive DRC complaints.

Developer experience improvements
---------------------------------
- allow translators to change number of tabs in message.
- In the test suite, check for a working X display using xhost before
  running action script tests
- match() with 3 arguments is a gawk extension. Rework the code to avoid
  using a 3 argument call to match() in one spot.  Lets the script run
  with gawk or NetBSD's awk (20121220).  Verified that the generated
  result is identical to the previous gawk result using both gawk and
  NetBSDs awk.
- change from AC_FD_CC to AS_MESSAGE_LOG_FD
- removed the antifork abomination.
- disabled one of the checks used to deal with older gdlib installs on
  some linux systems when building under cygwin as the test has
  problems.  Repairs building for mingw under cygwin.
- when building under cygwin, create a pcbtest.bat batch file that
  allows testing the compiled pcb without installing.  This is somewhat
  analogous to the pcbtest.sh script generated on linux and other
  unix-like systems.
- cleanup the win32 build script a good bit.  An important change is
  that instead of blindly installing all of the mingw cross system root
  files, only install a set of listed ones.  This not only reduces the
  size of the windows installer but makes sure we have a more repeatable
  build and know what we are actually bundling into the installer.
- fixed the Attribute deletion code.

Notes for early adapters
------------------------
- none

Changed dependencies
--------------------
- none

Fixed and committed Launchpad bug reports
-----------------------------------------
#700193   Append branch to version string.
#917308   m4lib_to_newlib.sh does not work with mawk.
#1528040  Gcode export smaller pad size.
#1654821  Attribute deletion code is broken.
#1659045  gts source do not compile when DEBUG symbol defined.
#1659061  Compile warnings when DEBUG symbol is defined.
#1660058  Several i18n fixes.
#1672886  Crash when reopening command entry window in gtk.
#1674133  Last action executed when escaping from command entry.
#1682654  Drawing area redrawn twice when crosshair moves.

========================================================================


(dmcmahill)
diff -r1.87 -r1.88 pkgsrc/cad/pcb/Makefile
diff -r1.19 -r1.20 pkgsrc/cad/pcb/PLIST
diff -r1.25 -r1.26 pkgsrc/cad/pcb/distinfo

cvs diff -r1.87 -r1.88 pkgsrc/cad/pcb/Makefile (switch to unified diff)

--- pkgsrc/cad/pcb/Makefile 2017/02/28 15:20:02 1.87
+++ pkgsrc/cad/pcb/Makefile 2017/10/24 02:21:55 1.88
@@ -1,95 +1,94 @@ @@ -1,95 +1,94 @@
1# $NetBSD: Makefile,v 1.87 2017/02/28 15:20:02 ryoon Exp $ 1# $NetBSD: Makefile,v 1.88 2017/10/24 02:21:55 dmcmahill Exp $
2# 2#
3 3
4DISTNAME= pcb-4.0.0 4DISTNAME= pcb-4.0.1
5PKGREVISION= 3 
6CATEGORIES= cad 5CATEGORIES= cad
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pcb/} 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pcb/}
8 7
9MAINTAINER= dmcmahill@NetBSD.org 8MAINTAINER= dmcmahill@NetBSD.org
10HOMEPAGE= http://pcb.geda-project.org/ 9HOMEPAGE= http://pcb.geda-project.org/
11COMMENT= Printed circuit board layout system 10COMMENT= Printed circuit board layout system
12LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
13 12
14DEPENDS+= gettext-tools>=0.14.6:../../devel/gettext-tools 13DEPENDS+= gettext-tools>=0.14.6:../../devel/gettext-tools
15 14
16CONFLICTS+= pcb-current-[0-9]* 15CONFLICTS+= pcb-current-[0-9]*
17 16
18GNU_CONFIGURE= yes 17GNU_CONFIGURE= yes
19CONFIGURE_ENV+= WISH=${TOOLS_PATH.wish} 18CONFIGURE_ENV+= WISH=${TOOLS_PATH.wish}
20# work around a problem where the configure script uses 19# work around a problem where the configure script uses
21# AM_PROG_LEX and follows it with an AC_PATH_PROG to try 20# AM_PROG_LEX and follows it with an AC_PATH_PROG to try
22# and make sure that lex really does exist. Unfortunately 21# and make sure that lex really does exist. Unfortunately
23# that test is thrown off by pkgsrc giving a full path for LEX. 22# that test is thrown off by pkgsrc giving a full path for LEX.
24# so, bypass the test and put our desired result directly into the 23# so, bypass the test and put our desired result directly into the
25# configure cache. Same for YACC. 24# configure cache. Same for YACC.
26CONFIGURE_ENV+= ac_cv_path_LEX_PATH=${TOOLS_PATH.lex} 25CONFIGURE_ENV+= ac_cv_path_LEX_PATH=${TOOLS_PATH.lex}
27CONFIGURE_ENV+= ac_cv_path_YACC_PATH=${TOOLS_PATH.bison} 26CONFIGURE_ENV+= ac_cv_path_YACC_PATH=${TOOLS_PATH.bison}
28CONFIGURE_ARGS+= --disable-update-desktop-database 27CONFIGURE_ARGS+= --disable-update-desktop-database
29CONFIGURE_ARGS+= --disable-update-mime-database 28CONFIGURE_ARGS+= --disable-update-mime-database
30USE_TOOLS+= bison gm4:run gmake intltool lex wish:run pkg-config 29USE_TOOLS+= bison gm4:run gmake intltool lex wish:run pkg-config
31USE_PKGLOCALEDIR= yes 30USE_PKGLOCALEDIR= yes
32INFO_FILES= yes 31INFO_FILES= yes
33LDFLAGS+= -lstdc++ -lm # direct link as required by ld v2.22 32LDFLAGS+= -lstdc++ -lm # direct link as required by ld v2.22
34 33
35USE_LANGUAGES= c c++ 34USE_LANGUAGES= c c++
36 35
37PKG_OPTIONS_VAR= PKG_OPTIONS.pcb 36PKG_OPTIONS_VAR= PKG_OPTIONS.pcb
38PKG_SUPPORTED_OPTIONS= png gl 37PKG_SUPPORTED_OPTIONS= png gl
39PKG_OPTIONS_REQUIRED_GROUPS= gui 38PKG_OPTIONS_REQUIRED_GROUPS= gui
40PKG_OPTIONS_GROUP.gui= batch gtk motif 39PKG_OPTIONS_GROUP.gui= batch gtk motif
41PKG_SUGGESTED_OPTIONS= gtk png gl 40PKG_SUGGESTED_OPTIONS= gtk png gl
42 41
43.include "../../mk/bsd.prefs.mk" 42.include "../../mk/bsd.prefs.mk"
44.include "../../mk/bsd.options.mk" 43.include "../../mk/bsd.options.mk"
45 44
46.if !empty(PKG_OPTIONS:Mmotif) 45.if !empty(PKG_OPTIONS:Mmotif)
47.include "../../mk/motif.buildlink3.mk" 46.include "../../mk/motif.buildlink3.mk"
48CONFIGURE_ARGS+= --with-gui=lesstif 47CONFIGURE_ARGS+= --with-gui=lesstif
49.elif !empty(PKG_OPTIONS:Mgtk) 48.elif !empty(PKG_OPTIONS:Mgtk)
50.include "../../graphics/gtkglext/buildlink3.mk" 49.include "../../graphics/gtkglext/buildlink3.mk"
51.include "../../graphics/glu/buildlink3.mk" 50.include "../../graphics/glu/buildlink3.mk"
52.include "../../x11/gtk2/buildlink3.mk" 51.include "../../x11/gtk2/buildlink3.mk"
53CONFIGURE_ARGS+= --with-gui=gtk 52CONFIGURE_ARGS+= --with-gui=gtk
54# users who use the GTK gui on an X server which does 53# users who use the GTK gui on an X server which does
55# not support GL (tightvnc for exmple) will need 54# not support GL (tightvnc for exmple) will need
56# to disable GL 55# to disable GL
57. if empty(PKG_OPTIONS:Mgl) 56. if empty(PKG_OPTIONS:Mgl)
58CONFIGURE_ARGS+= --disable-gl 57CONFIGURE_ARGS+= --disable-gl
59. endif 58. endif
60.elif !empty(PKG_OPTIONS:Mbatch) 59.elif !empty(PKG_OPTIONS:Mbatch)
61CONFIGURE_ARGS+= --with-gui=none 60CONFIGURE_ARGS+= --with-gui=none
62.else 61.else
63PKG_FAIL_REASON+= Invalid options 62PKG_FAIL_REASON+= Invalid options
64.endif 63.endif
65 64
66# dbus is only needed if we are building a gui (lesstif/gtk) 65# dbus is only needed if we are building a gui (lesstif/gtk)
67.if empty(PKG_OPTIONS:Mbatch) 66.if empty(PKG_OPTIONS:Mbatch)
68.include "../../sysutils/dbus/buildlink3.mk" 67.include "../../sysutils/dbus/buildlink3.mk"
69.endif 68.endif
70 69
71EXPORTERS= bom gcode gerber ipcd356 ps 70EXPORTERS= bom gcode gerber ipcd356 ps
72.if !empty(PKG_OPTIONS:Mpng) 71.if !empty(PKG_OPTIONS:Mpng)
73# these three need gd 72# these three need gd
74EXPORTERS+= gcode nelma png 73EXPORTERS+= gcode nelma png
75.include "../../graphics/gd/buildlink3.mk" 74.include "../../graphics/gd/buildlink3.mk"
76.endif 75.endif
77 76
78CONFIGURE_ARGS+= --with-exporters=${EXPORTERS:Q} 77CONFIGURE_ARGS+= --with-exporters=${EXPORTERS:Q}
79 78
80 79
81post-extract: 80post-extract:
82 ${CHMOD} -R go-w ${WRKSRC} 81 ${CHMOD} -R go-w ${WRKSRC}
83 82
84# remove some stuff that is either broken or unmaintained 83# remove some stuff that is either broken or unmaintained
85# and would require another runtime depends 84# and would require another runtime depends
86post-install: 85post-install:
87 ${RM} ${DESTDIR}${PREFIX}/share/pcb/tools/PCB2HPGL 86 ${RM} ${DESTDIR}${PREFIX}/share/pcb/tools/PCB2HPGL
88 ${RM} ${DESTDIR}${PREFIX}/share/pcb/tools/tgo2pcb.tcl 87 ${RM} ${DESTDIR}${PREFIX}/share/pcb/tools/tgo2pcb.tcl
89 88
90.include "../../devel/gettext-lib/buildlink3.mk" 89.include "../../devel/gettext-lib/buildlink3.mk"
91# NOTE: glib is needed by the core of pcb and not just the GTK gui. 90# NOTE: glib is needed by the core of pcb and not just the GTK gui.
92.include "../../devel/glib2/buildlink3.mk" 91.include "../../devel/glib2/buildlink3.mk"
93.include "../../graphics/hicolor-icon-theme/buildlink3.mk" 92.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
94.include "../../sysutils/desktop-file-utils/desktopdb.mk" 93.include "../../sysutils/desktop-file-utils/desktopdb.mk"
95.include "../../mk/bsd.pkg.mk" 94.include "../../mk/bsd.pkg.mk"

cvs diff -r1.19 -r1.20 pkgsrc/cad/pcb/PLIST (switch to unified diff)

--- pkgsrc/cad/pcb/PLIST 2017/01/21 01:56:13 1.19
+++ pkgsrc/cad/pcb/PLIST 2017/10/24 02:21:55 1.20
@@ -1,1267 +1,1549 @@ @@ -1,1267 +1,1549 @@
1@comment $NetBSD: PLIST,v 1.19 2017/01/21 01:56:13 dmcmahill Exp $ 1@comment $NetBSD: PLIST,v 1.20 2017/10/24 02:21:55 dmcmahill Exp $
2bin/MergePCBPS 2bin/MergePCBPS
3bin/Merge_dimPCBPS 3bin/Merge_dimPCBPS
4bin/pcb 4bin/pcb
5info/pcb.info 5info/pcb.info
6man/man1/pcb.1 6man/man1/pcb.1
7share/appdata/pcb.appdata.xml 7share/appdata/pcb.appdata.xml
8share/applications/pcb.desktop 8share/applications/pcb.desktop
9share/doc/pcb/debumpify.out.png 9share/doc/pcb/debumpify.out.png
10share/doc/pcb/debumpify.png 10share/doc/pcb/debumpify.png
11share/doc/pcb/examples/LED.net 11share/doc/pcb/examples/LED.net
12share/doc/pcb/examples/LED.pcb 12share/doc/pcb/examples/LED.pcb
13share/doc/pcb/examples/LED2.pcb 13share/doc/pcb/examples/LED2.pcb
14share/doc/pcb/examples/libraries/example.inc 14share/doc/pcb/examples/libraries/example.inc
15share/doc/pcb/examples/libraries/example.list 15share/doc/pcb/examples/libraries/example.list
16share/doc/pcb/examples/libraries/example.m4 16share/doc/pcb/examples/libraries/example.m4
17share/doc/pcb/gcode.png 17share/doc/pcb/gcode.png
18share/doc/pcb/gcode_control_img.png 18share/doc/pcb/gcode_control_img.png
19share/doc/pcb/gcode_tool_path.png 19share/doc/pcb/gcode_tool_path.png
20share/doc/pcb/miter.out.png 20share/doc/pcb/miter.out.png
21share/doc/pcb/miter.png 21share/doc/pcb/miter.png
22share/doc/pcb/orthopull.out.png 22share/doc/pcb/orthopull.out.png
23share/doc/pcb/orthopull.png 23share/doc/pcb/orthopull.png
24share/doc/pcb/pad.png 24share/doc/pcb/pad.png
25share/doc/pcb/pcb.html 25share/doc/pcb/pcb.html
26share/doc/pcb/pcb.pdf 26share/doc/pcb/pcb.pdf
27share/doc/pcb/puller.png 27share/doc/pcb/puller.png
28share/doc/pcb/refcard.pdf 28share/doc/pcb/refcard.pdf
29share/doc/pcb/td_ex1.png 29share/doc/pcb/td_ex1.png
30share/doc/pcb/thermal.png 30share/doc/pcb/thermal.png
31share/doc/pcb/tutorial/tut1.pcb 31share/doc/pcb/tutorial/tut1.pcb
32share/doc/pcb/unjaggy.out.png 32share/doc/pcb/unjaggy.out.png
33share/doc/pcb/unjaggy.png 33share/doc/pcb/unjaggy.png
34share/doc/pcb/vianudge.out.png 34share/doc/pcb/vianudge.out.png
35share/doc/pcb/vianudge.png 35share/doc/pcb/vianudge.png
36share/doc/pcb/viatrim.out.png 36share/doc/pcb/viatrim.out.png
37share/doc/pcb/viatrim.png 37share/doc/pcb/viatrim.png
38share/gEDA/scheme/gnet-pcbfwd.scm 38share/gEDA/scheme/gnet-pcbfwd.scm
39share/icons/hicolor/16x16/mimetypes/application-x-excellon-16.png 39share/icons/hicolor/16x16/mimetypes/application-x-excellon-16.png
40share/icons/hicolor/16x16/mimetypes/application-x-gerber-16.png 40share/icons/hicolor/16x16/mimetypes/application-x-gerber-16.png
41share/icons/hicolor/16x16/mimetypes/application-x-pcb-footprint-16.png 41share/icons/hicolor/16x16/mimetypes/application-x-pcb-footprint-16.png
42share/icons/hicolor/16x16/mimetypes/application-x-pcb-layout-16.png 42share/icons/hicolor/16x16/mimetypes/application-x-pcb-layout-16.png
43share/icons/hicolor/16x16/mimetypes/application-x-pcb-netlist-16.png 43share/icons/hicolor/16x16/mimetypes/application-x-pcb-netlist-16.png
44share/icons/hicolor/22x22/mimetypes/application-x-excellon-22.png 44share/icons/hicolor/22x22/mimetypes/application-x-excellon-22.png
45share/icons/hicolor/22x22/mimetypes/application-x-gerber-22.png 45share/icons/hicolor/22x22/mimetypes/application-x-gerber-22.png
46share/icons/hicolor/22x22/mimetypes/application-x-pcb-footprint-22.png 46share/icons/hicolor/22x22/mimetypes/application-x-pcb-footprint-22.png
47share/icons/hicolor/22x22/mimetypes/application-x-pcb-layout-22.png 47share/icons/hicolor/22x22/mimetypes/application-x-pcb-layout-22.png
48share/icons/hicolor/22x22/mimetypes/application-x-pcb-netlist-22.png 48share/icons/hicolor/22x22/mimetypes/application-x-pcb-netlist-22.png
49share/icons/hicolor/24x24/mimetypes/application-x-excellon-24.png 49share/icons/hicolor/24x24/mimetypes/application-x-excellon-24.png
50share/icons/hicolor/24x24/mimetypes/application-x-gerber-24.png 50share/icons/hicolor/24x24/mimetypes/application-x-gerber-24.png
51share/icons/hicolor/24x24/mimetypes/application-x-pcb-footprint-24.png 51share/icons/hicolor/24x24/mimetypes/application-x-pcb-footprint-24.png
52share/icons/hicolor/24x24/mimetypes/application-x-pcb-layout-24.png 52share/icons/hicolor/24x24/mimetypes/application-x-pcb-layout-24.png
53share/icons/hicolor/24x24/mimetypes/application-x-pcb-netlist-24.png 53share/icons/hicolor/24x24/mimetypes/application-x-pcb-netlist-24.png
54share/icons/hicolor/32x32/mimetypes/application-x-excellon-32.png 54share/icons/hicolor/32x32/mimetypes/application-x-excellon-32.png
55share/icons/hicolor/32x32/mimetypes/application-x-gerber-32.png 55share/icons/hicolor/32x32/mimetypes/application-x-gerber-32.png
56share/icons/hicolor/32x32/mimetypes/application-x-pcb-footprint-32.png 56share/icons/hicolor/32x32/mimetypes/application-x-pcb-footprint-32.png
57share/icons/hicolor/32x32/mimetypes/application-x-pcb-layout-32.png 57share/icons/hicolor/32x32/mimetypes/application-x-pcb-layout-32.png
58share/icons/hicolor/32x32/mimetypes/application-x-pcb-netlist-32.png 58share/icons/hicolor/32x32/mimetypes/application-x-pcb-netlist-32.png
59share/icons/hicolor/48x48/apps/pcb-48.png 59share/icons/hicolor/48x48/apps/pcb-48.png
60share/icons/hicolor/48x48/mimetypes/application-x-excellon-48.png 60share/icons/hicolor/48x48/mimetypes/application-x-excellon-48.png
61share/icons/hicolor/48x48/mimetypes/application-x-gerber-48.png 61share/icons/hicolor/48x48/mimetypes/application-x-gerber-48.png
62share/icons/hicolor/48x48/mimetypes/application-x-pcb-footprint-48.png 62share/icons/hicolor/48x48/mimetypes/application-x-pcb-footprint-48.png
63share/icons/hicolor/48x48/mimetypes/application-x-pcb-layout-48.png 63share/icons/hicolor/48x48/mimetypes/application-x-pcb-layout-48.png
64share/icons/hicolor/48x48/mimetypes/application-x-pcb-netlist-48.png 64share/icons/hicolor/48x48/mimetypes/application-x-pcb-netlist-48.png
65share/icons/hicolor/scalable/apps/pcb.svg 65share/icons/hicolor/scalable/apps/pcb.svg
66share/icons/hicolor/scalable/mimetypes/application-x-excellon.svg 66share/icons/hicolor/scalable/mimetypes/application-x-excellon.svg
67share/icons/hicolor/scalable/mimetypes/application-x-gerber.svg 67share/icons/hicolor/scalable/mimetypes/application-x-gerber.svg
68share/icons/hicolor/scalable/mimetypes/application-x-pcb-footprint.svg 68share/icons/hicolor/scalable/mimetypes/application-x-pcb-footprint.svg
69share/icons/hicolor/scalable/mimetypes/application-x-pcb-layout.svg 69share/icons/hicolor/scalable/mimetypes/application-x-pcb-layout.svg
70share/icons/hicolor/scalable/mimetypes/application-x-pcb-netlist.svg 70share/icons/hicolor/scalable/mimetypes/application-x-pcb-netlist.svg
71${PKGLOCALEDIR}/locale/de/LC_MESSAGES/pcb.mo 71${PKGLOCALEDIR}/locale/de/LC_MESSAGES/pcb.mo
72${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/pcb.mo 72${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/pcb.mo
73${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/pcb.mo 73${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/pcb.mo
74${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/pcb.mo 74${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/pcb.mo
75${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/pcb.mo 75${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/pcb.mo
76share/mime/packages/pcb.xml 76share/mime/packages/pcb.xml
77share/mimelnk/application/x-excellon.desktop 77share/mimelnk/application/x-excellon.desktop
78share/mimelnk/application/x-gerber.desktop 78share/mimelnk/application/x-gerber.desktop
79share/mimelnk/application/x-pcb-footprint.desktop 79share/mimelnk/application/x-pcb-footprint.desktop
80share/mimelnk/application/x-pcb-layout.desktop 80share/mimelnk/application/x-pcb-layout.desktop
81share/mimelnk/application/x-pcb-netlist.desktop 81share/mimelnk/application/x-pcb-netlist.desktop
82share/pcb/CreateLibrary.sh 82share/pcb/CreateLibrary.sh
83share/pcb/CreateLibraryContents.sh 83share/pcb/CreateLibraryContents.sh
84share/pcb/ListLibraryContents.sh 84share/pcb/ListLibraryContents.sh
85share/pcb/QueryLibrary.sh 85share/pcb/QueryLibrary.sh
86share/pcb/default_font 86share/pcb/default_font
87share/pcb/gpcb-menu.res 87share/pcb/gpcb-menu.res
88share/pcb/m4/TTL_74xx_DIL.m4 88share/pcb/m4/TTL_74xx_DIL.m4
89share/pcb/m4/amp.inc 89share/pcb/m4/amp.inc
90share/pcb/m4/amp.list 90share/pcb/m4/amp.list
91share/pcb/m4/amp.m4 91share/pcb/m4/amp.m4
92share/pcb/m4/amphenol.inc 92share/pcb/m4/amphenol.inc
93share/pcb/m4/amphenol.list 93share/pcb/m4/amphenol.list
94share/pcb/m4/amphenol.m4 94share/pcb/m4/amphenol.m4
95share/pcb/m4/aries.inc 95share/pcb/m4/aries.inc
96share/pcb/m4/aries.list 96share/pcb/m4/aries.list
97share/pcb/m4/aries.m4 97share/pcb/m4/aries.m4
98share/pcb/m4/bga.inc 98share/pcb/m4/bga.inc
99share/pcb/m4/bourns.inc 99share/pcb/m4/bourns.inc
100share/pcb/m4/bourns.list 100share/pcb/m4/bourns.list
101share/pcb/m4/bourns.m4 101share/pcb/m4/bourns.m4
102share/pcb/m4/candk.inc 102share/pcb/m4/candk.inc
103share/pcb/m4/candk.list 103share/pcb/m4/candk.list
104share/pcb/m4/candk.m4 104share/pcb/m4/candk.m4
105share/pcb/m4/common.m4 105share/pcb/m4/common.m4
106share/pcb/m4/connector.inc 106share/pcb/m4/connector.inc
107share/pcb/m4/connector.list 107share/pcb/m4/connector.list
108share/pcb/m4/connector.m4 108share/pcb/m4/connector.m4
109share/pcb/m4/crystal.list 109share/pcb/m4/crystal.list
110share/pcb/m4/crystal.m4 110share/pcb/m4/crystal.m4
111share/pcb/m4/cts.inc 111share/pcb/m4/cts.inc
112share/pcb/m4/cts.list 112share/pcb/m4/cts.list
113share/pcb/m4/cts.m4 113share/pcb/m4/cts.m4
114share/pcb/m4/dil.inc 114share/pcb/m4/dil.inc
115share/pcb/m4/geda.inc 115share/pcb/m4/geda.inc
116share/pcb/m4/geda.list 116share/pcb/m4/geda.list
117share/pcb/m4/geda.m4 117share/pcb/m4/geda.m4
118share/pcb/m4/generic.list 118share/pcb/m4/generic.list
119share/pcb/m4/generic.m4 119share/pcb/m4/generic.m4
120share/pcb/m4/gtag.list 120share/pcb/m4/gtag.list
121share/pcb/m4/gtag.m4 121share/pcb/m4/gtag.m4
122share/pcb/m4/jerry.m4 122share/pcb/m4/jerry.m4
123share/pcb/m4/johnstech.inc 123share/pcb/m4/johnstech.inc
124share/pcb/m4/johnstech.list 124share/pcb/m4/johnstech.list
125share/pcb/m4/johnstech.m4 125share/pcb/m4/johnstech.m4
126share/pcb/m4/linear.m4 126share/pcb/m4/linear.m4
127share/pcb/m4/logic.m4 127share/pcb/m4/logic.m4
128share/pcb/m4/lsi.m4 128share/pcb/m4/lsi.m4
129share/pcb/m4/memory.m4 129share/pcb/m4/memory.m4
130share/pcb/m4/minicircuits.inc 130share/pcb/m4/minicircuits.inc
131share/pcb/m4/minicircuits.list 131share/pcb/m4/minicircuits.list
132share/pcb/m4/minicircuits.m4 132share/pcb/m4/minicircuits.m4
133share/pcb/m4/misc.inc 133share/pcb/m4/misc.inc
134share/pcb/m4/nichicon.inc 134share/pcb/m4/nichicon.inc
135share/pcb/m4/nichicon.list 135share/pcb/m4/nichicon.list
136share/pcb/m4/nichicon.m4 136share/pcb/m4/nichicon.m4
137share/pcb/m4/optek.inc 137share/pcb/m4/optek.inc
138share/pcb/m4/optek.list 138share/pcb/m4/optek.list
139share/pcb/m4/optek.m4 139share/pcb/m4/optek.m4
140share/pcb/m4/optical.list 140share/pcb/m4/optical.list
141share/pcb/m4/optical.m4 141share/pcb/m4/optical.m4
142share/pcb/m4/panasonic.inc 142share/pcb/m4/panasonic.inc
143share/pcb/m4/panasonic.list 143share/pcb/m4/panasonic.list
144share/pcb/m4/panasonic.m4 144share/pcb/m4/panasonic.m4
145share/pcb/m4/pci.inc 145share/pcb/m4/pci.inc
146share/pcb/m4/pci.list 146share/pcb/m4/pci.list
147share/pcb/m4/pci.m4 147share/pcb/m4/pci.m4
148share/pcb/m4/plcc.inc 148share/pcb/m4/plcc.inc
149share/pcb/m4/qfn.inc 149share/pcb/m4/qfn.inc
150share/pcb/m4/qfp.inc 150share/pcb/m4/qfp.inc
151share/pcb/m4/qfp2.inc 151share/pcb/m4/qfp2.inc
152share/pcb/m4/qfpdj.inc 152share/pcb/m4/qfpdj.inc
153share/pcb/m4/resistor_0.25W.m4 153share/pcb/m4/resistor_0.25W.m4
154share/pcb/m4/resistor_adjust.inc 154share/pcb/m4/resistor_adjust.inc
155share/pcb/m4/resistor_adjust.m4 155share/pcb/m4/resistor_adjust.m4
156share/pcb/m4/resistor_array.m4 156share/pcb/m4/resistor_array.m4
157share/pcb/m4/rules.inc 157share/pcb/m4/rules.inc
158share/pcb/m4/smt.inc 158share/pcb/m4/smt.inc
 159share/pcb/m4/tdk.inc
 160share/pcb/m4/tdk.list
 161share/pcb/m4/tdk.m4
159share/pcb/m4/texas_inst_amplifier.m4 162share/pcb/m4/texas_inst_amplifier.m4
160share/pcb/m4/texas_inst_voltage_reg.m4 163share/pcb/m4/texas_inst_voltage_reg.m4
161share/pcb/m4/to.inc 164share/pcb/m4/to.inc
 165share/pcb/m4/toko.inc
 166share/pcb/m4/toko.list
 167share/pcb/m4/toko.m4
162share/pcb/m4/transistor.m4 168share/pcb/m4/transistor.m4
 169share/pcb/m4/united_chemicon.inc
 170share/pcb/m4/united_chemicon.list
 171share/pcb/m4/united_chemicon.m4
163share/pcb/m4/zif.inc 172share/pcb/m4/zif.inc
164share/pcb/newlib/2_pin_thru-hole_packages/0.125W_Carbon_Resistor 173share/pcb/newlib/2_pin_thru-hole_packages/0.125W_Carbon_Resistor
165share/pcb/newlib/2_pin_thru-hole_packages/1W_Carbon_Resistor 174share/pcb/newlib/2_pin_thru-hole_packages/1W_Carbon_Resistor
166share/pcb/newlib/2_pin_thru-hole_packages/CK05_type_Capacitor 175share/pcb/newlib/2_pin_thru-hole_packages/CK05_type_Capacitor
167share/pcb/newlib/2_pin_thru-hole_packages/CK06_type_capacitor 176share/pcb/newlib/2_pin_thru-hole_packages/CK06_type_capacitor
168share/pcb/newlib/2_pin_thru-hole_packages/IRU1015-33CT_3.3V_reg_TO220 177share/pcb/newlib/2_pin_thru-hole_packages/IRU1015-33CT_3.3V_reg_TO220
169share/pcb/newlib/2_pin_thru-hole_packages/RN55_type_0.1W_Resistor 178share/pcb/newlib/2_pin_thru-hole_packages/RN55_type_0.1W_Resistor
170share/pcb/newlib/2_pin_thru-hole_packages/T1.75_LED 179share/pcb/newlib/2_pin_thru-hole_packages/T1.75_LED
171share/pcb/newlib/connectors/100_Pin_jack 180share/pcb/newlib/connectors/100_Pin_jack
172share/pcb/newlib/connectors/16x1_SMD_jack 181share/pcb/newlib/connectors/16x1_SMD_jack
173share/pcb/newlib/connectors/3terminal_screw_block 182share/pcb/newlib/connectors/3terminal_screw_block
174share/pcb/newlib/connectors/72pin45degreeSIMMconnector 183share/pcb/newlib/connectors/72pin45degreeSIMMconnector
175share/pcb/newlib/connectors/MOLEX_miniFitJr-12pin 184share/pcb/newlib/connectors/MOLEX_miniFitJr-12pin
176share/pcb/newlib/connectors/Power_Jack 185share/pcb/newlib/connectors/Power_Jack
177share/pcb/newlib/connectors/RightAngleSMA 186share/pcb/newlib/connectors/RightAngleSMA
178share/pcb/newlib/connectors/SJ-3523-SMT_3.5mm_stereo_jack 187share/pcb/newlib/connectors/SJ-3523-SMT_3.5mm_stereo_jack
179share/pcb/newlib/crystal/CTX169_oscillator 188share/pcb/newlib/crystal/CTX169_oscillator
180share/pcb/newlib/electro-optics/IRF_optical_switch 189share/pcb/newlib/electro-optics/IRF_optical_switch
181share/pcb/newlib/headers/0.1_inch_10pin 190share/pcb/newlib/headers/0.1_inch_10pin
182share/pcb/newlib/headers/0.1_inch_2pin 191share/pcb/newlib/headers/0.1_inch_2pin
183share/pcb/newlib/headers/2mm_8pin_header 192share/pcb/newlib/headers/2mm_8pin_header
184share/pcb/newlib/keystone/KEYSTONE_1062.fp 193share/pcb/newlib/keystone/KEYSTONE_1062.fp
185share/pcb/newlib/msp430/MSP430F1121 194share/pcb/newlib/msp430/MSP430F1121
186share/pcb/newlib/msp430/MSP430F1121+jtag 195share/pcb/newlib/msp430/MSP430F1121+jtag
187share/pcb/newlib/not_vetted_ingo/pc104+.ele 196share/pcb/newlib/not_vetted_ingo/pc104+.ele
188share/pcb/newlib/not_vetted_ingo/pc104.ele 197share/pcb/newlib/not_vetted_ingo/pc104.ele
189share/pcb/newlib/not_vetted_ingo/pq100.ele 198share/pcb/newlib/not_vetted_ingo/pq100.ele
190share/pcb/newlib/not_vetted_ingo/pq128.ele 199share/pcb/newlib/not_vetted_ingo/pq128.ele
191share/pcb/newlib/not_vetted_ingo/pq144.ele 200share/pcb/newlib/not_vetted_ingo/pq144.ele
192share/pcb/newlib/not_vetted_ingo/pq160.ele 201share/pcb/newlib/not_vetted_ingo/pq160.ele
193share/pcb/newlib/not_vetted_ingo/pq208.ele 202share/pcb/newlib/not_vetted_ingo/pq208.ele
194share/pcb/newlib/not_vetted_ingo/pq240.ele 203share/pcb/newlib/not_vetted_ingo/pq240.ele
195share/pcb/newlib/not_vetted_ingo/pq304.ele 204share/pcb/newlib/not_vetted_ingo/pq304.ele
196share/pcb/newlib/not_vetted_ingo/pq32.ele 205share/pcb/newlib/not_vetted_ingo/pq32.ele
197share/pcb/newlib/not_vetted_ingo/pq44.ele 206share/pcb/newlib/not_vetted_ingo/pq44.ele
198share/pcb/newlib/not_vetted_ingo/smt0402.ele 207share/pcb/newlib/not_vetted_ingo/smt0402.ele
199share/pcb/newlib/not_vetted_ingo/smt0603.ele 208share/pcb/newlib/not_vetted_ingo/smt0603.ele
200share/pcb/newlib/not_vetted_ingo/smt0805.ele 209share/pcb/newlib/not_vetted_ingo/smt0805.ele
201share/pcb/newlib/not_vetted_ingo/smt1206.ele 210share/pcb/newlib/not_vetted_ingo/smt1206.ele
202share/pcb/newlib/not_vetted_ingo/smt1210.ele 211share/pcb/newlib/not_vetted_ingo/smt1210.ele
203share/pcb/newlib/not_vetted_ingo/smt1913.ele 212share/pcb/newlib/not_vetted_ingo/smt1913.ele
204share/pcb/newlib/not_vetted_ingo/smt2416.ele 213share/pcb/newlib/not_vetted_ingo/smt2416.ele
205share/pcb/newlib/tests/14DIP_oval_pad 214share/pcb/newlib/tests/14DIP_oval_pad
206share/pcb/newlib/tests/Generic_TSOP48_Flash 215share/pcb/newlib/tests/Generic_TSOP48_Flash
207share/pcb/newlib/tests/MONOBLOCK_large 216share/pcb/newlib/tests/MONOBLOCK_large
208share/pcb/newlib/tests/StrongARM_CPU 217share/pcb/newlib/tests/StrongARM_CPU
209share/pcb/newlib/tests/TK11950 218share/pcb/newlib/tests/TK11950
210share/pcb/newlib/tests/TO99fromLED 219share/pcb/newlib/tests/TO99fromLED
211share/pcb/newlib/tests/UART 220share/pcb/newlib/tests/UART
212share/pcb/newlib/tests/monoblock_small 221share/pcb/newlib/tests/monoblock_small
213share/pcb/pcb-menu.res 222share/pcb/pcb-menu.res
214share/pcb/pcblib 223share/pcb/pcblib
215share/pcb/pcblib-newlib/amp/AMP_MICTOR_767054_1.fp 224share/pcb/pcblib-newlib/amp/AMP_MICTOR_767054_1.fp
216share/pcb/pcblib-newlib/amp/AMP_MICTOR_767054_2.fp 225share/pcb/pcblib-newlib/amp/AMP_MICTOR_767054_2.fp
217share/pcb/pcblib-newlib/amp/AMP_MICTOR_767054_3.fp 226share/pcb/pcblib-newlib/amp/AMP_MICTOR_767054_3.fp
218share/pcb/pcblib-newlib/amp/AMP_MICTOR_767054_4.fp 227share/pcb/pcblib-newlib/amp/AMP_MICTOR_767054_4.fp
219share/pcb/pcblib-newlib/amp/AMP_MICTOR_767054_5.fp 228share/pcb/pcblib-newlib/amp/AMP_MICTOR_767054_5.fp
220share/pcb/pcblib-newlib/amp/AMP_MICTOR_767054_6.fp 229share/pcb/pcblib-newlib/amp/AMP_MICTOR_767054_6.fp
221share/pcb/pcblib-newlib/amp/AMP_MICTOR_767054_7.fp 230share/pcb/pcblib-newlib/amp/AMP_MICTOR_767054_7.fp
222share/pcb/pcblib-newlib/amp/index.html 231share/pcb/pcblib-newlib/amp/index.html
223share/pcb/pcblib-newlib/amphenol/AMPHENOL_ARFX1229.fp 232share/pcb/pcblib-newlib/amphenol/AMPHENOL_ARFX1229.fp
224share/pcb/pcblib-newlib/amphenol/AMPHENOL_ARFX1230.fp 233share/pcb/pcblib-newlib/amphenol/AMPHENOL_ARFX1230.fp
225share/pcb/pcblib-newlib/amphenol/AMPHENOL_ARFX1231.fp 234share/pcb/pcblib-newlib/amphenol/AMPHENOL_ARFX1231.fp
226share/pcb/pcblib-newlib/amphenol/AMPHENOL_ARFX1232.fp 235share/pcb/pcblib-newlib/amphenol/AMPHENOL_ARFX1232.fp
227share/pcb/pcblib-newlib/amphenol/index.html 236share/pcb/pcblib-newlib/amphenol/index.html
228share/pcb/pcblib-newlib/aries/ARIES_24_3551_1.fp 237share/pcb/pcblib-newlib/aries/ARIES_24_3551_1.fp
229share/pcb/pcblib-newlib/aries/ARIES_24_3552_1.fp 238share/pcb/pcblib-newlib/aries/ARIES_24_3552_1.fp
230share/pcb/pcblib-newlib/aries/ARIES_24_3553_1.fp 239share/pcb/pcblib-newlib/aries/ARIES_24_3553_1.fp
231share/pcb/pcblib-newlib/aries/ARIES_24_3554_1.fp 240share/pcb/pcblib-newlib/aries/ARIES_24_3554_1.fp
232share/pcb/pcblib-newlib/aries/ARIES_24_6551_1.fp 241share/pcb/pcblib-newlib/aries/ARIES_24_6551_1.fp
233share/pcb/pcblib-newlib/aries/ARIES_24_6552_1.fp 242share/pcb/pcblib-newlib/aries/ARIES_24_6552_1.fp
234share/pcb/pcblib-newlib/aries/ARIES_24_6553_1.fp 243share/pcb/pcblib-newlib/aries/ARIES_24_6553_1.fp
235share/pcb/pcblib-newlib/aries/ARIES_24_6554_1.fp 244share/pcb/pcblib-newlib/aries/ARIES_24_6554_1.fp
236share/pcb/pcblib-newlib/aries/ARIES_28_3551_1.fp 245share/pcb/pcblib-newlib/aries/ARIES_28_3551_1.fp
237share/pcb/pcblib-newlib/aries/ARIES_28_3552_1.fp 246share/pcb/pcblib-newlib/aries/ARIES_28_3552_1.fp
238share/pcb/pcblib-newlib/aries/ARIES_28_3553_1.fp 247share/pcb/pcblib-newlib/aries/ARIES_28_3553_1.fp
239share/pcb/pcblib-newlib/aries/ARIES_28_3554_1.fp 248share/pcb/pcblib-newlib/aries/ARIES_28_3554_1.fp
240share/pcb/pcblib-newlib/aries/ARIES_28_6551_1.fp 249share/pcb/pcblib-newlib/aries/ARIES_28_6551_1.fp
241share/pcb/pcblib-newlib/aries/ARIES_28_6552_1.fp 250share/pcb/pcblib-newlib/aries/ARIES_28_6552_1.fp
242share/pcb/pcblib-newlib/aries/ARIES_28_6553_1.fp 251share/pcb/pcblib-newlib/aries/ARIES_28_6553_1.fp
243share/pcb/pcblib-newlib/aries/ARIES_28_6554_1.fp 252share/pcb/pcblib-newlib/aries/ARIES_28_6554_1.fp
244share/pcb/pcblib-newlib/aries/ARIES_32_3551_1.fp 253share/pcb/pcblib-newlib/aries/ARIES_32_3551_1.fp
245share/pcb/pcblib-newlib/aries/ARIES_32_3552_1.fp 254share/pcb/pcblib-newlib/aries/ARIES_32_3552_1.fp
246share/pcb/pcblib-newlib/aries/ARIES_32_3553_1.fp 255share/pcb/pcblib-newlib/aries/ARIES_32_3553_1.fp
247share/pcb/pcblib-newlib/aries/ARIES_32_3554_1.fp 256share/pcb/pcblib-newlib/aries/ARIES_32_3554_1.fp
248share/pcb/pcblib-newlib/aries/ARIES_32_6551_1.fp 257share/pcb/pcblib-newlib/aries/ARIES_32_6551_1.fp
249share/pcb/pcblib-newlib/aries/ARIES_32_6552_1.fp 258share/pcb/pcblib-newlib/aries/ARIES_32_6552_1.fp
250share/pcb/pcblib-newlib/aries/ARIES_32_6553_1.fp 259share/pcb/pcblib-newlib/aries/ARIES_32_6553_1.fp
251share/pcb/pcblib-newlib/aries/ARIES_32_6554_1.fp 260share/pcb/pcblib-newlib/aries/ARIES_32_6554_1.fp
252share/pcb/pcblib-newlib/aries/ARIES_36_3551_1.fp 261share/pcb/pcblib-newlib/aries/ARIES_36_3551_1.fp
253share/pcb/pcblib-newlib/aries/ARIES_36_3552_1.fp 262share/pcb/pcblib-newlib/aries/ARIES_36_3552_1.fp
254share/pcb/pcblib-newlib/aries/ARIES_36_3553_1.fp 263share/pcb/pcblib-newlib/aries/ARIES_36_3553_1.fp
255share/pcb/pcblib-newlib/aries/ARIES_36_3554_1.fp 264share/pcb/pcblib-newlib/aries/ARIES_36_3554_1.fp
256share/pcb/pcblib-newlib/aries/ARIES_36_6551_1.fp 265share/pcb/pcblib-newlib/aries/ARIES_36_6551_1.fp
257share/pcb/pcblib-newlib/aries/ARIES_36_6552_1.fp 266share/pcb/pcblib-newlib/aries/ARIES_36_6552_1.fp
258share/pcb/pcblib-newlib/aries/ARIES_36_6553_1.fp 267share/pcb/pcblib-newlib/aries/ARIES_36_6553_1.fp
259share/pcb/pcblib-newlib/aries/ARIES_36_6554_1.fp 268share/pcb/pcblib-newlib/aries/ARIES_36_6554_1.fp
260share/pcb/pcblib-newlib/aries/ARIES_40_3551_1.fp 269share/pcb/pcblib-newlib/aries/ARIES_40_3551_1.fp
261share/pcb/pcblib-newlib/aries/ARIES_40_3552_1.fp 270share/pcb/pcblib-newlib/aries/ARIES_40_3552_1.fp
262share/pcb/pcblib-newlib/aries/ARIES_40_3553_1.fp 271share/pcb/pcblib-newlib/aries/ARIES_40_3553_1.fp
263share/pcb/pcblib-newlib/aries/ARIES_40_3554_1.fp 272share/pcb/pcblib-newlib/aries/ARIES_40_3554_1.fp
264share/pcb/pcblib-newlib/aries/ARIES_40_6551_1.fp 273share/pcb/pcblib-newlib/aries/ARIES_40_6551_1.fp
265share/pcb/pcblib-newlib/aries/ARIES_40_6552_1.fp 274share/pcb/pcblib-newlib/aries/ARIES_40_6552_1.fp
266share/pcb/pcblib-newlib/aries/ARIES_40_6553_1.fp 275share/pcb/pcblib-newlib/aries/ARIES_40_6553_1.fp
267share/pcb/pcblib-newlib/aries/ARIES_40_6554_1.fp 276share/pcb/pcblib-newlib/aries/ARIES_40_6554_1.fp
268share/pcb/pcblib-newlib/aries/ARIES_42_3551_1.fp 277share/pcb/pcblib-newlib/aries/ARIES_42_3551_1.fp
269share/pcb/pcblib-newlib/aries/ARIES_42_3552_1.fp 278share/pcb/pcblib-newlib/aries/ARIES_42_3552_1.fp
270share/pcb/pcblib-newlib/aries/ARIES_42_3553_1.fp 279share/pcb/pcblib-newlib/aries/ARIES_42_3553_1.fp
271share/pcb/pcblib-newlib/aries/ARIES_42_3554_1.fp 280share/pcb/pcblib-newlib/aries/ARIES_42_3554_1.fp
272share/pcb/pcblib-newlib/aries/ARIES_42_6551_1.fp 281share/pcb/pcblib-newlib/aries/ARIES_42_6551_1.fp
273share/pcb/pcblib-newlib/aries/ARIES_42_6552_1.fp 282share/pcb/pcblib-newlib/aries/ARIES_42_6552_1.fp
274share/pcb/pcblib-newlib/aries/ARIES_42_6553_1.fp 283share/pcb/pcblib-newlib/aries/ARIES_42_6553_1.fp
275share/pcb/pcblib-newlib/aries/ARIES_42_6554_1.fp 284share/pcb/pcblib-newlib/aries/ARIES_42_6554_1.fp
276share/pcb/pcblib-newlib/aries/ARIES_44_3551_1.fp 285share/pcb/pcblib-newlib/aries/ARIES_44_3551_1.fp
277share/pcb/pcblib-newlib/aries/ARIES_44_3552_1.fp 286share/pcb/pcblib-newlib/aries/ARIES_44_3552_1.fp
278share/pcb/pcblib-newlib/aries/ARIES_44_3553_1.fp 287share/pcb/pcblib-newlib/aries/ARIES_44_3553_1.fp
279share/pcb/pcblib-newlib/aries/ARIES_44_3554_1.fp 288share/pcb/pcblib-newlib/aries/ARIES_44_3554_1.fp
280share/pcb/pcblib-newlib/aries/ARIES_44_6551_1.fp 289share/pcb/pcblib-newlib/aries/ARIES_44_6551_1.fp
281share/pcb/pcblib-newlib/aries/ARIES_44_6552_1.fp 290share/pcb/pcblib-newlib/aries/ARIES_44_6552_1.fp
282share/pcb/pcblib-newlib/aries/ARIES_44_6553_1.fp 291share/pcb/pcblib-newlib/aries/ARIES_44_6553_1.fp
283share/pcb/pcblib-newlib/aries/ARIES_44_6554_1.fp 292share/pcb/pcblib-newlib/aries/ARIES_44_6554_1.fp
284share/pcb/pcblib-newlib/aries/ARIES_48_3551_1.fp 293share/pcb/pcblib-newlib/aries/ARIES_48_3551_1.fp
285share/pcb/pcblib-newlib/aries/ARIES_48_3552_1.fp 294share/pcb/pcblib-newlib/aries/ARIES_48_3552_1.fp
286share/pcb/pcblib-newlib/aries/ARIES_48_3553_1.fp 295share/pcb/pcblib-newlib/aries/ARIES_48_3553_1.fp
287share/pcb/pcblib-newlib/aries/ARIES_48_3554_1.fp 296share/pcb/pcblib-newlib/aries/ARIES_48_3554_1.fp
288share/pcb/pcblib-newlib/aries/ARIES_48_6551_1.fp 297share/pcb/pcblib-newlib/aries/ARIES_48_6551_1.fp
289share/pcb/pcblib-newlib/aries/ARIES_48_6552_1.fp 298share/pcb/pcblib-newlib/aries/ARIES_48_6552_1.fp
290share/pcb/pcblib-newlib/aries/ARIES_48_6553_1.fp 299share/pcb/pcblib-newlib/aries/ARIES_48_6553_1.fp
291share/pcb/pcblib-newlib/aries/ARIES_48_6554_1.fp 300share/pcb/pcblib-newlib/aries/ARIES_48_6554_1.fp
292share/pcb/pcblib-newlib/aries/index.html 301share/pcb/pcblib-newlib/aries/index.html
293share/pcb/pcblib-newlib/bourns/BOURNS_3224G.fp 302share/pcb/pcblib-newlib/bourns/BOURNS_3224G.fp
294share/pcb/pcblib-newlib/bourns/BOURNS_3224J.fp 303share/pcb/pcblib-newlib/bourns/BOURNS_3224J.fp
295share/pcb/pcblib-newlib/bourns/BOURNS_3224W.fp 304share/pcb/pcblib-newlib/bourns/BOURNS_3224W.fp
296share/pcb/pcblib-newlib/bourns/BOURNS_3224X.fp 305share/pcb/pcblib-newlib/bourns/BOURNS_3224X.fp
297share/pcb/pcblib-newlib/bourns/index.html 306share/pcb/pcblib-newlib/bourns/index.html
298share/pcb/pcblib-newlib/broken.html 307share/pcb/pcblib-newlib/broken.html
299share/pcb/pcblib-newlib/candk/CANDK_ES01MSABE.fp 308share/pcb/pcblib-newlib/candk/CANDK_ES01MSABE.fp
300share/pcb/pcblib-newlib/candk/CANDK_ES02MSABE.fp 309share/pcb/pcblib-newlib/candk/CANDK_ES02MSABE.fp
301share/pcb/pcblib-newlib/candk/CANDK_ES03MSABE.fp 310share/pcb/pcblib-newlib/candk/CANDK_ES03MSABE.fp
302share/pcb/pcblib-newlib/candk/index.html 311share/pcb/pcblib-newlib/candk/index.html
303share/pcb/pcblib-newlib/connector/BNC_LAY.fp 312share/pcb/pcblib-newlib/connector/BNC_LAY.fp
304share/pcb/pcblib-newlib/connector/CONNECTOR 1 2.fp 313share/pcb/pcblib-newlib/connector/CONNECTOR 1 2.fp
305share/pcb/pcblib-newlib/connector/CONNECTOR 10 2.fp 314share/pcb/pcblib-newlib/connector/CONNECTOR 10 2.fp
306share/pcb/pcblib-newlib/connector/CONNECTOR 2 2.fp 315share/pcb/pcblib-newlib/connector/CONNECTOR 2 2.fp
307share/pcb/pcblib-newlib/connector/CONNECTOR 25 2.fp 316share/pcb/pcblib-newlib/connector/CONNECTOR 25 2.fp
308share/pcb/pcblib-newlib/connector/CONNECTOR 3 2.fp 317share/pcb/pcblib-newlib/connector/CONNECTOR 3 2.fp
309share/pcb/pcblib-newlib/connector/CONNECTOR 4 2.fp 318share/pcb/pcblib-newlib/connector/CONNECTOR 4 2.fp
310share/pcb/pcblib-newlib/connector/CONNECTOR 4 3.fp 319share/pcb/pcblib-newlib/connector/CONNECTOR 4 3.fp
311share/pcb/pcblib-newlib/connector/CONNECTOR 5 2.fp 320share/pcb/pcblib-newlib/connector/CONNECTOR 5 2.fp
312share/pcb/pcblib-newlib/connector/CONNECTOR 5 3.fp 321share/pcb/pcblib-newlib/connector/CONNECTOR 5 3.fp
313share/pcb/pcblib-newlib/connector/CONNECTOR 6 3.fp 322share/pcb/pcblib-newlib/connector/CONNECTOR 6 3.fp
314share/pcb/pcblib-newlib/connector/CONNECTOR 7 2.fp 323share/pcb/pcblib-newlib/connector/CONNECTOR 7 2.fp
315share/pcb/pcblib-newlib/connector/CONNECTOR 8 2.fp 324share/pcb/pcblib-newlib/connector/CONNECTOR 8 2.fp
316share/pcb/pcblib-newlib/connector/DIN41_612FEMALE ab.fp 325share/pcb/pcblib-newlib/connector/DIN41_612FEMALE ab.fp
317share/pcb/pcblib-newlib/connector/DIN41_612FEMALE abc.fp 326share/pcb/pcblib-newlib/connector/DIN41_612FEMALE abc.fp
318share/pcb/pcblib-newlib/connector/DIN41_612FEMALE ac.fp 327share/pcb/pcblib-newlib/connector/DIN41_612FEMALE ac.fp
319share/pcb/pcblib-newlib/connector/DIN41_612FEMALE_SMALL.fp 328share/pcb/pcblib-newlib/connector/DIN41_612FEMALE_SMALL.fp
320share/pcb/pcblib-newlib/connector/DIN41_612MALE ab.fp 329share/pcb/pcblib-newlib/connector/DIN41_612MALE ab.fp
321share/pcb/pcblib-newlib/connector/DIN41_612MALE abc.fp 330share/pcb/pcblib-newlib/connector/DIN41_612MALE abc.fp
322share/pcb/pcblib-newlib/connector/DIN41_612MALE ac.fp 331share/pcb/pcblib-newlib/connector/DIN41_612MALE ac.fp
323share/pcb/pcblib-newlib/connector/DIN41_612MALE_SMALL.fp 332share/pcb/pcblib-newlib/connector/DIN41_612MALE_SMALL.fp
324share/pcb/pcblib-newlib/connector/DIN41_651LAY 10.fp 333share/pcb/pcblib-newlib/connector/DIN41_651LAY 10.fp
325share/pcb/pcblib-newlib/connector/DIN41_651LAY 14.fp 334share/pcb/pcblib-newlib/connector/DIN41_651LAY 14.fp
326share/pcb/pcblib-newlib/connector/DIN41_651LAY 16.fp 335share/pcb/pcblib-newlib/connector/DIN41_651LAY 16.fp
327share/pcb/pcblib-newlib/connector/DIN41_651LAY 18.fp 336share/pcb/pcblib-newlib/connector/DIN41_651LAY 18.fp
328share/pcb/pcblib-newlib/connector/DIN41_651LAY 20.fp 337share/pcb/pcblib-newlib/connector/DIN41_651LAY 20.fp
329share/pcb/pcblib-newlib/connector/DIN41_651LAY 22.fp 338share/pcb/pcblib-newlib/connector/DIN41_651LAY 22.fp
330share/pcb/pcblib-newlib/connector/DIN41_651LAY 24.fp 339share/pcb/pcblib-newlib/connector/DIN41_651LAY 24.fp
331share/pcb/pcblib-newlib/connector/DIN41_651LAY 26.fp 340share/pcb/pcblib-newlib/connector/DIN41_651LAY 26.fp
332share/pcb/pcblib-newlib/connector/DIN41_651LAY 34.fp 341share/pcb/pcblib-newlib/connector/DIN41_651LAY 34.fp
333share/pcb/pcblib-newlib/connector/DIN41_651LAY 40.fp 342share/pcb/pcblib-newlib/connector/DIN41_651LAY 40.fp
334share/pcb/pcblib-newlib/connector/DIN41_651LAY 50.fp 343share/pcb/pcblib-newlib/connector/DIN41_651LAY 50.fp
335share/pcb/pcblib-newlib/connector/DIN41_651LAY 64.fp 344share/pcb/pcblib-newlib/connector/DIN41_651LAY 64.fp
336share/pcb/pcblib-newlib/connector/DIN41_651STAND 10.fp 345share/pcb/pcblib-newlib/connector/DIN41_651STAND 10.fp
337share/pcb/pcblib-newlib/connector/DIN41_651STAND 14.fp 346share/pcb/pcblib-newlib/connector/DIN41_651STAND 14.fp
338share/pcb/pcblib-newlib/connector/DIN41_651STAND 16.fp 347share/pcb/pcblib-newlib/connector/DIN41_651STAND 16.fp
339share/pcb/pcblib-newlib/connector/DIN41_651STAND 18.fp 348share/pcb/pcblib-newlib/connector/DIN41_651STAND 18.fp
340share/pcb/pcblib-newlib/connector/DIN41_651STAND 20.fp 349share/pcb/pcblib-newlib/connector/DIN41_651STAND 20.fp
341share/pcb/pcblib-newlib/connector/DIN41_651STAND 22.fp 350share/pcb/pcblib-newlib/connector/DIN41_651STAND 22.fp
342share/pcb/pcblib-newlib/connector/DIN41_651STAND 24.fp 351share/pcb/pcblib-newlib/connector/DIN41_651STAND 24.fp
343share/pcb/pcblib-newlib/connector/DIN41_651STAND 26.fp 352share/pcb/pcblib-newlib/connector/DIN41_651STAND 26.fp
344share/pcb/pcblib-newlib/connector/DIN41_651STAND 34.fp 353share/pcb/pcblib-newlib/connector/DIN41_651STAND 34.fp
345share/pcb/pcblib-newlib/connector/DIN41_651STAND 40.fp 354share/pcb/pcblib-newlib/connector/DIN41_651STAND 40.fp
346share/pcb/pcblib-newlib/connector/DIN41_651STAND 50.fp 355share/pcb/pcblib-newlib/connector/DIN41_651STAND 50.fp
347share/pcb/pcblib-newlib/connector/DIN41_651STAND 64.fp 356share/pcb/pcblib-newlib/connector/DIN41_651STAND 64.fp
348share/pcb/pcblib-newlib/connector/MOLEX_025 100.fp 357share/pcb/pcblib-newlib/connector/MOLEX_025 100.fp
349share/pcb/pcblib-newlib/connector/MOLEX_025 120.fp 358share/pcb/pcblib-newlib/connector/MOLEX_025 120.fp
350share/pcb/pcblib-newlib/connector/MOLEX_025 140.fp 359share/pcb/pcblib-newlib/connector/MOLEX_025 140.fp
351share/pcb/pcblib-newlib/connector/MOLEX_025 160.fp 360share/pcb/pcblib-newlib/connector/MOLEX_025 160.fp
352share/pcb/pcblib-newlib/connector/MOLEX_025 180.fp 361share/pcb/pcblib-newlib/connector/MOLEX_025 180.fp
353share/pcb/pcblib-newlib/connector/MOLEX_025 20.fp 362share/pcb/pcblib-newlib/connector/MOLEX_025 20.fp
354share/pcb/pcblib-newlib/connector/MOLEX_025 200.fp 363share/pcb/pcblib-newlib/connector/MOLEX_025 200.fp
355share/pcb/pcblib-newlib/connector/MOLEX_025 240.fp 364share/pcb/pcblib-newlib/connector/MOLEX_025 240.fp
356share/pcb/pcblib-newlib/connector/MOLEX_025 30.fp 365share/pcb/pcblib-newlib/connector/MOLEX_025 30.fp
357share/pcb/pcblib-newlib/connector/MOLEX_025 40.fp 366share/pcb/pcblib-newlib/connector/MOLEX_025 40.fp
358share/pcb/pcblib-newlib/connector/MOLEX_025 50.fp 367share/pcb/pcblib-newlib/connector/MOLEX_025 50.fp
359share/pcb/pcblib-newlib/connector/MOLEX_025 60.fp 368share/pcb/pcblib-newlib/connector/MOLEX_025 60.fp
360share/pcb/pcblib-newlib/connector/MOLEX_025 68.fp 369share/pcb/pcblib-newlib/connector/MOLEX_025 68.fp
361share/pcb/pcblib-newlib/connector/MOLEX_025 70.fp 370share/pcb/pcblib-newlib/connector/MOLEX_025 70.fp
362share/pcb/pcblib-newlib/connector/MOLEX_025 80.fp 371share/pcb/pcblib-newlib/connector/MOLEX_025 80.fp
363share/pcb/pcblib-newlib/connector/MOLEX_025 90.fp 372share/pcb/pcblib-newlib/connector/MOLEX_025 90.fp
364share/pcb/pcblib-newlib/connector/MTA_156 2.fp 373share/pcb/pcblib-newlib/connector/MTA_156 2.fp
365share/pcb/pcblib-newlib/connector/NANOENGINE.fp 374share/pcb/pcblib-newlib/connector/NANOENGINE.fp
366share/pcb/pcblib-newlib/connector/SMA_VERT.fp 375share/pcb/pcblib-newlib/connector/SMA_VERT.fp
367share/pcb/pcblib-newlib/connector/SUBD_FEMALE_LAY 15.fp 376share/pcb/pcblib-newlib/connector/SUBD_FEMALE_LAY 15.fp
368share/pcb/pcblib-newlib/connector/SUBD_FEMALE_LAY 25.fp 377share/pcb/pcblib-newlib/connector/SUBD_FEMALE_LAY 25.fp
369share/pcb/pcblib-newlib/connector/SUBD_FEMALE_LAY 9.fp 378share/pcb/pcblib-newlib/connector/SUBD_FEMALE_LAY 9.fp
370share/pcb/pcblib-newlib/connector/SUBD_MALE_LAY 15.fp 379share/pcb/pcblib-newlib/connector/SUBD_MALE_LAY 15.fp
371share/pcb/pcblib-newlib/connector/SUBD_MALE_LAY 25.fp 380share/pcb/pcblib-newlib/connector/SUBD_MALE_LAY 25.fp
372share/pcb/pcblib-newlib/connector/SUBD_MALE_LAY 9.fp 381share/pcb/pcblib-newlib/connector/SUBD_MALE_LAY 9.fp
373share/pcb/pcblib-newlib/connector/index.html 382share/pcb/pcblib-newlib/connector/index.html
374share/pcb/pcblib-newlib/crystal/CRYSTAL 300.fp 383share/pcb/pcblib-newlib/crystal/CRYSTAL 300.fp
375share/pcb/pcblib-newlib/crystal/index.html 384share/pcb/pcblib-newlib/crystal/index.html
376share/pcb/pcblib-newlib/cts/CTS_742C_04.fp 385share/pcb/pcblib-newlib/cts/CTS_742C_04.fp
377share/pcb/pcblib-newlib/cts/CTS_742C_08.fp 386share/pcb/pcblib-newlib/cts/CTS_742C_08.fp
378share/pcb/pcblib-newlib/cts/CTS_742C_16.fp 387share/pcb/pcblib-newlib/cts/CTS_742C_16.fp
379share/pcb/pcblib-newlib/cts/CTS_742X_08.fp 388share/pcb/pcblib-newlib/cts/CTS_742X_08.fp
380share/pcb/pcblib-newlib/cts/CTS_743C_04.fp 389share/pcb/pcblib-newlib/cts/CTS_743C_04.fp
381share/pcb/pcblib-newlib/cts/CTS_743C_08.fp 390share/pcb/pcblib-newlib/cts/CTS_743C_08.fp
382share/pcb/pcblib-newlib/cts/CTS_744C_04.fp 391share/pcb/pcblib-newlib/cts/CTS_744C_04.fp
383share/pcb/pcblib-newlib/cts/CTS_744C_08.fp 392share/pcb/pcblib-newlib/cts/CTS_744C_08.fp
384share/pcb/pcblib-newlib/cts/CTS_745C_10.fp 393share/pcb/pcblib-newlib/cts/CTS_745C_10.fp
385share/pcb/pcblib-newlib/cts/CTS_745X_10.fp 394share/pcb/pcblib-newlib/cts/CTS_745X_10.fp
386share/pcb/pcblib-newlib/cts/CTS_746X_10.fp 395share/pcb/pcblib-newlib/cts/CTS_746X_10.fp
387share/pcb/pcblib-newlib/cts/index.html 396share/pcb/pcblib-newlib/cts/index.html
388share/pcb/pcblib-newlib/geda/01005.fp 397share/pcb/pcblib-newlib/geda/01005.fp
389share/pcb/pcblib-newlib/geda/0201.fp 398share/pcb/pcblib-newlib/geda/0201.fp
390share/pcb/pcblib-newlib/geda/0402.fp 399share/pcb/pcblib-newlib/geda/0402.fp
391share/pcb/pcblib-newlib/geda/0603.fp 400share/pcb/pcblib-newlib/geda/0603.fp
392share/pcb/pcblib-newlib/geda/0805.fp 401share/pcb/pcblib-newlib/geda/0805.fp
393share/pcb/pcblib-newlib/geda/1008.fp 402share/pcb/pcblib-newlib/geda/1008.fp
394share/pcb/pcblib-newlib/geda/1206.fp 403share/pcb/pcblib-newlib/geda/1206.fp
395share/pcb/pcblib-newlib/geda/1210.fp 404share/pcb/pcblib-newlib/geda/1210.fp
396share/pcb/pcblib-newlib/geda/1806.fp 405share/pcb/pcblib-newlib/geda/1806.fp
397share/pcb/pcblib-newlib/geda/1825.fp 406share/pcb/pcblib-newlib/geda/1825.fp
398share/pcb/pcblib-newlib/geda/2706.fp 407share/pcb/pcblib-newlib/geda/2706.fp
399share/pcb/pcblib-newlib/geda/ACY100.fp 408share/pcb/pcblib-newlib/geda/ACY100.fp
400share/pcb/pcblib-newlib/geda/ACY1000.fp 409share/pcb/pcblib-newlib/geda/ACY1000.fp
401share/pcb/pcblib-newlib/geda/ACY1000P.fp 410share/pcb/pcblib-newlib/geda/ACY1000P.fp
402share/pcb/pcblib-newlib/geda/ACY100P.fp 411share/pcb/pcblib-newlib/geda/ACY100P.fp
403share/pcb/pcblib-newlib/geda/ACY1100.fp 412share/pcb/pcblib-newlib/geda/ACY1100.fp
404share/pcb/pcblib-newlib/geda/ACY1100P.fp 413share/pcb/pcblib-newlib/geda/ACY1100P.fp
405share/pcb/pcblib-newlib/geda/ACY1200.fp 414share/pcb/pcblib-newlib/geda/ACY1200.fp
406share/pcb/pcblib-newlib/geda/ACY1200P.fp 415share/pcb/pcblib-newlib/geda/ACY1200P.fp
407share/pcb/pcblib-newlib/geda/ACY1300.fp 416share/pcb/pcblib-newlib/geda/ACY1300.fp
408share/pcb/pcblib-newlib/geda/ACY1300P.fp 417share/pcb/pcblib-newlib/geda/ACY1300P.fp
409share/pcb/pcblib-newlib/geda/ACY1400.fp 418share/pcb/pcblib-newlib/geda/ACY1400.fp
410share/pcb/pcblib-newlib/geda/ACY1400P.fp 419share/pcb/pcblib-newlib/geda/ACY1400P.fp
411share/pcb/pcblib-newlib/geda/ACY150.fp 420share/pcb/pcblib-newlib/geda/ACY150.fp
412share/pcb/pcblib-newlib/geda/ACY1500.fp 421share/pcb/pcblib-newlib/geda/ACY1500.fp
413share/pcb/pcblib-newlib/geda/ACY1500P.fp 422share/pcb/pcblib-newlib/geda/ACY1500P.fp
414share/pcb/pcblib-newlib/geda/ACY150P.fp 423share/pcb/pcblib-newlib/geda/ACY150P.fp
415share/pcb/pcblib-newlib/geda/ACY1600.fp 424share/pcb/pcblib-newlib/geda/ACY1600.fp
416share/pcb/pcblib-newlib/geda/ACY1600P.fp 425share/pcb/pcblib-newlib/geda/ACY1600P.fp
417share/pcb/pcblib-newlib/geda/ACY200.fp 426share/pcb/pcblib-newlib/geda/ACY200.fp
418share/pcb/pcblib-newlib/geda/ACY200P.fp 427share/pcb/pcblib-newlib/geda/ACY200P.fp
419share/pcb/pcblib-newlib/geda/ACY300.fp 428share/pcb/pcblib-newlib/geda/ACY300.fp
420share/pcb/pcblib-newlib/geda/ACY300P.fp 429share/pcb/pcblib-newlib/geda/ACY300P.fp
421share/pcb/pcblib-newlib/geda/ACY400.fp 430share/pcb/pcblib-newlib/geda/ACY400.fp
422share/pcb/pcblib-newlib/geda/ACY400P.fp 431share/pcb/pcblib-newlib/geda/ACY400P.fp
423share/pcb/pcblib-newlib/geda/ACY500.fp 432share/pcb/pcblib-newlib/geda/ACY500.fp
424share/pcb/pcblib-newlib/geda/ACY500P.fp 433share/pcb/pcblib-newlib/geda/ACY500P.fp
425share/pcb/pcblib-newlib/geda/ACY600.fp 434share/pcb/pcblib-newlib/geda/ACY600.fp
426share/pcb/pcblib-newlib/geda/ACY600P.fp 435share/pcb/pcblib-newlib/geda/ACY600P.fp
427share/pcb/pcblib-newlib/geda/ACY700.fp 436share/pcb/pcblib-newlib/geda/ACY700.fp
428share/pcb/pcblib-newlib/geda/ACY700P.fp 437share/pcb/pcblib-newlib/geda/ACY700P.fp
429share/pcb/pcblib-newlib/geda/ACY800.fp 438share/pcb/pcblib-newlib/geda/ACY800.fp
430share/pcb/pcblib-newlib/geda/ACY800P.fp 439share/pcb/pcblib-newlib/geda/ACY800P.fp
431share/pcb/pcblib-newlib/geda/ACY900.fp 440share/pcb/pcblib-newlib/geda/ACY900.fp
432share/pcb/pcblib-newlib/geda/ACY900P.fp 441share/pcb/pcblib-newlib/geda/ACY900P.fp
433share/pcb/pcblib-newlib/geda/ALF1000.fp 442share/pcb/pcblib-newlib/geda/ALF1000.fp
434share/pcb/pcblib-newlib/geda/ALF300.fp 443share/pcb/pcblib-newlib/geda/ALF300.fp
435share/pcb/pcblib-newlib/geda/ALF400.fp 444share/pcb/pcblib-newlib/geda/ALF400.fp
436share/pcb/pcblib-newlib/geda/ALF500.fp 445share/pcb/pcblib-newlib/geda/ALF500.fp
437share/pcb/pcblib-newlib/geda/ALF600.fp 446share/pcb/pcblib-newlib/geda/ALF600.fp
438share/pcb/pcblib-newlib/geda/ALF700.fp 447share/pcb/pcblib-newlib/geda/ALF700.fp
439share/pcb/pcblib-newlib/geda/ALF800.fp 448share/pcb/pcblib-newlib/geda/ALF800.fp
440share/pcb/pcblib-newlib/geda/ALF900.fp 449share/pcb/pcblib-newlib/geda/ALF900.fp
441share/pcb/pcblib-newlib/geda/CAPC0402L.fp 450share/pcb/pcblib-newlib/geda/CAPC0402L.fp
442share/pcb/pcblib-newlib/geda/CAPC0402M.fp 451share/pcb/pcblib-newlib/geda/CAPC0402M.fp
443share/pcb/pcblib-newlib/geda/CAPC0402N.fp 452share/pcb/pcblib-newlib/geda/CAPC0402N.fp
444share/pcb/pcblib-newlib/geda/CAPC0603L.fp 453share/pcb/pcblib-newlib/geda/CAPC0603L.fp
445share/pcb/pcblib-newlib/geda/CAPC0603M.fp 454share/pcb/pcblib-newlib/geda/CAPC0603M.fp
446share/pcb/pcblib-newlib/geda/CAPC0603N.fp 455share/pcb/pcblib-newlib/geda/CAPC0603N.fp
447share/pcb/pcblib-newlib/geda/CAPC1005L.fp 456share/pcb/pcblib-newlib/geda/CAPC1005L.fp
448share/pcb/pcblib-newlib/geda/CAPC1005M.fp 457share/pcb/pcblib-newlib/geda/CAPC1005M.fp
449share/pcb/pcblib-newlib/geda/CAPC1005N.fp 458share/pcb/pcblib-newlib/geda/CAPC1005N.fp
450share/pcb/pcblib-newlib/geda/CAPC1608L.fp 459share/pcb/pcblib-newlib/geda/CAPC1608L.fp
451share/pcb/pcblib-newlib/geda/CAPC1608M.fp 460share/pcb/pcblib-newlib/geda/CAPC1608M.fp
452share/pcb/pcblib-newlib/geda/CAPC1608N.fp 461share/pcb/pcblib-newlib/geda/CAPC1608N.fp
453share/pcb/pcblib-newlib/geda/CAPC2012L.fp 462share/pcb/pcblib-newlib/geda/CAPC2012L.fp
454share/pcb/pcblib-newlib/geda/CAPC2012M.fp 463share/pcb/pcblib-newlib/geda/CAPC2012M.fp
455share/pcb/pcblib-newlib/geda/CAPC2012N.fp 464share/pcb/pcblib-newlib/geda/CAPC2012N.fp
456share/pcb/pcblib-newlib/geda/CAPC3216L.fp 465share/pcb/pcblib-newlib/geda/CAPC3216L.fp
457share/pcb/pcblib-newlib/geda/CAPC3216M.fp 466share/pcb/pcblib-newlib/geda/CAPC3216M.fp
458share/pcb/pcblib-newlib/geda/CAPC3216N.fp 467share/pcb/pcblib-newlib/geda/CAPC3216N.fp
459share/pcb/pcblib-newlib/geda/CAPC3225L.fp 468share/pcb/pcblib-newlib/geda/CAPC3225L.fp
460share/pcb/pcblib-newlib/geda/CAPC3225M.fp 469share/pcb/pcblib-newlib/geda/CAPC3225M.fp
461share/pcb/pcblib-newlib/geda/CAPC3225N.fp 470share/pcb/pcblib-newlib/geda/CAPC3225N.fp
462share/pcb/pcblib-newlib/geda/CAPC4532L.fp 471share/pcb/pcblib-newlib/geda/CAPC4532L.fp
463share/pcb/pcblib-newlib/geda/CAPC4532M.fp 472share/pcb/pcblib-newlib/geda/CAPC4532M.fp
464share/pcb/pcblib-newlib/geda/CAPC4532N.fp 473share/pcb/pcblib-newlib/geda/CAPC4532N.fp
465share/pcb/pcblib-newlib/geda/CAPC4564L.fp 474share/pcb/pcblib-newlib/geda/CAPC4564L.fp
466share/pcb/pcblib-newlib/geda/CAPC4564M.fp 475share/pcb/pcblib-newlib/geda/CAPC4564M.fp
467share/pcb/pcblib-newlib/geda/CAPC4564N.fp 476share/pcb/pcblib-newlib/geda/CAPC4564N.fp
 477share/pcb/pcblib-newlib/geda/CAPPRD1000W170D2200H2500A.fp
 478share/pcb/pcblib-newlib/geda/CAPPRD1000W170D2200H2500B.fp
 479share/pcb/pcblib-newlib/geda/CAPPRD1000W170D2200H2500C.fp
 480share/pcb/pcblib-newlib/geda/CAPPRD1000W170D2200H3000A.fp
 481share/pcb/pcblib-newlib/geda/CAPPRD1000W170D2200H3000B.fp
 482share/pcb/pcblib-newlib/geda/CAPPRD1000W170D2200H3000C.fp
 483share/pcb/pcblib-newlib/geda/CAPPRD1000W170D2200H3500A.fp
 484share/pcb/pcblib-newlib/geda/CAPPRD1000W170D2200H3500B.fp
 485share/pcb/pcblib-newlib/geda/CAPPRD1000W170D2200H3500C.fp
 486share/pcb/pcblib-newlib/geda/CAPPRD1000W170D2200H4000A.fp
 487share/pcb/pcblib-newlib/geda/CAPPRD1000W170D2200H4000B.fp
 488share/pcb/pcblib-newlib/geda/CAPPRD1000W170D2200H4000C.fp
 489share/pcb/pcblib-newlib/geda/CAPPRD1000W170D2200H4500A.fp
 490share/pcb/pcblib-newlib/geda/CAPPRD1000W170D2200H4500B.fp
 491share/pcb/pcblib-newlib/geda/CAPPRD1000W170D2200H4500C.fp
 492share/pcb/pcblib-newlib/geda/CAPPRD1000W170D2200H5000A.fp
 493share/pcb/pcblib-newlib/geda/CAPPRD1000W170D2200H5000B.fp
 494share/pcb/pcblib-newlib/geda/CAPPRD1000W170D2200H5000C.fp
 495share/pcb/pcblib-newlib/geda/CAPPRD1000W170D2500H2500A.fp
 496share/pcb/pcblib-newlib/geda/CAPPRD1000W170D2500H2500B.fp
 497share/pcb/pcblib-newlib/geda/CAPPRD1000W170D2500H2500C.fp
 498share/pcb/pcblib-newlib/geda/CAPPRD1000W170D2500H3000A.fp
 499share/pcb/pcblib-newlib/geda/CAPPRD1000W170D2500H3000B.fp
 500share/pcb/pcblib-newlib/geda/CAPPRD1000W170D2500H3000C.fp
 501share/pcb/pcblib-newlib/geda/CAPPRD1000W170D2500H3500A.fp
 502share/pcb/pcblib-newlib/geda/CAPPRD1000W170D2500H3500B.fp
 503share/pcb/pcblib-newlib/geda/CAPPRD1000W170D2500H3500C.fp
 504share/pcb/pcblib-newlib/geda/CAPPRD1000W170D2500H4000A.fp
 505share/pcb/pcblib-newlib/geda/CAPPRD1000W170D2500H4000B.fp
 506share/pcb/pcblib-newlib/geda/CAPPRD1000W170D2500H4000C.fp
 507share/pcb/pcblib-newlib/geda/CAPPRD1000W170D2500H4500A.fp
 508share/pcb/pcblib-newlib/geda/CAPPRD1000W170D2500H4500B.fp
 509share/pcb/pcblib-newlib/geda/CAPPRD1000W170D2500H4500C.fp
 510share/pcb/pcblib-newlib/geda/CAPPRD1000W170D2500H5000A.fp
 511share/pcb/pcblib-newlib/geda/CAPPRD1000W170D2500H5000B.fp
 512share/pcb/pcblib-newlib/geda/CAPPRD1000W170D2500H5000C.fp
 513share/pcb/pcblib-newlib/geda/CAPPRD1000W170D3000H2500A.fp
 514share/pcb/pcblib-newlib/geda/CAPPRD1000W170D3000H2500B.fp
 515share/pcb/pcblib-newlib/geda/CAPPRD1000W170D3000H2500C.fp
 516share/pcb/pcblib-newlib/geda/CAPPRD1000W170D3000H3000A.fp
 517share/pcb/pcblib-newlib/geda/CAPPRD1000W170D3000H3000B.fp
 518share/pcb/pcblib-newlib/geda/CAPPRD1000W170D3000H3000C.fp
 519share/pcb/pcblib-newlib/geda/CAPPRD1000W170D3000H3500A.fp
 520share/pcb/pcblib-newlib/geda/CAPPRD1000W170D3000H3500B.fp
 521share/pcb/pcblib-newlib/geda/CAPPRD1000W170D3000H3500C.fp
 522share/pcb/pcblib-newlib/geda/CAPPRD1000W170D3000H4000A.fp
 523share/pcb/pcblib-newlib/geda/CAPPRD1000W170D3000H4000B.fp
 524share/pcb/pcblib-newlib/geda/CAPPRD1000W170D3000H4000C.fp
 525share/pcb/pcblib-newlib/geda/CAPPRD1000W170D3000H4500A.fp
 526share/pcb/pcblib-newlib/geda/CAPPRD1000W170D3000H4500B.fp
 527share/pcb/pcblib-newlib/geda/CAPPRD1000W170D3000H4500C.fp
 528share/pcb/pcblib-newlib/geda/CAPPRD1000W170D3000H5000A.fp
 529share/pcb/pcblib-newlib/geda/CAPPRD1000W170D3000H5000B.fp
 530share/pcb/pcblib-newlib/geda/CAPPRD1000W170D3000H5000C.fp
 531share/pcb/pcblib-newlib/geda/CAPPRD1000W170D3500H2500A.fp
 532share/pcb/pcblib-newlib/geda/CAPPRD1000W170D3500H2500B.fp
 533share/pcb/pcblib-newlib/geda/CAPPRD1000W170D3500H2500C.fp
 534share/pcb/pcblib-newlib/geda/CAPPRD1000W170D3500H3000A.fp
 535share/pcb/pcblib-newlib/geda/CAPPRD1000W170D3500H3000B.fp
 536share/pcb/pcblib-newlib/geda/CAPPRD1000W170D3500H3000C.fp
 537share/pcb/pcblib-newlib/geda/CAPPRD1000W170D3500H3500A.fp
 538share/pcb/pcblib-newlib/geda/CAPPRD1000W170D3500H3500B.fp
 539share/pcb/pcblib-newlib/geda/CAPPRD1000W170D3500H3500C.fp
 540share/pcb/pcblib-newlib/geda/CAPPRD1000W170D3500H4000A.fp
 541share/pcb/pcblib-newlib/geda/CAPPRD1000W170D3500H4000B.fp
 542share/pcb/pcblib-newlib/geda/CAPPRD1000W170D3500H4000C.fp
 543share/pcb/pcblib-newlib/geda/CAPPRD1000W170D3500H4500A.fp
 544share/pcb/pcblib-newlib/geda/CAPPRD1000W170D3500H4500B.fp
 545share/pcb/pcblib-newlib/geda/CAPPRD1000W170D3500H4500C.fp
 546share/pcb/pcblib-newlib/geda/CAPPRD1000W170D3500H5000A.fp
 547share/pcb/pcblib-newlib/geda/CAPPRD1000W170D3500H5000B.fp
 548share/pcb/pcblib-newlib/geda/CAPPRD1000W170D3500H5000C.fp
 549share/pcb/pcblib-newlib/geda/CAPPRD750W80D1600H3150A.fp
 550share/pcb/pcblib-newlib/geda/CAPPRD750W80D1600H3150B.fp
 551share/pcb/pcblib-newlib/geda/CAPPRD750W80D1600H3150C.fp
 552share/pcb/pcblib-newlib/geda/CAPPRD750W80D1800H3150A.fp
 553share/pcb/pcblib-newlib/geda/CAPPRD750W80D1800H3150B.fp
 554share/pcb/pcblib-newlib/geda/CAPPRD750W80D1800H3150C.fp
468share/pcb/pcblib-newlib/geda/DB15F.fp 555share/pcb/pcblib-newlib/geda/DB15F.fp
469share/pcb/pcblib-newlib/geda/DB15M.fp 556share/pcb/pcblib-newlib/geda/DB15M.fp
470share/pcb/pcblib-newlib/geda/DB25F.fp 557share/pcb/pcblib-newlib/geda/DB25F.fp
471share/pcb/pcblib-newlib/geda/DB25M.fp 558share/pcb/pcblib-newlib/geda/DB25M.fp
472share/pcb/pcblib-newlib/geda/DB37F.fp 559share/pcb/pcblib-newlib/geda/DB37F.fp
473share/pcb/pcblib-newlib/geda/DB37M.fp 560share/pcb/pcblib-newlib/geda/DB37M.fp
474share/pcb/pcblib-newlib/geda/DB9F.fp 561share/pcb/pcblib-newlib/geda/DB9F.fp
475share/pcb/pcblib-newlib/geda/DB9M.fp 562share/pcb/pcblib-newlib/geda/DB9M.fp
476share/pcb/pcblib-newlib/geda/DIN41612C64F.fp 563share/pcb/pcblib-newlib/geda/DIN41612C64F.fp
477share/pcb/pcblib-newlib/geda/DIN41612C64FS.fp 564share/pcb/pcblib-newlib/geda/DIN41612C64FS.fp
478share/pcb/pcblib-newlib/geda/DIN41612C64M.fp 565share/pcb/pcblib-newlib/geda/DIN41612C64M.fp
479share/pcb/pcblib-newlib/geda/DIN41612C64MS.fp 566share/pcb/pcblib-newlib/geda/DIN41612C64MS.fp
480share/pcb/pcblib-newlib/geda/DIN41612C96F.fp 567share/pcb/pcblib-newlib/geda/DIN41612C96F.fp
481share/pcb/pcblib-newlib/geda/DIN41612C96FS.fp 568share/pcb/pcblib-newlib/geda/DIN41612C96FS.fp
482share/pcb/pcblib-newlib/geda/DIN41612C96M.fp 569share/pcb/pcblib-newlib/geda/DIN41612C96M.fp
483share/pcb/pcblib-newlib/geda/DIN41612C96MS.fp 570share/pcb/pcblib-newlib/geda/DIN41612C96MS.fp
484share/pcb/pcblib-newlib/geda/DIN41651_10.fp 571share/pcb/pcblib-newlib/geda/DIN41651_10.fp
485share/pcb/pcblib-newlib/geda/DIN41651_10S.fp 572share/pcb/pcblib-newlib/geda/DIN41651_10S.fp
486share/pcb/pcblib-newlib/geda/DIN41651_14.fp 573share/pcb/pcblib-newlib/geda/DIN41651_14.fp
487share/pcb/pcblib-newlib/geda/DIN41651_14S.fp 574share/pcb/pcblib-newlib/geda/DIN41651_14S.fp
488share/pcb/pcblib-newlib/geda/DIN41651_16.fp 575share/pcb/pcblib-newlib/geda/DIN41651_16.fp
489share/pcb/pcblib-newlib/geda/DIN41651_16S.fp 576share/pcb/pcblib-newlib/geda/DIN41651_16S.fp
490share/pcb/pcblib-newlib/geda/DIN41651_20.fp 577share/pcb/pcblib-newlib/geda/DIN41651_20.fp
491share/pcb/pcblib-newlib/geda/DIN41651_20S.fp 578share/pcb/pcblib-newlib/geda/DIN41651_20S.fp
492share/pcb/pcblib-newlib/geda/DIN41651_26.fp 579share/pcb/pcblib-newlib/geda/DIN41651_26.fp
493share/pcb/pcblib-newlib/geda/DIN41651_26S.fp 580share/pcb/pcblib-newlib/geda/DIN41651_26S.fp
494share/pcb/pcblib-newlib/geda/DIN41651_34.fp 581share/pcb/pcblib-newlib/geda/DIN41651_34.fp
495share/pcb/pcblib-newlib/geda/DIN41651_34S.fp 582share/pcb/pcblib-newlib/geda/DIN41651_34S.fp
496share/pcb/pcblib-newlib/geda/DIN41651_40.fp 583share/pcb/pcblib-newlib/geda/DIN41651_40.fp
497share/pcb/pcblib-newlib/geda/DIN41651_40S.fp 584share/pcb/pcblib-newlib/geda/DIN41651_40S.fp
498share/pcb/pcblib-newlib/geda/DIN41651_50.fp 585share/pcb/pcblib-newlib/geda/DIN41651_50.fp
499share/pcb/pcblib-newlib/geda/DIN41651_50S.fp 586share/pcb/pcblib-newlib/geda/DIN41651_50S.fp
500share/pcb/pcblib-newlib/geda/DIN41651_60.fp 587share/pcb/pcblib-newlib/geda/DIN41651_60.fp
501share/pcb/pcblib-newlib/geda/DIN41651_60S.fp 588share/pcb/pcblib-newlib/geda/DIN41651_60S.fp
502share/pcb/pcblib-newlib/geda/DIN41651_64.fp 589share/pcb/pcblib-newlib/geda/DIN41651_64.fp
503share/pcb/pcblib-newlib/geda/DIN41651_64S.fp 590share/pcb/pcblib-newlib/geda/DIN41651_64S.fp
 591share/pcb/pcblib-newlib/geda/DIOAD1170W87L521D272C.fp
 592share/pcb/pcblib-newlib/geda/DIOAD1221W87L521D272B.fp
 593share/pcb/pcblib-newlib/geda/DIOAD1290W87L521D272A.fp
504share/pcb/pcblib-newlib/geda/DIP14.fp 594share/pcb/pcblib-newlib/geda/DIP14.fp
505share/pcb/pcblib-newlib/geda/DIP14M.fp 595share/pcb/pcblib-newlib/geda/DIP14M.fp
506share/pcb/pcblib-newlib/geda/DIP16.fp 596share/pcb/pcblib-newlib/geda/DIP16.fp
507share/pcb/pcblib-newlib/geda/DIP16M.fp 597share/pcb/pcblib-newlib/geda/DIP16M.fp
508share/pcb/pcblib-newlib/geda/DIP18.fp 598share/pcb/pcblib-newlib/geda/DIP18.fp
509share/pcb/pcblib-newlib/geda/DIP18M.fp 599share/pcb/pcblib-newlib/geda/DIP18M.fp
510share/pcb/pcblib-newlib/geda/DIP20.fp 600share/pcb/pcblib-newlib/geda/DIP20.fp
511share/pcb/pcblib-newlib/geda/DIP20M.fp 601share/pcb/pcblib-newlib/geda/DIP20M.fp
512share/pcb/pcblib-newlib/geda/DIP22.fp 602share/pcb/pcblib-newlib/geda/DIP22.fp
513share/pcb/pcblib-newlib/geda/DIP22M.fp 603share/pcb/pcblib-newlib/geda/DIP22M.fp
514share/pcb/pcblib-newlib/geda/DIP24.fp 604share/pcb/pcblib-newlib/geda/DIP24.fp
515share/pcb/pcblib-newlib/geda/DIP24M.fp 605share/pcb/pcblib-newlib/geda/DIP24M.fp
516share/pcb/pcblib-newlib/geda/DIP24N.fp 606share/pcb/pcblib-newlib/geda/DIP24N.fp
517share/pcb/pcblib-newlib/geda/DIP28.fp 607share/pcb/pcblib-newlib/geda/DIP28.fp
518share/pcb/pcblib-newlib/geda/DIP28M.fp 608share/pcb/pcblib-newlib/geda/DIP28M.fp
519share/pcb/pcblib-newlib/geda/DIP28N.fp 609share/pcb/pcblib-newlib/geda/DIP28N.fp
520share/pcb/pcblib-newlib/geda/DIP32.fp 610share/pcb/pcblib-newlib/geda/DIP32.fp
521share/pcb/pcblib-newlib/geda/DIP36.fp 611share/pcb/pcblib-newlib/geda/DIP36.fp
522share/pcb/pcblib-newlib/geda/DIP4.fp 612share/pcb/pcblib-newlib/geda/DIP4.fp
523share/pcb/pcblib-newlib/geda/DIP40.fp 613share/pcb/pcblib-newlib/geda/DIP40.fp
524share/pcb/pcblib-newlib/geda/DIP42.fp 614share/pcb/pcblib-newlib/geda/DIP42.fp
525share/pcb/pcblib-newlib/geda/DIP44.fp 615share/pcb/pcblib-newlib/geda/DIP44.fp
526share/pcb/pcblib-newlib/geda/DIP48.fp 616share/pcb/pcblib-newlib/geda/DIP48.fp
527share/pcb/pcblib-newlib/geda/DIP6.fp 617share/pcb/pcblib-newlib/geda/DIP6.fp
528share/pcb/pcblib-newlib/geda/DIP64.fp 618share/pcb/pcblib-newlib/geda/DIP64.fp
529share/pcb/pcblib-newlib/geda/DIP8.fp 619share/pcb/pcblib-newlib/geda/DIP8.fp
530share/pcb/pcblib-newlib/geda/DIP8M.fp 620share/pcb/pcblib-newlib/geda/DIP8M.fp
531share/pcb/pcblib-newlib/geda/DO214.fp 621share/pcb/pcblib-newlib/geda/DO214.fp
532share/pcb/pcblib-newlib/geda/DO214AB.fp 622share/pcb/pcblib-newlib/geda/DO214AB.fp
 623share/pcb/pcblib-newlib/geda/DO41_H_L.fp
 624share/pcb/pcblib-newlib/geda/DO41_H_M.fp
 625share/pcb/pcblib-newlib/geda/DO41_H_N.fp
533share/pcb/pcblib-newlib/geda/EIA3216.fp 626share/pcb/pcblib-newlib/geda/EIA3216.fp
534share/pcb/pcblib-newlib/geda/EIA3528.fp 627share/pcb/pcblib-newlib/geda/EIA3528.fp
535share/pcb/pcblib-newlib/geda/EIA6032.fp 628share/pcb/pcblib-newlib/geda/EIA6032.fp
536share/pcb/pcblib-newlib/geda/EIA7343.fp 629share/pcb/pcblib-newlib/geda/EIA7343.fp
537share/pcb/pcblib-newlib/geda/EMI0603.fp 630share/pcb/pcblib-newlib/geda/EMI0603.fp
538share/pcb/pcblib-newlib/geda/EMI0805.fp 631share/pcb/pcblib-newlib/geda/EMI0805.fp
539share/pcb/pcblib-newlib/geda/EMI1206.fp 632share/pcb/pcblib-newlib/geda/EMI1206.fp
540share/pcb/pcblib-newlib/geda/EMI1806.fp 633share/pcb/pcblib-newlib/geda/EMI1806.fp
541share/pcb/pcblib-newlib/geda/HC49.fp 634share/pcb/pcblib-newlib/geda/HC49.fp
542share/pcb/pcblib-newlib/geda/HC49U.fp 635share/pcb/pcblib-newlib/geda/HC49U.fp
543share/pcb/pcblib-newlib/geda/HC49UH.fp 636share/pcb/pcblib-newlib/geda/HC49UH.fp
544share/pcb/pcblib-newlib/geda/HC49U_3.fp 637share/pcb/pcblib-newlib/geda/HC49U_3.fp
545share/pcb/pcblib-newlib/geda/HC49U_3H.fp 638share/pcb/pcblib-newlib/geda/HC49U_3H.fp
546share/pcb/pcblib-newlib/geda/HC51U.fp 639share/pcb/pcblib-newlib/geda/HC51U.fp
547share/pcb/pcblib-newlib/geda/HC51UH.fp 640share/pcb/pcblib-newlib/geda/HC51UH.fp
548share/pcb/pcblib-newlib/geda/HEADER10_1.fp 641share/pcb/pcblib-newlib/geda/HEADER10_1.fp
549share/pcb/pcblib-newlib/geda/HEADER10_2.fp 642share/pcb/pcblib-newlib/geda/HEADER10_2.fp
550share/pcb/pcblib-newlib/geda/HEADER12_1.fp 643share/pcb/pcblib-newlib/geda/HEADER12_1.fp
551share/pcb/pcblib-newlib/geda/HEADER12_2.fp 644share/pcb/pcblib-newlib/geda/HEADER12_2.fp
552share/pcb/pcblib-newlib/geda/HEADER14_1.fp 645share/pcb/pcblib-newlib/geda/HEADER14_1.fp
553share/pcb/pcblib-newlib/geda/HEADER14_2.fp 646share/pcb/pcblib-newlib/geda/HEADER14_2.fp
554share/pcb/pcblib-newlib/geda/HEADER16_1.fp 647share/pcb/pcblib-newlib/geda/HEADER16_1.fp
555share/pcb/pcblib-newlib/geda/HEADER16_2.fp 648share/pcb/pcblib-newlib/geda/HEADER16_2.fp
556share/pcb/pcblib-newlib/geda/HEADER18_1.fp 649share/pcb/pcblib-newlib/geda/HEADER18_1.fp
557share/pcb/pcblib-newlib/geda/HEADER18_2.fp 650share/pcb/pcblib-newlib/geda/HEADER18_2.fp
558share/pcb/pcblib-newlib/geda/HEADER20_1.fp 651share/pcb/pcblib-newlib/geda/HEADER20_1.fp
559share/pcb/pcblib-newlib/geda/HEADER20_2.fp 652share/pcb/pcblib-newlib/geda/HEADER20_2.fp
560share/pcb/pcblib-newlib/geda/HEADER22_1.fp 653share/pcb/pcblib-newlib/geda/HEADER22_1.fp
561share/pcb/pcblib-newlib/geda/HEADER22_2.fp 654share/pcb/pcblib-newlib/geda/HEADER22_2.fp
562share/pcb/pcblib-newlib/geda/HEADER24_1.fp 655share/pcb/pcblib-newlib/geda/HEADER24_1.fp
563share/pcb/pcblib-newlib/geda/HEADER24_2.fp 656share/pcb/pcblib-newlib/geda/HEADER24_2.fp
564share/pcb/pcblib-newlib/geda/HEADER26_1.fp 657share/pcb/pcblib-newlib/geda/HEADER26_1.fp
565share/pcb/pcblib-newlib/geda/HEADER26_2.fp 658share/pcb/pcblib-newlib/geda/HEADER26_2.fp
566share/pcb/pcblib-newlib/geda/HEADER28_1.fp 659share/pcb/pcblib-newlib/geda/HEADER28_1.fp
567share/pcb/pcblib-newlib/geda/HEADER28_2.fp 660share/pcb/pcblib-newlib/geda/HEADER28_2.fp
568share/pcb/pcblib-newlib/geda/HEADER2_1.fp 661share/pcb/pcblib-newlib/geda/HEADER2_1.fp
569share/pcb/pcblib-newlib/geda/HEADER2_2.fp 662share/pcb/pcblib-newlib/geda/HEADER2_2.fp
570share/pcb/pcblib-newlib/geda/HEADER30_1.fp 663share/pcb/pcblib-newlib/geda/HEADER30_1.fp
571share/pcb/pcblib-newlib/geda/HEADER30_2.fp 664share/pcb/pcblib-newlib/geda/HEADER30_2.fp
572share/pcb/pcblib-newlib/geda/HEADER32_1.fp 665share/pcb/pcblib-newlib/geda/HEADER32_1.fp
573share/pcb/pcblib-newlib/geda/HEADER32_2.fp 666share/pcb/pcblib-newlib/geda/HEADER32_2.fp
574share/pcb/pcblib-newlib/geda/HEADER34_1.fp 667share/pcb/pcblib-newlib/geda/HEADER34_1.fp
575share/pcb/pcblib-newlib/geda/HEADER34_2.fp 668share/pcb/pcblib-newlib/geda/HEADER34_2.fp
576share/pcb/pcblib-newlib/geda/HEADER36_1.fp 669share/pcb/pcblib-newlib/geda/HEADER36_1.fp
577share/pcb/pcblib-newlib/geda/HEADER36_2.fp 670share/pcb/pcblib-newlib/geda/HEADER36_2.fp
578share/pcb/pcblib-newlib/geda/HEADER38_1.fp 671share/pcb/pcblib-newlib/geda/HEADER38_1.fp
579share/pcb/pcblib-newlib/geda/HEADER38_2.fp 672share/pcb/pcblib-newlib/geda/HEADER38_2.fp
580share/pcb/pcblib-newlib/geda/HEADER40_1.fp 673share/pcb/pcblib-newlib/geda/HEADER40_1.fp
581share/pcb/pcblib-newlib/geda/HEADER40_2.fp 674share/pcb/pcblib-newlib/geda/HEADER40_2.fp
582share/pcb/pcblib-newlib/geda/HEADER42_1.fp 675share/pcb/pcblib-newlib/geda/HEADER42_1.fp
583share/pcb/pcblib-newlib/geda/HEADER42_2.fp 676share/pcb/pcblib-newlib/geda/HEADER42_2.fp
584share/pcb/pcblib-newlib/geda/HEADER44_1.fp 677share/pcb/pcblib-newlib/geda/HEADER44_1.fp
585share/pcb/pcblib-newlib/geda/HEADER44_2.fp 678share/pcb/pcblib-newlib/geda/HEADER44_2.fp
586share/pcb/pcblib-newlib/geda/HEADER46_1.fp 679share/pcb/pcblib-newlib/geda/HEADER46_1.fp
587share/pcb/pcblib-newlib/geda/HEADER46_2.fp 680share/pcb/pcblib-newlib/geda/HEADER46_2.fp
588share/pcb/pcblib-newlib/geda/HEADER48_1.fp 681share/pcb/pcblib-newlib/geda/HEADER48_1.fp
589share/pcb/pcblib-newlib/geda/HEADER48_2.fp 682share/pcb/pcblib-newlib/geda/HEADER48_2.fp
590share/pcb/pcblib-newlib/geda/HEADER4_1.fp 683share/pcb/pcblib-newlib/geda/HEADER4_1.fp
591share/pcb/pcblib-newlib/geda/HEADER4_2.fp 684share/pcb/pcblib-newlib/geda/HEADER4_2.fp
592share/pcb/pcblib-newlib/geda/HEADER50_1.fp 685share/pcb/pcblib-newlib/geda/HEADER50_1.fp
593share/pcb/pcblib-newlib/geda/HEADER50_2.fp 686share/pcb/pcblib-newlib/geda/HEADER50_2.fp
594share/pcb/pcblib-newlib/geda/HEADER52_1.fp 687share/pcb/pcblib-newlib/geda/HEADER52_1.fp
595share/pcb/pcblib-newlib/geda/HEADER52_2.fp 688share/pcb/pcblib-newlib/geda/HEADER52_2.fp
596share/pcb/pcblib-newlib/geda/HEADER54_1.fp 689share/pcb/pcblib-newlib/geda/HEADER54_1.fp
597share/pcb/pcblib-newlib/geda/HEADER54_2.fp 690share/pcb/pcblib-newlib/geda/HEADER54_2.fp
598share/pcb/pcblib-newlib/geda/HEADER56_1.fp 691share/pcb/pcblib-newlib/geda/HEADER56_1.fp
599share/pcb/pcblib-newlib/geda/HEADER56_2.fp 692share/pcb/pcblib-newlib/geda/HEADER56_2.fp
600share/pcb/pcblib-newlib/geda/HEADER58_1.fp 693share/pcb/pcblib-newlib/geda/HEADER58_1.fp
601share/pcb/pcblib-newlib/geda/HEADER58_2.fp 694share/pcb/pcblib-newlib/geda/HEADER58_2.fp
602share/pcb/pcblib-newlib/geda/HEADER60_1.fp 695share/pcb/pcblib-newlib/geda/HEADER60_1.fp
603share/pcb/pcblib-newlib/geda/HEADER60_2.fp 696share/pcb/pcblib-newlib/geda/HEADER60_2.fp
604share/pcb/pcblib-newlib/geda/HEADER62_1.fp 697share/pcb/pcblib-newlib/geda/HEADER62_1.fp
605share/pcb/pcblib-newlib/geda/HEADER62_2.fp 698share/pcb/pcblib-newlib/geda/HEADER62_2.fp
606share/pcb/pcblib-newlib/geda/HEADER64_1.fp 699share/pcb/pcblib-newlib/geda/HEADER64_1.fp
607share/pcb/pcblib-newlib/geda/HEADER64_2.fp 700share/pcb/pcblib-newlib/geda/HEADER64_2.fp
608share/pcb/pcblib-newlib/geda/HEADER6_1.fp 701share/pcb/pcblib-newlib/geda/HEADER6_1.fp
609share/pcb/pcblib-newlib/geda/HEADER6_2.fp 702share/pcb/pcblib-newlib/geda/HEADER6_2.fp
610share/pcb/pcblib-newlib/geda/HEADER80_1.fp 703share/pcb/pcblib-newlib/geda/HEADER80_1.fp
611share/pcb/pcblib-newlib/geda/HEADER80_2.fp 704share/pcb/pcblib-newlib/geda/HEADER80_2.fp
612share/pcb/pcblib-newlib/geda/HEADER8_1.fp 705share/pcb/pcblib-newlib/geda/HEADER8_1.fp
613share/pcb/pcblib-newlib/geda/HEADER8_2.fp 706share/pcb/pcblib-newlib/geda/HEADER8_2.fp
614share/pcb/pcblib-newlib/geda/HEPTAWATT.fp 707share/pcb/pcblib-newlib/geda/HEPTAWATT.fp
 708share/pcb/pcblib-newlib/geda/INDAD1520W80L1200D650C.fp
 709share/pcb/pcblib-newlib/geda/INDAD1560W80L1200D650B.fp
 710share/pcb/pcblib-newlib/geda/INDAD1600W80L1200D650A.fp
615share/pcb/pcblib-newlib/geda/INDC0402L.fp 711share/pcb/pcblib-newlib/geda/INDC0402L.fp
616share/pcb/pcblib-newlib/geda/INDC0402M.fp 712share/pcb/pcblib-newlib/geda/INDC0402M.fp
617share/pcb/pcblib-newlib/geda/INDC0402N.fp 713share/pcb/pcblib-newlib/geda/INDC0402N.fp
618share/pcb/pcblib-newlib/geda/INDC1005L.fp 714share/pcb/pcblib-newlib/geda/INDC1005L.fp
619share/pcb/pcblib-newlib/geda/INDC1005M.fp 715share/pcb/pcblib-newlib/geda/INDC1005M.fp
620share/pcb/pcblib-newlib/geda/INDC1005N.fp 716share/pcb/pcblib-newlib/geda/INDC1005N.fp
621share/pcb/pcblib-newlib/geda/INDC1608L.fp 717share/pcb/pcblib-newlib/geda/INDC1608L.fp
622share/pcb/pcblib-newlib/geda/INDC1608M.fp 718share/pcb/pcblib-newlib/geda/INDC1608M.fp
623share/pcb/pcblib-newlib/geda/INDC1608N.fp 719share/pcb/pcblib-newlib/geda/INDC1608N.fp
624share/pcb/pcblib-newlib/geda/INDC2012L.fp 720share/pcb/pcblib-newlib/geda/INDC2012L.fp
625share/pcb/pcblib-newlib/geda/INDC2012M.fp 721share/pcb/pcblib-newlib/geda/INDC2012M.fp
626share/pcb/pcblib-newlib/geda/INDC2012N.fp 722share/pcb/pcblib-newlib/geda/INDC2012N.fp
627share/pcb/pcblib-newlib/geda/INDC2520L.fp 723share/pcb/pcblib-newlib/geda/INDC2520L.fp
628share/pcb/pcblib-newlib/geda/INDC2520M.fp 724share/pcb/pcblib-newlib/geda/INDC2520M.fp
629share/pcb/pcblib-newlib/geda/INDC2520N.fp 725share/pcb/pcblib-newlib/geda/INDC2520N.fp
630share/pcb/pcblib-newlib/geda/INDC3216L.fp 726share/pcb/pcblib-newlib/geda/INDC3216L.fp
631share/pcb/pcblib-newlib/geda/INDC3216M.fp 727share/pcb/pcblib-newlib/geda/INDC3216M.fp
632share/pcb/pcblib-newlib/geda/INDC3216N.fp 728share/pcb/pcblib-newlib/geda/INDC3216N.fp
633share/pcb/pcblib-newlib/geda/INDC3225L.fp 729share/pcb/pcblib-newlib/geda/INDC3225L.fp
634share/pcb/pcblib-newlib/geda/INDC3225M.fp 730share/pcb/pcblib-newlib/geda/INDC3225M.fp
635share/pcb/pcblib-newlib/geda/INDC3225N.fp 731share/pcb/pcblib-newlib/geda/INDC3225N.fp
636share/pcb/pcblib-newlib/geda/INDC4509L.fp 732share/pcb/pcblib-newlib/geda/INDC4509L.fp
637share/pcb/pcblib-newlib/geda/INDC4509M.fp 733share/pcb/pcblib-newlib/geda/INDC4509M.fp
638share/pcb/pcblib-newlib/geda/INDC4509N.fp 734share/pcb/pcblib-newlib/geda/INDC4509N.fp
639share/pcb/pcblib-newlib/geda/INDC4532L.fp 735share/pcb/pcblib-newlib/geda/INDC4532L.fp
640share/pcb/pcblib-newlib/geda/INDC4532M.fp 736share/pcb/pcblib-newlib/geda/INDC4532M.fp
641share/pcb/pcblib-newlib/geda/INDC4532N.fp 737share/pcb/pcblib-newlib/geda/INDC4532N.fp
642share/pcb/pcblib-newlib/geda/JUMPER1.fp 738share/pcb/pcblib-newlib/geda/JUMPER1.fp
643share/pcb/pcblib-newlib/geda/JUMPER10.fp 739share/pcb/pcblib-newlib/geda/JUMPER10.fp
644share/pcb/pcblib-newlib/geda/JUMPER11.fp 740share/pcb/pcblib-newlib/geda/JUMPER11.fp
645share/pcb/pcblib-newlib/geda/JUMPER12.fp 741share/pcb/pcblib-newlib/geda/JUMPER12.fp
646share/pcb/pcblib-newlib/geda/JUMPER13.fp 742share/pcb/pcblib-newlib/geda/JUMPER13.fp
647share/pcb/pcblib-newlib/geda/JUMPER14.fp 743share/pcb/pcblib-newlib/geda/JUMPER14.fp
648share/pcb/pcblib-newlib/geda/JUMPER15.fp 744share/pcb/pcblib-newlib/geda/JUMPER15.fp
649share/pcb/pcblib-newlib/geda/JUMPER16.fp 745share/pcb/pcblib-newlib/geda/JUMPER16.fp
650share/pcb/pcblib-newlib/geda/JUMPER17.fp 746share/pcb/pcblib-newlib/geda/JUMPER17.fp
651share/pcb/pcblib-newlib/geda/JUMPER18.fp 747share/pcb/pcblib-newlib/geda/JUMPER18.fp
652share/pcb/pcblib-newlib/geda/JUMPER19.fp 748share/pcb/pcblib-newlib/geda/JUMPER19.fp
653share/pcb/pcblib-newlib/geda/JUMPER2.fp 749share/pcb/pcblib-newlib/geda/JUMPER2.fp
654share/pcb/pcblib-newlib/geda/JUMPER20.fp 750share/pcb/pcblib-newlib/geda/JUMPER20.fp
655share/pcb/pcblib-newlib/geda/JUMPER21.fp 751share/pcb/pcblib-newlib/geda/JUMPER21.fp
656share/pcb/pcblib-newlib/geda/JUMPER22.fp 752share/pcb/pcblib-newlib/geda/JUMPER22.fp
657share/pcb/pcblib-newlib/geda/JUMPER23.fp 753share/pcb/pcblib-newlib/geda/JUMPER23.fp
658share/pcb/pcblib-newlib/geda/JUMPER24.fp 754share/pcb/pcblib-newlib/geda/JUMPER24.fp
659share/pcb/pcblib-newlib/geda/JUMPER25.fp 755share/pcb/pcblib-newlib/geda/JUMPER25.fp
660share/pcb/pcblib-newlib/geda/JUMPER26.fp 756share/pcb/pcblib-newlib/geda/JUMPER26.fp
661share/pcb/pcblib-newlib/geda/JUMPER3.fp 757share/pcb/pcblib-newlib/geda/JUMPER3.fp
662share/pcb/pcblib-newlib/geda/JUMPER4.fp 758share/pcb/pcblib-newlib/geda/JUMPER4.fp
663share/pcb/pcblib-newlib/geda/JUMPER5.fp 759share/pcb/pcblib-newlib/geda/JUMPER5.fp
664share/pcb/pcblib-newlib/geda/JUMPER6.fp 760share/pcb/pcblib-newlib/geda/JUMPER6.fp
665share/pcb/pcblib-newlib/geda/JUMPER7.fp 761share/pcb/pcblib-newlib/geda/JUMPER7.fp
666share/pcb/pcblib-newlib/geda/JUMPER8.fp 762share/pcb/pcblib-newlib/geda/JUMPER8.fp
667share/pcb/pcblib-newlib/geda/JUMPER9.fp 763share/pcb/pcblib-newlib/geda/JUMPER9.fp
668share/pcb/pcblib-newlib/geda/LED3.fp 764share/pcb/pcblib-newlib/geda/LED3.fp
669share/pcb/pcblib-newlib/geda/LED5.fp 765share/pcb/pcblib-newlib/geda/LED5.fp
670share/pcb/pcblib-newlib/geda/LQFP100_10.fp 766share/pcb/pcblib-newlib/geda/LQFP100_10.fp
671share/pcb/pcblib-newlib/geda/LQFP100_14.fp 767share/pcb/pcblib-newlib/geda/LQFP100_14.fp
672share/pcb/pcblib-newlib/geda/LQFP112_20.fp 768share/pcb/pcblib-newlib/geda/LQFP112_20.fp
673share/pcb/pcblib-newlib/geda/LQFP120_16.fp 769share/pcb/pcblib-newlib/geda/LQFP120_16.fp
674share/pcb/pcblib-newlib/geda/LQFP128_14.fp 770share/pcb/pcblib-newlib/geda/LQFP128_14.fp
675share/pcb/pcblib-newlib/geda/LQFP128_14_EP.fp 771share/pcb/pcblib-newlib/geda/LQFP128_14_EP.fp
676share/pcb/pcblib-newlib/geda/LQFP128_R.fp 772share/pcb/pcblib-newlib/geda/LQFP128_R.fp
677share/pcb/pcblib-newlib/geda/LQFP144_20.fp 773share/pcb/pcblib-newlib/geda/LQFP144_20.fp
678share/pcb/pcblib-newlib/geda/LQFP160_24.fp 774share/pcb/pcblib-newlib/geda/LQFP160_24.fp
679share/pcb/pcblib-newlib/geda/LQFP176_24.fp 775share/pcb/pcblib-newlib/geda/LQFP176_24.fp
680share/pcb/pcblib-newlib/geda/LQFP24_4.fp 776share/pcb/pcblib-newlib/geda/LQFP24_4.fp
681share/pcb/pcblib-newlib/geda/LQFP32_5.fp 777share/pcb/pcblib-newlib/geda/LQFP32_5.fp
682share/pcb/pcblib-newlib/geda/LQFP32_7.fp 778share/pcb/pcblib-newlib/geda/LQFP32_7.fp
683share/pcb/pcblib-newlib/geda/LQFP44_10.fp 779share/pcb/pcblib-newlib/geda/LQFP44_10.fp
684share/pcb/pcblib-newlib/geda/LQFP48_12.fp 780share/pcb/pcblib-newlib/geda/LQFP48_12.fp
685share/pcb/pcblib-newlib/geda/LQFP48_7.fp 781share/pcb/pcblib-newlib/geda/LQFP48_7.fp
686share/pcb/pcblib-newlib/geda/LQFP52_10.fp 782share/pcb/pcblib-newlib/geda/LQFP52_10.fp
687share/pcb/pcblib-newlib/geda/LQFP64_10.fp 783share/pcb/pcblib-newlib/geda/LQFP64_10.fp
688share/pcb/pcblib-newlib/geda/LQFP64_14.fp 784share/pcb/pcblib-newlib/geda/LQFP64_14.fp
689share/pcb/pcblib-newlib/geda/LQFP64_7.fp 785share/pcb/pcblib-newlib/geda/LQFP64_7.fp
690share/pcb/pcblib-newlib/geda/LQFP72_10.fp 786share/pcb/pcblib-newlib/geda/LQFP72_10.fp
691share/pcb/pcblib-newlib/geda/LQFP80_10.fp 787share/pcb/pcblib-newlib/geda/LQFP80_10.fp
692share/pcb/pcblib-newlib/geda/LQFP80_12.fp 788share/pcb/pcblib-newlib/geda/LQFP80_12.fp
693share/pcb/pcblib-newlib/geda/LQFP80_14.fp 789share/pcb/pcblib-newlib/geda/LQFP80_14.fp
694share/pcb/pcblib-newlib/geda/MPAK.fp 790share/pcb/pcblib-newlib/geda/MPAK.fp
695share/pcb/pcblib-newlib/geda/MSOP10.fp 791share/pcb/pcblib-newlib/geda/MSOP10.fp
696share/pcb/pcblib-newlib/geda/MSOP8.fp 792share/pcb/pcblib-newlib/geda/MSOP8.fp
697share/pcb/pcblib-newlib/geda/MTA100_10.fp 793share/pcb/pcblib-newlib/geda/MTA100_10.fp
698share/pcb/pcblib-newlib/geda/MTA100_11.fp 794share/pcb/pcblib-newlib/geda/MTA100_11.fp
699share/pcb/pcblib-newlib/geda/MTA100_12.fp 795share/pcb/pcblib-newlib/geda/MTA100_12.fp
700share/pcb/pcblib-newlib/geda/MTA100_13.fp 796share/pcb/pcblib-newlib/geda/MTA100_13.fp
701share/pcb/pcblib-newlib/geda/MTA100_14.fp 797share/pcb/pcblib-newlib/geda/MTA100_14.fp
702share/pcb/pcblib-newlib/geda/MTA100_15.fp 798share/pcb/pcblib-newlib/geda/MTA100_15.fp
703share/pcb/pcblib-newlib/geda/MTA100_2.fp 799share/pcb/pcblib-newlib/geda/MTA100_2.fp
704share/pcb/pcblib-newlib/geda/MTA100_3.fp 800share/pcb/pcblib-newlib/geda/MTA100_3.fp
705share/pcb/pcblib-newlib/geda/MTA100_4.fp 801share/pcb/pcblib-newlib/geda/MTA100_4.fp
706share/pcb/pcblib-newlib/geda/MTA100_5.fp 802share/pcb/pcblib-newlib/geda/MTA100_5.fp
707share/pcb/pcblib-newlib/geda/MTA100_6.fp 803share/pcb/pcblib-newlib/geda/MTA100_6.fp
708share/pcb/pcblib-newlib/geda/MTA100_7.fp 804share/pcb/pcblib-newlib/geda/MTA100_7.fp
709share/pcb/pcblib-newlib/geda/MTA100_8.fp 805share/pcb/pcblib-newlib/geda/MTA100_8.fp
710share/pcb/pcblib-newlib/geda/MTA100_9.fp 806share/pcb/pcblib-newlib/geda/MTA100_9.fp
 807share/pcb/pcblib-newlib/geda/MTGP1010H370V8L.fp
 808share/pcb/pcblib-newlib/geda/MTGP1010H370V8M.fp
 809share/pcb/pcblib-newlib/geda/MTGP1010H370V8N.fp
 810share/pcb/pcblib-newlib/geda/MTGP1170H360V8L.fp
 811share/pcb/pcblib-newlib/geda/MTGP1170H360V8M.fp
 812share/pcb/pcblib-newlib/geda/MTGP1170H360V8N.fp
 813share/pcb/pcblib-newlib/geda/MTGP1200H390V8L.fp
 814share/pcb/pcblib-newlib/geda/MTGP1200H390V8M.fp
 815share/pcb/pcblib-newlib/geda/MTGP1200H390V8N.fp
 816share/pcb/pcblib-newlib/geda/MTGP570H330V6L.fp
 817share/pcb/pcblib-newlib/geda/MTGP570H330V6M.fp
 818share/pcb/pcblib-newlib/geda/MTGP570H330V6N.fp
 819share/pcb/pcblib-newlib/geda/MTGP610H370V6L.fp
 820share/pcb/pcblib-newlib/geda/MTGP610H370V6M.fp
 821share/pcb/pcblib-newlib/geda/MTGP610H370V6N.fp
 822share/pcb/pcblib-newlib/geda/MTGP700H360V6L.fp
 823share/pcb/pcblib-newlib/geda/MTGP700H360V6M.fp
 824share/pcb/pcblib-newlib/geda/MTGP700H360V6N.fp
 825share/pcb/pcblib-newlib/geda/MTGP730H390V6L.fp
 826share/pcb/pcblib-newlib/geda/MTGP730H390V6M.fp
 827share/pcb/pcblib-newlib/geda/MTGP730H390V6N.fp
 828share/pcb/pcblib-newlib/geda/MTGP970H330V8L.fp
 829share/pcb/pcblib-newlib/geda/MTGP970H330V8M.fp
 830share/pcb/pcblib-newlib/geda/MTGP970H330V8N.fp
711share/pcb/pcblib-newlib/geda/MULTIWATT11.fp 831share/pcb/pcblib-newlib/geda/MULTIWATT11.fp
712share/pcb/pcblib-newlib/geda/MULTIWATT15.fp 832share/pcb/pcblib-newlib/geda/MULTIWATT15.fp
713share/pcb/pcblib-newlib/geda/MULTIWATT8.fp 833share/pcb/pcblib-newlib/geda/MULTIWATT8.fp
714share/pcb/pcblib-newlib/geda/OSC14.fp 834share/pcb/pcblib-newlib/geda/OSC14.fp
715share/pcb/pcblib-newlib/geda/PENTAWATT.fp 835share/pcb/pcblib-newlib/geda/PENTAWATT.fp
716share/pcb/pcblib-newlib/geda/PLCC20.fp 836share/pcb/pcblib-newlib/geda/PLCC20.fp
717share/pcb/pcblib-newlib/geda/PLCC20X.fp 837share/pcb/pcblib-newlib/geda/PLCC20X.fp
718share/pcb/pcblib-newlib/geda/PLCC28.fp 838share/pcb/pcblib-newlib/geda/PLCC28.fp
719share/pcb/pcblib-newlib/geda/PLCC28X.fp 839share/pcb/pcblib-newlib/geda/PLCC28X.fp
720share/pcb/pcblib-newlib/geda/PLCC32.fp 840share/pcb/pcblib-newlib/geda/PLCC32.fp
721share/pcb/pcblib-newlib/geda/PLCC32X.fp 841share/pcb/pcblib-newlib/geda/PLCC32X.fp
722share/pcb/pcblib-newlib/geda/PLCC44.fp 842share/pcb/pcblib-newlib/geda/PLCC44.fp
723share/pcb/pcblib-newlib/geda/PLCC44X.fp 843share/pcb/pcblib-newlib/geda/PLCC44X.fp
724share/pcb/pcblib-newlib/geda/PLCC52.fp 844share/pcb/pcblib-newlib/geda/PLCC52.fp
725share/pcb/pcblib-newlib/geda/PLCC52X.fp 845share/pcb/pcblib-newlib/geda/PLCC52X.fp
726share/pcb/pcblib-newlib/geda/PLCC68.fp 846share/pcb/pcblib-newlib/geda/PLCC68.fp
727share/pcb/pcblib-newlib/geda/PLCC68X.fp 847share/pcb/pcblib-newlib/geda/PLCC68X.fp
728share/pcb/pcblib-newlib/geda/PLCC84.fp 848share/pcb/pcblib-newlib/geda/PLCC84.fp
729share/pcb/pcblib-newlib/geda/PLCC84X.fp 849share/pcb/pcblib-newlib/geda/PLCC84X.fp
730share/pcb/pcblib-newlib/geda/QFN12_4.fp 850share/pcb/pcblib-newlib/geda/QFN12_4.fp
731share/pcb/pcblib-newlib/geda/QFN12_4_EP.fp 851share/pcb/pcblib-newlib/geda/QFN12_4_EP.fp
732share/pcb/pcblib-newlib/geda/QFN16_3.fp 852share/pcb/pcblib-newlib/geda/QFN16_3.fp
733share/pcb/pcblib-newlib/geda/QFN16_3_EP.fp 853share/pcb/pcblib-newlib/geda/QFN16_3_EP.fp
734share/pcb/pcblib-newlib/geda/QFN16_4.fp 854share/pcb/pcblib-newlib/geda/QFN16_4.fp
735share/pcb/pcblib-newlib/geda/QFN16_4_EP.fp 855share/pcb/pcblib-newlib/geda/QFN16_4_EP.fp
736share/pcb/pcblib-newlib/geda/QFN16_5.fp 856share/pcb/pcblib-newlib/geda/QFN16_5.fp
737share/pcb/pcblib-newlib/geda/QFN16_5_EP.fp 857share/pcb/pcblib-newlib/geda/QFN16_5_EP.fp
738share/pcb/pcblib-newlib/geda/QFN20_4.fp 858share/pcb/pcblib-newlib/geda/QFN20_4.fp
739share/pcb/pcblib-newlib/geda/QFN20_4_EP.fp 859share/pcb/pcblib-newlib/geda/QFN20_4_EP.fp
740share/pcb/pcblib-newlib/geda/QFN20_5.fp 860share/pcb/pcblib-newlib/geda/QFN20_5.fp
741share/pcb/pcblib-newlib/geda/QFN20_5_EP.fp 861share/pcb/pcblib-newlib/geda/QFN20_5_EP.fp
742share/pcb/pcblib-newlib/geda/QFN24_4.fp 862share/pcb/pcblib-newlib/geda/QFN24_4.fp
743share/pcb/pcblib-newlib/geda/QFN24_4_EP.fp 863share/pcb/pcblib-newlib/geda/QFN24_4_EP.fp
744share/pcb/pcblib-newlib/geda/QFN24_5.fp 864share/pcb/pcblib-newlib/geda/QFN24_5.fp
745share/pcb/pcblib-newlib/geda/QFN28_5.fp 865share/pcb/pcblib-newlib/geda/QFN28_5.fp
746share/pcb/pcblib-newlib/geda/QFN28_5_EP.fp 866share/pcb/pcblib-newlib/geda/QFN28_5_EP.fp
747share/pcb/pcblib-newlib/geda/QFN32_5.fp 867share/pcb/pcblib-newlib/geda/QFN32_5.fp
748share/pcb/pcblib-newlib/geda/QFN32_5_EP.fp 868share/pcb/pcblib-newlib/geda/QFN32_5_EP.fp
749share/pcb/pcblib-newlib/geda/QFN32_7.fp 869share/pcb/pcblib-newlib/geda/QFN32_7.fp
750share/pcb/pcblib-newlib/geda/QFN32_7_EP.fp 870share/pcb/pcblib-newlib/geda/QFN32_7_EP.fp
751share/pcb/pcblib-newlib/geda/QFN36_6.fp 871share/pcb/pcblib-newlib/geda/QFN36_6.fp
752share/pcb/pcblib-newlib/geda/QFN36_6_EP.fp 872share/pcb/pcblib-newlib/geda/QFN36_6_EP.fp
753share/pcb/pcblib-newlib/geda/QFN40_6.fp 873share/pcb/pcblib-newlib/geda/QFN40_6.fp
754share/pcb/pcblib-newlib/geda/QFN40_6_EP.fp 874share/pcb/pcblib-newlib/geda/QFN40_6_EP.fp
755share/pcb/pcblib-newlib/geda/QFN44_7.fp 875share/pcb/pcblib-newlib/geda/QFN44_7.fp
756share/pcb/pcblib-newlib/geda/QFN44_7_EP.fp 876share/pcb/pcblib-newlib/geda/QFN44_7_EP.fp
757share/pcb/pcblib-newlib/geda/QFN48_7.fp 877share/pcb/pcblib-newlib/geda/QFN48_7.fp
758share/pcb/pcblib-newlib/geda/QFN48_7_EP.fp 878share/pcb/pcblib-newlib/geda/QFN48_7_EP.fp
759share/pcb/pcblib-newlib/geda/QFN56_8.fp 879share/pcb/pcblib-newlib/geda/QFN56_8.fp
760share/pcb/pcblib-newlib/geda/QFN56_8_EP.fp 880share/pcb/pcblib-newlib/geda/QFN56_8_EP.fp
 881share/pcb/pcblib-newlib/geda/QFN64_9.fp
 882share/pcb/pcblib-newlib/geda/QFN64_9_EP.fp
761share/pcb/pcblib-newlib/geda/QFN68_10.fp 883share/pcb/pcblib-newlib/geda/QFN68_10.fp
762share/pcb/pcblib-newlib/geda/QFN68_10_EP.fp 884share/pcb/pcblib-newlib/geda/QFN68_10_EP.fp
763share/pcb/pcblib-newlib/geda/QFP100_14.fp 885share/pcb/pcblib-newlib/geda/QFP100_14.fp
764share/pcb/pcblib-newlib/geda/QFP100_R.fp 886share/pcb/pcblib-newlib/geda/QFP100_R.fp
765share/pcb/pcblib-newlib/geda/QFP120_28.fp 887share/pcb/pcblib-newlib/geda/QFP120_28.fp
766share/pcb/pcblib-newlib/geda/QFP128_28.fp 888share/pcb/pcblib-newlib/geda/QFP128_28.fp
767share/pcb/pcblib-newlib/geda/QFP128_R.fp 889share/pcb/pcblib-newlib/geda/QFP128_R.fp
768share/pcb/pcblib-newlib/geda/QFP144_28.fp 890share/pcb/pcblib-newlib/geda/QFP144_28.fp
769share/pcb/pcblib-newlib/geda/QFP160_28.fp 891share/pcb/pcblib-newlib/geda/QFP160_28.fp
770share/pcb/pcblib-newlib/geda/QFP208_28.fp 892share/pcb/pcblib-newlib/geda/QFP208_28.fp
771share/pcb/pcblib-newlib/geda/QFP240_32.fp 893share/pcb/pcblib-newlib/geda/QFP240_32.fp
772share/pcb/pcblib-newlib/geda/QFP304_40.fp 894share/pcb/pcblib-newlib/geda/QFP304_40.fp
773share/pcb/pcblib-newlib/geda/QFP32_7.fp 895share/pcb/pcblib-newlib/geda/QFP32_7.fp
774share/pcb/pcblib-newlib/geda/QFP44_10.fp 896share/pcb/pcblib-newlib/geda/QFP44_10.fp
775share/pcb/pcblib-newlib/geda/QFP52_10.fp 897share/pcb/pcblib-newlib/geda/QFP52_10.fp
776share/pcb/pcblib-newlib/geda/QFP64_14.fp 898share/pcb/pcblib-newlib/geda/QFP64_14.fp
777share/pcb/pcblib-newlib/geda/QFP64_R.fp 899share/pcb/pcblib-newlib/geda/QFP64_R.fp
778share/pcb/pcblib-newlib/geda/QFP80_14.fp 900share/pcb/pcblib-newlib/geda/QFP80_14.fp
779share/pcb/pcblib-newlib/geda/QFP80_R.fp 901share/pcb/pcblib-newlib/geda/QFP80_R.fp
780share/pcb/pcblib-newlib/geda/QSOP16.fp 902share/pcb/pcblib-newlib/geda/QSOP16.fp
781share/pcb/pcblib-newlib/geda/QSOP20.fp 903share/pcb/pcblib-newlib/geda/QSOP20.fp
782share/pcb/pcblib-newlib/geda/QSOP24.fp 904share/pcb/pcblib-newlib/geda/QSOP24.fp
783share/pcb/pcblib-newlib/geda/QSOP28.fp 905share/pcb/pcblib-newlib/geda/QSOP28.fp
784share/pcb/pcblib-newlib/geda/RCY100.fp 906share/pcb/pcblib-newlib/geda/RCY100.fp
785share/pcb/pcblib-newlib/geda/RCY1000.fp 907share/pcb/pcblib-newlib/geda/RCY1000.fp
786share/pcb/pcblib-newlib/geda/RCY1000P.fp 908share/pcb/pcblib-newlib/geda/RCY1000P.fp
787share/pcb/pcblib-newlib/geda/RCY100P.fp 909share/pcb/pcblib-newlib/geda/RCY100P.fp
788share/pcb/pcblib-newlib/geda/RCY1100.fp 910share/pcb/pcblib-newlib/geda/RCY1100.fp
789share/pcb/pcblib-newlib/geda/RCY1100P.fp 911share/pcb/pcblib-newlib/geda/RCY1100P.fp
790share/pcb/pcblib-newlib/geda/RCY1200.fp 912share/pcb/pcblib-newlib/geda/RCY1200.fp
791share/pcb/pcblib-newlib/geda/RCY1200P.fp 913share/pcb/pcblib-newlib/geda/RCY1200P.fp
792share/pcb/pcblib-newlib/geda/RCY150.fp 914share/pcb/pcblib-newlib/geda/RCY150.fp
793share/pcb/pcblib-newlib/geda/RCY150P.fp 915share/pcb/pcblib-newlib/geda/RCY150P.fp
794share/pcb/pcblib-newlib/geda/RCY200.fp 916share/pcb/pcblib-newlib/geda/RCY200.fp
795share/pcb/pcblib-newlib/geda/RCY200P.fp 917share/pcb/pcblib-newlib/geda/RCY200P.fp
796share/pcb/pcblib-newlib/geda/RCY250.fp 918share/pcb/pcblib-newlib/geda/RCY250.fp
797share/pcb/pcblib-newlib/geda/RCY250P.fp 919share/pcb/pcblib-newlib/geda/RCY250P.fp
798share/pcb/pcblib-newlib/geda/RCY300.fp 920share/pcb/pcblib-newlib/geda/RCY300.fp
799share/pcb/pcblib-newlib/geda/RCY300P.fp 921share/pcb/pcblib-newlib/geda/RCY300P.fp
800share/pcb/pcblib-newlib/geda/RCY350.fp 922share/pcb/pcblib-newlib/geda/RCY350.fp
801share/pcb/pcblib-newlib/geda/RCY350P.fp 923share/pcb/pcblib-newlib/geda/RCY350P.fp
802share/pcb/pcblib-newlib/geda/RCY400.fp 924share/pcb/pcblib-newlib/geda/RCY400.fp
803share/pcb/pcblib-newlib/geda/RCY400P.fp 925share/pcb/pcblib-newlib/geda/RCY400P.fp
804share/pcb/pcblib-newlib/geda/RCY500.fp 926share/pcb/pcblib-newlib/geda/RCY500.fp
805share/pcb/pcblib-newlib/geda/RCY500P.fp 927share/pcb/pcblib-newlib/geda/RCY500P.fp
806share/pcb/pcblib-newlib/geda/RCY600.fp 928share/pcb/pcblib-newlib/geda/RCY600.fp
807share/pcb/pcblib-newlib/geda/RCY600P.fp 929share/pcb/pcblib-newlib/geda/RCY600P.fp
808share/pcb/pcblib-newlib/geda/RCY700.fp 930share/pcb/pcblib-newlib/geda/RCY700.fp
809share/pcb/pcblib-newlib/geda/RCY700P.fp 931share/pcb/pcblib-newlib/geda/RCY700P.fp
810share/pcb/pcblib-newlib/geda/RCY800.fp 932share/pcb/pcblib-newlib/geda/RCY800.fp
811share/pcb/pcblib-newlib/geda/RCY800P.fp 933share/pcb/pcblib-newlib/geda/RCY800P.fp
812share/pcb/pcblib-newlib/geda/RCY900.fp 934share/pcb/pcblib-newlib/geda/RCY900.fp
813share/pcb/pcblib-newlib/geda/RCY900P.fp 935share/pcb/pcblib-newlib/geda/RCY900P.fp
814share/pcb/pcblib-newlib/geda/RESC0402L.fp 936share/pcb/pcblib-newlib/geda/RESC0402L.fp
815share/pcb/pcblib-newlib/geda/RESC0402M.fp 937share/pcb/pcblib-newlib/geda/RESC0402M.fp
816share/pcb/pcblib-newlib/geda/RESC0402N.fp 938share/pcb/pcblib-newlib/geda/RESC0402N.fp
817share/pcb/pcblib-newlib/geda/RESC0603L.fp 939share/pcb/pcblib-newlib/geda/RESC0603L.fp
818share/pcb/pcblib-newlib/geda/RESC0603M.fp 940share/pcb/pcblib-newlib/geda/RESC0603M.fp
819share/pcb/pcblib-newlib/geda/RESC0603N.fp 941share/pcb/pcblib-newlib/geda/RESC0603N.fp
820share/pcb/pcblib-newlib/geda/RESC1005L.fp 942share/pcb/pcblib-newlib/geda/RESC1005L.fp
821share/pcb/pcblib-newlib/geda/RESC1005M.fp 943share/pcb/pcblib-newlib/geda/RESC1005M.fp
822share/pcb/pcblib-newlib/geda/RESC1005N.fp 944share/pcb/pcblib-newlib/geda/RESC1005N.fp
823share/pcb/pcblib-newlib/geda/RESC1608L.fp 945share/pcb/pcblib-newlib/geda/RESC1608L.fp
824share/pcb/pcblib-newlib/geda/RESC1608M.fp 946share/pcb/pcblib-newlib/geda/RESC1608M.fp
825share/pcb/pcblib-newlib/geda/RESC1608N.fp 947share/pcb/pcblib-newlib/geda/RESC1608N.fp
826share/pcb/pcblib-newlib/geda/RESC2012L.fp 948share/pcb/pcblib-newlib/geda/RESC2012L.fp
827share/pcb/pcblib-newlib/geda/RESC2012M.fp 949share/pcb/pcblib-newlib/geda/RESC2012M.fp
828share/pcb/pcblib-newlib/geda/RESC2012N.fp 950share/pcb/pcblib-newlib/geda/RESC2012N.fp
829share/pcb/pcblib-newlib/geda/RESC3216L.fp 951share/pcb/pcblib-newlib/geda/RESC3216L.fp
830share/pcb/pcblib-newlib/geda/RESC3216M.fp 952share/pcb/pcblib-newlib/geda/RESC3216M.fp
831share/pcb/pcblib-newlib/geda/RESC3216N.fp 953share/pcb/pcblib-newlib/geda/RESC3216N.fp
832share/pcb/pcblib-newlib/geda/RESC3225L.fp 954share/pcb/pcblib-newlib/geda/RESC3225L.fp
833share/pcb/pcblib-newlib/geda/RESC3225M.fp 955share/pcb/pcblib-newlib/geda/RESC3225M.fp
834share/pcb/pcblib-newlib/geda/RESC3225N.fp 956share/pcb/pcblib-newlib/geda/RESC3225N.fp
835share/pcb/pcblib-newlib/geda/RESC4532L.fp 957share/pcb/pcblib-newlib/geda/RESC4532L.fp
836share/pcb/pcblib-newlib/geda/RESC4532M.fp 958share/pcb/pcblib-newlib/geda/RESC4532M.fp
837share/pcb/pcblib-newlib/geda/RESC4532N.fp 959share/pcb/pcblib-newlib/geda/RESC4532N.fp
838share/pcb/pcblib-newlib/geda/RESC4564L.fp 960share/pcb/pcblib-newlib/geda/RESC4564L.fp
839share/pcb/pcblib-newlib/geda/RESC4564M.fp 961share/pcb/pcblib-newlib/geda/RESC4564M.fp
840share/pcb/pcblib-newlib/geda/RESC4564N.fp 962share/pcb/pcblib-newlib/geda/RESC4564N.fp
841share/pcb/pcblib-newlib/geda/SC70_3.fp 963share/pcb/pcblib-newlib/geda/SC70_3.fp
842share/pcb/pcblib-newlib/geda/SC70_4.fp 964share/pcb/pcblib-newlib/geda/SC70_4.fp
843share/pcb/pcblib-newlib/geda/SC70_5.fp 965share/pcb/pcblib-newlib/geda/SC70_5.fp
844share/pcb/pcblib-newlib/geda/SC70_6.fp 966share/pcb/pcblib-newlib/geda/SC70_6.fp
845share/pcb/pcblib-newlib/geda/SC88A.fp 967share/pcb/pcblib-newlib/geda/SC88A.fp
846share/pcb/pcblib-newlib/geda/SC90.fp 968share/pcb/pcblib-newlib/geda/SC90.fp
847share/pcb/pcblib-newlib/geda/SDIP18.fp 969share/pcb/pcblib-newlib/geda/SDIP18.fp
848share/pcb/pcblib-newlib/geda/SDIP20.fp 970share/pcb/pcblib-newlib/geda/SDIP20.fp
849share/pcb/pcblib-newlib/geda/SDIP22.fp 971share/pcb/pcblib-newlib/geda/SDIP22.fp
850share/pcb/pcblib-newlib/geda/SDIP24.fp 972share/pcb/pcblib-newlib/geda/SDIP24.fp
851share/pcb/pcblib-newlib/geda/SDIP30.fp 973share/pcb/pcblib-newlib/geda/SDIP30.fp
852share/pcb/pcblib-newlib/geda/SDIP32.fp 974share/pcb/pcblib-newlib/geda/SDIP32.fp
853share/pcb/pcblib-newlib/geda/SDIP42.fp 975share/pcb/pcblib-newlib/geda/SDIP42.fp
854share/pcb/pcblib-newlib/geda/SIP1.fp 976share/pcb/pcblib-newlib/geda/SIP1.fp
855share/pcb/pcblib-newlib/geda/SIP10.fp 977share/pcb/pcblib-newlib/geda/SIP10.fp
856share/pcb/pcblib-newlib/geda/SIP11.fp 978share/pcb/pcblib-newlib/geda/SIP11.fp
857share/pcb/pcblib-newlib/geda/SIP12.fp 979share/pcb/pcblib-newlib/geda/SIP12.fp
858share/pcb/pcblib-newlib/geda/SIP13.fp 980share/pcb/pcblib-newlib/geda/SIP13.fp
859share/pcb/pcblib-newlib/geda/SIP2.fp 981share/pcb/pcblib-newlib/geda/SIP2.fp
860share/pcb/pcblib-newlib/geda/SIP3.fp 982share/pcb/pcblib-newlib/geda/SIP3.fp
861share/pcb/pcblib-newlib/geda/SIP4.fp 983share/pcb/pcblib-newlib/geda/SIP4.fp
862share/pcb/pcblib-newlib/geda/SIP5.fp 984share/pcb/pcblib-newlib/geda/SIP5.fp
863share/pcb/pcblib-newlib/geda/SIP6.fp 985share/pcb/pcblib-newlib/geda/SIP6.fp
864share/pcb/pcblib-newlib/geda/SIP7.fp 986share/pcb/pcblib-newlib/geda/SIP7.fp
865share/pcb/pcblib-newlib/geda/SIP8.fp 987share/pcb/pcblib-newlib/geda/SIP8.fp
866share/pcb/pcblib-newlib/geda/SIP9.fp 988share/pcb/pcblib-newlib/geda/SIP9.fp
867share/pcb/pcblib-newlib/geda/SME10.fp 989share/pcb/pcblib-newlib/geda/SME10.fp
868share/pcb/pcblib-newlib/geda/SME3.fp 990share/pcb/pcblib-newlib/geda/SME3.fp
869share/pcb/pcblib-newlib/geda/SME4.fp 991share/pcb/pcblib-newlib/geda/SME4.fp
870share/pcb/pcblib-newlib/geda/SME5.fp 992share/pcb/pcblib-newlib/geda/SME5.fp
871share/pcb/pcblib-newlib/geda/SME6.fp 993share/pcb/pcblib-newlib/geda/SME6.fp
872share/pcb/pcblib-newlib/geda/SME8.fp 994share/pcb/pcblib-newlib/geda/SME8.fp
873share/pcb/pcblib-newlib/geda/SO14.fp 995share/pcb/pcblib-newlib/geda/SO14.fp
874share/pcb/pcblib-newlib/geda/SO14W.fp 996share/pcb/pcblib-newlib/geda/SO14W.fp
875share/pcb/pcblib-newlib/geda/SO16.fp 997share/pcb/pcblib-newlib/geda/SO16.fp
876share/pcb/pcblib-newlib/geda/SO16W.fp 998share/pcb/pcblib-newlib/geda/SO16W.fp
877share/pcb/pcblib-newlib/geda/SO18M.fp 999share/pcb/pcblib-newlib/geda/SO18M.fp
878share/pcb/pcblib-newlib/geda/SO18N.fp 1000share/pcb/pcblib-newlib/geda/SO18N.fp
879share/pcb/pcblib-newlib/geda/SO18W.fp 1001share/pcb/pcblib-newlib/geda/SO18W.fp
880share/pcb/pcblib-newlib/geda/SO20M.fp 1002share/pcb/pcblib-newlib/geda/SO20M.fp
881share/pcb/pcblib-newlib/geda/SO20N.fp 1003share/pcb/pcblib-newlib/geda/SO20N.fp
882share/pcb/pcblib-newlib/geda/SO20W.fp 1004share/pcb/pcblib-newlib/geda/SO20W.fp
883share/pcb/pcblib-newlib/geda/SO22M.fp 1005share/pcb/pcblib-newlib/geda/SO22M.fp
884share/pcb/pcblib-newlib/geda/SO24M.fp 1006share/pcb/pcblib-newlib/geda/SO24M.fp
885share/pcb/pcblib-newlib/geda/SO24W.fp 1007share/pcb/pcblib-newlib/geda/SO24W.fp
886share/pcb/pcblib-newlib/geda/SO28.fp 1008share/pcb/pcblib-newlib/geda/SO28.fp
887share/pcb/pcblib-newlib/geda/SO28W.fp 1009share/pcb/pcblib-newlib/geda/SO28W.fp
888share/pcb/pcblib-newlib/geda/SO32.fp 1010share/pcb/pcblib-newlib/geda/SO32.fp
889share/pcb/pcblib-newlib/geda/SO32W.fp 1011share/pcb/pcblib-newlib/geda/SO32W.fp
890share/pcb/pcblib-newlib/geda/SO44.fp 1012share/pcb/pcblib-newlib/geda/SO44.fp
891share/pcb/pcblib-newlib/geda/SO8.fp 1013share/pcb/pcblib-newlib/geda/SO8.fp
892share/pcb/pcblib-newlib/geda/SO8M.fp 1014share/pcb/pcblib-newlib/geda/SO8M.fp
893share/pcb/pcblib-newlib/geda/SO8W.fp 1015share/pcb/pcblib-newlib/geda/SO8W.fp
894share/pcb/pcblib-newlib/geda/SOD106A.fp 1016share/pcb/pcblib-newlib/geda/SOD106A.fp
895share/pcb/pcblib-newlib/geda/SOD110.fp 1017share/pcb/pcblib-newlib/geda/SOD110.fp
896share/pcb/pcblib-newlib/geda/SOD123.fp 1018share/pcb/pcblib-newlib/geda/SOD123.fp
897share/pcb/pcblib-newlib/geda/SOD323.fp 1019share/pcb/pcblib-newlib/geda/SOD323.fp
898share/pcb/pcblib-newlib/geda/SOD523.fp 1020share/pcb/pcblib-newlib/geda/SOD523.fp
899share/pcb/pcblib-newlib/geda/SOD80.fp 1021share/pcb/pcblib-newlib/geda/SOD80.fp
900share/pcb/pcblib-newlib/geda/SOD87.fp 1022share/pcb/pcblib-newlib/geda/SOD87.fp
901share/pcb/pcblib-newlib/geda/SOJ14_300.fp 1023share/pcb/pcblib-newlib/geda/SOJ14_300.fp
902share/pcb/pcblib-newlib/geda/SOJ14_350.fp 1024share/pcb/pcblib-newlib/geda/SOJ14_350.fp
903share/pcb/pcblib-newlib/geda/SOJ14_400.fp 1025share/pcb/pcblib-newlib/geda/SOJ14_400.fp
904share/pcb/pcblib-newlib/geda/SOJ14_450.fp 1026share/pcb/pcblib-newlib/geda/SOJ14_450.fp
905share/pcb/pcblib-newlib/geda/SOJ16_300.fp 1027share/pcb/pcblib-newlib/geda/SOJ16_300.fp
906share/pcb/pcblib-newlib/geda/SOJ16_350.fp 1028share/pcb/pcblib-newlib/geda/SOJ16_350.fp
907share/pcb/pcblib-newlib/geda/SOJ16_400.fp 1029share/pcb/pcblib-newlib/geda/SOJ16_400.fp
908share/pcb/pcblib-newlib/geda/SOJ16_450.fp 1030share/pcb/pcblib-newlib/geda/SOJ16_450.fp
909share/pcb/pcblib-newlib/geda/SOJ18_300.fp 1031share/pcb/pcblib-newlib/geda/SOJ18_300.fp
910share/pcb/pcblib-newlib/geda/SOJ18_350.fp 1032share/pcb/pcblib-newlib/geda/SOJ18_350.fp
911share/pcb/pcblib-newlib/geda/SOJ18_400.fp 1033share/pcb/pcblib-newlib/geda/SOJ18_400.fp
912share/pcb/pcblib-newlib/geda/SOJ18_450.fp 1034share/pcb/pcblib-newlib/geda/SOJ18_450.fp
913share/pcb/pcblib-newlib/geda/SOJ20_300.fp 1035share/pcb/pcblib-newlib/geda/SOJ20_300.fp
914share/pcb/pcblib-newlib/geda/SOJ20_350.fp 1036share/pcb/pcblib-newlib/geda/SOJ20_350.fp
915share/pcb/pcblib-newlib/geda/SOJ20_400.fp 1037share/pcb/pcblib-newlib/geda/SOJ20_400.fp
916share/pcb/pcblib-newlib/geda/SOJ20_450.fp 1038share/pcb/pcblib-newlib/geda/SOJ20_450.fp
917share/pcb/pcblib-newlib/geda/SOJ22_300.fp 1039share/pcb/pcblib-newlib/geda/SOJ22_300.fp
918share/pcb/pcblib-newlib/geda/SOJ22_350.fp 1040share/pcb/pcblib-newlib/geda/SOJ22_350.fp
919share/pcb/pcblib-newlib/geda/SOJ22_400.fp 1041share/pcb/pcblib-newlib/geda/SOJ22_400.fp
920share/pcb/pcblib-newlib/geda/SOJ22_450.fp 1042share/pcb/pcblib-newlib/geda/SOJ22_450.fp
921share/pcb/pcblib-newlib/geda/SOJ24_300.fp 1043share/pcb/pcblib-newlib/geda/SOJ24_300.fp
922share/pcb/pcblib-newlib/geda/SOJ24_350.fp 1044share/pcb/pcblib-newlib/geda/SOJ24_350.fp
923share/pcb/pcblib-newlib/geda/SOJ24_400.fp 1045share/pcb/pcblib-newlib/geda/SOJ24_400.fp
924share/pcb/pcblib-newlib/geda/SOJ24_450.fp 1046share/pcb/pcblib-newlib/geda/SOJ24_450.fp
925share/pcb/pcblib-newlib/geda/SOJ26_300.fp 1047share/pcb/pcblib-newlib/geda/SOJ26_300.fp
926share/pcb/pcblib-newlib/geda/SOJ26_350.fp 1048share/pcb/pcblib-newlib/geda/SOJ26_350.fp
927share/pcb/pcblib-newlib/geda/SOJ26_400.fp 1049share/pcb/pcblib-newlib/geda/SOJ26_400.fp
928share/pcb/pcblib-newlib/geda/SOJ26_450.fp 1050share/pcb/pcblib-newlib/geda/SOJ26_450.fp
929share/pcb/pcblib-newlib/geda/SOJ28_300.fp 1051share/pcb/pcblib-newlib/geda/SOJ28_300.fp
930share/pcb/pcblib-newlib/geda/SOJ28_350.fp 1052share/pcb/pcblib-newlib/geda/SOJ28_350.fp
931share/pcb/pcblib-newlib/geda/SOJ28_400.fp 1053share/pcb/pcblib-newlib/geda/SOJ28_400.fp
932share/pcb/pcblib-newlib/geda/SOJ28_450.fp 1054share/pcb/pcblib-newlib/geda/SOJ28_450.fp
933share/pcb/pcblib-newlib/geda/SOJ30_300.fp 1055share/pcb/pcblib-newlib/geda/SOJ30_300.fp
934share/pcb/pcblib-newlib/geda/SOJ30_350.fp 1056share/pcb/pcblib-newlib/geda/SOJ30_350.fp
935share/pcb/pcblib-newlib/geda/SOJ30_400.fp 1057share/pcb/pcblib-newlib/geda/SOJ30_400.fp
936share/pcb/pcblib-newlib/geda/SOJ30_450.fp 1058share/pcb/pcblib-newlib/geda/SOJ30_450.fp
937share/pcb/pcblib-newlib/geda/SOJ32_300.fp 1059share/pcb/pcblib-newlib/geda/SOJ32_300.fp
938share/pcb/pcblib-newlib/geda/SOJ32_350.fp 1060share/pcb/pcblib-newlib/geda/SOJ32_350.fp
939share/pcb/pcblib-newlib/geda/SOJ32_400.fp 1061share/pcb/pcblib-newlib/geda/SOJ32_400.fp
940share/pcb/pcblib-newlib/geda/SOJ32_450.fp 1062share/pcb/pcblib-newlib/geda/SOJ32_450.fp
941share/pcb/pcblib-newlib/geda/SOJ34_300.fp 1063share/pcb/pcblib-newlib/geda/SOJ34_300.fp
942share/pcb/pcblib-newlib/geda/SOJ34_350.fp 1064share/pcb/pcblib-newlib/geda/SOJ34_350.fp
943share/pcb/pcblib-newlib/geda/SOJ34_400.fp 1065share/pcb/pcblib-newlib/geda/SOJ34_400.fp
944share/pcb/pcblib-newlib/geda/SOJ34_450.fp 1066share/pcb/pcblib-newlib/geda/SOJ34_450.fp
945share/pcb/pcblib-newlib/geda/SOJ36_300.fp 1067share/pcb/pcblib-newlib/geda/SOJ36_300.fp
946share/pcb/pcblib-newlib/geda/SOJ36_350.fp 1068share/pcb/pcblib-newlib/geda/SOJ36_350.fp
947share/pcb/pcblib-newlib/geda/SOJ36_400.fp 1069share/pcb/pcblib-newlib/geda/SOJ36_400.fp
948share/pcb/pcblib-newlib/geda/SOJ36_450.fp 1070share/pcb/pcblib-newlib/geda/SOJ36_450.fp
949share/pcb/pcblib-newlib/geda/SOJ38_300.fp 1071share/pcb/pcblib-newlib/geda/SOJ38_300.fp
950share/pcb/pcblib-newlib/geda/SOJ38_350.fp 1072share/pcb/pcblib-newlib/geda/SOJ38_350.fp
951share/pcb/pcblib-newlib/geda/SOJ38_400.fp 1073share/pcb/pcblib-newlib/geda/SOJ38_400.fp
952share/pcb/pcblib-newlib/geda/SOJ38_450.fp 1074share/pcb/pcblib-newlib/geda/SOJ38_450.fp
953share/pcb/pcblib-newlib/geda/SOJ40_300.fp 1075share/pcb/pcblib-newlib/geda/SOJ40_300.fp
954share/pcb/pcblib-newlib/geda/SOJ40_350.fp 1076share/pcb/pcblib-newlib/geda/SOJ40_350.fp
955share/pcb/pcblib-newlib/geda/SOJ40_400.fp 1077share/pcb/pcblib-newlib/geda/SOJ40_400.fp
956share/pcb/pcblib-newlib/geda/SOJ40_450.fp 1078share/pcb/pcblib-newlib/geda/SOJ40_450.fp
957share/pcb/pcblib-newlib/geda/SOJ42_300.fp 1079share/pcb/pcblib-newlib/geda/SOJ42_300.fp
958share/pcb/pcblib-newlib/geda/SOJ42_350.fp 1080share/pcb/pcblib-newlib/geda/SOJ42_350.fp
959share/pcb/pcblib-newlib/geda/SOJ42_400.fp 1081share/pcb/pcblib-newlib/geda/SOJ42_400.fp
960share/pcb/pcblib-newlib/geda/SOJ42_450.fp 1082share/pcb/pcblib-newlib/geda/SOJ42_450.fp
961share/pcb/pcblib-newlib/geda/SOJ44_300.fp 1083share/pcb/pcblib-newlib/geda/SOJ44_300.fp
962share/pcb/pcblib-newlib/geda/SOJ44_350.fp 1084share/pcb/pcblib-newlib/geda/SOJ44_350.fp
963share/pcb/pcblib-newlib/geda/SOJ44_400.fp 1085share/pcb/pcblib-newlib/geda/SOJ44_400.fp
964share/pcb/pcblib-newlib/geda/SOJ44_450.fp 1086share/pcb/pcblib-newlib/geda/SOJ44_450.fp
965share/pcb/pcblib-newlib/geda/SOT143.fp 1087share/pcb/pcblib-newlib/geda/SOT143.fp
966share/pcb/pcblib-newlib/geda/SOT223.fp 1088share/pcb/pcblib-newlib/geda/SOT223.fp
967share/pcb/pcblib-newlib/geda/SOT23.fp 1089share/pcb/pcblib-newlib/geda/SOT23.fp
968share/pcb/pcblib-newlib/geda/SOT23D.fp 1090share/pcb/pcblib-newlib/geda/SOT23D.fp
969share/pcb/pcblib-newlib/geda/SOT25.fp 1091share/pcb/pcblib-newlib/geda/SOT25.fp
970share/pcb/pcblib-newlib/geda/SOT26.fp 1092share/pcb/pcblib-newlib/geda/SOT26.fp
971share/pcb/pcblib-newlib/geda/SOT323.fp 1093share/pcb/pcblib-newlib/geda/SOT323.fp
972share/pcb/pcblib-newlib/geda/SOT323D.fp 1094share/pcb/pcblib-newlib/geda/SOT323D.fp
973share/pcb/pcblib-newlib/geda/SOT326.fp 1095share/pcb/pcblib-newlib/geda/SOT326.fp
974share/pcb/pcblib-newlib/geda/SOT353.fp 1096share/pcb/pcblib-newlib/geda/SOT353.fp
975share/pcb/pcblib-newlib/geda/SOT89.fp 1097share/pcb/pcblib-newlib/geda/SOT89.fp
976share/pcb/pcblib-newlib/geda/SSOP14.fp 1098share/pcb/pcblib-newlib/geda/SSOP14.fp
977share/pcb/pcblib-newlib/geda/SSOP16.fp 1099share/pcb/pcblib-newlib/geda/SSOP16.fp
978share/pcb/pcblib-newlib/geda/SSOP20.fp 1100share/pcb/pcblib-newlib/geda/SSOP20.fp
979share/pcb/pcblib-newlib/geda/SSOP24.fp 1101share/pcb/pcblib-newlib/geda/SSOP24.fp
980share/pcb/pcblib-newlib/geda/SSOP28.fp 1102share/pcb/pcblib-newlib/geda/SSOP28.fp
981share/pcb/pcblib-newlib/geda/SSOP48W.fp 1103share/pcb/pcblib-newlib/geda/SSOP48W.fp
982share/pcb/pcblib-newlib/geda/SSOP56W.fp 1104share/pcb/pcblib-newlib/geda/SSOP56W.fp
983share/pcb/pcblib-newlib/geda/SSOP64W.fp 1105share/pcb/pcblib-newlib/geda/SSOP64W.fp
984share/pcb/pcblib-newlib/geda/SSOP8.fp 1106share/pcb/pcblib-newlib/geda/SSOP8.fp
985share/pcb/pcblib-newlib/geda/TANT_A.fp 1107share/pcb/pcblib-newlib/geda/TANT_A.fp
986share/pcb/pcblib-newlib/geda/TANT_B.fp 1108share/pcb/pcblib-newlib/geda/TANT_B.fp
987share/pcb/pcblib-newlib/geda/TANT_C.fp 1109share/pcb/pcblib-newlib/geda/TANT_C.fp
988share/pcb/pcblib-newlib/geda/TANT_D.fp 1110share/pcb/pcblib-newlib/geda/TANT_D.fp
989share/pcb/pcblib-newlib/geda/TO126.fp 1111share/pcb/pcblib-newlib/geda/TO126.fp
990share/pcb/pcblib-newlib/geda/TO126S.fp 1112share/pcb/pcblib-newlib/geda/TO126S.fp
991share/pcb/pcblib-newlib/geda/TO126SW.fp 1113share/pcb/pcblib-newlib/geda/TO126SW.fp
992share/pcb/pcblib-newlib/geda/TO126W.fp 1114share/pcb/pcblib-newlib/geda/TO126W.fp
993share/pcb/pcblib-newlib/geda/TO18.fp 1115share/pcb/pcblib-newlib/geda/TO18.fp
994share/pcb/pcblib-newlib/geda/TO218.fp 1116share/pcb/pcblib-newlib/geda/TO218.fp
995share/pcb/pcblib-newlib/geda/TO220.fp 1117share/pcb/pcblib-newlib/geda/TO220.fp
996share/pcb/pcblib-newlib/geda/TO220ACS.fp 1118share/pcb/pcblib-newlib/geda/TO220ACS.fp
997share/pcb/pcblib-newlib/geda/TO220ACSTAND.fp 1119share/pcb/pcblib-newlib/geda/TO220ACSTAND.fp
998share/pcb/pcblib-newlib/geda/TO220S.fp 1120share/pcb/pcblib-newlib/geda/TO220S.fp
999share/pcb/pcblib-newlib/geda/TO220SW.fp 1121share/pcb/pcblib-newlib/geda/TO220SW.fp
1000share/pcb/pcblib-newlib/geda/TO220W.fp 1122share/pcb/pcblib-newlib/geda/TO220W.fp
1001share/pcb/pcblib-newlib/geda/TO247.fp 1123share/pcb/pcblib-newlib/geda/TO247.fp
1002share/pcb/pcblib-newlib/geda/TO247_2.fp 1124share/pcb/pcblib-newlib/geda/TO247_2.fp
1003share/pcb/pcblib-newlib/geda/TO251.fp 1125share/pcb/pcblib-newlib/geda/TO251.fp
 1126share/pcb/pcblib-newlib/geda/TO263.fp
1004share/pcb/pcblib-newlib/geda/TO264.fp 1127share/pcb/pcblib-newlib/geda/TO264.fp
1005share/pcb/pcblib-newlib/geda/TO39.fp 1128share/pcb/pcblib-newlib/geda/TO39.fp
1006share/pcb/pcblib-newlib/geda/TO92.fp 1129share/pcb/pcblib-newlib/geda/TO92.fp
1007share/pcb/pcblib-newlib/geda/TQFN12_4.fp 1130share/pcb/pcblib-newlib/geda/TQFN12_4.fp
1008share/pcb/pcblib-newlib/geda/TQFN12_4_EP.fp 1131share/pcb/pcblib-newlib/geda/TQFN12_4_EP.fp
1009share/pcb/pcblib-newlib/geda/TQFN16_3.fp 1132share/pcb/pcblib-newlib/geda/TQFN16_3.fp
1010share/pcb/pcblib-newlib/geda/TQFN16_3_EP.fp 1133share/pcb/pcblib-newlib/geda/TQFN16_3_EP.fp
1011share/pcb/pcblib-newlib/geda/TQFN16_4.fp 1134share/pcb/pcblib-newlib/geda/TQFN16_4.fp
1012share/pcb/pcblib-newlib/geda/TQFN16_4_EP.fp 1135share/pcb/pcblib-newlib/geda/TQFN16_4_EP.fp
1013share/pcb/pcblib-newlib/geda/TQFN16_5.fp 1136share/pcb/pcblib-newlib/geda/TQFN16_5.fp
1014share/pcb/pcblib-newlib/geda/TQFN16_5_EP.fp 1137share/pcb/pcblib-newlib/geda/TQFN16_5_EP.fp
1015share/pcb/pcblib-newlib/geda/TQFN20_4.fp 1138share/pcb/pcblib-newlib/geda/TQFN20_4.fp
1016share/pcb/pcblib-newlib/geda/TQFN20_4_EP.fp 1139share/pcb/pcblib-newlib/geda/TQFN20_4_EP.fp
1017share/pcb/pcblib-newlib/geda/TQFN20_5.fp 1140share/pcb/pcblib-newlib/geda/TQFN20_5.fp
1018share/pcb/pcblib-newlib/geda/TQFN20_5_EP.fp 1141share/pcb/pcblib-newlib/geda/TQFN20_5_EP.fp
1019share/pcb/pcblib-newlib/geda/TQFN24_4.fp 1142share/pcb/pcblib-newlib/geda/TQFN24_4.fp
1020share/pcb/pcblib-newlib/geda/TQFN24_4_EP.fp 1143share/pcb/pcblib-newlib/geda/TQFN24_4_EP.fp
1021share/pcb/pcblib-newlib/geda/TQFN24_5.fp 1144share/pcb/pcblib-newlib/geda/TQFN24_5.fp
1022share/pcb/pcblib-newlib/geda/TQFN28_5.fp 1145share/pcb/pcblib-newlib/geda/TQFN28_5.fp
1023share/pcb/pcblib-newlib/geda/TQFN28_5_EP.fp 1146share/pcb/pcblib-newlib/geda/TQFN28_5_EP.fp
1024share/pcb/pcblib-newlib/geda/TQFN32_5.fp 1147share/pcb/pcblib-newlib/geda/TQFN32_5.fp
1025share/pcb/pcblib-newlib/geda/TQFN32_5_EP.fp 1148share/pcb/pcblib-newlib/geda/TQFN32_5_EP.fp
1026share/pcb/pcblib-newlib/geda/TQFN32_7.fp 1149share/pcb/pcblib-newlib/geda/TQFN32_7.fp
1027share/pcb/pcblib-newlib/geda/TQFN32_7_EP.fp 1150share/pcb/pcblib-newlib/geda/TQFN32_7_EP.fp
1028share/pcb/pcblib-newlib/geda/TQFN36_6.fp 1151share/pcb/pcblib-newlib/geda/TQFN36_6.fp
1029share/pcb/pcblib-newlib/geda/TQFN36_6_EP.fp 1152share/pcb/pcblib-newlib/geda/TQFN36_6_EP.fp
1030share/pcb/pcblib-newlib/geda/TQFN40_6.fp 1153share/pcb/pcblib-newlib/geda/TQFN40_6.fp
1031share/pcb/pcblib-newlib/geda/TQFN40_6_EP.fp 1154share/pcb/pcblib-newlib/geda/TQFN40_6_EP.fp
1032share/pcb/pcblib-newlib/geda/TQFN44_7.fp 1155share/pcb/pcblib-newlib/geda/TQFN44_7.fp
1033share/pcb/pcblib-newlib/geda/TQFN44_7_EP.fp 1156share/pcb/pcblib-newlib/geda/TQFN44_7_EP.fp
1034share/pcb/pcblib-newlib/geda/TQFN48_7.fp 1157share/pcb/pcblib-newlib/geda/TQFN48_7.fp
1035share/pcb/pcblib-newlib/geda/TQFN48_7_EP.fp 1158share/pcb/pcblib-newlib/geda/TQFN48_7_EP.fp
1036share/pcb/pcblib-newlib/geda/TQFN56_8.fp 1159share/pcb/pcblib-newlib/geda/TQFN56_8.fp
1037share/pcb/pcblib-newlib/geda/TQFN56_8_EP.fp 1160share/pcb/pcblib-newlib/geda/TQFN56_8_EP.fp
 1161share/pcb/pcblib-newlib/geda/TQFN64_9.fp
 1162share/pcb/pcblib-newlib/geda/TQFN64_9_EP.fp
1038share/pcb/pcblib-newlib/geda/TQFN68_10.fp 1163share/pcb/pcblib-newlib/geda/TQFN68_10.fp
1039share/pcb/pcblib-newlib/geda/TQFN68_10_EP.fp 1164share/pcb/pcblib-newlib/geda/TQFN68_10_EP.fp
1040share/pcb/pcblib-newlib/geda/TQFP100_12.fp 1165share/pcb/pcblib-newlib/geda/TQFP100_12.fp
1041share/pcb/pcblib-newlib/geda/TQFP100_14.fp 1166share/pcb/pcblib-newlib/geda/TQFP100_14.fp
1042share/pcb/pcblib-newlib/geda/TQFP120_28.fp 1167share/pcb/pcblib-newlib/geda/TQFP120_28.fp
1043share/pcb/pcblib-newlib/geda/TQFP128_14.fp 1168share/pcb/pcblib-newlib/geda/TQFP128_14.fp
1044share/pcb/pcblib-newlib/geda/TQFP128_14_EP.fp 1169share/pcb/pcblib-newlib/geda/TQFP128_14_EP.fp
1045share/pcb/pcblib-newlib/geda/TQFP128_28.fp 1170share/pcb/pcblib-newlib/geda/TQFP128_28.fp
1046share/pcb/pcblib-newlib/geda/TQFP144_28.fp 1171share/pcb/pcblib-newlib/geda/TQFP144_28.fp
1047share/pcb/pcblib-newlib/geda/TQFP160_28.fp 1172share/pcb/pcblib-newlib/geda/TQFP160_28.fp
1048share/pcb/pcblib-newlib/geda/TQFP208_28.fp 1173share/pcb/pcblib-newlib/geda/TQFP208_28.fp
1049share/pcb/pcblib-newlib/geda/TQFP240_32.fp 1174share/pcb/pcblib-newlib/geda/TQFP240_32.fp
1050share/pcb/pcblib-newlib/geda/TQFP304_40.fp 1175share/pcb/pcblib-newlib/geda/TQFP304_40.fp
1051share/pcb/pcblib-newlib/geda/TQFP32_7.fp 1176share/pcb/pcblib-newlib/geda/TQFP32_7.fp
1052share/pcb/pcblib-newlib/geda/TQFP44_10.fp 1177share/pcb/pcblib-newlib/geda/TQFP44_10.fp
1053share/pcb/pcblib-newlib/geda/TQFP52_10.fp 1178share/pcb/pcblib-newlib/geda/TQFP52_10.fp
1054share/pcb/pcblib-newlib/geda/TQFP64_10.fp 1179share/pcb/pcblib-newlib/geda/TQFP64_10.fp
1055share/pcb/pcblib-newlib/geda/TQFP64_14.fp 1180share/pcb/pcblib-newlib/geda/TQFP64_14.fp
1056share/pcb/pcblib-newlib/geda/TQFP80_12.fp 1181share/pcb/pcblib-newlib/geda/TQFP80_12.fp
1057share/pcb/pcblib-newlib/geda/TQFP80_14.fp 1182share/pcb/pcblib-newlib/geda/TQFP80_14.fp
1058share/pcb/pcblib-newlib/geda/TSOP28.fp 1183share/pcb/pcblib-newlib/geda/TSOP28.fp
1059share/pcb/pcblib-newlib/geda/TSOP32A.fp 1184share/pcb/pcblib-newlib/geda/TSOP32A.fp
1060share/pcb/pcblib-newlib/geda/TSOP32B.fp 1185share/pcb/pcblib-newlib/geda/TSOP32B.fp
1061share/pcb/pcblib-newlib/geda/TSSOP10.fp 1186share/pcb/pcblib-newlib/geda/TSSOP10.fp
1062share/pcb/pcblib-newlib/geda/TSSOP14.fp 1187share/pcb/pcblib-newlib/geda/TSSOP14.fp
1063share/pcb/pcblib-newlib/geda/TSSOP16.fp 1188share/pcb/pcblib-newlib/geda/TSSOP16.fp
1064share/pcb/pcblib-newlib/geda/TSSOP20.fp 1189share/pcb/pcblib-newlib/geda/TSSOP20.fp
1065share/pcb/pcblib-newlib/geda/TSSOP24.fp 1190share/pcb/pcblib-newlib/geda/TSSOP24.fp
1066share/pcb/pcblib-newlib/geda/TSSOP28.fp 1191share/pcb/pcblib-newlib/geda/TSSOP28.fp
1067share/pcb/pcblib-newlib/geda/TSSOP32.fp 1192share/pcb/pcblib-newlib/geda/TSSOP32.fp
1068share/pcb/pcblib-newlib/geda/TSSOP38N.fp 1193share/pcb/pcblib-newlib/geda/TSSOP38N.fp
1069share/pcb/pcblib-newlib/geda/TSSOP48.fp 1194share/pcb/pcblib-newlib/geda/TSSOP48.fp
1070share/pcb/pcblib-newlib/geda/TSSOP48N.fp 1195share/pcb/pcblib-newlib/geda/TSSOP48N.fp
1071share/pcb/pcblib-newlib/geda/TSSOP56.fp 1196share/pcb/pcblib-newlib/geda/TSSOP56.fp
1072share/pcb/pcblib-newlib/geda/TSSOP56N.fp 1197share/pcb/pcblib-newlib/geda/TSSOP56N.fp
1073share/pcb/pcblib-newlib/geda/TSSOP64.fp 1198share/pcb/pcblib-newlib/geda/TSSOP64.fp
1074share/pcb/pcblib-newlib/geda/TSSOP8.fp 1199share/pcb/pcblib-newlib/geda/TSSOP8.fp
1075share/pcb/pcblib-newlib/geda/TSSOP80.fp 1200share/pcb/pcblib-newlib/geda/TSSOP80.fp
1076share/pcb/pcblib-newlib/geda/TSSOP8W.fp 1201share/pcb/pcblib-newlib/geda/TSSOP8W.fp
1077share/pcb/pcblib-newlib/geda/UM1.fp 1202share/pcb/pcblib-newlib/geda/UM1.fp
1078share/pcb/pcblib-newlib/geda/UM1H.fp 1203share/pcb/pcblib-newlib/geda/UM1H.fp
1079share/pcb/pcblib-newlib/geda/UM1_3.fp 1204share/pcb/pcblib-newlib/geda/UM1_3.fp
1080share/pcb/pcblib-newlib/geda/UM1_3H.fp 1205share/pcb/pcblib-newlib/geda/UM1_3H.fp
1081share/pcb/pcblib-newlib/geda/US14.fp 1206share/pcb/pcblib-newlib/geda/US14.fp
1082share/pcb/pcblib-newlib/geda/US16.fp 1207share/pcb/pcblib-newlib/geda/US16.fp
1083share/pcb/pcblib-newlib/geda/US8.fp 1208share/pcb/pcblib-newlib/geda/US8.fp
1084share/pcb/pcblib-newlib/geda/ZIP12.fp 1209share/pcb/pcblib-newlib/geda/ZIP12.fp
1085share/pcb/pcblib-newlib/geda/ZIP16.fp 1210share/pcb/pcblib-newlib/geda/ZIP16.fp
1086share/pcb/pcblib-newlib/geda/ZIP18.fp 1211share/pcb/pcblib-newlib/geda/ZIP18.fp
1087share/pcb/pcblib-newlib/geda/ZIP20.fp 1212share/pcb/pcblib-newlib/geda/ZIP20.fp
1088share/pcb/pcblib-newlib/geda/ZIP24.fp 1213share/pcb/pcblib-newlib/geda/ZIP24.fp
1089share/pcb/pcblib-newlib/geda/ZIP28.fp 1214share/pcb/pcblib-newlib/geda/ZIP28.fp
1090share/pcb/pcblib-newlib/geda/ZIP40.fp 1215share/pcb/pcblib-newlib/geda/ZIP40.fp
1091share/pcb/pcblib-newlib/geda/ZIP9.fp 1216share/pcb/pcblib-newlib/geda/ZIP9.fp
1092share/pcb/pcblib-newlib/geda/index.html 1217share/pcb/pcblib-newlib/geda/index.html
1093share/pcb/pcblib-newlib/generic/208_LQFP.fp 1218share/pcb/pcblib-newlib/generic/208_LQFP.fp
1094share/pcb/pcblib-newlib/generic/AXIAL_LAY 300.fp 1219share/pcb/pcblib-newlib/generic/AXIAL_LAY 300.fp
1095share/pcb/pcblib-newlib/generic/AXIAL_LAY 400.fp 1220share/pcb/pcblib-newlib/generic/AXIAL_LAY 400.fp
1096share/pcb/pcblib-newlib/generic/AXIAL_LAY 500.fp 1221share/pcb/pcblib-newlib/generic/AXIAL_LAY 500.fp
1097share/pcb/pcblib-newlib/generic/AXIAL_LAY 600.fp 1222share/pcb/pcblib-newlib/generic/AXIAL_LAY 600.fp
1098share/pcb/pcblib-newlib/generic/AXIAL_LAY 800.fp 1223share/pcb/pcblib-newlib/generic/AXIAL_LAY 800.fp
1099share/pcb/pcblib-newlib/generic/D 14.fp 1224share/pcb/pcblib-newlib/generic/D 14.fp
1100share/pcb/pcblib-newlib/generic/D 16.fp 1225share/pcb/pcblib-newlib/generic/D 16.fp
1101share/pcb/pcblib-newlib/generic/D 18.fp 1226share/pcb/pcblib-newlib/generic/D 18.fp
1102share/pcb/pcblib-newlib/generic/D 20.fp 1227share/pcb/pcblib-newlib/generic/D 20.fp
1103share/pcb/pcblib-newlib/generic/D 24.fp 1228share/pcb/pcblib-newlib/generic/D 24.fp
1104share/pcb/pcblib-newlib/generic/D 28.fp 1229share/pcb/pcblib-newlib/generic/D 28.fp
1105share/pcb/pcblib-newlib/generic/D 8.fp 1230share/pcb/pcblib-newlib/generic/D 8.fp
1106share/pcb/pcblib-newlib/generic/DIL 14 300.fp 1231share/pcb/pcblib-newlib/generic/DIL 14 300.fp
1107share/pcb/pcblib-newlib/generic/DIL 16 300.fp 1232share/pcb/pcblib-newlib/generic/DIL 16 300.fp
1108share/pcb/pcblib-newlib/generic/DIL 18 300.fp 1233share/pcb/pcblib-newlib/generic/DIL 18 300.fp
1109share/pcb/pcblib-newlib/generic/DIL 20 300.fp 1234share/pcb/pcblib-newlib/generic/DIL 20 300.fp
1110share/pcb/pcblib-newlib/generic/DIL 24 300.fp 1235share/pcb/pcblib-newlib/generic/DIL 24 300.fp
1111share/pcb/pcblib-newlib/generic/DIL 24 600.fp 1236share/pcb/pcblib-newlib/generic/DIL 24 600.fp
1112share/pcb/pcblib-newlib/generic/DIL 28 300.fp 1237share/pcb/pcblib-newlib/generic/DIL 28 300.fp
1113share/pcb/pcblib-newlib/generic/DIL 28 600.fp 1238share/pcb/pcblib-newlib/generic/DIL 28 600.fp
1114share/pcb/pcblib-newlib/generic/DIL 32 600.fp 1239share/pcb/pcblib-newlib/generic/DIL 32 600.fp
1115share/pcb/pcblib-newlib/generic/DIL 40 600.fp 1240share/pcb/pcblib-newlib/generic/DIL 40 600.fp
1116share/pcb/pcblib-newlib/generic/DIL 64 900.fp 1241share/pcb/pcblib-newlib/generic/DIL 64 900.fp
1117share/pcb/pcblib-newlib/generic/DIL 8 300.fp 1242share/pcb/pcblib-newlib/generic/DIL 8 300.fp
1118share/pcb/pcblib-newlib/generic/DIODE_LAY 300.fp 1243share/pcb/pcblib-newlib/generic/DIODE_LAY 300.fp
1119share/pcb/pcblib-newlib/generic/DIODE_LAY 400.fp 1244share/pcb/pcblib-newlib/generic/DIODE_LAY 400.fp
1120share/pcb/pcblib-newlib/generic/DIODE_LAY 500.fp 1245share/pcb/pcblib-newlib/generic/DIODE_LAY 500.fp
1121share/pcb/pcblib-newlib/generic/DIODE_LAY 600.fp 1246share/pcb/pcblib-newlib/generic/DIODE_LAY 600.fp
1122share/pcb/pcblib-newlib/generic/DIODE_LAY 800.fp 1247share/pcb/pcblib-newlib/generic/DIODE_LAY 800.fp
1123share/pcb/pcblib-newlib/generic/DW 24.fp 1248share/pcb/pcblib-newlib/generic/DW 24.fp
1124share/pcb/pcblib-newlib/generic/DW 28.fp 1249share/pcb/pcblib-newlib/generic/DW 28.fp
1125share/pcb/pcblib-newlib/generic/ISA8.fp 1250share/pcb/pcblib-newlib/generic/ISA8.fp
1126share/pcb/pcblib-newlib/generic/N 14 300.fp 1251share/pcb/pcblib-newlib/generic/N 14 300.fp
1127share/pcb/pcblib-newlib/generic/N 16 300.fp 1252share/pcb/pcblib-newlib/generic/N 16 300.fp
1128share/pcb/pcblib-newlib/generic/N 18 300.fp 1253share/pcb/pcblib-newlib/generic/N 18 300.fp
1129share/pcb/pcblib-newlib/generic/N 20 300.fp 1254share/pcb/pcblib-newlib/generic/N 20 300.fp
1130share/pcb/pcblib-newlib/generic/N 24 300.fp 1255share/pcb/pcblib-newlib/generic/N 24 300.fp
1131share/pcb/pcblib-newlib/generic/N 24 600.fp 1256share/pcb/pcblib-newlib/generic/N 24 600.fp
1132share/pcb/pcblib-newlib/generic/N 28 300.fp 1257share/pcb/pcblib-newlib/generic/N 28 300.fp
1133share/pcb/pcblib-newlib/generic/N 28 600.fp 1258share/pcb/pcblib-newlib/generic/N 28 600.fp
1134share/pcb/pcblib-newlib/generic/N 32 600.fp 1259share/pcb/pcblib-newlib/generic/N 32 600.fp
1135share/pcb/pcblib-newlib/generic/N 40 600.fp 1260share/pcb/pcblib-newlib/generic/N 40 600.fp
1136share/pcb/pcblib-newlib/generic/N 64 900.fp 1261share/pcb/pcblib-newlib/generic/N 64 900.fp
1137share/pcb/pcblib-newlib/generic/N 8 300.fp 1262share/pcb/pcblib-newlib/generic/N 8 300.fp
1138share/pcb/pcblib-newlib/generic/NEC19.fp 1263share/pcb/pcblib-newlib/generic/NEC19.fp
1139share/pcb/pcblib-newlib/generic/OLD_QFP 44 150.fp 1264share/pcb/pcblib-newlib/generic/OLD_QFP 44 150.fp
1140share/pcb/pcblib-newlib/generic/OSC 1.fp 1265share/pcb/pcblib-newlib/generic/OSC 1.fp
1141share/pcb/pcblib-newlib/generic/OSC 10.fp 1266share/pcb/pcblib-newlib/generic/OSC 10.fp
1142share/pcb/pcblib-newlib/generic/OSC 12.fp 1267share/pcb/pcblib-newlib/generic/OSC 12.fp
1143share/pcb/pcblib-newlib/generic/OSC 16.fp 1268share/pcb/pcblib-newlib/generic/OSC 16.fp
1144share/pcb/pcblib-newlib/generic/OSC 2.fp 1269share/pcb/pcblib-newlib/generic/OSC 2.fp
1145share/pcb/pcblib-newlib/generic/OSC 20.fp 1270share/pcb/pcblib-newlib/generic/OSC 20.fp
1146share/pcb/pcblib-newlib/generic/OSC 24.fp 1271share/pcb/pcblib-newlib/generic/OSC 24.fp
1147share/pcb/pcblib-newlib/generic/OSC 32.fp 1272share/pcb/pcblib-newlib/generic/OSC 32.fp
1148share/pcb/pcblib-newlib/generic/OSC 4.fp 1273share/pcb/pcblib-newlib/generic/OSC 4.fp
1149share/pcb/pcblib-newlib/generic/OSC 5.fp 1274share/pcb/pcblib-newlib/generic/OSC 5.fp
1150share/pcb/pcblib-newlib/generic/OSC 8.fp 1275share/pcb/pcblib-newlib/generic/OSC 8.fp
1151share/pcb/pcblib-newlib/generic/OVEN_OSC 5.fp 1276share/pcb/pcblib-newlib/generic/OVEN_OSC 5.fp
1152share/pcb/pcblib-newlib/generic/PLCC 44 150.fp 1277share/pcb/pcblib-newlib/generic/PLCC 44 150.fp
1153share/pcb/pcblib-newlib/generic/PLCC 52 150.fp 1278share/pcb/pcblib-newlib/generic/PLCC 52 150.fp
1154share/pcb/pcblib-newlib/generic/PLCC 68 150.fp 1279share/pcb/pcblib-newlib/generic/PLCC 68 150.fp
1155share/pcb/pcblib-newlib/generic/PLCC 84 150.fp 1280share/pcb/pcblib-newlib/generic/PLCC 84 150.fp
1156share/pcb/pcblib-newlib/generic/PLCC_SOCKET 44 150.fp 1281share/pcb/pcblib-newlib/generic/PLCC_SOCKET 44 150.fp
1157share/pcb/pcblib-newlib/generic/PLCC_SOCKET 52 150.fp 1282share/pcb/pcblib-newlib/generic/PLCC_SOCKET 52 150.fp
1158share/pcb/pcblib-newlib/generic/PLCC_SOCKET 68 150.fp 1283share/pcb/pcblib-newlib/generic/PLCC_SOCKET 68 150.fp
1159share/pcb/pcblib-newlib/generic/PLCC_SOCKET 84 150.fp 1284share/pcb/pcblib-newlib/generic/PLCC_SOCKET 84 150.fp
1160share/pcb/pcblib-newlib/generic/QFP 44 150.fp 1285share/pcb/pcblib-newlib/generic/QFP 44 150.fp
1161share/pcb/pcblib-newlib/generic/QFP2 80 150.fp 1286share/pcb/pcblib-newlib/generic/QFP2 80 150.fp
1162share/pcb/pcblib-newlib/generic/R025.fp 1287share/pcb/pcblib-newlib/generic/R025.fp
1163share/pcb/pcblib-newlib/generic/RADIAL_CAN 200.fp 1288share/pcb/pcblib-newlib/generic/RADIAL_CAN 200.fp
1164share/pcb/pcblib-newlib/generic/RADIAL_CAN 300.fp 1289share/pcb/pcblib-newlib/generic/RADIAL_CAN 300.fp
1165share/pcb/pcblib-newlib/generic/RADIAL_CAN 400.fp 1290share/pcb/pcblib-newlib/generic/RADIAL_CAN 400.fp
1166share/pcb/pcblib-newlib/generic/RADIAL_CAN 500.fp 1291share/pcb/pcblib-newlib/generic/RADIAL_CAN 500.fp
1167share/pcb/pcblib-newlib/generic/RADIAL_CAN 600.fp 1292share/pcb/pcblib-newlib/generic/RADIAL_CAN 600.fp
1168share/pcb/pcblib-newlib/generic/SD 20.fp 1293share/pcb/pcblib-newlib/generic/SD 20.fp
1169share/pcb/pcblib-newlib/generic/SD 24.fp 1294share/pcb/pcblib-newlib/generic/SD 24.fp
1170share/pcb/pcblib-newlib/generic/SD 28.fp 1295share/pcb/pcblib-newlib/generic/SD 28.fp
1171share/pcb/pcblib-newlib/generic/SD 40.fp 1296share/pcb/pcblib-newlib/generic/SD 40.fp
1172share/pcb/pcblib-newlib/generic/SMD_CHIP 1206.fp 1297share/pcb/pcblib-newlib/generic/SMD_CHIP 1206.fp
1173share/pcb/pcblib-newlib/generic/SMD_CHIP 1210.fp 1298share/pcb/pcblib-newlib/generic/SMD_CHIP 1210.fp
1174share/pcb/pcblib-newlib/generic/SMD_CHIP 402.fp 1299share/pcb/pcblib-newlib/generic/SMD_CHIP 402.fp
1175share/pcb/pcblib-newlib/generic/SMD_CHIP 603.fp 1300share/pcb/pcblib-newlib/generic/SMD_CHIP 603.fp
1176share/pcb/pcblib-newlib/generic/SMD_CHIP 805.fp 1301share/pcb/pcblib-newlib/generic/SMD_CHIP 805.fp
1177share/pcb/pcblib-newlib/generic/SMD_DIODE 120 60.fp 1302share/pcb/pcblib-newlib/generic/SMD_DIODE 120 60.fp
1178share/pcb/pcblib-newlib/generic/SMD_DIODE 60 30.fp 1303share/pcb/pcblib-newlib/generic/SMD_DIODE 60 30.fp
1179share/pcb/pcblib-newlib/generic/SMD_DIODE 80 50.fp 1304share/pcb/pcblib-newlib/generic/SMD_DIODE 80 50.fp
1180share/pcb/pcblib-newlib/generic/SMD_POLAR 120 50.fp 1305share/pcb/pcblib-newlib/generic/SMD_POLAR 120 50.fp
1181share/pcb/pcblib-newlib/generic/SMD_POLAR 120 60.fp 1306share/pcb/pcblib-newlib/generic/SMD_POLAR 120 60.fp
1182share/pcb/pcblib-newlib/generic/SMD_POLAR 140 90.fp 1307share/pcb/pcblib-newlib/generic/SMD_POLAR 140 90.fp
1183share/pcb/pcblib-newlib/generic/SMD_POLAR 240 90.fp 1308share/pcb/pcblib-newlib/generic/SMD_POLAR 240 90.fp
1184share/pcb/pcblib-newlib/generic/SMD_POLAR 280 100.fp 1309share/pcb/pcblib-newlib/generic/SMD_POLAR 280 100.fp
1185share/pcb/pcblib-newlib/generic/SMD_POLAR 60 30.fp 1310share/pcb/pcblib-newlib/generic/SMD_POLAR 60 30.fp
1186share/pcb/pcblib-newlib/generic/SMD_POLAR 80 50.fp 1311share/pcb/pcblib-newlib/generic/SMD_POLAR 80 50.fp
1187share/pcb/pcblib-newlib/generic/SMD_SIMPLE 120 60.fp 1312share/pcb/pcblib-newlib/generic/SMD_SIMPLE 120 60.fp
1188share/pcb/pcblib-newlib/generic/SMD_SIMPLE 60 30.fp 1313share/pcb/pcblib-newlib/generic/SMD_SIMPLE 60 30.fp
1189share/pcb/pcblib-newlib/generic/SMD_SIMPLE 80 50.fp 1314share/pcb/pcblib-newlib/generic/SMD_SIMPLE 80 50.fp
1190share/pcb/pcblib-newlib/generic/SOT23.fp 1315share/pcb/pcblib-newlib/generic/SOT23.fp
1191share/pcb/pcblib-newlib/generic/SOT323.fp 1316share/pcb/pcblib-newlib/generic/SOT323.fp
1192share/pcb/pcblib-newlib/generic/ZIF 16.fp 1317share/pcb/pcblib-newlib/generic/ZIF 16.fp
1193share/pcb/pcblib-newlib/generic/ZIF 20.fp 1318share/pcb/pcblib-newlib/generic/ZIF 20.fp
1194share/pcb/pcblib-newlib/generic/index.html 1319share/pcb/pcblib-newlib/generic/index.html
1195share/pcb/pcblib-newlib/gtag/CONN_JTAG.fp 1320share/pcb/pcblib-newlib/gtag/CONN_JTAG.fp
1196share/pcb/pcblib-newlib/gtag/CONN_USB.fp 1321share/pcb/pcblib-newlib/gtag/CONN_USB.fp
1197share/pcb/pcblib-newlib/gtag/PQFP52_10X10 52.fp 1322share/pcb/pcblib-newlib/gtag/PQFP52_10X10 52.fp
1198share/pcb/pcblib-newlib/gtag/SM0805.fp 1323share/pcb/pcblib-newlib/gtag/SM0805.fp
1199share/pcb/pcblib-newlib/gtag/SM1206.fp 1324share/pcb/pcblib-newlib/gtag/SM1206.fp
1200share/pcb/pcblib-newlib/gtag/index.html 1325share/pcb/pcblib-newlib/gtag/index.html
1201share/pcb/pcblib-newlib/index.html 1326share/pcb/pcblib-newlib/index.html
1202share/pcb/pcblib-newlib/johnstech/JOHNSTECH_QFN12_4.fp 1327share/pcb/pcblib-newlib/johnstech/JOHNSTECH_QFN12_4.fp
1203share/pcb/pcblib-newlib/johnstech/JOHNSTECH_QFN16_4.fp 1328share/pcb/pcblib-newlib/johnstech/JOHNSTECH_QFN16_4.fp
1204share/pcb/pcblib-newlib/johnstech/JOHNSTECH_QFN16_5.fp 1329share/pcb/pcblib-newlib/johnstech/JOHNSTECH_QFN16_5.fp
1205share/pcb/pcblib-newlib/johnstech/JOHNSTECH_QFN20_4.fp 1330share/pcb/pcblib-newlib/johnstech/JOHNSTECH_QFN20_4.fp
1206share/pcb/pcblib-newlib/johnstech/JOHNSTECH_QFN20_5.fp 1331share/pcb/pcblib-newlib/johnstech/JOHNSTECH_QFN20_5.fp
1207share/pcb/pcblib-newlib/johnstech/JOHNSTECH_QFN24_4.fp 1332share/pcb/pcblib-newlib/johnstech/JOHNSTECH_QFN24_4.fp
1208share/pcb/pcblib-newlib/johnstech/JOHNSTECH_QFN28_5.fp 1333share/pcb/pcblib-newlib/johnstech/JOHNSTECH_QFN28_5.fp
1209share/pcb/pcblib-newlib/johnstech/JOHNSTECH_QFN32_5.fp 1334share/pcb/pcblib-newlib/johnstech/JOHNSTECH_QFN32_5.fp
1210share/pcb/pcblib-newlib/johnstech/JOHNSTECH_QFN32_7.fp 1335share/pcb/pcblib-newlib/johnstech/JOHNSTECH_QFN32_7.fp
1211share/pcb/pcblib-newlib/johnstech/JOHNSTECH_QFN36_6.fp 1336share/pcb/pcblib-newlib/johnstech/JOHNSTECH_QFN36_6.fp
1212share/pcb/pcblib-newlib/johnstech/JOHNSTECH_QFN40_6.fp 1337share/pcb/pcblib-newlib/johnstech/JOHNSTECH_QFN40_6.fp
1213share/pcb/pcblib-newlib/johnstech/JOHNSTECH_QFN44_7.fp 1338share/pcb/pcblib-newlib/johnstech/JOHNSTECH_QFN44_7.fp
1214share/pcb/pcblib-newlib/johnstech/JOHNSTECH_QFN48_7.fp 1339share/pcb/pcblib-newlib/johnstech/JOHNSTECH_QFN48_7.fp
1215share/pcb/pcblib-newlib/johnstech/JOHNSTECH_QFN56_8.fp 1340share/pcb/pcblib-newlib/johnstech/JOHNSTECH_QFN56_8.fp
1216share/pcb/pcblib-newlib/johnstech/JOHNSTECH_QFN68_10.fp 1341share/pcb/pcblib-newlib/johnstech/JOHNSTECH_QFN68_10.fp
1217share/pcb/pcblib-newlib/johnstech/index.html 1342share/pcb/pcblib-newlib/johnstech/index.html
1218share/pcb/pcblib-newlib/minicircuits/MINICIRCUITS_CA531.fp 1343share/pcb/pcblib-newlib/minicircuits/MINICIRCUITS_CA531.fp
1219share/pcb/pcblib-newlib/minicircuits/MINICIRCUITS_CB518.fp 1344share/pcb/pcblib-newlib/minicircuits/MINICIRCUITS_CB518.fp
1220share/pcb/pcblib-newlib/minicircuits/MINICIRCUITS_CB539.fp 1345share/pcb/pcblib-newlib/minicircuits/MINICIRCUITS_CB539.fp
1221share/pcb/pcblib-newlib/minicircuits/MINICIRCUITS_CD541.fp 1346share/pcb/pcblib-newlib/minicircuits/MINICIRCUITS_CD541.fp
1222share/pcb/pcblib-newlib/minicircuits/MINICIRCUITS_CD542.fp 1347share/pcb/pcblib-newlib/minicircuits/MINICIRCUITS_CD542.fp
1223share/pcb/pcblib-newlib/minicircuits/MINICIRCUITS_CD636.fp 1348share/pcb/pcblib-newlib/minicircuits/MINICIRCUITS_CD636.fp
1224share/pcb/pcblib-newlib/minicircuits/MINICIRCUITS_CD637.fp 1349share/pcb/pcblib-newlib/minicircuits/MINICIRCUITS_CD637.fp
1225share/pcb/pcblib-newlib/minicircuits/MINICIRCUITS_KK81.fp 1350share/pcb/pcblib-newlib/minicircuits/MINICIRCUITS_KK81.fp
1226share/pcb/pcblib-newlib/minicircuits/index.html 1351share/pcb/pcblib-newlib/minicircuits/index.html
 1352share/pcb/pcblib-newlib/nichicon/NICHICON_LGX_22_25_L.fp
 1353share/pcb/pcblib-newlib/nichicon/NICHICON_LGX_22_25_M.fp
 1354share/pcb/pcblib-newlib/nichicon/NICHICON_LGX_22_25_N.fp
 1355share/pcb/pcblib-newlib/nichicon/NICHICON_LGX_22_30_L.fp
 1356share/pcb/pcblib-newlib/nichicon/NICHICON_LGX_22_30_M.fp
 1357share/pcb/pcblib-newlib/nichicon/NICHICON_LGX_22_30_N.fp
 1358share/pcb/pcblib-newlib/nichicon/NICHICON_LGX_22_35_L.fp
 1359share/pcb/pcblib-newlib/nichicon/NICHICON_LGX_22_35_M.fp
 1360share/pcb/pcblib-newlib/nichicon/NICHICON_LGX_22_35_N.fp
 1361share/pcb/pcblib-newlib/nichicon/NICHICON_LGX_22_40_L.fp
 1362share/pcb/pcblib-newlib/nichicon/NICHICON_LGX_22_40_M.fp
 1363share/pcb/pcblib-newlib/nichicon/NICHICON_LGX_22_40_N.fp
 1364share/pcb/pcblib-newlib/nichicon/NICHICON_LGX_22_45_L.fp
 1365share/pcb/pcblib-newlib/nichicon/NICHICON_LGX_22_45_M.fp
 1366share/pcb/pcblib-newlib/nichicon/NICHICON_LGX_22_45_N.fp
 1367share/pcb/pcblib-newlib/nichicon/NICHICON_LGX_22_50_L.fp
 1368share/pcb/pcblib-newlib/nichicon/NICHICON_LGX_22_50_M.fp
 1369share/pcb/pcblib-newlib/nichicon/NICHICON_LGX_22_50_N.fp
 1370share/pcb/pcblib-newlib/nichicon/NICHICON_LGX_25_25_L.fp
 1371share/pcb/pcblib-newlib/nichicon/NICHICON_LGX_25_25_M.fp
 1372share/pcb/pcblib-newlib/nichicon/NICHICON_LGX_25_25_N.fp
 1373share/pcb/pcblib-newlib/nichicon/NICHICON_LGX_25_30_L.fp
 1374share/pcb/pcblib-newlib/nichicon/NICHICON_LGX_25_30_M.fp
 1375share/pcb/pcblib-newlib/nichicon/NICHICON_LGX_25_30_N.fp
 1376share/pcb/pcblib-newlib/nichicon/NICHICON_LGX_25_35_L.fp
 1377share/pcb/pcblib-newlib/nichicon/NICHICON_LGX_25_35_M.fp
 1378share/pcb/pcblib-newlib/nichicon/NICHICON_LGX_25_35_N.fp
 1379share/pcb/pcblib-newlib/nichicon/NICHICON_LGX_25_40_L.fp
 1380share/pcb/pcblib-newlib/nichicon/NICHICON_LGX_25_40_M.fp
 1381share/pcb/pcblib-newlib/nichicon/NICHICON_LGX_25_40_N.fp
 1382share/pcb/pcblib-newlib/nichicon/NICHICON_LGX_25_45_L.fp
 1383share/pcb/pcblib-newlib/nichicon/NICHICON_LGX_25_45_M.fp
 1384share/pcb/pcblib-newlib/nichicon/NICHICON_LGX_25_45_N.fp
 1385share/pcb/pcblib-newlib/nichicon/NICHICON_LGX_25_50_L.fp
 1386share/pcb/pcblib-newlib/nichicon/NICHICON_LGX_25_50_M.fp
 1387share/pcb/pcblib-newlib/nichicon/NICHICON_LGX_25_50_N.fp
 1388share/pcb/pcblib-newlib/nichicon/NICHICON_LGX_30_25_L.fp
 1389share/pcb/pcblib-newlib/nichicon/NICHICON_LGX_30_25_M.fp
 1390share/pcb/pcblib-newlib/nichicon/NICHICON_LGX_30_25_N.fp
 1391share/pcb/pcblib-newlib/nichicon/NICHICON_LGX_30_30_L.fp
 1392share/pcb/pcblib-newlib/nichicon/NICHICON_LGX_30_30_M.fp
 1393share/pcb/pcblib-newlib/nichicon/NICHICON_LGX_30_30_N.fp
 1394share/pcb/pcblib-newlib/nichicon/NICHICON_LGX_30_35_L.fp
 1395share/pcb/pcblib-newlib/nichicon/NICHICON_LGX_30_35_M.fp
 1396share/pcb/pcblib-newlib/nichicon/NICHICON_LGX_30_35_N.fp
 1397share/pcb/pcblib-newlib/nichicon/NICHICON_LGX_30_40_L.fp
 1398share/pcb/pcblib-newlib/nichicon/NICHICON_LGX_30_40_M.fp
 1399share/pcb/pcblib-newlib/nichicon/NICHICON_LGX_30_40_N.fp
 1400share/pcb/pcblib-newlib/nichicon/NICHICON_LGX_30_45_L.fp
 1401share/pcb/pcblib-newlib/nichicon/NICHICON_LGX_30_45_M.fp
 1402share/pcb/pcblib-newlib/nichicon/NICHICON_LGX_30_45_N.fp
 1403share/pcb/pcblib-newlib/nichicon/NICHICON_LGX_30_50_L.fp
 1404share/pcb/pcblib-newlib/nichicon/NICHICON_LGX_30_50_M.fp
 1405share/pcb/pcblib-newlib/nichicon/NICHICON_LGX_30_50_N.fp
 1406share/pcb/pcblib-newlib/nichicon/NICHICON_LGX_35_25_L.fp
 1407share/pcb/pcblib-newlib/nichicon/NICHICON_LGX_35_25_M.fp
 1408share/pcb/pcblib-newlib/nichicon/NICHICON_LGX_35_25_N.fp
 1409share/pcb/pcblib-newlib/nichicon/NICHICON_LGX_35_30_L.fp
 1410share/pcb/pcblib-newlib/nichicon/NICHICON_LGX_35_30_M.fp
 1411share/pcb/pcblib-newlib/nichicon/NICHICON_LGX_35_30_N.fp
 1412share/pcb/pcblib-newlib/nichicon/NICHICON_LGX_35_35_L.fp
 1413share/pcb/pcblib-newlib/nichicon/NICHICON_LGX_35_35_M.fp
 1414share/pcb/pcblib-newlib/nichicon/NICHICON_LGX_35_35_N.fp
 1415share/pcb/pcblib-newlib/nichicon/NICHICON_LGX_35_40_L.fp
 1416share/pcb/pcblib-newlib/nichicon/NICHICON_LGX_35_40_M.fp
 1417share/pcb/pcblib-newlib/nichicon/NICHICON_LGX_35_40_N.fp
 1418share/pcb/pcblib-newlib/nichicon/NICHICON_LGX_35_45_L.fp
 1419share/pcb/pcblib-newlib/nichicon/NICHICON_LGX_35_45_M.fp
 1420share/pcb/pcblib-newlib/nichicon/NICHICON_LGX_35_45_N.fp
 1421share/pcb/pcblib-newlib/nichicon/NICHICON_LGX_35_50_L.fp
 1422share/pcb/pcblib-newlib/nichicon/NICHICON_LGX_35_50_M.fp
 1423share/pcb/pcblib-newlib/nichicon/NICHICON_LGX_35_50_N.fp
 1424share/pcb/pcblib-newlib/nichicon/NICHICON_LGY_22_25_L.fp
 1425share/pcb/pcblib-newlib/nichicon/NICHICON_LGY_22_25_M.fp
 1426share/pcb/pcblib-newlib/nichicon/NICHICON_LGY_22_25_N.fp
 1427share/pcb/pcblib-newlib/nichicon/NICHICON_LGY_22_30_L.fp
 1428share/pcb/pcblib-newlib/nichicon/NICHICON_LGY_22_30_M.fp
 1429share/pcb/pcblib-newlib/nichicon/NICHICON_LGY_22_30_N.fp
 1430share/pcb/pcblib-newlib/nichicon/NICHICON_LGY_22_35_L.fp
 1431share/pcb/pcblib-newlib/nichicon/NICHICON_LGY_22_35_M.fp
 1432share/pcb/pcblib-newlib/nichicon/NICHICON_LGY_22_35_N.fp
 1433share/pcb/pcblib-newlib/nichicon/NICHICON_LGY_22_40_L.fp
 1434share/pcb/pcblib-newlib/nichicon/NICHICON_LGY_22_40_M.fp
 1435share/pcb/pcblib-newlib/nichicon/NICHICON_LGY_22_40_N.fp
 1436share/pcb/pcblib-newlib/nichicon/NICHICON_LGY_22_45_L.fp
 1437share/pcb/pcblib-newlib/nichicon/NICHICON_LGY_22_45_M.fp
 1438share/pcb/pcblib-newlib/nichicon/NICHICON_LGY_22_45_N.fp
 1439share/pcb/pcblib-newlib/nichicon/NICHICON_LGY_22_50_L.fp
 1440share/pcb/pcblib-newlib/nichicon/NICHICON_LGY_22_50_M.fp
 1441share/pcb/pcblib-newlib/nichicon/NICHICON_LGY_22_50_N.fp
 1442share/pcb/pcblib-newlib/nichicon/NICHICON_LGY_25_25_L.fp
 1443share/pcb/pcblib-newlib/nichicon/NICHICON_LGY_25_25_M.fp
 1444share/pcb/pcblib-newlib/nichicon/NICHICON_LGY_25_25_N.fp
 1445share/pcb/pcblib-newlib/nichicon/NICHICON_LGY_25_30_L.fp
 1446share/pcb/pcblib-newlib/nichicon/NICHICON_LGY_25_30_M.fp
 1447share/pcb/pcblib-newlib/nichicon/NICHICON_LGY_25_30_N.fp
 1448share/pcb/pcblib-newlib/nichicon/NICHICON_LGY_25_35_L.fp
 1449share/pcb/pcblib-newlib/nichicon/NICHICON_LGY_25_35_M.fp
 1450share/pcb/pcblib-newlib/nichicon/NICHICON_LGY_25_35_N.fp
 1451share/pcb/pcblib-newlib/nichicon/NICHICON_LGY_25_40_L.fp
 1452share/pcb/pcblib-newlib/nichicon/NICHICON_LGY_25_40_M.fp
 1453share/pcb/pcblib-newlib/nichicon/NICHICON_LGY_25_40_N.fp
 1454share/pcb/pcblib-newlib/nichicon/NICHICON_LGY_25_45_L.fp
 1455share/pcb/pcblib-newlib/nichicon/NICHICON_LGY_25_45_M.fp
 1456share/pcb/pcblib-newlib/nichicon/NICHICON_LGY_25_45_N.fp
 1457share/pcb/pcblib-newlib/nichicon/NICHICON_LGY_25_50_L.fp
 1458share/pcb/pcblib-newlib/nichicon/NICHICON_LGY_25_50_M.fp
 1459share/pcb/pcblib-newlib/nichicon/NICHICON_LGY_25_50_N.fp
 1460share/pcb/pcblib-newlib/nichicon/NICHICON_LGY_30_25_L.fp
 1461share/pcb/pcblib-newlib/nichicon/NICHICON_LGY_30_25_M.fp
 1462share/pcb/pcblib-newlib/nichicon/NICHICON_LGY_30_25_N.fp
 1463share/pcb/pcblib-newlib/nichicon/NICHICON_LGY_30_30_L.fp
 1464share/pcb/pcblib-newlib/nichicon/NICHICON_LGY_30_30_M.fp
 1465share/pcb/pcblib-newlib/nichicon/NICHICON_LGY_30_30_N.fp
 1466share/pcb/pcblib-newlib/nichicon/NICHICON_LGY_30_35_L.fp
 1467share/pcb/pcblib-newlib/nichicon/NICHICON_LGY_30_35_M.fp
 1468share/pcb/pcblib-newlib/nichicon/NICHICON_LGY_30_35_N.fp
 1469share/pcb/pcblib-newlib/nichicon/NICHICON_LGY_30_40_L.fp
 1470share/pcb/pcblib-newlib/nichicon/NICHICON_LGY_30_40_M.fp
 1471share/pcb/pcblib-newlib/nichicon/NICHICON_LGY_30_40_N.fp
 1472share/pcb/pcblib-newlib/nichicon/NICHICON_LGY_30_45_L.fp
 1473share/pcb/pcblib-newlib/nichicon/NICHICON_LGY_30_45_M.fp
 1474share/pcb/pcblib-newlib/nichicon/NICHICON_LGY_30_45_N.fp
 1475share/pcb/pcblib-newlib/nichicon/NICHICON_LGY_30_50_L.fp
 1476share/pcb/pcblib-newlib/nichicon/NICHICON_LGY_30_50_M.fp
 1477share/pcb/pcblib-newlib/nichicon/NICHICON_LGY_30_50_N.fp
 1478share/pcb/pcblib-newlib/nichicon/NICHICON_LGY_35_25_L.fp
 1479share/pcb/pcblib-newlib/nichicon/NICHICON_LGY_35_25_M.fp
 1480share/pcb/pcblib-newlib/nichicon/NICHICON_LGY_35_25_N.fp
 1481share/pcb/pcblib-newlib/nichicon/NICHICON_LGY_35_30_L.fp
 1482share/pcb/pcblib-newlib/nichicon/NICHICON_LGY_35_30_M.fp
 1483share/pcb/pcblib-newlib/nichicon/NICHICON_LGY_35_30_N.fp
 1484share/pcb/pcblib-newlib/nichicon/NICHICON_LGY_35_35_L.fp
 1485share/pcb/pcblib-newlib/nichicon/NICHICON_LGY_35_35_M.fp
 1486share/pcb/pcblib-newlib/nichicon/NICHICON_LGY_35_35_N.fp
 1487share/pcb/pcblib-newlib/nichicon/NICHICON_LGY_35_40_L.fp
 1488share/pcb/pcblib-newlib/nichicon/NICHICON_LGY_35_40_M.fp
 1489share/pcb/pcblib-newlib/nichicon/NICHICON_LGY_35_40_N.fp
 1490share/pcb/pcblib-newlib/nichicon/NICHICON_LGY_35_45_L.fp
 1491share/pcb/pcblib-newlib/nichicon/NICHICON_LGY_35_45_M.fp
 1492share/pcb/pcblib-newlib/nichicon/NICHICON_LGY_35_45_N.fp
 1493share/pcb/pcblib-newlib/nichicon/NICHICON_LGY_35_50_L.fp
 1494share/pcb/pcblib-newlib/nichicon/NICHICON_LGY_35_50_M.fp
 1495share/pcb/pcblib-newlib/nichicon/NICHICON_LGY_35_50_N.fp
 1496share/pcb/pcblib-newlib/nichicon/NICHICON_UPT_18_31p5_L.fp
 1497share/pcb/pcblib-newlib/nichicon/NICHICON_UPT_18_31p5_M.fp
 1498share/pcb/pcblib-newlib/nichicon/NICHICON_UPT_18_31p5_N.fp
1227share/pcb/pcblib-newlib/nichicon/NICHICON_WT_CAP_10_10.fp 1499share/pcb/pcblib-newlib/nichicon/NICHICON_WT_CAP_10_10.fp
1228share/pcb/pcblib-newlib/nichicon/NICHICON_WT_CAP_3_5p4.fp 1500share/pcb/pcblib-newlib/nichicon/NICHICON_WT_CAP_3_5p4.fp
1229share/pcb/pcblib-newlib/nichicon/NICHICON_WT_CAP_4_5p4.fp 1501share/pcb/pcblib-newlib/nichicon/NICHICON_WT_CAP_4_5p4.fp
1230share/pcb/pcblib-newlib/nichicon/NICHICON_WT_CAP_5_5p4.fp 1502share/pcb/pcblib-newlib/nichicon/NICHICON_WT_CAP_5_5p4.fp
1231share/pcb/pcblib-newlib/nichicon/NICHICON_WT_CAP_6p3_5p4.fp 1503share/pcb/pcblib-newlib/nichicon/NICHICON_WT_CAP_6p3_5p4.fp
1232share/pcb/pcblib-newlib/nichicon/NICHICON_WT_CAP_6p3_5p8.fp 1504share/pcb/pcblib-newlib/nichicon/NICHICON_WT_CAP_6p3_5p8.fp
1233share/pcb/pcblib-newlib/nichicon/NICHICON_WT_CAP_6p3_7p7.fp 1505share/pcb/pcblib-newlib/nichicon/NICHICON_WT_CAP_6p3_7p7.fp
1234share/pcb/pcblib-newlib/nichicon/NICHICON_WT_CAP_8_10.fp 1506share/pcb/pcblib-newlib/nichicon/NICHICON_WT_CAP_8_10.fp
1235share/pcb/pcblib-newlib/nichicon/NICHICON_WT_CAP_8_5p4.fp 1507share/pcb/pcblib-newlib/nichicon/NICHICON_WT_CAP_8_5p4.fp
1236share/pcb/pcblib-newlib/nichicon/index.html 1508share/pcb/pcblib-newlib/nichicon/index.html
1237share/pcb/pcblib-newlib/optek/OPTEK_OVSRWACR6.fp 1509share/pcb/pcblib-newlib/optek/OPTEK_OVSRWACR6.fp
1238share/pcb/pcblib-newlib/optek/index.html 1510share/pcb/pcblib-newlib/optek/index.html
1239share/pcb/pcblib-newlib/optical/LED 100.fp 1511share/pcb/pcblib-newlib/optical/LED 100.fp
1240share/pcb/pcblib-newlib/optical/LED 60.fp 1512share/pcb/pcblib-newlib/optical/LED 60.fp
1241share/pcb/pcblib-newlib/optical/N 8 300.fp 1513share/pcb/pcblib-newlib/optical/N 8 300.fp
1242share/pcb/pcblib-newlib/optical/index.html 1514share/pcb/pcblib-newlib/optical/index.html
1243share/pcb/pcblib-newlib/panasonic/PANASONIC_EXB14V.fp 1515share/pcb/pcblib-newlib/panasonic/PANASONIC_EXB14V.fp
1244share/pcb/pcblib-newlib/panasonic/PANASONIC_EXB24V.fp 1516share/pcb/pcblib-newlib/panasonic/PANASONIC_EXB24V.fp
1245share/pcb/pcblib-newlib/panasonic/PANASONIC_EXB28V.fp 1517share/pcb/pcblib-newlib/panasonic/PANASONIC_EXB28V.fp
1246share/pcb/pcblib-newlib/panasonic/PANASONIC_EXB2HV.fp 1518share/pcb/pcblib-newlib/panasonic/PANASONIC_EXB2HV.fp
1247share/pcb/pcblib-newlib/panasonic/PANASONIC_EXB34V.fp 1519share/pcb/pcblib-newlib/panasonic/PANASONIC_EXB34V.fp
1248share/pcb/pcblib-newlib/panasonic/PANASONIC_EXB38V.fp 1520share/pcb/pcblib-newlib/panasonic/PANASONIC_EXB38V.fp
1249share/pcb/pcblib-newlib/panasonic/PANASONIC_EXBS8V.fp 1521share/pcb/pcblib-newlib/panasonic/PANASONIC_EXBS8V.fp
1250share/pcb/pcblib-newlib/panasonic/PANASONIC_EXBV4V.fp 1522share/pcb/pcblib-newlib/panasonic/PANASONIC_EXBV4V.fp
1251share/pcb/pcblib-newlib/panasonic/PANASONIC_EXBV8V.fp 1523share/pcb/pcblib-newlib/panasonic/PANASONIC_EXBV8V.fp
1252share/pcb/pcblib-newlib/panasonic/index.html 1524share/pcb/pcblib-newlib/panasonic/index.html
1253share/pcb/pcblib-newlib/pci/PCI5V_AVE_HEIGHT.fp 1525share/pcb/pcblib-newlib/pci/PCI5V_AVE_HEIGHT.fp
1254share/pcb/pcblib-newlib/pci/PCI5V_MAX_HEIGHT.fp 1526share/pcb/pcblib-newlib/pci/PCI5V_MAX_HEIGHT.fp
1255share/pcb/pcblib-newlib/pci/PCI5V_MIN_HEIGHT.fp 1527share/pcb/pcblib-newlib/pci/PCI5V_MIN_HEIGHT.fp
1256share/pcb/pcblib-newlib/pci/PCI5V_SMALL_HEIGHT.fp 1528share/pcb/pcblib-newlib/pci/PCI5V_SMALL_HEIGHT.fp
1257share/pcb/pcblib-newlib/pci/index.html 1529share/pcb/pcblib-newlib/pci/index.html
 1530share/pcb/pcblib-newlib/tdk/TDK_B82145A_L.fp
 1531share/pcb/pcblib-newlib/tdk/TDK_B82145A_M.fp
 1532share/pcb/pcblib-newlib/tdk/TDK_B82145A_N.fp
 1533share/pcb/pcblib-newlib/tdk/index.html
 1534share/pcb/pcblib-newlib/toko/TOKO_7P.fp
 1535share/pcb/pcblib-newlib/toko/index.html
 1536share/pcb/pcblib-newlib/united_chemicon/CHEMICON_GPA16X35_L.fp
 1537share/pcb/pcblib-newlib/united_chemicon/CHEMICON_GPA16X35_M.fp
 1538share/pcb/pcblib-newlib/united_chemicon/CHEMICON_GPA16X35_N.fp
 1539share/pcb/pcblib-newlib/united_chemicon/index.html
1258share/pcb/pcblib.contents 1540share/pcb/pcblib.contents
1259share/pcb/qfp-ui 1541share/pcb/qfp-ui
1260share/pcb/qfp.dat 1542share/pcb/qfp.dat
1261share/pcb/tools/MergePCBPS 1543share/pcb/tools/MergePCBPS
1262share/pcb/tools/Merge_dimPCBPS 1544share/pcb/tools/Merge_dimPCBPS
1263share/pcb/tools/apctools.zip 1545share/pcb/tools/apctools.zip
1264share/pcb/tools/gerbertotk.c 1546share/pcb/tools/gerbertotk.c
1265share/pcb/tools/pcb2ncap.tgz 1547share/pcb/tools/pcb2ncap.tgz
1266share/pcb/tools/pcbdiff 1548share/pcb/tools/pcbdiff
1267@pkgdir share/pcb/newlib/sockets 1549@pkgdir share/pcb/newlib/sockets

cvs diff -r1.25 -r1.26 pkgsrc/cad/pcb/distinfo (switch to unified diff)

--- pkgsrc/cad/pcb/distinfo 2017/01/21 01:56:13 1.25
+++ pkgsrc/cad/pcb/distinfo 2017/10/24 02:21:55 1.26
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.25 2017/01/21 01:56:13 dmcmahill Exp $ 1$NetBSD: distinfo,v 1.26 2017/10/24 02:21:55 dmcmahill Exp $
2 2
3SHA1 (pcb-4.0.0.tar.gz) = f401802b95a7f70c54a56ad98c4aa3961ba55cba 3SHA1 (pcb-4.0.1.tar.gz) = 3b0f01d9aa85f613c2994c91b7152086e1b5d5ea
4RMD160 (pcb-4.0.0.tar.gz) = 27302f64fb9f8e980285235b10b9d7ab9170f68f 4RMD160 (pcb-4.0.1.tar.gz) = f721195db9a8402dbb77ef898e1288a593445600
5SHA512 (pcb-4.0.0.tar.gz) = b77077d7ae93fbbd3cd2f57e85921336257af73bb90776139968c40523ff2b136a56e844a9eae161a0b14b92dc58d390274ef0b4a99e1d8007c12b117f087ada 5SHA512 (pcb-4.0.1.tar.gz) = 8cc4b4eb68321a797900ccb6864dabffb668e5c1720a0eeedd1eb860337c960a58dcddcfa1994e3b600ec9c85e3b2683a72bb76d8de655667d39c500bfae65f2
6Size (pcb-4.0.0.tar.gz) = 4676879 bytes 6Size (pcb-4.0.1.tar.gz) = 4755344 bytes