Index: head/cad/pcb/Makefile =================================================================== --- head/cad/pcb/Makefile (revision 495831) +++ head/cad/pcb/Makefile (revision 495832) @@ -1,68 +1,73 @@ # Created by: Michael Reifenberger # $FreeBSD$ PORTNAME= pcb -PORTVERSION= 20140316 -PORTREVISION= 2 +PORTVERSION= 4.2.0 +PORTEPOCH= 1 CATEGORIES= cad MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= hrs@FreeBSD.org COMMENT= X11 interactive printed circuit board layout system LICENSE= GPLv2 -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS= m4>=1.4.11:devel/m4 \ + ${LOCALBASE}/libdata/pkgconfig/dbus-1.pc:devel/dbus LIB_DEPENDS= libgd.so:graphics/gd \ - libgtkglext-x11-1.0.so:x11-toolkits/gtkglext + libgtkglext-x11-1.0.so:x11-toolkits/gtkglext \ + libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 RUN_DEPENDS= m4>=1.4.11:devel/m4 \ ${LOCALBASE}/libdata/pkgconfig/dbus-1.pc:devel/dbus -CONFLICTS= gts-[0-9]* +USES= gl gmake gnome pkgconfig tk:run shared-mime-info \ + desktop-file-utils +USE_GL= gl glu +USE_GNOME= intltool cairo pangox-compat +USE_XORG= x11 xrender xinerama -USES= gmake pkgconfig tk:run shared-mime-info desktop-file-utils -USE_GNOME= intltool +CONFLICTS= gts-[0-9]* INSTALLS_ICONS= yes GNU_CONFIGURE= yes CONFIGURE_ENV+= INSTALL_DATA="${BSD_INSTALL_DATA}" -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -lpthread -L${LOCALBASE}/lib +LDFLAGS+= -lpthread PORTDOCS= \ pcb.html pcb.pdf refcard.pdf pad.png puller.png thermal.png \ examples tutorial gcode.png gcode_control_img.png \ gcode_tool_path.png OPTIONS_DEFINE= DOCS NLS OPTIONS_SINGLE= GUI OPTIONS_SINGLE_GUI=MOTIF GTK NONE OPTIONS_DEFAULT=GTK DOCS_CONFIGURE_ENABLE= doc DOCS_CONFIGURE_ON= --docdir=${DOCSDIR} NLS_CONFIGURE_ENABLE= nls NLS_CONFIGURE_ON= --with-libintl-prefix=${LOCALBASE} \ ${ICONV_CONFIGURE_ARG} NLS_CONFIGURE_OFF= --without-libintl \ --without-iconv NLS_USES= gettext iconv .for L in fr nl ru pt_BR NLS_PLIST_FILES+= share/locale/${L}/LC_MESSAGES/pcb.mo .endfor MOTIF_DESC= Motif widgets MOTIF_USES= motif MOTIF_CONFIGURE_ON= --with-gui=lesstif MOTIF_CONFIGURE_ENV= WISH=${WISH} GTK_DESC= GIMP ToolKit widgets GTK_USE= GNOME=gtk20 GTK_CONFIGURE_ON= --with-gui=gtk GTK_CONFIGURE_ENV= WISH=${WISH} NONE_DESC= No GUI support NONE_CONFIGURE_ON= --without-gui NONE_CONFIGURE_ENV= WISH=/usr/bin/true ONLY_FOR_ARCHS= i386 amd64 ONLY_FOR_ARCHS_REASON= Uses x86 specific libc functions and has not been ported DOCS_INFO= pcb .include Index: head/cad/pcb/distinfo =================================================================== --- head/cad/pcb/distinfo (revision 495831) +++ head/cad/pcb/distinfo (revision 495832) @@ -1,2 +1,3 @@ -SHA256 (pcb-20140316.tar.gz) = 82c4f39438ee4e278196a3b67ef021145dcfbb00519508ccf51aa7832121c950 -SIZE (pcb-20140316.tar.gz) = 4210077 +TIMESTAMP = 1552659099 +SHA256 (pcb-4.2.0.tar.gz) = cd4b36df6747789775812fb433f246d6bd5a27f3a16357d78d9c4c9b59c59a43 +SIZE (pcb-4.2.0.tar.gz) = 5080228 Index: head/cad/pcb/files/patch-src-main.c =================================================================== --- head/cad/pcb/files/patch-src-main.c (revision 495831) +++ head/cad/pcb/files/patch-src-main.c (nonexistent) @@ -1,13 +0,0 @@ ---- src/main.c.orig 2012-03-17 19:32:11.000000000 +0900 -+++ src/main.c 2012-03-17 19:33:33.000000000 +0900 -@@ -42,6 +42,10 @@ - #include - #include /* Seed for srand() */ - -+#if defined(__FreeBSD__) -+#include -+#endif -+ - #include "global.h" - #include "data.h" - #include "buffer.h" Property changes on: head/cad/pcb/files/patch-src-main.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/cad/pcb/files/patch-Makefile.in =================================================================== --- head/cad/pcb/files/patch-Makefile.in (revision 495831) +++ head/cad/pcb/files/patch-Makefile.in (revision 495832) @@ -1,16 +1,16 @@ ---- Makefile.in.orig 2014-03-17 03:14:44 UTC -+++ Makefile.in -@@ -362,11 +362,11 @@ target_alias = @target_alias@ +--- Makefile.in.orig 2019-02-02 19:08:13.000000000 +0900 ++++ Makefile.in 2019-03-15 23:13:00.469139000 +0900 +@@ -353,11 +353,11 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ --DIRS = w32 intl gts src data lib newlib example tools tutorial README_FILES po tests +-DIRS = w32 win32 intl gts src data lib newlib example tools tutorial README_FILES po tests +DIRS = intl gts src data lib newlib example tools tutorial README_FILES po tests SUBDIRS = ${DIRS} @DOC@ DIST_SUBDIRS = ${DIRS} doc INTLTOOL_FILES = intltool-extract.in intltool-merge.in intltool-update.in --EXTRA_DIST = config.rpath globalconst.h README.git README.w32 icon-theme-installer $(INTLTOOL_FILES) +-EXTRA_DIST = config.rpath globalconst.h README.git README.w32 README.win32 icon-theme-installer $(INTLTOOL_FILES) +EXTRA_DIST = config.rpath globalconst.h README.git icon-theme-installer $(INTLTOOL_FILES) DISTCLEANFILES = configure.lineno intltool-extract intltool-merge intltool-update po/.intltool-merge-cache MAINTAINERCLEANFILES = $(INTLTOOL_FILES) ACLOCAL_AMFLAGS = -I m4 Index: head/cad/pcb/files/patch-doc-Makefile.in =================================================================== --- head/cad/pcb/files/patch-doc-Makefile.in (revision 495831) +++ head/cad/pcb/files/patch-doc-Makefile.in (revision 495832) @@ -1,11 +1,11 @@ ---- doc/Makefile.in.orig 2014-03-17 12:14:42.000000000 +0900 -+++ doc/Makefile.in 2014-05-27 05:09:56.000000000 +0900 -@@ -33,7 +33,7 @@ - esac; \ - test $$am__dry = yes; \ - } +--- doc/Makefile.in.orig 2019-02-02 19:08:09.000000000 +0900 ++++ doc/Makefile.in 2019-03-15 23:14:07.557427000 +0900 +@@ -16,7 +16,7 @@ + @SET_MAKE@ + + VPATH = @srcdir@ -pkgdatadir = $(datadir)/@PACKAGE@ +pkgdatadir = $(docdir) pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ Index: head/cad/pcb/pkg-plist =================================================================== --- head/cad/pcb/pkg-plist (revision 495831) +++ head/cad/pcb/pkg-plist (revision 495832) @@ -1,1164 +1,1592 @@ bin/MergePCBPS bin/Merge_dimPCBPS bin/pcb %%PORTDOCS%%man/man1/pcb.1.gz share/applications/pcb.desktop -share/appdata/pcb.appdata.xml +share/gEDA/scheme/gnet-pcbfwd.scm share/icons/hicolor/16x16/mimetypes/application-x-excellon-16.png share/icons/hicolor/16x16/mimetypes/application-x-gerber-16.png share/icons/hicolor/16x16/mimetypes/application-x-pcb-footprint-16.png share/icons/hicolor/16x16/mimetypes/application-x-pcb-layout-16.png share/icons/hicolor/16x16/mimetypes/application-x-pcb-netlist-16.png share/icons/hicolor/22x22/mimetypes/application-x-excellon-22.png share/icons/hicolor/22x22/mimetypes/application-x-gerber-22.png share/icons/hicolor/22x22/mimetypes/application-x-pcb-footprint-22.png share/icons/hicolor/22x22/mimetypes/application-x-pcb-layout-22.png share/icons/hicolor/22x22/mimetypes/application-x-pcb-netlist-22.png share/icons/hicolor/24x24/mimetypes/application-x-excellon-24.png share/icons/hicolor/24x24/mimetypes/application-x-gerber-24.png share/icons/hicolor/24x24/mimetypes/application-x-pcb-footprint-24.png share/icons/hicolor/24x24/mimetypes/application-x-pcb-layout-24.png share/icons/hicolor/24x24/mimetypes/application-x-pcb-netlist-24.png share/icons/hicolor/32x32/mimetypes/application-x-excellon-32.png share/icons/hicolor/32x32/mimetypes/application-x-gerber-32.png share/icons/hicolor/32x32/mimetypes/application-x-pcb-footprint-32.png share/icons/hicolor/32x32/mimetypes/application-x-pcb-layout-32.png share/icons/hicolor/32x32/mimetypes/application-x-pcb-netlist-32.png share/icons/hicolor/48x48/apps/pcb-48.png share/icons/hicolor/48x48/mimetypes/application-x-excellon-48.png share/icons/hicolor/48x48/mimetypes/application-x-gerber-48.png share/icons/hicolor/48x48/mimetypes/application-x-pcb-footprint-48.png share/icons/hicolor/48x48/mimetypes/application-x-pcb-layout-48.png share/icons/hicolor/48x48/mimetypes/application-x-pcb-netlist-48.png share/icons/hicolor/scalable/apps/pcb.svg share/icons/hicolor/scalable/mimetypes/application-x-excellon.svg share/icons/hicolor/scalable/mimetypes/application-x-gerber.svg share/icons/hicolor/scalable/mimetypes/application-x-pcb-footprint.svg share/icons/hicolor/scalable/mimetypes/application-x-pcb-layout.svg share/icons/hicolor/scalable/mimetypes/application-x-pcb-netlist.svg +share/locale/de/LC_MESSAGES/pcb.mo +share/metainfo/pcb.appdata.xml share/mime/application/x-excellon.xml share/mime/application/x-gerber.xml share/mime/application/x-pcb-footprint.xml share/mime/application/x-pcb-layout.xml share/mime/application/x-pcb-netlist.xml share/mime/packages/pcb.xml -share/mimelnk/application/x-excellon.desktop -share/mimelnk/application/x-gerber.desktop -share/mimelnk/application/x-pcb-footprint.desktop -share/mimelnk/application/x-pcb-layout.desktop -share/mimelnk/application/x-pcb-netlist.desktop -share/gEDA/scheme/gnet-pcbfwd.scm +@dir %%DATADIR%%/newlib/sockets +%%DATADIR%%/CreateLibrary.sh +%%DATADIR%%/CreateLibraryContents.sh +%%DATADIR%%/ListLibraryContents.sh +%%DATADIR%%/QueryLibrary.sh %%DATADIR%%/default_font %%DATADIR%%/gpcb-menu.res +%%DATADIR%%/m4/TTL_74xx_DIL.m4 +%%DATADIR%%/m4/amp.inc +%%DATADIR%%/m4/amp.list +%%DATADIR%%/m4/amp.m4 +%%DATADIR%%/m4/amphenol.inc +%%DATADIR%%/m4/amphenol.list +%%DATADIR%%/m4/amphenol.m4 +%%DATADIR%%/m4/aries.inc +%%DATADIR%%/m4/aries.list +%%DATADIR%%/m4/aries.m4 +%%DATADIR%%/m4/bga.inc +%%DATADIR%%/m4/bourns.inc +%%DATADIR%%/m4/bourns.list +%%DATADIR%%/m4/bourns.m4 +%%DATADIR%%/m4/candk.inc +%%DATADIR%%/m4/candk.list +%%DATADIR%%/m4/candk.m4 +%%DATADIR%%/m4/common.m4 +%%DATADIR%%/m4/connector.inc +%%DATADIR%%/m4/connector.list +%%DATADIR%%/m4/connector.m4 +%%DATADIR%%/m4/crystal.list +%%DATADIR%%/m4/crystal.m4 +%%DATADIR%%/m4/cts.inc +%%DATADIR%%/m4/cts.list +%%DATADIR%%/m4/cts.m4 +%%DATADIR%%/m4/dil.inc +%%DATADIR%%/m4/geda.inc +%%DATADIR%%/m4/geda.list +%%DATADIR%%/m4/geda.m4 +%%DATADIR%%/m4/generic.list +%%DATADIR%%/m4/generic.m4 +%%DATADIR%%/m4/gtag.list +%%DATADIR%%/m4/gtag.m4 +%%DATADIR%%/m4/jerry.m4 +%%DATADIR%%/m4/johnstech.inc +%%DATADIR%%/m4/johnstech.list +%%DATADIR%%/m4/johnstech.m4 +%%DATADIR%%/m4/linear.m4 +%%DATADIR%%/m4/logic.m4 +%%DATADIR%%/m4/lsi.m4 +%%DATADIR%%/m4/memory.m4 +%%DATADIR%%/m4/minicircuits.inc +%%DATADIR%%/m4/minicircuits.list +%%DATADIR%%/m4/minicircuits.m4 +%%DATADIR%%/m4/misc.inc +%%DATADIR%%/m4/nichicon.inc +%%DATADIR%%/m4/nichicon.list +%%DATADIR%%/m4/nichicon.m4 +%%DATADIR%%/m4/optek.inc +%%DATADIR%%/m4/optek.list +%%DATADIR%%/m4/optek.m4 +%%DATADIR%%/m4/optical.list +%%DATADIR%%/m4/optical.m4 +%%DATADIR%%/m4/panasonic.inc +%%DATADIR%%/m4/panasonic.list +%%DATADIR%%/m4/panasonic.m4 +%%DATADIR%%/m4/pci.inc +%%DATADIR%%/m4/pci.list +%%DATADIR%%/m4/pci.m4 +%%DATADIR%%/m4/plcc.inc +%%DATADIR%%/m4/qfn.inc +%%DATADIR%%/m4/qfp.inc +%%DATADIR%%/m4/qfp2.inc +%%DATADIR%%/m4/qfpdj.inc +%%DATADIR%%/m4/resistor_0.25W.m4 +%%DATADIR%%/m4/resistor_adjust.inc +%%DATADIR%%/m4/resistor_adjust.m4 +%%DATADIR%%/m4/resistor_array.m4 +%%DATADIR%%/m4/rules.inc +%%DATADIR%%/m4/smt.inc +%%DATADIR%%/m4/tdk.inc +%%DATADIR%%/m4/tdk.list +%%DATADIR%%/m4/tdk.m4 +%%DATADIR%%/m4/texas_inst_amplifier.m4 +%%DATADIR%%/m4/texas_inst_voltage_reg.m4 +%%DATADIR%%/m4/to.inc +%%DATADIR%%/m4/toko.inc +%%DATADIR%%/m4/toko.list +%%DATADIR%%/m4/toko.m4 +%%DATADIR%%/m4/transistor.m4 +%%DATADIR%%/m4/united_chemicon.inc +%%DATADIR%%/m4/united_chemicon.list +%%DATADIR%%/m4/united_chemicon.m4 +%%DATADIR%%/m4/zif.inc +%%DATADIR%%/newlib/2_pin_thru-hole_packages/0.125W_Carbon_Resistor +%%DATADIR%%/newlib/2_pin_thru-hole_packages/1W_Carbon_Resistor +%%DATADIR%%/newlib/2_pin_thru-hole_packages/CK05_type_Capacitor +%%DATADIR%%/newlib/2_pin_thru-hole_packages/CK06_type_capacitor +%%DATADIR%%/newlib/2_pin_thru-hole_packages/IRU1015-33CT_3.3V_reg_TO220 +%%DATADIR%%/newlib/2_pin_thru-hole_packages/RN55_type_0.1W_Resistor +%%DATADIR%%/newlib/2_pin_thru-hole_packages/T1.75_LED +%%DATADIR%%/newlib/connectors/100_Pin_jack +%%DATADIR%%/newlib/connectors/16x1_SMD_jack +%%DATADIR%%/newlib/connectors/3terminal_screw_block +%%DATADIR%%/newlib/connectors/72pin45degreeSIMMconnector +%%DATADIR%%/newlib/connectors/MOLEX_miniFitJr-12pin +%%DATADIR%%/newlib/connectors/Power_Jack +%%DATADIR%%/newlib/connectors/RightAngleSMA +%%DATADIR%%/newlib/connectors/SJ-3523-SMT_3.5mm_stereo_jack +%%DATADIR%%/newlib/crystal/CTX169_oscillator +%%DATADIR%%/newlib/electro-optics/IRF_optical_switch +%%DATADIR%%/newlib/headers/0.1_inch_10pin +%%DATADIR%%/newlib/headers/0.1_inch_2pin +%%DATADIR%%/newlib/headers/2mm_8pin_header +%%DATADIR%%/newlib/keystone/KEYSTONE_1062.fp +%%DATADIR%%/newlib/msp430/MSP430F1121 +%%DATADIR%%/newlib/msp430/MSP430F1121+jtag +%%DATADIR%%/newlib/not_vetted_ingo/pc104+.ele +%%DATADIR%%/newlib/not_vetted_ingo/pc104.ele +%%DATADIR%%/newlib/not_vetted_ingo/pq100.ele +%%DATADIR%%/newlib/not_vetted_ingo/pq128.ele +%%DATADIR%%/newlib/not_vetted_ingo/pq144.ele +%%DATADIR%%/newlib/not_vetted_ingo/pq160.ele +%%DATADIR%%/newlib/not_vetted_ingo/pq208.ele +%%DATADIR%%/newlib/not_vetted_ingo/pq240.ele +%%DATADIR%%/newlib/not_vetted_ingo/pq304.ele +%%DATADIR%%/newlib/not_vetted_ingo/pq32.ele +%%DATADIR%%/newlib/not_vetted_ingo/pq44.ele +%%DATADIR%%/newlib/not_vetted_ingo/smt0402.ele +%%DATADIR%%/newlib/not_vetted_ingo/smt0603.ele +%%DATADIR%%/newlib/not_vetted_ingo/smt0805.ele +%%DATADIR%%/newlib/not_vetted_ingo/smt1206.ele +%%DATADIR%%/newlib/not_vetted_ingo/smt1210.ele +%%DATADIR%%/newlib/not_vetted_ingo/smt1913.ele +%%DATADIR%%/newlib/not_vetted_ingo/smt2416.ele +%%DATADIR%%/newlib/tests/14DIP_oval_pad +%%DATADIR%%/newlib/tests/Generic_TSOP48_Flash +%%DATADIR%%/newlib/tests/MONOBLOCK_large +%%DATADIR%%/newlib/tests/StrongARM_CPU +%%DATADIR%%/newlib/tests/TK11950 +%%DATADIR%%/newlib/tests/TO99fromLED +%%DATADIR%%/newlib/tests/UART +%%DATADIR%%/newlib/tests/monoblock_small %%DATADIR%%/pcb-menu.res +%%DATADIR%%/pcblib %%DATADIR%%/pcblib-newlib/amp/AMP_MICTOR_767054_1.fp %%DATADIR%%/pcblib-newlib/amp/AMP_MICTOR_767054_2.fp %%DATADIR%%/pcblib-newlib/amp/AMP_MICTOR_767054_3.fp %%DATADIR%%/pcblib-newlib/amp/AMP_MICTOR_767054_4.fp %%DATADIR%%/pcblib-newlib/amp/AMP_MICTOR_767054_5.fp %%DATADIR%%/pcblib-newlib/amp/AMP_MICTOR_767054_6.fp %%DATADIR%%/pcblib-newlib/amp/AMP_MICTOR_767054_7.fp %%DATADIR%%/pcblib-newlib/amp/index.html %%DATADIR%%/pcblib-newlib/amphenol/AMPHENOL_ARFX1229.fp %%DATADIR%%/pcblib-newlib/amphenol/AMPHENOL_ARFX1230.fp %%DATADIR%%/pcblib-newlib/amphenol/AMPHENOL_ARFX1231.fp %%DATADIR%%/pcblib-newlib/amphenol/AMPHENOL_ARFX1232.fp %%DATADIR%%/pcblib-newlib/amphenol/index.html +%%DATADIR%%/pcblib-newlib/aries/ARIES_24_3551_1.fp +%%DATADIR%%/pcblib-newlib/aries/ARIES_24_3552_1.fp +%%DATADIR%%/pcblib-newlib/aries/ARIES_24_3553_1.fp +%%DATADIR%%/pcblib-newlib/aries/ARIES_24_3554_1.fp +%%DATADIR%%/pcblib-newlib/aries/ARIES_24_6551_1.fp +%%DATADIR%%/pcblib-newlib/aries/ARIES_24_6552_1.fp +%%DATADIR%%/pcblib-newlib/aries/ARIES_24_6553_1.fp +%%DATADIR%%/pcblib-newlib/aries/ARIES_24_6554_1.fp +%%DATADIR%%/pcblib-newlib/aries/ARIES_28_3551_1.fp +%%DATADIR%%/pcblib-newlib/aries/ARIES_28_3552_1.fp +%%DATADIR%%/pcblib-newlib/aries/ARIES_28_3553_1.fp +%%DATADIR%%/pcblib-newlib/aries/ARIES_28_3554_1.fp +%%DATADIR%%/pcblib-newlib/aries/ARIES_28_6551_1.fp +%%DATADIR%%/pcblib-newlib/aries/ARIES_28_6552_1.fp +%%DATADIR%%/pcblib-newlib/aries/ARIES_28_6553_1.fp +%%DATADIR%%/pcblib-newlib/aries/ARIES_28_6554_1.fp +%%DATADIR%%/pcblib-newlib/aries/ARIES_32_3551_1.fp +%%DATADIR%%/pcblib-newlib/aries/ARIES_32_3552_1.fp +%%DATADIR%%/pcblib-newlib/aries/ARIES_32_3553_1.fp +%%DATADIR%%/pcblib-newlib/aries/ARIES_32_3554_1.fp +%%DATADIR%%/pcblib-newlib/aries/ARIES_32_6551_1.fp +%%DATADIR%%/pcblib-newlib/aries/ARIES_32_6552_1.fp +%%DATADIR%%/pcblib-newlib/aries/ARIES_32_6553_1.fp +%%DATADIR%%/pcblib-newlib/aries/ARIES_32_6554_1.fp +%%DATADIR%%/pcblib-newlib/aries/ARIES_36_3551_1.fp +%%DATADIR%%/pcblib-newlib/aries/ARIES_36_3552_1.fp +%%DATADIR%%/pcblib-newlib/aries/ARIES_36_3553_1.fp +%%DATADIR%%/pcblib-newlib/aries/ARIES_36_3554_1.fp +%%DATADIR%%/pcblib-newlib/aries/ARIES_36_6551_1.fp +%%DATADIR%%/pcblib-newlib/aries/ARIES_36_6552_1.fp +%%DATADIR%%/pcblib-newlib/aries/ARIES_36_6553_1.fp +%%DATADIR%%/pcblib-newlib/aries/ARIES_36_6554_1.fp +%%DATADIR%%/pcblib-newlib/aries/ARIES_40_3551_1.fp +%%DATADIR%%/pcblib-newlib/aries/ARIES_40_3552_1.fp +%%DATADIR%%/pcblib-newlib/aries/ARIES_40_3553_1.fp +%%DATADIR%%/pcblib-newlib/aries/ARIES_40_3554_1.fp +%%DATADIR%%/pcblib-newlib/aries/ARIES_40_6551_1.fp +%%DATADIR%%/pcblib-newlib/aries/ARIES_40_6552_1.fp +%%DATADIR%%/pcblib-newlib/aries/ARIES_40_6553_1.fp +%%DATADIR%%/pcblib-newlib/aries/ARIES_40_6554_1.fp +%%DATADIR%%/pcblib-newlib/aries/ARIES_42_3551_1.fp +%%DATADIR%%/pcblib-newlib/aries/ARIES_42_3552_1.fp +%%DATADIR%%/pcblib-newlib/aries/ARIES_42_3553_1.fp +%%DATADIR%%/pcblib-newlib/aries/ARIES_42_3554_1.fp +%%DATADIR%%/pcblib-newlib/aries/ARIES_42_6551_1.fp +%%DATADIR%%/pcblib-newlib/aries/ARIES_42_6552_1.fp +%%DATADIR%%/pcblib-newlib/aries/ARIES_42_6553_1.fp +%%DATADIR%%/pcblib-newlib/aries/ARIES_42_6554_1.fp +%%DATADIR%%/pcblib-newlib/aries/ARIES_44_3551_1.fp +%%DATADIR%%/pcblib-newlib/aries/ARIES_44_3552_1.fp +%%DATADIR%%/pcblib-newlib/aries/ARIES_44_3553_1.fp +%%DATADIR%%/pcblib-newlib/aries/ARIES_44_3554_1.fp +%%DATADIR%%/pcblib-newlib/aries/ARIES_44_6551_1.fp +%%DATADIR%%/pcblib-newlib/aries/ARIES_44_6552_1.fp +%%DATADIR%%/pcblib-newlib/aries/ARIES_44_6553_1.fp +%%DATADIR%%/pcblib-newlib/aries/ARIES_44_6554_1.fp +%%DATADIR%%/pcblib-newlib/aries/ARIES_48_3551_1.fp +%%DATADIR%%/pcblib-newlib/aries/ARIES_48_3552_1.fp +%%DATADIR%%/pcblib-newlib/aries/ARIES_48_3553_1.fp +%%DATADIR%%/pcblib-newlib/aries/ARIES_48_3554_1.fp +%%DATADIR%%/pcblib-newlib/aries/ARIES_48_6551_1.fp +%%DATADIR%%/pcblib-newlib/aries/ARIES_48_6552_1.fp +%%DATADIR%%/pcblib-newlib/aries/ARIES_48_6553_1.fp +%%DATADIR%%/pcblib-newlib/aries/ARIES_48_6554_1.fp +%%DATADIR%%/pcblib-newlib/aries/index.html %%DATADIR%%/pcblib-newlib/bourns/BOURNS_3224G.fp %%DATADIR%%/pcblib-newlib/bourns/BOURNS_3224J.fp %%DATADIR%%/pcblib-newlib/bourns/BOURNS_3224W.fp %%DATADIR%%/pcblib-newlib/bourns/BOURNS_3224X.fp %%DATADIR%%/pcblib-newlib/bourns/index.html %%DATADIR%%/pcblib-newlib/broken.html %%DATADIR%%/pcblib-newlib/candk/CANDK_ES01MSABE.fp %%DATADIR%%/pcblib-newlib/candk/CANDK_ES02MSABE.fp %%DATADIR%%/pcblib-newlib/candk/CANDK_ES03MSABE.fp %%DATADIR%%/pcblib-newlib/candk/index.html %%DATADIR%%/pcblib-newlib/connector/BNC_LAY.fp %%DATADIR%%/pcblib-newlib/connector/CONNECTOR 1 2.fp %%DATADIR%%/pcblib-newlib/connector/CONNECTOR 10 2.fp %%DATADIR%%/pcblib-newlib/connector/CONNECTOR 2 2.fp %%DATADIR%%/pcblib-newlib/connector/CONNECTOR 25 2.fp %%DATADIR%%/pcblib-newlib/connector/CONNECTOR 3 2.fp %%DATADIR%%/pcblib-newlib/connector/CONNECTOR 4 2.fp %%DATADIR%%/pcblib-newlib/connector/CONNECTOR 4 3.fp %%DATADIR%%/pcblib-newlib/connector/CONNECTOR 5 2.fp %%DATADIR%%/pcblib-newlib/connector/CONNECTOR 5 3.fp %%DATADIR%%/pcblib-newlib/connector/CONNECTOR 6 3.fp %%DATADIR%%/pcblib-newlib/connector/CONNECTOR 7 2.fp %%DATADIR%%/pcblib-newlib/connector/CONNECTOR 8 2.fp %%DATADIR%%/pcblib-newlib/connector/DIN41_612FEMALE ab.fp %%DATADIR%%/pcblib-newlib/connector/DIN41_612FEMALE abc.fp %%DATADIR%%/pcblib-newlib/connector/DIN41_612FEMALE ac.fp %%DATADIR%%/pcblib-newlib/connector/DIN41_612FEMALE_SMALL.fp %%DATADIR%%/pcblib-newlib/connector/DIN41_612MALE ab.fp %%DATADIR%%/pcblib-newlib/connector/DIN41_612MALE abc.fp %%DATADIR%%/pcblib-newlib/connector/DIN41_612MALE ac.fp %%DATADIR%%/pcblib-newlib/connector/DIN41_612MALE_SMALL.fp %%DATADIR%%/pcblib-newlib/connector/DIN41_651LAY 10.fp %%DATADIR%%/pcblib-newlib/connector/DIN41_651LAY 14.fp %%DATADIR%%/pcblib-newlib/connector/DIN41_651LAY 16.fp %%DATADIR%%/pcblib-newlib/connector/DIN41_651LAY 18.fp %%DATADIR%%/pcblib-newlib/connector/DIN41_651LAY 20.fp %%DATADIR%%/pcblib-newlib/connector/DIN41_651LAY 22.fp %%DATADIR%%/pcblib-newlib/connector/DIN41_651LAY 24.fp %%DATADIR%%/pcblib-newlib/connector/DIN41_651LAY 26.fp %%DATADIR%%/pcblib-newlib/connector/DIN41_651LAY 34.fp %%DATADIR%%/pcblib-newlib/connector/DIN41_651LAY 40.fp %%DATADIR%%/pcblib-newlib/connector/DIN41_651LAY 50.fp %%DATADIR%%/pcblib-newlib/connector/DIN41_651LAY 64.fp %%DATADIR%%/pcblib-newlib/connector/DIN41_651STAND 10.fp %%DATADIR%%/pcblib-newlib/connector/DIN41_651STAND 14.fp %%DATADIR%%/pcblib-newlib/connector/DIN41_651STAND 16.fp %%DATADIR%%/pcblib-newlib/connector/DIN41_651STAND 18.fp %%DATADIR%%/pcblib-newlib/connector/DIN41_651STAND 20.fp %%DATADIR%%/pcblib-newlib/connector/DIN41_651STAND 22.fp %%DATADIR%%/pcblib-newlib/connector/DIN41_651STAND 24.fp %%DATADIR%%/pcblib-newlib/connector/DIN41_651STAND 26.fp %%DATADIR%%/pcblib-newlib/connector/DIN41_651STAND 34.fp %%DATADIR%%/pcblib-newlib/connector/DIN41_651STAND 40.fp %%DATADIR%%/pcblib-newlib/connector/DIN41_651STAND 50.fp %%DATADIR%%/pcblib-newlib/connector/DIN41_651STAND 64.fp %%DATADIR%%/pcblib-newlib/connector/MOLEX_025 100.fp %%DATADIR%%/pcblib-newlib/connector/MOLEX_025 120.fp %%DATADIR%%/pcblib-newlib/connector/MOLEX_025 140.fp %%DATADIR%%/pcblib-newlib/connector/MOLEX_025 160.fp %%DATADIR%%/pcblib-newlib/connector/MOLEX_025 180.fp %%DATADIR%%/pcblib-newlib/connector/MOLEX_025 20.fp %%DATADIR%%/pcblib-newlib/connector/MOLEX_025 200.fp %%DATADIR%%/pcblib-newlib/connector/MOLEX_025 240.fp %%DATADIR%%/pcblib-newlib/connector/MOLEX_025 30.fp %%DATADIR%%/pcblib-newlib/connector/MOLEX_025 40.fp %%DATADIR%%/pcblib-newlib/connector/MOLEX_025 50.fp %%DATADIR%%/pcblib-newlib/connector/MOLEX_025 60.fp %%DATADIR%%/pcblib-newlib/connector/MOLEX_025 68.fp %%DATADIR%%/pcblib-newlib/connector/MOLEX_025 70.fp %%DATADIR%%/pcblib-newlib/connector/MOLEX_025 80.fp %%DATADIR%%/pcblib-newlib/connector/MOLEX_025 90.fp %%DATADIR%%/pcblib-newlib/connector/MTA_156 2.fp %%DATADIR%%/pcblib-newlib/connector/NANOENGINE.fp %%DATADIR%%/pcblib-newlib/connector/SMA_VERT.fp %%DATADIR%%/pcblib-newlib/connector/SUBD_FEMALE_LAY 15.fp %%DATADIR%%/pcblib-newlib/connector/SUBD_FEMALE_LAY 25.fp %%DATADIR%%/pcblib-newlib/connector/SUBD_FEMALE_LAY 9.fp %%DATADIR%%/pcblib-newlib/connector/SUBD_MALE_LAY 15.fp %%DATADIR%%/pcblib-newlib/connector/SUBD_MALE_LAY 25.fp %%DATADIR%%/pcblib-newlib/connector/SUBD_MALE_LAY 9.fp %%DATADIR%%/pcblib-newlib/connector/index.html %%DATADIR%%/pcblib-newlib/crystal/CRYSTAL 300.fp %%DATADIR%%/pcblib-newlib/crystal/index.html %%DATADIR%%/pcblib-newlib/cts/CTS_742C_04.fp %%DATADIR%%/pcblib-newlib/cts/CTS_742C_08.fp %%DATADIR%%/pcblib-newlib/cts/CTS_742C_16.fp %%DATADIR%%/pcblib-newlib/cts/CTS_742X_08.fp %%DATADIR%%/pcblib-newlib/cts/CTS_743C_04.fp %%DATADIR%%/pcblib-newlib/cts/CTS_743C_08.fp %%DATADIR%%/pcblib-newlib/cts/CTS_744C_04.fp %%DATADIR%%/pcblib-newlib/cts/CTS_744C_08.fp %%DATADIR%%/pcblib-newlib/cts/CTS_745C_10.fp %%DATADIR%%/pcblib-newlib/cts/CTS_745X_10.fp %%DATADIR%%/pcblib-newlib/cts/CTS_746X_10.fp %%DATADIR%%/pcblib-newlib/cts/index.html %%DATADIR%%/pcblib-newlib/geda/01005.fp %%DATADIR%%/pcblib-newlib/geda/0201.fp %%DATADIR%%/pcblib-newlib/geda/0402.fp %%DATADIR%%/pcblib-newlib/geda/0603.fp %%DATADIR%%/pcblib-newlib/geda/0805.fp %%DATADIR%%/pcblib-newlib/geda/1008.fp %%DATADIR%%/pcblib-newlib/geda/1206.fp %%DATADIR%%/pcblib-newlib/geda/1210.fp %%DATADIR%%/pcblib-newlib/geda/1806.fp %%DATADIR%%/pcblib-newlib/geda/1825.fp %%DATADIR%%/pcblib-newlib/geda/2706.fp %%DATADIR%%/pcblib-newlib/geda/ACY100.fp %%DATADIR%%/pcblib-newlib/geda/ACY1000.fp %%DATADIR%%/pcblib-newlib/geda/ACY1000P.fp %%DATADIR%%/pcblib-newlib/geda/ACY100P.fp %%DATADIR%%/pcblib-newlib/geda/ACY1100.fp %%DATADIR%%/pcblib-newlib/geda/ACY1100P.fp %%DATADIR%%/pcblib-newlib/geda/ACY1200.fp %%DATADIR%%/pcblib-newlib/geda/ACY1200P.fp %%DATADIR%%/pcblib-newlib/geda/ACY1300.fp %%DATADIR%%/pcblib-newlib/geda/ACY1300P.fp %%DATADIR%%/pcblib-newlib/geda/ACY1400.fp %%DATADIR%%/pcblib-newlib/geda/ACY1400P.fp %%DATADIR%%/pcblib-newlib/geda/ACY150.fp %%DATADIR%%/pcblib-newlib/geda/ACY1500.fp %%DATADIR%%/pcblib-newlib/geda/ACY1500P.fp %%DATADIR%%/pcblib-newlib/geda/ACY150P.fp %%DATADIR%%/pcblib-newlib/geda/ACY1600.fp %%DATADIR%%/pcblib-newlib/geda/ACY1600P.fp %%DATADIR%%/pcblib-newlib/geda/ACY200.fp %%DATADIR%%/pcblib-newlib/geda/ACY200P.fp %%DATADIR%%/pcblib-newlib/geda/ACY300.fp %%DATADIR%%/pcblib-newlib/geda/ACY300P.fp %%DATADIR%%/pcblib-newlib/geda/ACY400.fp %%DATADIR%%/pcblib-newlib/geda/ACY400P.fp %%DATADIR%%/pcblib-newlib/geda/ACY500.fp %%DATADIR%%/pcblib-newlib/geda/ACY500P.fp %%DATADIR%%/pcblib-newlib/geda/ACY600.fp %%DATADIR%%/pcblib-newlib/geda/ACY600P.fp %%DATADIR%%/pcblib-newlib/geda/ACY700.fp %%DATADIR%%/pcblib-newlib/geda/ACY700P.fp %%DATADIR%%/pcblib-newlib/geda/ACY800.fp %%DATADIR%%/pcblib-newlib/geda/ACY800P.fp %%DATADIR%%/pcblib-newlib/geda/ACY900.fp %%DATADIR%%/pcblib-newlib/geda/ACY900P.fp %%DATADIR%%/pcblib-newlib/geda/ALF1000.fp %%DATADIR%%/pcblib-newlib/geda/ALF300.fp %%DATADIR%%/pcblib-newlib/geda/ALF400.fp %%DATADIR%%/pcblib-newlib/geda/ALF500.fp %%DATADIR%%/pcblib-newlib/geda/ALF600.fp %%DATADIR%%/pcblib-newlib/geda/ALF700.fp %%DATADIR%%/pcblib-newlib/geda/ALF800.fp %%DATADIR%%/pcblib-newlib/geda/ALF900.fp %%DATADIR%%/pcblib-newlib/geda/CAPC0402L.fp %%DATADIR%%/pcblib-newlib/geda/CAPC0402M.fp %%DATADIR%%/pcblib-newlib/geda/CAPC0402N.fp %%DATADIR%%/pcblib-newlib/geda/CAPC0603L.fp %%DATADIR%%/pcblib-newlib/geda/CAPC0603M.fp %%DATADIR%%/pcblib-newlib/geda/CAPC0603N.fp %%DATADIR%%/pcblib-newlib/geda/CAPC1005L.fp %%DATADIR%%/pcblib-newlib/geda/CAPC1005M.fp %%DATADIR%%/pcblib-newlib/geda/CAPC1005N.fp %%DATADIR%%/pcblib-newlib/geda/CAPC1608L.fp %%DATADIR%%/pcblib-newlib/geda/CAPC1608M.fp %%DATADIR%%/pcblib-newlib/geda/CAPC1608N.fp %%DATADIR%%/pcblib-newlib/geda/CAPC2012L.fp %%DATADIR%%/pcblib-newlib/geda/CAPC2012M.fp %%DATADIR%%/pcblib-newlib/geda/CAPC2012N.fp %%DATADIR%%/pcblib-newlib/geda/CAPC3216L.fp %%DATADIR%%/pcblib-newlib/geda/CAPC3216M.fp %%DATADIR%%/pcblib-newlib/geda/CAPC3216N.fp %%DATADIR%%/pcblib-newlib/geda/CAPC3225L.fp %%DATADIR%%/pcblib-newlib/geda/CAPC3225M.fp %%DATADIR%%/pcblib-newlib/geda/CAPC3225N.fp %%DATADIR%%/pcblib-newlib/geda/CAPC4532L.fp %%DATADIR%%/pcblib-newlib/geda/CAPC4532M.fp %%DATADIR%%/pcblib-newlib/geda/CAPC4532N.fp %%DATADIR%%/pcblib-newlib/geda/CAPC4564L.fp %%DATADIR%%/pcblib-newlib/geda/CAPC4564M.fp %%DATADIR%%/pcblib-newlib/geda/CAPC4564N.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD1000W170D2200H2500A.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD1000W170D2200H2500B.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD1000W170D2200H2500C.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD1000W170D2200H3000A.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD1000W170D2200H3000B.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD1000W170D2200H3000C.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD1000W170D2200H3500A.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD1000W170D2200H3500B.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD1000W170D2200H3500C.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD1000W170D2200H4000A.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD1000W170D2200H4000B.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD1000W170D2200H4000C.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD1000W170D2200H4500A.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD1000W170D2200H4500B.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD1000W170D2200H4500C.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD1000W170D2200H5000A.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD1000W170D2200H5000B.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD1000W170D2200H5000C.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD1000W170D2500H2500A.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD1000W170D2500H2500B.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD1000W170D2500H2500C.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD1000W170D2500H3000A.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD1000W170D2500H3000B.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD1000W170D2500H3000C.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD1000W170D2500H3500A.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD1000W170D2500H3500B.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD1000W170D2500H3500C.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD1000W170D2500H4000A.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD1000W170D2500H4000B.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD1000W170D2500H4000C.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD1000W170D2500H4500A.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD1000W170D2500H4500B.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD1000W170D2500H4500C.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD1000W170D2500H5000A.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD1000W170D2500H5000B.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD1000W170D2500H5000C.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD1000W170D3000H2500A.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD1000W170D3000H2500B.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD1000W170D3000H2500C.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD1000W170D3000H3000A.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD1000W170D3000H3000B.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD1000W170D3000H3000C.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD1000W170D3000H3500A.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD1000W170D3000H3500B.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD1000W170D3000H3500C.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD1000W170D3000H4000A.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD1000W170D3000H4000B.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD1000W170D3000H4000C.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD1000W170D3000H4500A.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD1000W170D3000H4500B.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD1000W170D3000H4500C.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD1000W170D3000H5000A.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD1000W170D3000H5000B.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD1000W170D3000H5000C.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD1000W170D3500H2500A.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD1000W170D3500H2500B.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD1000W170D3500H2500C.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD1000W170D3500H3000A.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD1000W170D3500H3000B.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD1000W170D3500H3000C.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD1000W170D3500H3500A.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD1000W170D3500H3500B.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD1000W170D3500H3500C.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD1000W170D3500H4000A.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD1000W170D3500H4000B.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD1000W170D3500H4000C.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD1000W170D3500H4500A.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD1000W170D3500H4500B.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD1000W170D3500H4500C.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD1000W170D3500H5000A.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD1000W170D3500H5000B.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD1000W170D3500H5000C.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD1000W170D3500H5800A.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD1000W170D3500H5800B.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD1000W170D3500H5800C.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD500W60D1000H3150A.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD500W60D1000H3150B.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD500W60D1000H3150C.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD500W60D1250H2500A.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD500W60D1250H2500B.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD500W60D1250H2500C.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD500W80D1250H3150A.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD500W80D1250H3150B.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD500W80D1250H3150C.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD500W80D1250H3550A.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD500W80D1250H3550B.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD500W80D1250H3550C.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD500W80D1250H4000A.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD500W80D1250H4000B.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD500W80D1250H4000C.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD750W80D1600H3150A.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD750W80D1600H3150B.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD750W80D1600H3150C.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD750W80D1600H3550A.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD750W80D1600H3550B.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD750W80D1600H3550C.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD750W80D1600H4000A.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD750W80D1600H4000B.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD750W80D1600H4000C.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD750W80D1800H3150A.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD750W80D1800H3150B.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD750W80D1800H3150C.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD750W80D1800H3550A.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD750W80D1800H3550B.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD750W80D1800H3550C.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD750W80D1800H4000A.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD750W80D1800H4000B.fp +%%DATADIR%%/pcblib-newlib/geda/CAPPRD750W80D1800H4000C.fp %%DATADIR%%/pcblib-newlib/geda/DB15F.fp %%DATADIR%%/pcblib-newlib/geda/DB15M.fp %%DATADIR%%/pcblib-newlib/geda/DB25F.fp %%DATADIR%%/pcblib-newlib/geda/DB25M.fp %%DATADIR%%/pcblib-newlib/geda/DB37F.fp %%DATADIR%%/pcblib-newlib/geda/DB37M.fp %%DATADIR%%/pcblib-newlib/geda/DB9F.fp %%DATADIR%%/pcblib-newlib/geda/DB9M.fp %%DATADIR%%/pcblib-newlib/geda/DIN41612C64F.fp %%DATADIR%%/pcblib-newlib/geda/DIN41612C64FS.fp %%DATADIR%%/pcblib-newlib/geda/DIN41612C64M.fp %%DATADIR%%/pcblib-newlib/geda/DIN41612C64MS.fp %%DATADIR%%/pcblib-newlib/geda/DIN41612C96F.fp %%DATADIR%%/pcblib-newlib/geda/DIN41612C96FS.fp %%DATADIR%%/pcblib-newlib/geda/DIN41612C96M.fp %%DATADIR%%/pcblib-newlib/geda/DIN41612C96MS.fp %%DATADIR%%/pcblib-newlib/geda/DIN41651_10.fp %%DATADIR%%/pcblib-newlib/geda/DIN41651_10S.fp %%DATADIR%%/pcblib-newlib/geda/DIN41651_14.fp %%DATADIR%%/pcblib-newlib/geda/DIN41651_14S.fp %%DATADIR%%/pcblib-newlib/geda/DIN41651_16.fp %%DATADIR%%/pcblib-newlib/geda/DIN41651_16S.fp %%DATADIR%%/pcblib-newlib/geda/DIN41651_20.fp %%DATADIR%%/pcblib-newlib/geda/DIN41651_20S.fp %%DATADIR%%/pcblib-newlib/geda/DIN41651_26.fp %%DATADIR%%/pcblib-newlib/geda/DIN41651_26S.fp %%DATADIR%%/pcblib-newlib/geda/DIN41651_34.fp %%DATADIR%%/pcblib-newlib/geda/DIN41651_34S.fp %%DATADIR%%/pcblib-newlib/geda/DIN41651_40.fp %%DATADIR%%/pcblib-newlib/geda/DIN41651_40S.fp %%DATADIR%%/pcblib-newlib/geda/DIN41651_50.fp %%DATADIR%%/pcblib-newlib/geda/DIN41651_50S.fp %%DATADIR%%/pcblib-newlib/geda/DIN41651_60.fp %%DATADIR%%/pcblib-newlib/geda/DIN41651_60S.fp %%DATADIR%%/pcblib-newlib/geda/DIN41651_64.fp %%DATADIR%%/pcblib-newlib/geda/DIN41651_64S.fp +%%DATADIR%%/pcblib-newlib/geda/DIOAD1170W87L521D272C.fp +%%DATADIR%%/pcblib-newlib/geda/DIOAD1221W87L521D272B.fp +%%DATADIR%%/pcblib-newlib/geda/DIOAD1290W87L521D272A.fp %%DATADIR%%/pcblib-newlib/geda/DIP14.fp %%DATADIR%%/pcblib-newlib/geda/DIP14M.fp %%DATADIR%%/pcblib-newlib/geda/DIP16.fp %%DATADIR%%/pcblib-newlib/geda/DIP16M.fp %%DATADIR%%/pcblib-newlib/geda/DIP18.fp %%DATADIR%%/pcblib-newlib/geda/DIP18M.fp %%DATADIR%%/pcblib-newlib/geda/DIP20.fp %%DATADIR%%/pcblib-newlib/geda/DIP20M.fp %%DATADIR%%/pcblib-newlib/geda/DIP22.fp %%DATADIR%%/pcblib-newlib/geda/DIP22M.fp %%DATADIR%%/pcblib-newlib/geda/DIP24.fp %%DATADIR%%/pcblib-newlib/geda/DIP24M.fp %%DATADIR%%/pcblib-newlib/geda/DIP24N.fp %%DATADIR%%/pcblib-newlib/geda/DIP28.fp %%DATADIR%%/pcblib-newlib/geda/DIP28M.fp %%DATADIR%%/pcblib-newlib/geda/DIP28N.fp %%DATADIR%%/pcblib-newlib/geda/DIP32.fp %%DATADIR%%/pcblib-newlib/geda/DIP36.fp %%DATADIR%%/pcblib-newlib/geda/DIP4.fp %%DATADIR%%/pcblib-newlib/geda/DIP40.fp %%DATADIR%%/pcblib-newlib/geda/DIP42.fp %%DATADIR%%/pcblib-newlib/geda/DIP44.fp %%DATADIR%%/pcblib-newlib/geda/DIP48.fp %%DATADIR%%/pcblib-newlib/geda/DIP6.fp %%DATADIR%%/pcblib-newlib/geda/DIP64.fp %%DATADIR%%/pcblib-newlib/geda/DIP8.fp %%DATADIR%%/pcblib-newlib/geda/DIP8M.fp %%DATADIR%%/pcblib-newlib/geda/DO214.fp %%DATADIR%%/pcblib-newlib/geda/DO214AB.fp +%%DATADIR%%/pcblib-newlib/geda/DO41_H_L.fp +%%DATADIR%%/pcblib-newlib/geda/DO41_H_M.fp +%%DATADIR%%/pcblib-newlib/geda/DO41_H_N.fp %%DATADIR%%/pcblib-newlib/geda/EIA3216.fp %%DATADIR%%/pcblib-newlib/geda/EIA3528.fp %%DATADIR%%/pcblib-newlib/geda/EIA6032.fp %%DATADIR%%/pcblib-newlib/geda/EIA7343.fp %%DATADIR%%/pcblib-newlib/geda/EMI0603.fp %%DATADIR%%/pcblib-newlib/geda/EMI0805.fp %%DATADIR%%/pcblib-newlib/geda/EMI1206.fp %%DATADIR%%/pcblib-newlib/geda/EMI1806.fp %%DATADIR%%/pcblib-newlib/geda/HC49.fp %%DATADIR%%/pcblib-newlib/geda/HC49U.fp %%DATADIR%%/pcblib-newlib/geda/HC49UH.fp %%DATADIR%%/pcblib-newlib/geda/HC49U_3.fp %%DATADIR%%/pcblib-newlib/geda/HC49U_3H.fp %%DATADIR%%/pcblib-newlib/geda/HC51U.fp %%DATADIR%%/pcblib-newlib/geda/HC51UH.fp %%DATADIR%%/pcblib-newlib/geda/HEADER10_1.fp %%DATADIR%%/pcblib-newlib/geda/HEADER10_2.fp %%DATADIR%%/pcblib-newlib/geda/HEADER12_1.fp %%DATADIR%%/pcblib-newlib/geda/HEADER12_2.fp %%DATADIR%%/pcblib-newlib/geda/HEADER14_1.fp %%DATADIR%%/pcblib-newlib/geda/HEADER14_2.fp %%DATADIR%%/pcblib-newlib/geda/HEADER16_1.fp %%DATADIR%%/pcblib-newlib/geda/HEADER16_2.fp %%DATADIR%%/pcblib-newlib/geda/HEADER18_1.fp %%DATADIR%%/pcblib-newlib/geda/HEADER18_2.fp %%DATADIR%%/pcblib-newlib/geda/HEADER20_1.fp %%DATADIR%%/pcblib-newlib/geda/HEADER20_2.fp %%DATADIR%%/pcblib-newlib/geda/HEADER22_1.fp %%DATADIR%%/pcblib-newlib/geda/HEADER22_2.fp %%DATADIR%%/pcblib-newlib/geda/HEADER24_1.fp %%DATADIR%%/pcblib-newlib/geda/HEADER24_2.fp %%DATADIR%%/pcblib-newlib/geda/HEADER26_1.fp %%DATADIR%%/pcblib-newlib/geda/HEADER26_2.fp %%DATADIR%%/pcblib-newlib/geda/HEADER28_1.fp %%DATADIR%%/pcblib-newlib/geda/HEADER28_2.fp %%DATADIR%%/pcblib-newlib/geda/HEADER2_1.fp %%DATADIR%%/pcblib-newlib/geda/HEADER2_2.fp %%DATADIR%%/pcblib-newlib/geda/HEADER30_1.fp %%DATADIR%%/pcblib-newlib/geda/HEADER30_2.fp %%DATADIR%%/pcblib-newlib/geda/HEADER32_1.fp %%DATADIR%%/pcblib-newlib/geda/HEADER32_2.fp %%DATADIR%%/pcblib-newlib/geda/HEADER34_1.fp %%DATADIR%%/pcblib-newlib/geda/HEADER34_2.fp %%DATADIR%%/pcblib-newlib/geda/HEADER36_1.fp %%DATADIR%%/pcblib-newlib/geda/HEADER36_2.fp %%DATADIR%%/pcblib-newlib/geda/HEADER38_1.fp %%DATADIR%%/pcblib-newlib/geda/HEADER38_2.fp %%DATADIR%%/pcblib-newlib/geda/HEADER40_1.fp %%DATADIR%%/pcblib-newlib/geda/HEADER40_2.fp %%DATADIR%%/pcblib-newlib/geda/HEADER42_1.fp %%DATADIR%%/pcblib-newlib/geda/HEADER42_2.fp %%DATADIR%%/pcblib-newlib/geda/HEADER44_1.fp %%DATADIR%%/pcblib-newlib/geda/HEADER44_2.fp %%DATADIR%%/pcblib-newlib/geda/HEADER46_1.fp %%DATADIR%%/pcblib-newlib/geda/HEADER46_2.fp %%DATADIR%%/pcblib-newlib/geda/HEADER48_1.fp %%DATADIR%%/pcblib-newlib/geda/HEADER48_2.fp %%DATADIR%%/pcblib-newlib/geda/HEADER4_1.fp %%DATADIR%%/pcblib-newlib/geda/HEADER4_2.fp %%DATADIR%%/pcblib-newlib/geda/HEADER50_1.fp %%DATADIR%%/pcblib-newlib/geda/HEADER50_2.fp %%DATADIR%%/pcblib-newlib/geda/HEADER52_1.fp %%DATADIR%%/pcblib-newlib/geda/HEADER52_2.fp %%DATADIR%%/pcblib-newlib/geda/HEADER54_1.fp %%DATADIR%%/pcblib-newlib/geda/HEADER54_2.fp %%DATADIR%%/pcblib-newlib/geda/HEADER56_1.fp %%DATADIR%%/pcblib-newlib/geda/HEADER56_2.fp %%DATADIR%%/pcblib-newlib/geda/HEADER58_1.fp %%DATADIR%%/pcblib-newlib/geda/HEADER58_2.fp %%DATADIR%%/pcblib-newlib/geda/HEADER60_1.fp %%DATADIR%%/pcblib-newlib/geda/HEADER60_2.fp %%DATADIR%%/pcblib-newlib/geda/HEADER62_1.fp %%DATADIR%%/pcblib-newlib/geda/HEADER62_2.fp %%DATADIR%%/pcblib-newlib/geda/HEADER64_1.fp %%DATADIR%%/pcblib-newlib/geda/HEADER64_2.fp %%DATADIR%%/pcblib-newlib/geda/HEADER6_1.fp %%DATADIR%%/pcblib-newlib/geda/HEADER6_2.fp %%DATADIR%%/pcblib-newlib/geda/HEADER80_1.fp %%DATADIR%%/pcblib-newlib/geda/HEADER80_2.fp %%DATADIR%%/pcblib-newlib/geda/HEADER8_1.fp %%DATADIR%%/pcblib-newlib/geda/HEADER8_2.fp %%DATADIR%%/pcblib-newlib/geda/HEPTAWATT.fp +%%DATADIR%%/pcblib-newlib/geda/INDAD1520W80L1200D650C.fp +%%DATADIR%%/pcblib-newlib/geda/INDAD1560W80L1200D650B.fp +%%DATADIR%%/pcblib-newlib/geda/INDAD1600W80L1200D650A.fp %%DATADIR%%/pcblib-newlib/geda/INDC0402L.fp %%DATADIR%%/pcblib-newlib/geda/INDC0402M.fp %%DATADIR%%/pcblib-newlib/geda/INDC0402N.fp %%DATADIR%%/pcblib-newlib/geda/INDC1005L.fp %%DATADIR%%/pcblib-newlib/geda/INDC1005M.fp %%DATADIR%%/pcblib-newlib/geda/INDC1005N.fp %%DATADIR%%/pcblib-newlib/geda/INDC1608L.fp %%DATADIR%%/pcblib-newlib/geda/INDC1608M.fp %%DATADIR%%/pcblib-newlib/geda/INDC1608N.fp %%DATADIR%%/pcblib-newlib/geda/INDC2012L.fp %%DATADIR%%/pcblib-newlib/geda/INDC2012M.fp %%DATADIR%%/pcblib-newlib/geda/INDC2012N.fp %%DATADIR%%/pcblib-newlib/geda/INDC2520L.fp %%DATADIR%%/pcblib-newlib/geda/INDC2520M.fp %%DATADIR%%/pcblib-newlib/geda/INDC2520N.fp %%DATADIR%%/pcblib-newlib/geda/INDC3216L.fp %%DATADIR%%/pcblib-newlib/geda/INDC3216M.fp %%DATADIR%%/pcblib-newlib/geda/INDC3216N.fp %%DATADIR%%/pcblib-newlib/geda/INDC3225L.fp %%DATADIR%%/pcblib-newlib/geda/INDC3225M.fp %%DATADIR%%/pcblib-newlib/geda/INDC3225N.fp %%DATADIR%%/pcblib-newlib/geda/INDC4509L.fp %%DATADIR%%/pcblib-newlib/geda/INDC4509M.fp %%DATADIR%%/pcblib-newlib/geda/INDC4509N.fp %%DATADIR%%/pcblib-newlib/geda/INDC4532L.fp %%DATADIR%%/pcblib-newlib/geda/INDC4532M.fp %%DATADIR%%/pcblib-newlib/geda/INDC4532N.fp %%DATADIR%%/pcblib-newlib/geda/JUMPER1.fp %%DATADIR%%/pcblib-newlib/geda/JUMPER10.fp %%DATADIR%%/pcblib-newlib/geda/JUMPER11.fp %%DATADIR%%/pcblib-newlib/geda/JUMPER12.fp %%DATADIR%%/pcblib-newlib/geda/JUMPER13.fp %%DATADIR%%/pcblib-newlib/geda/JUMPER14.fp %%DATADIR%%/pcblib-newlib/geda/JUMPER15.fp %%DATADIR%%/pcblib-newlib/geda/JUMPER16.fp %%DATADIR%%/pcblib-newlib/geda/JUMPER17.fp %%DATADIR%%/pcblib-newlib/geda/JUMPER18.fp %%DATADIR%%/pcblib-newlib/geda/JUMPER19.fp %%DATADIR%%/pcblib-newlib/geda/JUMPER2.fp %%DATADIR%%/pcblib-newlib/geda/JUMPER20.fp %%DATADIR%%/pcblib-newlib/geda/JUMPER21.fp %%DATADIR%%/pcblib-newlib/geda/JUMPER22.fp %%DATADIR%%/pcblib-newlib/geda/JUMPER23.fp %%DATADIR%%/pcblib-newlib/geda/JUMPER24.fp %%DATADIR%%/pcblib-newlib/geda/JUMPER25.fp %%DATADIR%%/pcblib-newlib/geda/JUMPER26.fp %%DATADIR%%/pcblib-newlib/geda/JUMPER3.fp %%DATADIR%%/pcblib-newlib/geda/JUMPER4.fp %%DATADIR%%/pcblib-newlib/geda/JUMPER5.fp %%DATADIR%%/pcblib-newlib/geda/JUMPER6.fp %%DATADIR%%/pcblib-newlib/geda/JUMPER7.fp %%DATADIR%%/pcblib-newlib/geda/JUMPER8.fp %%DATADIR%%/pcblib-newlib/geda/JUMPER9.fp %%DATADIR%%/pcblib-newlib/geda/LED3.fp %%DATADIR%%/pcblib-newlib/geda/LED5.fp %%DATADIR%%/pcblib-newlib/geda/LQFP100_10.fp %%DATADIR%%/pcblib-newlib/geda/LQFP100_14.fp %%DATADIR%%/pcblib-newlib/geda/LQFP112_20.fp %%DATADIR%%/pcblib-newlib/geda/LQFP120_16.fp %%DATADIR%%/pcblib-newlib/geda/LQFP128_14.fp %%DATADIR%%/pcblib-newlib/geda/LQFP128_14_EP.fp %%DATADIR%%/pcblib-newlib/geda/LQFP128_R.fp %%DATADIR%%/pcblib-newlib/geda/LQFP144_20.fp %%DATADIR%%/pcblib-newlib/geda/LQFP160_24.fp %%DATADIR%%/pcblib-newlib/geda/LQFP176_24.fp %%DATADIR%%/pcblib-newlib/geda/LQFP24_4.fp %%DATADIR%%/pcblib-newlib/geda/LQFP32_5.fp %%DATADIR%%/pcblib-newlib/geda/LQFP32_7.fp %%DATADIR%%/pcblib-newlib/geda/LQFP44_10.fp %%DATADIR%%/pcblib-newlib/geda/LQFP48_12.fp %%DATADIR%%/pcblib-newlib/geda/LQFP48_7.fp %%DATADIR%%/pcblib-newlib/geda/LQFP52_10.fp %%DATADIR%%/pcblib-newlib/geda/LQFP64_10.fp %%DATADIR%%/pcblib-newlib/geda/LQFP64_14.fp %%DATADIR%%/pcblib-newlib/geda/LQFP64_7.fp %%DATADIR%%/pcblib-newlib/geda/LQFP72_10.fp +%%DATADIR%%/pcblib-newlib/geda/LQFP80_10.fp %%DATADIR%%/pcblib-newlib/geda/LQFP80_12.fp %%DATADIR%%/pcblib-newlib/geda/LQFP80_14.fp %%DATADIR%%/pcblib-newlib/geda/MPAK.fp %%DATADIR%%/pcblib-newlib/geda/MSOP10.fp %%DATADIR%%/pcblib-newlib/geda/MSOP8.fp %%DATADIR%%/pcblib-newlib/geda/MTA100_10.fp %%DATADIR%%/pcblib-newlib/geda/MTA100_11.fp %%DATADIR%%/pcblib-newlib/geda/MTA100_12.fp %%DATADIR%%/pcblib-newlib/geda/MTA100_13.fp %%DATADIR%%/pcblib-newlib/geda/MTA100_14.fp %%DATADIR%%/pcblib-newlib/geda/MTA100_15.fp %%DATADIR%%/pcblib-newlib/geda/MTA100_2.fp %%DATADIR%%/pcblib-newlib/geda/MTA100_3.fp %%DATADIR%%/pcblib-newlib/geda/MTA100_4.fp %%DATADIR%%/pcblib-newlib/geda/MTA100_5.fp %%DATADIR%%/pcblib-newlib/geda/MTA100_6.fp %%DATADIR%%/pcblib-newlib/geda/MTA100_7.fp %%DATADIR%%/pcblib-newlib/geda/MTA100_8.fp %%DATADIR%%/pcblib-newlib/geda/MTA100_9.fp +%%DATADIR%%/pcblib-newlib/geda/MTGP1010H370V8L.fp +%%DATADIR%%/pcblib-newlib/geda/MTGP1010H370V8M.fp +%%DATADIR%%/pcblib-newlib/geda/MTGP1010H370V8N.fp +%%DATADIR%%/pcblib-newlib/geda/MTGP1170H360V8L.fp +%%DATADIR%%/pcblib-newlib/geda/MTGP1170H360V8M.fp +%%DATADIR%%/pcblib-newlib/geda/MTGP1170H360V8N.fp +%%DATADIR%%/pcblib-newlib/geda/MTGP1200H390V8L.fp +%%DATADIR%%/pcblib-newlib/geda/MTGP1200H390V8M.fp +%%DATADIR%%/pcblib-newlib/geda/MTGP1200H390V8N.fp +%%DATADIR%%/pcblib-newlib/geda/MTGP570H330V6L.fp +%%DATADIR%%/pcblib-newlib/geda/MTGP570H330V6M.fp +%%DATADIR%%/pcblib-newlib/geda/MTGP570H330V6N.fp +%%DATADIR%%/pcblib-newlib/geda/MTGP610H370V6L.fp +%%DATADIR%%/pcblib-newlib/geda/MTGP610H370V6M.fp +%%DATADIR%%/pcblib-newlib/geda/MTGP610H370V6N.fp +%%DATADIR%%/pcblib-newlib/geda/MTGP700H360V6L.fp +%%DATADIR%%/pcblib-newlib/geda/MTGP700H360V6M.fp +%%DATADIR%%/pcblib-newlib/geda/MTGP700H360V6N.fp +%%DATADIR%%/pcblib-newlib/geda/MTGP730H390V6L.fp +%%DATADIR%%/pcblib-newlib/geda/MTGP730H390V6M.fp +%%DATADIR%%/pcblib-newlib/geda/MTGP730H390V6N.fp +%%DATADIR%%/pcblib-newlib/geda/MTGP970H330V8L.fp +%%DATADIR%%/pcblib-newlib/geda/MTGP970H330V8M.fp +%%DATADIR%%/pcblib-newlib/geda/MTGP970H330V8N.fp %%DATADIR%%/pcblib-newlib/geda/MULTIWATT11.fp %%DATADIR%%/pcblib-newlib/geda/MULTIWATT15.fp %%DATADIR%%/pcblib-newlib/geda/MULTIWATT8.fp %%DATADIR%%/pcblib-newlib/geda/OSC14.fp %%DATADIR%%/pcblib-newlib/geda/PENTAWATT.fp %%DATADIR%%/pcblib-newlib/geda/PLCC20.fp %%DATADIR%%/pcblib-newlib/geda/PLCC20X.fp %%DATADIR%%/pcblib-newlib/geda/PLCC28.fp %%DATADIR%%/pcblib-newlib/geda/PLCC28X.fp %%DATADIR%%/pcblib-newlib/geda/PLCC32.fp %%DATADIR%%/pcblib-newlib/geda/PLCC32X.fp %%DATADIR%%/pcblib-newlib/geda/PLCC44.fp %%DATADIR%%/pcblib-newlib/geda/PLCC44X.fp %%DATADIR%%/pcblib-newlib/geda/PLCC52.fp %%DATADIR%%/pcblib-newlib/geda/PLCC52X.fp %%DATADIR%%/pcblib-newlib/geda/PLCC68.fp %%DATADIR%%/pcblib-newlib/geda/PLCC68X.fp %%DATADIR%%/pcblib-newlib/geda/PLCC84.fp %%DATADIR%%/pcblib-newlib/geda/PLCC84X.fp %%DATADIR%%/pcblib-newlib/geda/QFN12_4.fp %%DATADIR%%/pcblib-newlib/geda/QFN12_4_EP.fp %%DATADIR%%/pcblib-newlib/geda/QFN16_3.fp %%DATADIR%%/pcblib-newlib/geda/QFN16_3_EP.fp %%DATADIR%%/pcblib-newlib/geda/QFN16_4.fp %%DATADIR%%/pcblib-newlib/geda/QFN16_4_EP.fp %%DATADIR%%/pcblib-newlib/geda/QFN16_5.fp %%DATADIR%%/pcblib-newlib/geda/QFN16_5_EP.fp %%DATADIR%%/pcblib-newlib/geda/QFN20_4.fp %%DATADIR%%/pcblib-newlib/geda/QFN20_4_EP.fp %%DATADIR%%/pcblib-newlib/geda/QFN20_5.fp %%DATADIR%%/pcblib-newlib/geda/QFN20_5_EP.fp %%DATADIR%%/pcblib-newlib/geda/QFN24_4.fp %%DATADIR%%/pcblib-newlib/geda/QFN24_4_EP.fp +%%DATADIR%%/pcblib-newlib/geda/QFN24_5.fp %%DATADIR%%/pcblib-newlib/geda/QFN28_5.fp %%DATADIR%%/pcblib-newlib/geda/QFN28_5_EP.fp %%DATADIR%%/pcblib-newlib/geda/QFN32_5.fp %%DATADIR%%/pcblib-newlib/geda/QFN32_5_EP.fp %%DATADIR%%/pcblib-newlib/geda/QFN32_7.fp %%DATADIR%%/pcblib-newlib/geda/QFN32_7_EP.fp %%DATADIR%%/pcblib-newlib/geda/QFN36_6.fp %%DATADIR%%/pcblib-newlib/geda/QFN36_6_EP.fp %%DATADIR%%/pcblib-newlib/geda/QFN40_6.fp %%DATADIR%%/pcblib-newlib/geda/QFN40_6_EP.fp %%DATADIR%%/pcblib-newlib/geda/QFN44_7.fp %%DATADIR%%/pcblib-newlib/geda/QFN44_7_EP.fp %%DATADIR%%/pcblib-newlib/geda/QFN48_7.fp %%DATADIR%%/pcblib-newlib/geda/QFN48_7_EP.fp %%DATADIR%%/pcblib-newlib/geda/QFN56_8.fp %%DATADIR%%/pcblib-newlib/geda/QFN56_8_EP.fp +%%DATADIR%%/pcblib-newlib/geda/QFN64_9.fp +%%DATADIR%%/pcblib-newlib/geda/QFN64_9_EP.fp %%DATADIR%%/pcblib-newlib/geda/QFN68_10.fp %%DATADIR%%/pcblib-newlib/geda/QFN68_10_EP.fp %%DATADIR%%/pcblib-newlib/geda/QFP100_14.fp %%DATADIR%%/pcblib-newlib/geda/QFP100_R.fp %%DATADIR%%/pcblib-newlib/geda/QFP120_28.fp %%DATADIR%%/pcblib-newlib/geda/QFP128_28.fp %%DATADIR%%/pcblib-newlib/geda/QFP128_R.fp %%DATADIR%%/pcblib-newlib/geda/QFP144_28.fp %%DATADIR%%/pcblib-newlib/geda/QFP160_28.fp %%DATADIR%%/pcblib-newlib/geda/QFP208_28.fp %%DATADIR%%/pcblib-newlib/geda/QFP240_32.fp %%DATADIR%%/pcblib-newlib/geda/QFP304_40.fp %%DATADIR%%/pcblib-newlib/geda/QFP32_7.fp %%DATADIR%%/pcblib-newlib/geda/QFP44_10.fp %%DATADIR%%/pcblib-newlib/geda/QFP52_10.fp %%DATADIR%%/pcblib-newlib/geda/QFP64_14.fp %%DATADIR%%/pcblib-newlib/geda/QFP64_R.fp %%DATADIR%%/pcblib-newlib/geda/QFP80_14.fp %%DATADIR%%/pcblib-newlib/geda/QFP80_R.fp %%DATADIR%%/pcblib-newlib/geda/QSOP16.fp %%DATADIR%%/pcblib-newlib/geda/QSOP20.fp %%DATADIR%%/pcblib-newlib/geda/QSOP24.fp %%DATADIR%%/pcblib-newlib/geda/QSOP28.fp %%DATADIR%%/pcblib-newlib/geda/RCY100.fp %%DATADIR%%/pcblib-newlib/geda/RCY1000.fp %%DATADIR%%/pcblib-newlib/geda/RCY1000P.fp %%DATADIR%%/pcblib-newlib/geda/RCY100P.fp %%DATADIR%%/pcblib-newlib/geda/RCY1100.fp %%DATADIR%%/pcblib-newlib/geda/RCY1100P.fp %%DATADIR%%/pcblib-newlib/geda/RCY1200.fp %%DATADIR%%/pcblib-newlib/geda/RCY1200P.fp %%DATADIR%%/pcblib-newlib/geda/RCY150.fp %%DATADIR%%/pcblib-newlib/geda/RCY150P.fp %%DATADIR%%/pcblib-newlib/geda/RCY200.fp %%DATADIR%%/pcblib-newlib/geda/RCY200P.fp %%DATADIR%%/pcblib-newlib/geda/RCY250.fp %%DATADIR%%/pcblib-newlib/geda/RCY250P.fp %%DATADIR%%/pcblib-newlib/geda/RCY300.fp %%DATADIR%%/pcblib-newlib/geda/RCY300P.fp %%DATADIR%%/pcblib-newlib/geda/RCY350.fp %%DATADIR%%/pcblib-newlib/geda/RCY350P.fp %%DATADIR%%/pcblib-newlib/geda/RCY400.fp %%DATADIR%%/pcblib-newlib/geda/RCY400P.fp %%DATADIR%%/pcblib-newlib/geda/RCY500.fp %%DATADIR%%/pcblib-newlib/geda/RCY500P.fp %%DATADIR%%/pcblib-newlib/geda/RCY600.fp %%DATADIR%%/pcblib-newlib/geda/RCY600P.fp %%DATADIR%%/pcblib-newlib/geda/RCY700.fp %%DATADIR%%/pcblib-newlib/geda/RCY700P.fp %%DATADIR%%/pcblib-newlib/geda/RCY800.fp %%DATADIR%%/pcblib-newlib/geda/RCY800P.fp %%DATADIR%%/pcblib-newlib/geda/RCY900.fp %%DATADIR%%/pcblib-newlib/geda/RCY900P.fp %%DATADIR%%/pcblib-newlib/geda/RESC0402L.fp %%DATADIR%%/pcblib-newlib/geda/RESC0402M.fp %%DATADIR%%/pcblib-newlib/geda/RESC0402N.fp %%DATADIR%%/pcblib-newlib/geda/RESC0603L.fp %%DATADIR%%/pcblib-newlib/geda/RESC0603M.fp %%DATADIR%%/pcblib-newlib/geda/RESC0603N.fp %%DATADIR%%/pcblib-newlib/geda/RESC1005L.fp %%DATADIR%%/pcblib-newlib/geda/RESC1005M.fp %%DATADIR%%/pcblib-newlib/geda/RESC1005N.fp %%DATADIR%%/pcblib-newlib/geda/RESC1608L.fp %%DATADIR%%/pcblib-newlib/geda/RESC1608M.fp %%DATADIR%%/pcblib-newlib/geda/RESC1608N.fp %%DATADIR%%/pcblib-newlib/geda/RESC2012L.fp %%DATADIR%%/pcblib-newlib/geda/RESC2012M.fp %%DATADIR%%/pcblib-newlib/geda/RESC2012N.fp %%DATADIR%%/pcblib-newlib/geda/RESC3216L.fp %%DATADIR%%/pcblib-newlib/geda/RESC3216M.fp %%DATADIR%%/pcblib-newlib/geda/RESC3216N.fp %%DATADIR%%/pcblib-newlib/geda/RESC3225L.fp %%DATADIR%%/pcblib-newlib/geda/RESC3225M.fp %%DATADIR%%/pcblib-newlib/geda/RESC3225N.fp %%DATADIR%%/pcblib-newlib/geda/RESC4532L.fp %%DATADIR%%/pcblib-newlib/geda/RESC4532M.fp %%DATADIR%%/pcblib-newlib/geda/RESC4532N.fp %%DATADIR%%/pcblib-newlib/geda/RESC4564L.fp %%DATADIR%%/pcblib-newlib/geda/RESC4564M.fp %%DATADIR%%/pcblib-newlib/geda/RESC4564N.fp %%DATADIR%%/pcblib-newlib/geda/SC70_3.fp %%DATADIR%%/pcblib-newlib/geda/SC70_4.fp %%DATADIR%%/pcblib-newlib/geda/SC70_5.fp %%DATADIR%%/pcblib-newlib/geda/SC70_6.fp +%%DATADIR%%/pcblib-newlib/geda/SC88A.fp %%DATADIR%%/pcblib-newlib/geda/SC90.fp %%DATADIR%%/pcblib-newlib/geda/SDIP18.fp %%DATADIR%%/pcblib-newlib/geda/SDIP20.fp %%DATADIR%%/pcblib-newlib/geda/SDIP22.fp %%DATADIR%%/pcblib-newlib/geda/SDIP24.fp %%DATADIR%%/pcblib-newlib/geda/SDIP30.fp %%DATADIR%%/pcblib-newlib/geda/SDIP32.fp %%DATADIR%%/pcblib-newlib/geda/SDIP42.fp %%DATADIR%%/pcblib-newlib/geda/SIP1.fp %%DATADIR%%/pcblib-newlib/geda/SIP10.fp %%DATADIR%%/pcblib-newlib/geda/SIP11.fp %%DATADIR%%/pcblib-newlib/geda/SIP12.fp %%DATADIR%%/pcblib-newlib/geda/SIP13.fp %%DATADIR%%/pcblib-newlib/geda/SIP2.fp %%DATADIR%%/pcblib-newlib/geda/SIP3.fp %%DATADIR%%/pcblib-newlib/geda/SIP4.fp %%DATADIR%%/pcblib-newlib/geda/SIP5.fp %%DATADIR%%/pcblib-newlib/geda/SIP6.fp %%DATADIR%%/pcblib-newlib/geda/SIP7.fp %%DATADIR%%/pcblib-newlib/geda/SIP8.fp %%DATADIR%%/pcblib-newlib/geda/SIP9.fp %%DATADIR%%/pcblib-newlib/geda/SME10.fp %%DATADIR%%/pcblib-newlib/geda/SME3.fp %%DATADIR%%/pcblib-newlib/geda/SME4.fp %%DATADIR%%/pcblib-newlib/geda/SME5.fp %%DATADIR%%/pcblib-newlib/geda/SME6.fp %%DATADIR%%/pcblib-newlib/geda/SME8.fp %%DATADIR%%/pcblib-newlib/geda/SO14.fp %%DATADIR%%/pcblib-newlib/geda/SO14W.fp %%DATADIR%%/pcblib-newlib/geda/SO16.fp %%DATADIR%%/pcblib-newlib/geda/SO16W.fp %%DATADIR%%/pcblib-newlib/geda/SO18M.fp %%DATADIR%%/pcblib-newlib/geda/SO18N.fp %%DATADIR%%/pcblib-newlib/geda/SO18W.fp %%DATADIR%%/pcblib-newlib/geda/SO20M.fp %%DATADIR%%/pcblib-newlib/geda/SO20N.fp %%DATADIR%%/pcblib-newlib/geda/SO20W.fp %%DATADIR%%/pcblib-newlib/geda/SO22M.fp %%DATADIR%%/pcblib-newlib/geda/SO24M.fp %%DATADIR%%/pcblib-newlib/geda/SO24W.fp %%DATADIR%%/pcblib-newlib/geda/SO28.fp %%DATADIR%%/pcblib-newlib/geda/SO28W.fp %%DATADIR%%/pcblib-newlib/geda/SO32.fp %%DATADIR%%/pcblib-newlib/geda/SO32W.fp %%DATADIR%%/pcblib-newlib/geda/SO44.fp %%DATADIR%%/pcblib-newlib/geda/SO8.fp %%DATADIR%%/pcblib-newlib/geda/SO8M.fp %%DATADIR%%/pcblib-newlib/geda/SO8W.fp %%DATADIR%%/pcblib-newlib/geda/SOD106A.fp %%DATADIR%%/pcblib-newlib/geda/SOD110.fp %%DATADIR%%/pcblib-newlib/geda/SOD123.fp %%DATADIR%%/pcblib-newlib/geda/SOD323.fp +%%DATADIR%%/pcblib-newlib/geda/SOD523.fp %%DATADIR%%/pcblib-newlib/geda/SOD80.fp %%DATADIR%%/pcblib-newlib/geda/SOD87.fp %%DATADIR%%/pcblib-newlib/geda/SOJ14_300.fp %%DATADIR%%/pcblib-newlib/geda/SOJ14_350.fp %%DATADIR%%/pcblib-newlib/geda/SOJ14_400.fp %%DATADIR%%/pcblib-newlib/geda/SOJ14_450.fp %%DATADIR%%/pcblib-newlib/geda/SOJ16_300.fp %%DATADIR%%/pcblib-newlib/geda/SOJ16_350.fp %%DATADIR%%/pcblib-newlib/geda/SOJ16_400.fp %%DATADIR%%/pcblib-newlib/geda/SOJ16_450.fp %%DATADIR%%/pcblib-newlib/geda/SOJ18_300.fp %%DATADIR%%/pcblib-newlib/geda/SOJ18_350.fp %%DATADIR%%/pcblib-newlib/geda/SOJ18_400.fp %%DATADIR%%/pcblib-newlib/geda/SOJ18_450.fp %%DATADIR%%/pcblib-newlib/geda/SOJ20_300.fp %%DATADIR%%/pcblib-newlib/geda/SOJ20_350.fp %%DATADIR%%/pcblib-newlib/geda/SOJ20_400.fp %%DATADIR%%/pcblib-newlib/geda/SOJ20_450.fp %%DATADIR%%/pcblib-newlib/geda/SOJ22_300.fp %%DATADIR%%/pcblib-newlib/geda/SOJ22_350.fp %%DATADIR%%/pcblib-newlib/geda/SOJ22_400.fp %%DATADIR%%/pcblib-newlib/geda/SOJ22_450.fp %%DATADIR%%/pcblib-newlib/geda/SOJ24_300.fp %%DATADIR%%/pcblib-newlib/geda/SOJ24_350.fp %%DATADIR%%/pcblib-newlib/geda/SOJ24_400.fp %%DATADIR%%/pcblib-newlib/geda/SOJ24_450.fp %%DATADIR%%/pcblib-newlib/geda/SOJ26_300.fp %%DATADIR%%/pcblib-newlib/geda/SOJ26_350.fp %%DATADIR%%/pcblib-newlib/geda/SOJ26_400.fp %%DATADIR%%/pcblib-newlib/geda/SOJ26_450.fp %%DATADIR%%/pcblib-newlib/geda/SOJ28_300.fp %%DATADIR%%/pcblib-newlib/geda/SOJ28_350.fp %%DATADIR%%/pcblib-newlib/geda/SOJ28_400.fp %%DATADIR%%/pcblib-newlib/geda/SOJ28_450.fp %%DATADIR%%/pcblib-newlib/geda/SOJ30_300.fp %%DATADIR%%/pcblib-newlib/geda/SOJ30_350.fp %%DATADIR%%/pcblib-newlib/geda/SOJ30_400.fp %%DATADIR%%/pcblib-newlib/geda/SOJ30_450.fp %%DATADIR%%/pcblib-newlib/geda/SOJ32_300.fp %%DATADIR%%/pcblib-newlib/geda/SOJ32_350.fp %%DATADIR%%/pcblib-newlib/geda/SOJ32_400.fp %%DATADIR%%/pcblib-newlib/geda/SOJ32_450.fp %%DATADIR%%/pcblib-newlib/geda/SOJ34_300.fp %%DATADIR%%/pcblib-newlib/geda/SOJ34_350.fp %%DATADIR%%/pcblib-newlib/geda/SOJ34_400.fp %%DATADIR%%/pcblib-newlib/geda/SOJ34_450.fp %%DATADIR%%/pcblib-newlib/geda/SOJ36_300.fp %%DATADIR%%/pcblib-newlib/geda/SOJ36_350.fp %%DATADIR%%/pcblib-newlib/geda/SOJ36_400.fp %%DATADIR%%/pcblib-newlib/geda/SOJ36_450.fp %%DATADIR%%/pcblib-newlib/geda/SOJ38_300.fp %%DATADIR%%/pcblib-newlib/geda/SOJ38_350.fp %%DATADIR%%/pcblib-newlib/geda/SOJ38_400.fp %%DATADIR%%/pcblib-newlib/geda/SOJ38_450.fp %%DATADIR%%/pcblib-newlib/geda/SOJ40_300.fp %%DATADIR%%/pcblib-newlib/geda/SOJ40_350.fp %%DATADIR%%/pcblib-newlib/geda/SOJ40_400.fp %%DATADIR%%/pcblib-newlib/geda/SOJ40_450.fp %%DATADIR%%/pcblib-newlib/geda/SOJ42_300.fp %%DATADIR%%/pcblib-newlib/geda/SOJ42_350.fp %%DATADIR%%/pcblib-newlib/geda/SOJ42_400.fp %%DATADIR%%/pcblib-newlib/geda/SOJ42_450.fp %%DATADIR%%/pcblib-newlib/geda/SOJ44_300.fp %%DATADIR%%/pcblib-newlib/geda/SOJ44_350.fp %%DATADIR%%/pcblib-newlib/geda/SOJ44_400.fp %%DATADIR%%/pcblib-newlib/geda/SOJ44_450.fp %%DATADIR%%/pcblib-newlib/geda/SOT143.fp %%DATADIR%%/pcblib-newlib/geda/SOT223.fp %%DATADIR%%/pcblib-newlib/geda/SOT23.fp %%DATADIR%%/pcblib-newlib/geda/SOT23D.fp %%DATADIR%%/pcblib-newlib/geda/SOT25.fp %%DATADIR%%/pcblib-newlib/geda/SOT26.fp %%DATADIR%%/pcblib-newlib/geda/SOT323.fp %%DATADIR%%/pcblib-newlib/geda/SOT323D.fp -%%DATADIR%%/pcblib-newlib/geda/SOT325.fp %%DATADIR%%/pcblib-newlib/geda/SOT326.fp +%%DATADIR%%/pcblib-newlib/geda/SOT353.fp %%DATADIR%%/pcblib-newlib/geda/SOT89.fp %%DATADIR%%/pcblib-newlib/geda/SSOP14.fp %%DATADIR%%/pcblib-newlib/geda/SSOP16.fp %%DATADIR%%/pcblib-newlib/geda/SSOP20.fp %%DATADIR%%/pcblib-newlib/geda/SSOP24.fp %%DATADIR%%/pcblib-newlib/geda/SSOP28.fp %%DATADIR%%/pcblib-newlib/geda/SSOP48W.fp %%DATADIR%%/pcblib-newlib/geda/SSOP56W.fp %%DATADIR%%/pcblib-newlib/geda/SSOP64W.fp %%DATADIR%%/pcblib-newlib/geda/SSOP8.fp %%DATADIR%%/pcblib-newlib/geda/TANT_A.fp %%DATADIR%%/pcblib-newlib/geda/TANT_B.fp %%DATADIR%%/pcblib-newlib/geda/TANT_C.fp %%DATADIR%%/pcblib-newlib/geda/TANT_D.fp %%DATADIR%%/pcblib-newlib/geda/TO126.fp %%DATADIR%%/pcblib-newlib/geda/TO126S.fp %%DATADIR%%/pcblib-newlib/geda/TO126SW.fp %%DATADIR%%/pcblib-newlib/geda/TO126W.fp %%DATADIR%%/pcblib-newlib/geda/TO18.fp %%DATADIR%%/pcblib-newlib/geda/TO218.fp %%DATADIR%%/pcblib-newlib/geda/TO220.fp %%DATADIR%%/pcblib-newlib/geda/TO220ACS.fp %%DATADIR%%/pcblib-newlib/geda/TO220ACSTAND.fp %%DATADIR%%/pcblib-newlib/geda/TO220S.fp %%DATADIR%%/pcblib-newlib/geda/TO220SW.fp %%DATADIR%%/pcblib-newlib/geda/TO220W.fp %%DATADIR%%/pcblib-newlib/geda/TO247.fp %%DATADIR%%/pcblib-newlib/geda/TO247_2.fp %%DATADIR%%/pcblib-newlib/geda/TO251.fp +%%DATADIR%%/pcblib-newlib/geda/TO263.fp %%DATADIR%%/pcblib-newlib/geda/TO264.fp %%DATADIR%%/pcblib-newlib/geda/TO39.fp %%DATADIR%%/pcblib-newlib/geda/TO92.fp %%DATADIR%%/pcblib-newlib/geda/TQFN12_4.fp %%DATADIR%%/pcblib-newlib/geda/TQFN12_4_EP.fp %%DATADIR%%/pcblib-newlib/geda/TQFN16_3.fp %%DATADIR%%/pcblib-newlib/geda/TQFN16_3_EP.fp %%DATADIR%%/pcblib-newlib/geda/TQFN16_4.fp %%DATADIR%%/pcblib-newlib/geda/TQFN16_4_EP.fp %%DATADIR%%/pcblib-newlib/geda/TQFN16_5.fp %%DATADIR%%/pcblib-newlib/geda/TQFN16_5_EP.fp %%DATADIR%%/pcblib-newlib/geda/TQFN20_4.fp %%DATADIR%%/pcblib-newlib/geda/TQFN20_4_EP.fp %%DATADIR%%/pcblib-newlib/geda/TQFN20_5.fp %%DATADIR%%/pcblib-newlib/geda/TQFN20_5_EP.fp %%DATADIR%%/pcblib-newlib/geda/TQFN24_4.fp %%DATADIR%%/pcblib-newlib/geda/TQFN24_4_EP.fp +%%DATADIR%%/pcblib-newlib/geda/TQFN24_5.fp %%DATADIR%%/pcblib-newlib/geda/TQFN28_5.fp %%DATADIR%%/pcblib-newlib/geda/TQFN28_5_EP.fp %%DATADIR%%/pcblib-newlib/geda/TQFN32_5.fp %%DATADIR%%/pcblib-newlib/geda/TQFN32_5_EP.fp %%DATADIR%%/pcblib-newlib/geda/TQFN32_7.fp %%DATADIR%%/pcblib-newlib/geda/TQFN32_7_EP.fp %%DATADIR%%/pcblib-newlib/geda/TQFN36_6.fp %%DATADIR%%/pcblib-newlib/geda/TQFN36_6_EP.fp %%DATADIR%%/pcblib-newlib/geda/TQFN40_6.fp %%DATADIR%%/pcblib-newlib/geda/TQFN40_6_EP.fp %%DATADIR%%/pcblib-newlib/geda/TQFN44_7.fp %%DATADIR%%/pcblib-newlib/geda/TQFN44_7_EP.fp %%DATADIR%%/pcblib-newlib/geda/TQFN48_7.fp %%DATADIR%%/pcblib-newlib/geda/TQFN48_7_EP.fp %%DATADIR%%/pcblib-newlib/geda/TQFN56_8.fp %%DATADIR%%/pcblib-newlib/geda/TQFN56_8_EP.fp +%%DATADIR%%/pcblib-newlib/geda/TQFN64_9.fp +%%DATADIR%%/pcblib-newlib/geda/TQFN64_9_EP.fp %%DATADIR%%/pcblib-newlib/geda/TQFN68_10.fp %%DATADIR%%/pcblib-newlib/geda/TQFN68_10_EP.fp %%DATADIR%%/pcblib-newlib/geda/TQFP100_12.fp %%DATADIR%%/pcblib-newlib/geda/TQFP100_14.fp %%DATADIR%%/pcblib-newlib/geda/TQFP120_28.fp %%DATADIR%%/pcblib-newlib/geda/TQFP128_14.fp %%DATADIR%%/pcblib-newlib/geda/TQFP128_14_EP.fp %%DATADIR%%/pcblib-newlib/geda/TQFP128_28.fp %%DATADIR%%/pcblib-newlib/geda/TQFP144_28.fp %%DATADIR%%/pcblib-newlib/geda/TQFP160_28.fp %%DATADIR%%/pcblib-newlib/geda/TQFP208_28.fp %%DATADIR%%/pcblib-newlib/geda/TQFP240_32.fp %%DATADIR%%/pcblib-newlib/geda/TQFP304_40.fp %%DATADIR%%/pcblib-newlib/geda/TQFP32_7.fp %%DATADIR%%/pcblib-newlib/geda/TQFP44_10.fp %%DATADIR%%/pcblib-newlib/geda/TQFP52_10.fp %%DATADIR%%/pcblib-newlib/geda/TQFP64_10.fp %%DATADIR%%/pcblib-newlib/geda/TQFP64_14.fp %%DATADIR%%/pcblib-newlib/geda/TQFP80_12.fp %%DATADIR%%/pcblib-newlib/geda/TQFP80_14.fp %%DATADIR%%/pcblib-newlib/geda/TSOP28.fp %%DATADIR%%/pcblib-newlib/geda/TSOP32A.fp %%DATADIR%%/pcblib-newlib/geda/TSOP32B.fp %%DATADIR%%/pcblib-newlib/geda/TSSOP10.fp %%DATADIR%%/pcblib-newlib/geda/TSSOP14.fp %%DATADIR%%/pcblib-newlib/geda/TSSOP16.fp %%DATADIR%%/pcblib-newlib/geda/TSSOP20.fp %%DATADIR%%/pcblib-newlib/geda/TSSOP24.fp %%DATADIR%%/pcblib-newlib/geda/TSSOP28.fp %%DATADIR%%/pcblib-newlib/geda/TSSOP32.fp %%DATADIR%%/pcblib-newlib/geda/TSSOP38N.fp %%DATADIR%%/pcblib-newlib/geda/TSSOP48.fp %%DATADIR%%/pcblib-newlib/geda/TSSOP48N.fp %%DATADIR%%/pcblib-newlib/geda/TSSOP56.fp %%DATADIR%%/pcblib-newlib/geda/TSSOP56N.fp %%DATADIR%%/pcblib-newlib/geda/TSSOP64.fp %%DATADIR%%/pcblib-newlib/geda/TSSOP8.fp %%DATADIR%%/pcblib-newlib/geda/TSSOP80.fp %%DATADIR%%/pcblib-newlib/geda/TSSOP8W.fp %%DATADIR%%/pcblib-newlib/geda/UM1.fp %%DATADIR%%/pcblib-newlib/geda/UM1H.fp %%DATADIR%%/pcblib-newlib/geda/UM1_3.fp %%DATADIR%%/pcblib-newlib/geda/UM1_3H.fp %%DATADIR%%/pcblib-newlib/geda/US14.fp %%DATADIR%%/pcblib-newlib/geda/US16.fp %%DATADIR%%/pcblib-newlib/geda/US8.fp %%DATADIR%%/pcblib-newlib/geda/ZIP12.fp %%DATADIR%%/pcblib-newlib/geda/ZIP16.fp %%DATADIR%%/pcblib-newlib/geda/ZIP18.fp %%DATADIR%%/pcblib-newlib/geda/ZIP20.fp %%DATADIR%%/pcblib-newlib/geda/ZIP24.fp %%DATADIR%%/pcblib-newlib/geda/ZIP28.fp %%DATADIR%%/pcblib-newlib/geda/ZIP40.fp %%DATADIR%%/pcblib-newlib/geda/ZIP9.fp %%DATADIR%%/pcblib-newlib/geda/index.html %%DATADIR%%/pcblib-newlib/generic/208_LQFP.fp %%DATADIR%%/pcblib-newlib/generic/AXIAL_LAY 300.fp %%DATADIR%%/pcblib-newlib/generic/AXIAL_LAY 400.fp %%DATADIR%%/pcblib-newlib/generic/AXIAL_LAY 500.fp %%DATADIR%%/pcblib-newlib/generic/AXIAL_LAY 600.fp %%DATADIR%%/pcblib-newlib/generic/AXIAL_LAY 800.fp %%DATADIR%%/pcblib-newlib/generic/D 14.fp %%DATADIR%%/pcblib-newlib/generic/D 16.fp %%DATADIR%%/pcblib-newlib/generic/D 18.fp %%DATADIR%%/pcblib-newlib/generic/D 20.fp %%DATADIR%%/pcblib-newlib/generic/D 24.fp %%DATADIR%%/pcblib-newlib/generic/D 28.fp %%DATADIR%%/pcblib-newlib/generic/D 8.fp %%DATADIR%%/pcblib-newlib/generic/DIL 14 300.fp %%DATADIR%%/pcblib-newlib/generic/DIL 16 300.fp %%DATADIR%%/pcblib-newlib/generic/DIL 18 300.fp %%DATADIR%%/pcblib-newlib/generic/DIL 20 300.fp %%DATADIR%%/pcblib-newlib/generic/DIL 24 300.fp %%DATADIR%%/pcblib-newlib/generic/DIL 24 600.fp %%DATADIR%%/pcblib-newlib/generic/DIL 28 300.fp %%DATADIR%%/pcblib-newlib/generic/DIL 28 600.fp %%DATADIR%%/pcblib-newlib/generic/DIL 32 600.fp %%DATADIR%%/pcblib-newlib/generic/DIL 40 600.fp %%DATADIR%%/pcblib-newlib/generic/DIL 64 900.fp %%DATADIR%%/pcblib-newlib/generic/DIL 8 300.fp %%DATADIR%%/pcblib-newlib/generic/DIODE_LAY 300.fp %%DATADIR%%/pcblib-newlib/generic/DIODE_LAY 400.fp %%DATADIR%%/pcblib-newlib/generic/DIODE_LAY 500.fp %%DATADIR%%/pcblib-newlib/generic/DIODE_LAY 600.fp %%DATADIR%%/pcblib-newlib/generic/DIODE_LAY 800.fp %%DATADIR%%/pcblib-newlib/generic/DW 24.fp %%DATADIR%%/pcblib-newlib/generic/DW 28.fp %%DATADIR%%/pcblib-newlib/generic/ISA8.fp %%DATADIR%%/pcblib-newlib/generic/N 14 300.fp %%DATADIR%%/pcblib-newlib/generic/N 16 300.fp %%DATADIR%%/pcblib-newlib/generic/N 18 300.fp %%DATADIR%%/pcblib-newlib/generic/N 20 300.fp %%DATADIR%%/pcblib-newlib/generic/N 24 300.fp %%DATADIR%%/pcblib-newlib/generic/N 24 600.fp %%DATADIR%%/pcblib-newlib/generic/N 28 300.fp %%DATADIR%%/pcblib-newlib/generic/N 28 600.fp %%DATADIR%%/pcblib-newlib/generic/N 32 600.fp %%DATADIR%%/pcblib-newlib/generic/N 40 600.fp %%DATADIR%%/pcblib-newlib/generic/N 64 900.fp %%DATADIR%%/pcblib-newlib/generic/N 8 300.fp %%DATADIR%%/pcblib-newlib/generic/NEC19.fp %%DATADIR%%/pcblib-newlib/generic/OLD_QFP 44 150.fp %%DATADIR%%/pcblib-newlib/generic/OSC 1.fp %%DATADIR%%/pcblib-newlib/generic/OSC 10.fp %%DATADIR%%/pcblib-newlib/generic/OSC 12.fp %%DATADIR%%/pcblib-newlib/generic/OSC 16.fp %%DATADIR%%/pcblib-newlib/generic/OSC 2.fp %%DATADIR%%/pcblib-newlib/generic/OSC 20.fp %%DATADIR%%/pcblib-newlib/generic/OSC 24.fp %%DATADIR%%/pcblib-newlib/generic/OSC 32.fp %%DATADIR%%/pcblib-newlib/generic/OSC 4.fp %%DATADIR%%/pcblib-newlib/generic/OSC 5.fp %%DATADIR%%/pcblib-newlib/generic/OSC 8.fp %%DATADIR%%/pcblib-newlib/generic/OVEN_OSC 5.fp %%DATADIR%%/pcblib-newlib/generic/PLCC 44 150.fp %%DATADIR%%/pcblib-newlib/generic/PLCC 52 150.fp %%DATADIR%%/pcblib-newlib/generic/PLCC 68 150.fp %%DATADIR%%/pcblib-newlib/generic/PLCC 84 150.fp %%DATADIR%%/pcblib-newlib/generic/PLCC_SOCKET 44 150.fp %%DATADIR%%/pcblib-newlib/generic/PLCC_SOCKET 52 150.fp %%DATADIR%%/pcblib-newlib/generic/PLCC_SOCKET 68 150.fp %%DATADIR%%/pcblib-newlib/generic/PLCC_SOCKET 84 150.fp %%DATADIR%%/pcblib-newlib/generic/QFP 44 150.fp %%DATADIR%%/pcblib-newlib/generic/QFP2 80 150.fp %%DATADIR%%/pcblib-newlib/generic/R025.fp %%DATADIR%%/pcblib-newlib/generic/RADIAL_CAN 200.fp %%DATADIR%%/pcblib-newlib/generic/RADIAL_CAN 300.fp %%DATADIR%%/pcblib-newlib/generic/RADIAL_CAN 400.fp %%DATADIR%%/pcblib-newlib/generic/RADIAL_CAN 500.fp %%DATADIR%%/pcblib-newlib/generic/RADIAL_CAN 600.fp %%DATADIR%%/pcblib-newlib/generic/SD 20.fp %%DATADIR%%/pcblib-newlib/generic/SD 24.fp %%DATADIR%%/pcblib-newlib/generic/SD 28.fp %%DATADIR%%/pcblib-newlib/generic/SD 40.fp %%DATADIR%%/pcblib-newlib/generic/SMD_CHIP 1206.fp %%DATADIR%%/pcblib-newlib/generic/SMD_CHIP 1210.fp %%DATADIR%%/pcblib-newlib/generic/SMD_CHIP 402.fp %%DATADIR%%/pcblib-newlib/generic/SMD_CHIP 603.fp %%DATADIR%%/pcblib-newlib/generic/SMD_CHIP 805.fp %%DATADIR%%/pcblib-newlib/generic/SMD_DIODE 120 60.fp %%DATADIR%%/pcblib-newlib/generic/SMD_DIODE 60 30.fp %%DATADIR%%/pcblib-newlib/generic/SMD_DIODE 80 50.fp %%DATADIR%%/pcblib-newlib/generic/SMD_POLAR 120 50.fp %%DATADIR%%/pcblib-newlib/generic/SMD_POLAR 120 60.fp %%DATADIR%%/pcblib-newlib/generic/SMD_POLAR 140 90.fp %%DATADIR%%/pcblib-newlib/generic/SMD_POLAR 240 90.fp %%DATADIR%%/pcblib-newlib/generic/SMD_POLAR 280 100.fp %%DATADIR%%/pcblib-newlib/generic/SMD_POLAR 60 30.fp %%DATADIR%%/pcblib-newlib/generic/SMD_POLAR 80 50.fp %%DATADIR%%/pcblib-newlib/generic/SMD_SIMPLE 120 60.fp %%DATADIR%%/pcblib-newlib/generic/SMD_SIMPLE 60 30.fp %%DATADIR%%/pcblib-newlib/generic/SMD_SIMPLE 80 50.fp %%DATADIR%%/pcblib-newlib/generic/SOT23.fp %%DATADIR%%/pcblib-newlib/generic/SOT323.fp %%DATADIR%%/pcblib-newlib/generic/ZIF 16.fp %%DATADIR%%/pcblib-newlib/generic/ZIF 20.fp %%DATADIR%%/pcblib-newlib/generic/index.html %%DATADIR%%/pcblib-newlib/gtag/CONN_JTAG.fp %%DATADIR%%/pcblib-newlib/gtag/CONN_USB.fp %%DATADIR%%/pcblib-newlib/gtag/PQFP52_10X10 52.fp %%DATADIR%%/pcblib-newlib/gtag/SM0805.fp %%DATADIR%%/pcblib-newlib/gtag/SM1206.fp %%DATADIR%%/pcblib-newlib/gtag/index.html %%DATADIR%%/pcblib-newlib/index.html %%DATADIR%%/pcblib-newlib/johnstech/JOHNSTECH_QFN12_4.fp %%DATADIR%%/pcblib-newlib/johnstech/JOHNSTECH_QFN16_4.fp %%DATADIR%%/pcblib-newlib/johnstech/JOHNSTECH_QFN16_5.fp %%DATADIR%%/pcblib-newlib/johnstech/JOHNSTECH_QFN20_4.fp %%DATADIR%%/pcblib-newlib/johnstech/JOHNSTECH_QFN20_5.fp %%DATADIR%%/pcblib-newlib/johnstech/JOHNSTECH_QFN24_4.fp %%DATADIR%%/pcblib-newlib/johnstech/JOHNSTECH_QFN28_5.fp %%DATADIR%%/pcblib-newlib/johnstech/JOHNSTECH_QFN32_5.fp %%DATADIR%%/pcblib-newlib/johnstech/JOHNSTECH_QFN32_7.fp %%DATADIR%%/pcblib-newlib/johnstech/JOHNSTECH_QFN36_6.fp %%DATADIR%%/pcblib-newlib/johnstech/JOHNSTECH_QFN40_6.fp %%DATADIR%%/pcblib-newlib/johnstech/JOHNSTECH_QFN44_7.fp %%DATADIR%%/pcblib-newlib/johnstech/JOHNSTECH_QFN48_7.fp %%DATADIR%%/pcblib-newlib/johnstech/JOHNSTECH_QFN56_8.fp %%DATADIR%%/pcblib-newlib/johnstech/JOHNSTECH_QFN68_10.fp %%DATADIR%%/pcblib-newlib/johnstech/index.html %%DATADIR%%/pcblib-newlib/minicircuits/MINICIRCUITS_CA531.fp %%DATADIR%%/pcblib-newlib/minicircuits/MINICIRCUITS_CB518.fp %%DATADIR%%/pcblib-newlib/minicircuits/MINICIRCUITS_CB539.fp %%DATADIR%%/pcblib-newlib/minicircuits/MINICIRCUITS_CD541.fp %%DATADIR%%/pcblib-newlib/minicircuits/MINICIRCUITS_CD542.fp %%DATADIR%%/pcblib-newlib/minicircuits/MINICIRCUITS_CD636.fp %%DATADIR%%/pcblib-newlib/minicircuits/MINICIRCUITS_CD637.fp %%DATADIR%%/pcblib-newlib/minicircuits/MINICIRCUITS_KK81.fp %%DATADIR%%/pcblib-newlib/minicircuits/index.html +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGX_22_25_L.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGX_22_25_M.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGX_22_25_N.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGX_22_30_L.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGX_22_30_M.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGX_22_30_N.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGX_22_35_L.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGX_22_35_M.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGX_22_35_N.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGX_22_40_L.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGX_22_40_M.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGX_22_40_N.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGX_22_45_L.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGX_22_45_M.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGX_22_45_N.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGX_22_50_L.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGX_22_50_M.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGX_22_50_N.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGX_25_25_L.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGX_25_25_M.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGX_25_25_N.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGX_25_30_L.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGX_25_30_M.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGX_25_30_N.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGX_25_35_L.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGX_25_35_M.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGX_25_35_N.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGX_25_40_L.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGX_25_40_M.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGX_25_40_N.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGX_25_45_L.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGX_25_45_M.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGX_25_45_N.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGX_25_50_L.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGX_25_50_M.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGX_25_50_N.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGX_30_25_L.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGX_30_25_M.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGX_30_25_N.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGX_30_30_L.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGX_30_30_M.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGX_30_30_N.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGX_30_35_L.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGX_30_35_M.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGX_30_35_N.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGX_30_40_L.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGX_30_40_M.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGX_30_40_N.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGX_30_45_L.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGX_30_45_M.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGX_30_45_N.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGX_30_50_L.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGX_30_50_M.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGX_30_50_N.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGX_35_25_L.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGX_35_25_M.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGX_35_25_N.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGX_35_30_L.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGX_35_30_M.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGX_35_30_N.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGX_35_35_L.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGX_35_35_M.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGX_35_35_N.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGX_35_40_L.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGX_35_40_M.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGX_35_40_N.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGX_35_45_L.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGX_35_45_M.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGX_35_45_N.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGX_35_50_L.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGX_35_50_M.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGX_35_50_N.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGX_35_58_L.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGX_35_58_M.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGX_35_58_N.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGY_22_25_L.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGY_22_25_M.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGY_22_25_N.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGY_22_30_L.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGY_22_30_M.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGY_22_30_N.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGY_22_35_L.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGY_22_35_M.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGY_22_35_N.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGY_22_40_L.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGY_22_40_M.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGY_22_40_N.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGY_22_45_L.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGY_22_45_M.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGY_22_45_N.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGY_22_50_L.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGY_22_50_M.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGY_22_50_N.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGY_25_25_L.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGY_25_25_M.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGY_25_25_N.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGY_25_30_L.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGY_25_30_M.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGY_25_30_N.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGY_25_35_L.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGY_25_35_M.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGY_25_35_N.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGY_25_40_L.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGY_25_40_M.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGY_25_40_N.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGY_25_45_L.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGY_25_45_M.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGY_25_45_N.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGY_25_50_L.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGY_25_50_M.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGY_25_50_N.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGY_30_25_L.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGY_30_25_M.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGY_30_25_N.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGY_30_30_L.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGY_30_30_M.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGY_30_30_N.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGY_30_35_L.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGY_30_35_M.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGY_30_35_N.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGY_30_40_L.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGY_30_40_M.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGY_30_40_N.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGY_30_45_L.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGY_30_45_M.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGY_30_45_N.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGY_30_50_L.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGY_30_50_M.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGY_30_50_N.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGY_35_25_L.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGY_35_25_M.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGY_35_25_N.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGY_35_30_L.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGY_35_30_M.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGY_35_30_N.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGY_35_35_L.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGY_35_35_M.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGY_35_35_N.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGY_35_40_L.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGY_35_40_M.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGY_35_40_N.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGY_35_45_L.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGY_35_45_M.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGY_35_45_N.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGY_35_50_L.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGY_35_50_M.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_LGY_35_50_N.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_UPT_10_31p5_L.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_UPT_10_31p5_M.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_UPT_10_31p5_N.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_UPT_12p5_25_L.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_UPT_12p5_25_M.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_UPT_12p5_25_N.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_UPT_12p5_31p5_L.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_UPT_12p5_31p5_M.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_UPT_12p5_31p5_N.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_UPT_12p5_35p5_L.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_UPT_12p5_35p5_M.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_UPT_12p5_35p5_N.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_UPT_12p5_40_L.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_UPT_12p5_40_M.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_UPT_12p5_40_N.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_UPT_16_31p5_L.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_UPT_16_31p5_M.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_UPT_16_31p5_N.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_UPT_16_35p5_L.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_UPT_16_35p5_M.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_UPT_16_35p5_N.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_UPT_16_40_L.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_UPT_16_40_M.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_UPT_16_40_N.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_UPT_18_31p5_L.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_UPT_18_31p5_M.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_UPT_18_31p5_N.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_UPT_18_35p5_L.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_UPT_18_35p5_M.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_UPT_18_35p5_N.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_UPT_18_40_L.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_UPT_18_40_M.fp +%%DATADIR%%/pcblib-newlib/nichicon/NICHICON_UPT_18_40_N.fp %%DATADIR%%/pcblib-newlib/nichicon/NICHICON_WT_CAP_10_10.fp %%DATADIR%%/pcblib-newlib/nichicon/NICHICON_WT_CAP_3_5p4.fp %%DATADIR%%/pcblib-newlib/nichicon/NICHICON_WT_CAP_4_5p4.fp %%DATADIR%%/pcblib-newlib/nichicon/NICHICON_WT_CAP_5_5p4.fp %%DATADIR%%/pcblib-newlib/nichicon/NICHICON_WT_CAP_6p3_5p4.fp %%DATADIR%%/pcblib-newlib/nichicon/NICHICON_WT_CAP_6p3_5p8.fp %%DATADIR%%/pcblib-newlib/nichicon/NICHICON_WT_CAP_6p3_7p7.fp %%DATADIR%%/pcblib-newlib/nichicon/NICHICON_WT_CAP_8_10.fp %%DATADIR%%/pcblib-newlib/nichicon/NICHICON_WT_CAP_8_5p4.fp %%DATADIR%%/pcblib-newlib/nichicon/index.html %%DATADIR%%/pcblib-newlib/optek/OPTEK_OVSRWACR6.fp %%DATADIR%%/pcblib-newlib/optek/index.html %%DATADIR%%/pcblib-newlib/optical/LED 100.fp %%DATADIR%%/pcblib-newlib/optical/LED 60.fp %%DATADIR%%/pcblib-newlib/optical/N 8 300.fp %%DATADIR%%/pcblib-newlib/optical/index.html %%DATADIR%%/pcblib-newlib/panasonic/PANASONIC_EXB14V.fp %%DATADIR%%/pcblib-newlib/panasonic/PANASONIC_EXB24V.fp %%DATADIR%%/pcblib-newlib/panasonic/PANASONIC_EXB28V.fp %%DATADIR%%/pcblib-newlib/panasonic/PANASONIC_EXB2HV.fp %%DATADIR%%/pcblib-newlib/panasonic/PANASONIC_EXB34V.fp %%DATADIR%%/pcblib-newlib/panasonic/PANASONIC_EXB38V.fp %%DATADIR%%/pcblib-newlib/panasonic/PANASONIC_EXBS8V.fp %%DATADIR%%/pcblib-newlib/panasonic/PANASONIC_EXBV4V.fp %%DATADIR%%/pcblib-newlib/panasonic/PANASONIC_EXBV8V.fp %%DATADIR%%/pcblib-newlib/panasonic/index.html %%DATADIR%%/pcblib-newlib/pci/PCI5V_AVE_HEIGHT.fp %%DATADIR%%/pcblib-newlib/pci/PCI5V_MAX_HEIGHT.fp %%DATADIR%%/pcblib-newlib/pci/PCI5V_MIN_HEIGHT.fp %%DATADIR%%/pcblib-newlib/pci/PCI5V_SMALL_HEIGHT.fp %%DATADIR%%/pcblib-newlib/pci/index.html -%%DATADIR%%/pcblib +%%DATADIR%%/pcblib-newlib/tdk/TDK_B82145A_L.fp +%%DATADIR%%/pcblib-newlib/tdk/TDK_B82145A_M.fp +%%DATADIR%%/pcblib-newlib/tdk/TDK_B82145A_N.fp +%%DATADIR%%/pcblib-newlib/tdk/index.html +%%DATADIR%%/pcblib-newlib/toko/TOKO_7P.fp +%%DATADIR%%/pcblib-newlib/toko/index.html +%%DATADIR%%/pcblib-newlib/united_chemicon/CHEMICON_GPA16X35_L.fp +%%DATADIR%%/pcblib-newlib/united_chemicon/CHEMICON_GPA16X35_M.fp +%%DATADIR%%/pcblib-newlib/united_chemicon/CHEMICON_GPA16X35_N.fp +%%DATADIR%%/pcblib-newlib/united_chemicon/index.html %%DATADIR%%/pcblib.contents -%%DATADIR%%/qfp.dat -%%DATADIR%%/CreateLibraryContents.sh -%%DATADIR%%/CreateLibrary.sh -%%DATADIR%%/ListLibraryContents.sh -%%DATADIR%%/QueryLibrary.sh %%DATADIR%%/qfp-ui -%%DATADIR%%/m4/common.m4 -%%DATADIR%%/m4/TTL_74xx_DIL.m4 -%%DATADIR%%/m4/amphenol.m4 -%%DATADIR%%/m4/connector.m4 -%%DATADIR%%/m4/crystal.m4 -%%DATADIR%%/m4/generic.m4 -%%DATADIR%%/m4/gtag.m4 -%%DATADIR%%/m4/jerry.m4 -%%DATADIR%%/m4/linear.m4 -%%DATADIR%%/m4/logic.m4 -%%DATADIR%%/m4/lsi.m4 -%%DATADIR%%/m4/memory.m4 -%%DATADIR%%/m4/optical.m4 -%%DATADIR%%/m4/pci.m4 -%%DATADIR%%/m4/resistor_0.25W.m4 -%%DATADIR%%/m4/resistor_adjust.m4 -%%DATADIR%%/m4/resistor_array.m4 -%%DATADIR%%/m4/texas_inst_amplifier.m4 -%%DATADIR%%/m4/texas_inst_voltage_reg.m4 -%%DATADIR%%/m4/transistor.m4 -%%DATADIR%%/m4/amp.m4 -%%DATADIR%%/m4/bourns.m4 -%%DATADIR%%/m4/candk.m4 -%%DATADIR%%/m4/cts.m4 -%%DATADIR%%/m4/geda.m4 -%%DATADIR%%/m4/johnstech.m4 -%%DATADIR%%/m4/minicircuits.m4 -%%DATADIR%%/m4/nichicon.m4 -%%DATADIR%%/m4/optek.m4 -%%DATADIR%%/m4/panasonic.m4 -%%DATADIR%%/m4/amphenol.list -%%DATADIR%%/m4/connector.list -%%DATADIR%%/m4/crystal.list -%%DATADIR%%/m4/generic.list -%%DATADIR%%/m4/gtag.list -%%DATADIR%%/m4/optical.list -%%DATADIR%%/m4/pci.list -%%DATADIR%%/m4/amp.list -%%DATADIR%%/m4/bourns.list -%%DATADIR%%/m4/candk.list -%%DATADIR%%/m4/cts.list -%%DATADIR%%/m4/geda.list -%%DATADIR%%/m4/johnstech.list -%%DATADIR%%/m4/minicircuits.list -%%DATADIR%%/m4/nichicon.list -%%DATADIR%%/m4/optek.list -%%DATADIR%%/m4/panasonic.list -%%DATADIR%%/m4/bga.inc -%%DATADIR%%/m4/amp.inc -%%DATADIR%%/m4/amphenol.inc -%%DATADIR%%/m4/bourns.inc -%%DATADIR%%/m4/candk.inc -%%DATADIR%%/m4/connector.inc -%%DATADIR%%/m4/cts.inc -%%DATADIR%%/m4/dil.inc -%%DATADIR%%/m4/geda.inc -%%DATADIR%%/m4/johnstech.inc -%%DATADIR%%/m4/minicircuits.inc -%%DATADIR%%/m4/misc.inc -%%DATADIR%%/m4/nichicon.inc -%%DATADIR%%/m4/optek.inc -%%DATADIR%%/m4/panasonic.inc -%%DATADIR%%/m4/pci.inc -%%DATADIR%%/m4/plcc.inc -%%DATADIR%%/m4/qfn.inc -%%DATADIR%%/m4/qfp.inc -%%DATADIR%%/m4/qfp2.inc -%%DATADIR%%/m4/qfpdj.inc -%%DATADIR%%/m4/resistor_adjust.inc -%%DATADIR%%/m4/rules.inc -%%DATADIR%%/m4/smt.inc -%%DATADIR%%/m4/to.inc -%%DATADIR%%/m4/zif.inc -%%DATADIR%%/newlib/2_pin_thru-hole_packages/0.125W_Carbon_Resistor -%%DATADIR%%/newlib/2_pin_thru-hole_packages/1W_Carbon_Resistor -%%DATADIR%%/newlib/2_pin_thru-hole_packages/CK05_type_Capacitor -%%DATADIR%%/newlib/2_pin_thru-hole_packages/CK06_type_capacitor -%%DATADIR%%/newlib/2_pin_thru-hole_packages/IRU1015-33CT_3.3V_reg_TO220 -%%DATADIR%%/newlib/2_pin_thru-hole_packages/RN55_type_0.1W_Resistor -%%DATADIR%%/newlib/2_pin_thru-hole_packages/T1.75_LED -%%DATADIR%%/newlib/connectors/100_Pin_jack -%%DATADIR%%/newlib/connectors/16x1_SMD_jack -%%DATADIR%%/newlib/connectors/3terminal_screw_block -%%DATADIR%%/newlib/connectors/72pin45degreeSIMMconnector -%%DATADIR%%/newlib/connectors/MOLEX_miniFitJr-12pin -%%DATADIR%%/newlib/connectors/Power_Jack -%%DATADIR%%/newlib/connectors/RightAngleSMA -%%DATADIR%%/newlib/connectors/SJ-3523-SMT_3.5mm_stereo_jack -%%DATADIR%%/newlib/crystal/CTX169_oscillator -%%DATADIR%%/newlib/electro-optics/IRF_optical_switch -%%DATADIR%%/newlib/headers/0.1_inch_10pin -%%DATADIR%%/newlib/headers/0.1_inch_2pin -%%DATADIR%%/newlib/headers/2mm_8pin_header -%%DATADIR%%/newlib/keystone/KEYSTONE_1062.fp -%%DATADIR%%/newlib/msp430/MSP430F1121 -%%DATADIR%%/newlib/msp430/MSP430F1121+jtag -%%DATADIR%%/newlib/not_vetted_ingo/pc104+.ele -%%DATADIR%%/newlib/not_vetted_ingo/pc104.ele -%%DATADIR%%/newlib/not_vetted_ingo/pq100.ele -%%DATADIR%%/newlib/not_vetted_ingo/pq128.ele -%%DATADIR%%/newlib/not_vetted_ingo/pq144.ele -%%DATADIR%%/newlib/not_vetted_ingo/pq160.ele -%%DATADIR%%/newlib/not_vetted_ingo/pq208.ele -%%DATADIR%%/newlib/not_vetted_ingo/pq240.ele -%%DATADIR%%/newlib/not_vetted_ingo/pq304.ele -%%DATADIR%%/newlib/not_vetted_ingo/pq32.ele -%%DATADIR%%/newlib/not_vetted_ingo/pq44.ele -%%DATADIR%%/newlib/not_vetted_ingo/smt0402.ele -%%DATADIR%%/newlib/not_vetted_ingo/smt0603.ele -%%DATADIR%%/newlib/not_vetted_ingo/smt0805.ele -%%DATADIR%%/newlib/not_vetted_ingo/smt1206.ele -%%DATADIR%%/newlib/not_vetted_ingo/smt1210.ele -%%DATADIR%%/newlib/not_vetted_ingo/smt1913.ele -%%DATADIR%%/newlib/not_vetted_ingo/smt2416.ele -%%DATADIR%%/newlib/tests/14DIP_oval_pad -%%DATADIR%%/newlib/tests/Generic_TSOP48_Flash -%%DATADIR%%/newlib/tests/MONOBLOCK_large -%%DATADIR%%/newlib/tests/StrongARM_CPU -%%DATADIR%%/newlib/tests/TK11950 -%%DATADIR%%/newlib/tests/TO99fromLED -%%DATADIR%%/newlib/tests/UART -%%DATADIR%%/newlib/tests/monoblock_small +%%DATADIR%%/qfp.dat +%%DATADIR%%/tools/MergePCBPS +%%DATADIR%%/tools/Merge_dimPCBPS +%%DATADIR%%/tools/PCB2HPGL %%DATADIR%%/tools/apctools.zip %%DATADIR%%/tools/gerbertotk.c %%DATADIR%%/tools/pcb2ncap.tgz %%DATADIR%%/tools/pcbdiff %%DATADIR%%/tools/tgo2pcb.tcl -%%DATADIR%%/tools/MergePCBPS -%%DATADIR%%/tools/Merge_dimPCBPS -%%DATADIR%%/tools/PCB2HPGL +%%PORTDOCS%%%%DOCSDIR%%/debumpify.out.png +%%PORTDOCS%%%%DOCSDIR%%/debumpify.png +%%PORTDOCS%%%%DOCSDIR%%/miter.out.png +%%PORTDOCS%%%%DOCSDIR%%/miter.png +%%PORTDOCS%%%%DOCSDIR%%/orthopull.out.png +%%PORTDOCS%%%%DOCSDIR%%/orthopull.png +%%PORTDOCS%%%%DOCSDIR%%/td_ex1.png +%%PORTDOCS%%%%DOCSDIR%%/unjaggy.out.png +%%PORTDOCS%%%%DOCSDIR%%/unjaggy.png +%%PORTDOCS%%%%DOCSDIR%%/vianudge.out.png +%%PORTDOCS%%%%DOCSDIR%%/vianudge.png +%%PORTDOCS%%%%DOCSDIR%%/viatrim.out.png +%%PORTDOCS%%%%DOCSDIR%%/viatrim.png