diff options
author | hrs <hrs@FreeBSD.org> | 2019-03-16 06:04:02 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2019-03-16 06:04:02 +0800 |
commit | 8805f419a660c3d78d9c9068d5c19d1383f8b359 (patch) | |
tree | 760feb78b36d5439be7de1c4ed0f8c2888dc3ed3 /cad | |
parent | 1e143222432c11b745057f66be668ab5c30049eb (diff) | |
download | freebsd-ports-gnome-8805f419a660c3d78d9c9068d5c19d1383f8b359.tar.gz freebsd-ports-gnome-8805f419a660c3d78d9c9068d5c19d1383f8b359.tar.zst freebsd-ports-gnome-8805f419a660c3d78d9c9068d5c19d1383f8b359.zip |
Update to 4.2.0.
Diffstat (limited to 'cad')
-rw-r--r-- | cad/pcb/Makefile | 23 | ||||
-rw-r--r-- | cad/pcb/distinfo | 5 | ||||
-rw-r--r-- | cad/pcb/files/patch-Makefile.in | 10 | ||||
-rw-r--r-- | cad/pcb/files/patch-doc-Makefile.in | 12 | ||||
-rw-r--r-- | cad/pcb/files/patch-src-main.c | 13 | ||||
-rw-r--r-- | cad/pcb/pkg-plist | 706 |
6 files changed, 595 insertions, 174 deletions
diff --git a/cad/pcb/Makefile b/cad/pcb/Makefile index 5be5916df635..cf7a96249629 100644 --- a/cad/pcb/Makefile +++ b/cad/pcb/Makefile @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= pcb -PORTVERSION= 20140316 -PORTREVISION= 2 +PORTVERSION= 4.2.0 +PORTEPOCH= 1 CATEGORIES= cad MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -12,21 +12,26 @@ 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 \ diff --git a/cad/pcb/distinfo b/cad/pcb/distinfo index 20625158abd3..45bd2cc4a8dd 100644 --- a/cad/pcb/distinfo +++ b/cad/pcb/distinfo @@ -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 diff --git a/cad/pcb/files/patch-Makefile.in b/cad/pcb/files/patch-Makefile.in index 69099d804f94..9cb4042e6862 100644 --- a/cad/pcb/files/patch-Makefile.in +++ b/cad/pcb/files/patch-Makefile.in @@ -1,15 +1,15 @@ ---- 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) diff --git a/cad/pcb/files/patch-doc-Makefile.in b/cad/pcb/files/patch-doc-Makefile.in index a864c6e2a8a4..b20c8001ea50 100644 --- a/cad/pcb/files/patch-doc-Makefile.in +++ b/cad/pcb/files/patch-doc-Makefile.in @@ -1,9 +1,9 @@ ---- 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@ diff --git a/cad/pcb/files/patch-src-main.c b/cad/pcb/files/patch-src-main.c deleted file mode 100644 index f105eda8dc67..000000000000 --- a/cad/pcb/files/patch-src-main.c +++ /dev/null @@ -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 <sys/stat.h> - #include <time.h> /* Seed for srand() */ - -+#if defined(__FreeBSD__) -+#include <locale.h> -+#endif -+ - #include "global.h" - #include "data.h" - #include "buffer.h" diff --git a/cad/pcb/pkg-plist b/cad/pcb/pkg-plist index b16e4c515b3c..746372ac0980 100644 --- a/cad/pcb/pkg-plist +++ b/cad/pcb/pkg-plist @@ -3,7 +3,7 @@ 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 @@ -36,21 +36,157 @@ 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 @@ -64,6 +200,71 @@ share/gEDA/scheme/gnet-pcbfwd.scm %%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 @@ -239,6 +440,114 @@ share/gEDA/scheme/gnet-pcbfwd.scm %%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 @@ -275,6 +584,9 @@ share/gEDA/scheme/gnet-pcbfwd.scm %%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 @@ -304,6 +616,9 @@ share/gEDA/scheme/gnet-pcbfwd.scm %%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 @@ -386,6 +701,9 @@ share/gEDA/scheme/gnet-pcbfwd.scm %%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 @@ -462,6 +780,7 @@ share/gEDA/scheme/gnet-pcbfwd.scm %%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 @@ -481,6 +800,30 @@ share/gEDA/scheme/gnet-pcbfwd.scm %%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 @@ -514,6 +857,7 @@ share/gEDA/scheme/gnet-pcbfwd.scm %%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 @@ -530,6 +874,8 @@ share/gEDA/scheme/gnet-pcbfwd.scm %%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 @@ -614,6 +960,7 @@ share/gEDA/scheme/gnet-pcbfwd.scm %%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 @@ -666,6 +1013,7 @@ share/gEDA/scheme/gnet-pcbfwd.scm %%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 @@ -740,8 +1088,8 @@ share/gEDA/scheme/gnet-pcbfwd.scm %%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 @@ -771,6 +1119,7 @@ share/gEDA/scheme/gnet-pcbfwd.scm %%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 @@ -788,6 +1137,7 @@ share/gEDA/scheme/gnet-pcbfwd.scm %%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 @@ -804,6 +1154,8 @@ share/gEDA/scheme/gnet-pcbfwd.scm %%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 @@ -993,6 +1345,186 @@ share/gEDA/scheme/gnet-pcbfwd.scm %%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 @@ -1024,141 +1556,37 @@ share/gEDA/scheme/gnet-pcbfwd.scm %%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 |