From owner-svn-ports-all@FreeBSD.ORG Tue Aug 19 16:49:33 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 513013DE; Tue, 19 Aug 2014 16:49:33 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 39C6E3547; Tue, 19 Aug 2014 16:49:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7JGnXWN036164; Tue, 19 Aug 2014 16:49:33 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7JGnWue036161; Tue, 19 Aug 2014 16:49:32 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201408191649.s7JGnWue036161@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Tue, 19 Aug 2014 16:49:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r365395 - head/cad/kicad X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Aug 2014 16:49:33 -0000 Author: thierry Date: Tue Aug 19 16:49:32 2014 New Revision: 365395 URL: http://svnweb.freebsd.org/changeset/ports/365395 QAT: https://qat.redports.org/buildarchive/r365395/ Log: Upgrade to 0.20140622+bzr4027-2. Changelog at . Modified: head/cad/kicad/Makefile head/cad/kicad/distinfo head/cad/kicad/pkg-plist Modified: head/cad/kicad/Makefile ============================================================================== --- head/cad/kicad/Makefile Tue Aug 19 16:37:47 2014 (r365394) +++ head/cad/kicad/Makefile Tue Aug 19 16:49:32 2014 (r365395) @@ -2,13 +2,11 @@ # $FreeBSD$ PORTNAME= kicad -DISTVERSION= 2013-05-18_BZR4017 +DISTVERSION= 20140622%2Bbzr4027 PORTEPOCH= 1 CATEGORIES= cad -MASTER_SITES= http://iut-tice.ujf-grenoble.fr/cao/ -DISTFILES= ${SFNAME}${EXTRACT_SUFX} \ - ${DFNAME} -EXTRACT_ONLY= ${SFNAME}${EXTRACT_SUFX} +MASTER_SITES= https://launchpadlibrarian.net/179199115/ +DISTNAME= ${PORTNAME}_0.${DISTVERSION}.orig MAINTAINER= thierry@FreeBSD.org COMMENT= Schematic and PCB editing software @@ -16,12 +14,12 @@ COMMENT= Schematic and PCB editing softw LICENSE= GPLv2 LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs +BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen +RUN_DEPENDS= xpdf:${PORTSDIR}/graphics/xpdf CONFLICTS= kicad-devel* -WRKSRC= ${WRKDIR}/kicad - -USES= cmake dos2unix desktop-file-utils shared-mime-info zip +USES= cmake dos2unix desktop-file-utils shared-mime-info tar:xz # Boost templates and compiler and library support for the ISO C++ 2011 standard from include/wx-3.0 USES+= compiler:gcc-c++11-lib DOS2UNIX_GLOB= *.cmake sch_bus_entry.h sch_line.h sch_no_connect.h @@ -36,7 +34,7 @@ CMAKE_ARGS= -DwxWidgets_CONFIG_EXECUTABL -DwxWidgets_wxrc_EXECUTABLE=${WXRC_CMD} INSTALLS_ICONS= yes -WRKSRC= ${WRKDIR}/stable_${DISTVERSION} +WRKSRC= ${WRKDIR}/${PORTNAME}-0.${DISTVERSION:C/%2B/+/} PLIST_SUB= DESKTOPDIR=${DESKTOPDIR:S|^${PREFIX}/||} @@ -45,15 +43,10 @@ OPTIONS_SUB= yes NLS_USES= gettext -SFNAME= ${PORTNAME}-sources-stable_${DISTVERSION} -# The stanard file is broken ATM, we have to take it from the Ubuntu package -#DFNAME= kicad-docs+translations_only_for-stable_2013-03-15_BZR4003 -DFNAME= kicad-2013-07-07-BZR4022-stable-UBUNTU_12.04_full_with_components_doc.tgz BINS= cvpcb eeschema gerbview kicad pcbnew EXTRAS2RM= linux-non_unicode linux wings3d LINUX.README \ contrib_makefiles.txt running_kicad_under_W98.txt -RUN_DEPENDS+= xpdf:${PORTSDIR}/graphics/xpdf .include @@ -62,33 +55,33 @@ LICENSE+= GFDL LICENSE_COMB= multi .endif -post-extract: - cd ${WRKDIR} && ${TAR} -xf ${DISTDIR}/${DFNAME} - post-patch: ${MV} ${WRKSRC}/include/boost ${WRKSRC}/include/boost.orig pre-configure: ${REINPLACE_CMD} -e 's|/usr/share/kicad|${DATADIR}|' \ -e 's|/usr/local|${PREFIX}|' \ + -e 's|/usr/bin/evince|${LOCALBASE}/bin/xpdf|' \ + -e 's|/usr/bin/kpdf|${LOCALBASE}/bin/okular|' \ -e 's|/usr/bin/xpdf|${LOCALBASE}/bin/xpdf|' \ -e 's|/usr/bin/konqueror|${LOCALBASE}/bin/konqueror|' \ + -e 's|/usr/bin/xdg-open|${LOCALBASE}/bin/xdg-open|' \ ${WRKSRC}/common/gestfich.cpp post-install: ${MKDIR} ${STAGEDIR}${DATADIR} - (cd ${WRKDIR}/${PORTNAME}/share && ${COPYTREE_SHARE} library ${STAGEDIR}${DATADIR}) - (cd ${WRKDIR}/${PORTNAME}/share && ${COPYTREE_SHARE} modules ${STAGEDIR}${DATADIR}) + (cd ${WRKSRC}/library && ${COPYTREE_SHARE} library ${STAGEDIR}${DATADIR}) + (cd ${WRKSRC}/library && ${COPYTREE_SHARE} modules ${STAGEDIR}${DATADIR}) .if ${PORT_OPTIONS:MNLS} ${MKDIR} ${STAGEDIR}${DATADIR}/internat - (cd ${WRKDIR}/${PORTNAME}/share/internat && \ + (cd ${WRKSRC}/doc/internat && \ ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/internat) ${RM} -f ${STAGEDIR}${DATADIR}/internat/CMakeLists.txt ${FIND} ${STAGEDIR}${DATADIR}/internat -name kicad.po -delete .endif .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}${DOCSDIR} - (cd ${WRKDIR}/${PORTNAME}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) + (cd ${WRKSRC}/doc/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) (cd ${WRKSRC}/Documentation && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) .endif Modified: head/cad/kicad/distinfo ============================================================================== --- head/cad/kicad/distinfo Tue Aug 19 16:37:47 2014 (r365394) +++ head/cad/kicad/distinfo Tue Aug 19 16:49:32 2014 (r365395) @@ -1,4 +1,2 @@ -SHA256 (kicad-sources-stable_2013-05-18_BZR4017.zip) = cb9ca0d19e5ea8ca45c731eeddbd8a242eb696e619ee98af91f2c7a0095b393d -SIZE (kicad-sources-stable_2013-05-18_BZR4017.zip) = 15025159 -SHA256 (kicad-2013-07-07-BZR4022-stable-UBUNTU_12.04_full_with_components_doc.tgz) = 051f9cf26d6b4c5d27fabb54f77bd5de50204f5478ae350dc2288d1ad8d70b41 -SIZE (kicad-2013-07-07-BZR4022-stable-UBUNTU_12.04_full_with_components_doc.tgz) = 280723247 +SHA256 (kicad_0.20140622%2Bbzr4027.orig.tar.xz) = 05a05e42d16ece17326544cef16fe720836930b99266f99a2aa0db7c9a0cbdf2 +SIZE (kicad_0.20140622%2Bbzr4027.orig.tar.xz) = 161275016 Modified: head/cad/kicad/pkg-plist ============================================================================== --- head/cad/kicad/pkg-plist Tue Aug 19 16:37:47 2014 (r365394) +++ head/cad/kicad/pkg-plist Tue Aug 19 16:49:32 2014 (r365395) @@ -23,12 +23,11 @@ lib/kicad/plugins/netlist_form_pads-pcb. %%PORTDOCS%%%%DOCSDIR%%/compiling/build-config.txt %%PORTDOCS%%%%DOCSDIR%%/compiling/build-msw.txt %%PORTDOCS%%%%DOCSDIR%%/compiling/mac-osx.txt -%%PORTDOCS%%%%DOCSDIR%%/contrib/gerber_rs274x_revd_e.pdf +%%PORTDOCS%%%%DOCSDIR%%/contrib/Extending_the_Gerber_Format_with_Attributes.pdf +%%PORTDOCS%%%%DOCSDIR%%/contrib/Gerber_File_Format_Specification_june2013.pdf %%PORTDOCS%%%%DOCSDIR%%/copyright.txt %%PORTDOCS%%%%DOCSDIR%%/guidelines/UIpolicies.txt %%PORTDOCS%%%%DOCSDIR%%/help/CMakeLists.txt -%%PORTDOCS%%%%DOCSDIR%%/help/GUI_Translation_HOWTO.odt -%%PORTDOCS%%%%DOCSDIR%%/help/GUI_Translation_HOWTO.pdf %%PORTDOCS%%%%DOCSDIR%%/help/de/docs_src/eeschema/Eeschema_Teil_01_DE.odt %%PORTDOCS%%%%DOCSDIR%%/help/de/docs_src/eeschema/Eeschema_Teil_02_DE.odt %%PORTDOCS%%%%DOCSDIR%%/help/de/docs_src/eeschema/Eeschema_Teil_03_DE.odt @@ -130,10 +129,12 @@ lib/kicad/plugins/netlist_form_pads-pcb. %%PORTDOCS%%%%DOCSDIR%%/help/en/docs_src/pcbnew/pcbnew_chap7_EN.odt %%PORTDOCS%%%%DOCSDIR%%/help/en/docs_src/pcbnew/pcbnew_chap8_EN.odt %%PORTDOCS%%%%DOCSDIR%%/help/en/docs_src/pcbnew/pcbnew_chap9_EN.odt +%%PORTDOCS%%%%DOCSDIR%%/help/en/docs_src/pl_editor/pl_editor_EN.odt %%PORTDOCS%%%%DOCSDIR%%/help/en/eeschema.pdf %%PORTDOCS%%%%DOCSDIR%%/help/en/gerbview.pdf %%PORTDOCS%%%%DOCSDIR%%/help/en/kicad.pdf %%PORTDOCS%%%%DOCSDIR%%/help/en/pcbnew.pdf +%%PORTDOCS%%%%DOCSDIR%%/help/en/pl_editor.pdf %%PORTDOCS%%%%DOCSDIR%%/help/es/docs_src/cvpcb/cvpcb-es.sxw %%PORTDOCS%%%%DOCSDIR%%/help/es/docs_src/eeschema/Eeschema_Chapter10_ES.sxw %%PORTDOCS%%%%DOCSDIR%%/help/es/docs_src/eeschema/Eeschema_Chapter11_ES.sxw @@ -148,7 +149,6 @@ lib/kicad/plugins/netlist_form_pads-pcb. %%PORTDOCS%%%%DOCSDIR%%/help/es/docs_src/eeschema/Eeschema_Chapter8_ES.sxw %%PORTDOCS%%%%DOCSDIR%%/help/es/docs_src/eeschema/Eeschema_Chapter9_ES.sxw %%PORTDOCS%%%%DOCSDIR%%/help/es/docs_src/eeschema/Eeschema_covers_ES.sxw -%%PORTDOCS%%%%DOCSDIR%%/help/es/docs_src/eeschema/eeschema-es.html %%PORTDOCS%%%%DOCSDIR%%/help/es/docs_src/eeschema/eeschema.sxg %%PORTDOCS%%%%DOCSDIR%%/help/es/docs_src/eeschema/tablemat.sxw %%PORTDOCS%%%%DOCSDIR%%/help/es/docs_src/kicad/kicad-es.sxw @@ -164,12 +164,11 @@ lib/kicad/plugins/netlist_form_pads-pcb. %%PORTDOCS%%%%DOCSDIR%%/help/es/docs_src/pcbnew/cap7.sxw %%PORTDOCS%%%%DOCSDIR%%/help/es/docs_src/pcbnew/cap8.sxw %%PORTDOCS%%%%DOCSDIR%%/help/es/docs_src/pcbnew/cap9.sxw -%%PORTDOCS%%%%DOCSDIR%%/help/es/docs_src/pcbnew/pcbnew-es.html %%PORTDOCS%%%%DOCSDIR%%/help/es/docs_src/pcbnew/pcbnew.sxg %%PORTDOCS%%%%DOCSDIR%%/help/file_formats/docs_src/board_file_format_EN.odt %%PORTDOCS%%%%DOCSDIR%%/help/file_formats/docs_src/file_formats.odm -%%PORTDOCS%%%%DOCSDIR%%/help/file_formats/docs_src/file_formats.sxg %%PORTDOCS%%%%DOCSDIR%%/help/file_formats/docs_src/library_file_format_EN.odt +%%PORTDOCS%%%%DOCSDIR%%/help/file_formats/docs_src/page_layout_file_format.odt %%PORTDOCS%%%%DOCSDIR%%/help/file_formats/docs_src/s-expr_pcbnew_file_format.odt %%PORTDOCS%%%%DOCSDIR%%/help/file_formats/docs_src/schematic_file_format_EN.odt %%PORTDOCS%%%%DOCSDIR%%/help/file_formats/file_formats.pdf @@ -192,7 +191,6 @@ lib/kicad/plugins/netlist_form_pads-pcb. %%PORTDOCS%%%%DOCSDIR%%/help/fr/docs_src/eeschema/eeschema.odm %%PORTDOCS%%%%DOCSDIR%%/help/fr/docs_src/eeschema/pics/bom-netlist-tab.jpeg %%PORTDOCS%%%%DOCSDIR%%/help/fr/docs_src/gerbview/dcodes.odt -%%PORTDOCS%%%%DOCSDIR%%/help/fr/docs_src/gerbview/gerbview.odt %%PORTDOCS%%%%DOCSDIR%%/help/fr/docs_src/gerbview/gerbview.sxg %%PORTDOCS%%%%DOCSDIR%%/help/fr/docs_src/gerbview/gerbview_fr.odt %%PORTDOCS%%%%DOCSDIR%%/help/fr/docs_src/gerbview/rs274x.odt @@ -203,7 +201,6 @@ lib/kicad/plugins/netlist_form_pads-pcb. %%PORTDOCS%%%%DOCSDIR%%/help/fr/docs_src/kicad/pics/kicad_logo.png %%PORTDOCS%%%%DOCSDIR%%/help/fr/docs_src/kicad/pics/kicad_main_window.png %%PORTDOCS%%%%DOCSDIR%%/help/fr/docs_src/kicad/pics/svg/kicad_logo.svg -%%PORTDOCS%%%%DOCSDIR%%/help/fr/docs_src/pcbnew/.~lock.pcbnew_chap10_FR.odt# %%PORTDOCS%%%%DOCSDIR%%/help/fr/docs_src/pcbnew/modview_FR.odt %%PORTDOCS%%%%DOCSDIR%%/help/fr/docs_src/pcbnew/pcbnew.odm %%PORTDOCS%%%%DOCSDIR%%/help/fr/docs_src/pcbnew/pcbnewFlowChart.odg @@ -219,7 +216,6 @@ lib/kicad/plugins/netlist_form_pads-pcb. %%PORTDOCS%%%%DOCSDIR%%/help/fr/docs_src/pcbnew/pcbnew_chap7_FR.odt %%PORTDOCS%%%%DOCSDIR%%/help/fr/docs_src/pcbnew/pcbnew_chap8_FR.odt %%PORTDOCS%%%%DOCSDIR%%/help/fr/docs_src/pcbnew/pcbnew_chap9_FR.odt -%%PORTDOCS%%%%DOCSDIR%%/help/fr/docs_src/pcbnew/pcbnew_covers_FR.odt %%PORTDOCS%%%%DOCSDIR%%/help/fr/eeschema.pdf %%PORTDOCS%%%%DOCSDIR%%/help/fr/gerbview.pdf %%PORTDOCS%%%%DOCSDIR%%/help/fr/kicad.pdf @@ -272,24 +268,21 @@ lib/kicad/plugins/netlist_form_pads-pcb. %%PORTDOCS%%%%DOCSDIR%%/help/ja/docs_src/pcbnew/pcbnew_chap7_JA.odt %%PORTDOCS%%%%DOCSDIR%%/help/ja/docs_src/pcbnew/pcbnew_chap8_JA.odt %%PORTDOCS%%%%DOCSDIR%%/help/ja/docs_src/pcbnew/pcbnew_chap9_JA.odt +%%PORTDOCS%%%%DOCSDIR%%/help/ja/docs_src/pl_editor/pl_editor_ja.odt %%PORTDOCS%%%%DOCSDIR%%/help/ja/eeschema.pdf %%PORTDOCS%%%%DOCSDIR%%/help/ja/gerbview.pdf %%PORTDOCS%%%%DOCSDIR%%/help/ja/getting_started_in_kicad.pdf %%PORTDOCS%%%%DOCSDIR%%/help/ja/kicad.pdf %%PORTDOCS%%%%DOCSDIR%%/help/ja/pcbnew.pdf -%%PORTDOCS%%%%DOCSDIR%%/help/makefile +%%PORTDOCS%%%%DOCSDIR%%/help/ja/pl_editor.pdf %%PORTDOCS%%%%DOCSDIR%%/help/pl/cvpcb.pdf %%PORTDOCS%%%%DOCSDIR%%/help/pl/docs_src/KiCad_worflow.odg +%%PORTDOCS%%%%DOCSDIR%%/help/pl/docs_src/cvpcb/1stpagelogo.png %%PORTDOCS%%%%DOCSDIR%%/help/pl/docs_src/cvpcb/cvpcb_PL.odt -%%PORTDOCS%%%%DOCSDIR%%/help/pl/docs_src/cvpcb/cvpcb_cover_PL.odt -%%PORTDOCS%%%%DOCSDIR%%/help/pl/docs_src/eeschema/Eeschema_Chapter13_PL-viewlib.odt -%%PORTDOCS%%%%DOCSDIR%%/help/pl/docs_src/eeschema/Eeschema_Chapter1_PL.odt -%%PORTDOCS%%%%DOCSDIR%%/help/pl/docs_src/eeschema/Eeschema_Chapter2_PL.odt -%%PORTDOCS%%%%DOCSDIR%%/help/pl/docs_src/eeschema/Eeschema_Chapter3_PL.odt -%%PORTDOCS%%%%DOCSDIR%%/help/pl/docs_src/eeschema/Eeschema_Chapter4_PL.odt -%%PORTDOCS%%%%DOCSDIR%%/help/pl/docs_src/eeschema/Eeschema_covers_PL.odt +%%PORTDOCS%%%%DOCSDIR%%/help/pl/docs_src/eeschema/1stpagelogo.png %%PORTDOCS%%%%DOCSDIR%%/help/pl/docs_src/eeschema/eeschema_PL.odt %%PORTDOCS%%%%DOCSDIR%%/help/pl/docs_src/eeschema/eeschemaflowchart.odg +%%PORTDOCS%%%%DOCSDIR%%/help/pl/docs_src/gerbview/1stpagelogo.png %%PORTDOCS%%%%DOCSDIR%%/help/pl/docs_src/gerbview/gerbview_PL.odt %%PORTDOCS%%%%DOCSDIR%%/help/pl/docs_src/getting_started_in_kicad/getting_started_in_kicad_pl.odt %%PORTDOCS%%%%DOCSDIR%%/help/pl/docs_src/getting_started_in_kicad/pics/KiCad_worflow.odg @@ -348,14 +341,22 @@ lib/kicad/plugins/netlist_form_pads-pcb. %%PORTDOCS%%%%DOCSDIR%%/help/pl/docs_src/getting_started_in_kicad/pics/save_part_in_mem.png %%PORTDOCS%%%%DOCSDIR%%/help/pl/docs_src/getting_started_in_kicad/pics/sheetset.png %%PORTDOCS%%%%DOCSDIR%%/help/pl/docs_src/getting_started_in_kicad/pics/show_footprint.png +%%PORTDOCS%%%%DOCSDIR%%/help/pl/docs_src/kicad/1stpagelogo.png %%PORTDOCS%%%%DOCSDIR%%/help/pl/docs_src/kicad/kicad_PL.odt +%%PORTDOCS%%%%DOCSDIR%%/help/pl/docs_src/kicad_tools/1stpagelogo.png +%%PORTDOCS%%%%DOCSDIR%%/help/pl/docs_src/kicad_tools/kicad_tools_PL.odt +%%PORTDOCS%%%%DOCSDIR%%/help/pl/docs_src/pcbnew/1stpagelogo.png %%PORTDOCS%%%%DOCSDIR%%/help/pl/docs_src/pcbnew/pcbnewFlowChart_PL.odg %%PORTDOCS%%%%DOCSDIR%%/help/pl/docs_src/pcbnew/pcbnew_PL.odt +%%PORTDOCS%%%%DOCSDIR%%/help/pl/docs_src/pl_editor/1stpagelogo.png +%%PORTDOCS%%%%DOCSDIR%%/help/pl/docs_src/pl_editor/pl_editor_PL.odt %%PORTDOCS%%%%DOCSDIR%%/help/pl/eeschema.pdf %%PORTDOCS%%%%DOCSDIR%%/help/pl/gerbview.pdf %%PORTDOCS%%%%DOCSDIR%%/help/pl/getting_started_in_kicad.pdf %%PORTDOCS%%%%DOCSDIR%%/help/pl/kicad.pdf +%%PORTDOCS%%%%DOCSDIR%%/help/pl/kicad_tools.pdf %%PORTDOCS%%%%DOCSDIR%%/help/pl/pcbnew.pdf +%%PORTDOCS%%%%DOCSDIR%%/help/pl/pl_editor.pdf %%PORTDOCS%%%%DOCSDIR%%/help/pt/docs_src/cvpcb/cvpcb_BR.odt %%PORTDOCS%%%%DOCSDIR%%/help/pt/docs_src/cvpcb/cvpcb_capa_pt_br.odt %%PORTDOCS%%%%DOCSDIR%%/help/pt/docs_src/eeschema/EEschema_capa_pt_BR.odt @@ -396,14 +397,11 @@ lib/kicad/plugins/netlist_form_pads-pcb. %%PORTDOCS%%%%DOCSDIR%%/help/ru/docs_src/gerbview/gerbview.odt %%PORTDOCS%%%%DOCSDIR%%/help/ru/docs_src/getting_started_in_kicad/getting_started_in_kicad.odt %%PORTDOCS%%%%DOCSDIR%%/help/ru/docs_src/kicad/kicad.odt -%%PORTDOCS%%%%DOCSDIR%%/help/ru/docs_src/kicad/kicad_RU.sxw %%PORTDOCS%%%%DOCSDIR%%/help/ru/docs_src/pcbnew/pcbnew.odt %%PORTDOCS%%%%DOCSDIR%%/help/ru/eeschema.pdf %%PORTDOCS%%%%DOCSDIR%%/help/ru/gerbview.pdf %%PORTDOCS%%%%DOCSDIR%%/help/ru/kicad.pdf %%PORTDOCS%%%%DOCSDIR%%/help/ru/pcbnew.pdf -%%PORTDOCS%%%%DOCSDIR%%/%%CMAKE_BUILD_TYPE%%s/2010-mar-14.html -%%PORTDOCS%%%%DOCSDIR%%/%%CMAKE_BUILD_TYPE%%s/2010-mar-14.txt %%PORTDOCS%%%%DOCSDIR%%/rules_for_capitalization_in_Kicad_UI.txt %%PORTDOCS%%%%DOCSDIR%%/s-expressions.txt %%PORTDOCS%%%%DOCSDIR%%/scripts/bom-in-python/ky/bom_example1.py @@ -425,7 +423,6 @@ lib/kicad/plugins/netlist_form_pads-pcb. %%PORTDOCS%%%%DOCSDIR%%/tutorials/fr/KiCad Tutorial.pdf %%PORTDOCS%%%%DOCSDIR%%/tutorials/hu/KiCad Tutorial.odt %%PORTDOCS%%%%DOCSDIR%%/tutorials/hu/KiCad Tutorial.pdf -%%PORTDOCS%%%%DOCSDIR%%/tutorials/hu/Kicad Tutorial.odt %%PORTDOCS%%%%DOCSDIR%%/tutorials/it/KiCad_Tutorial 2011-IT_V0_0.odt %%PORTDOCS%%%%DOCSDIR%%/tutorials/it/KiCad_Tutorial 2011-IT_V0_0.pdf %%PORTDOCS%%%%DOCSDIR%%/tutorials/ja/getting_started_in_kicad.pdf @@ -609,13 +606,93 @@ share/icons/hicolor/scalable/mimetypes/a %%DATADIR%%/library/74xgxx.lib %%DATADIR%%/library/74xx.dcm %%DATADIR%%/library/74xx.lib +%%DATADIR%%/library/Buildingblocks/317Regler-BuildingBlocks_RevC/317Regulator-BuildingBlock-ModA_RevC/317Regulator-BuildingBlock-ModA_RevC_19Apr2011-cache.lib +%%DATADIR%%/library/Buildingblocks/317Regler-BuildingBlocks_RevC/317Regulator-BuildingBlock-ModA_RevC/317Regulator-BuildingBlock-ModA_RevC_19Apr2011.pdf +%%DATADIR%%/library/Buildingblocks/317Regler-BuildingBlocks_RevC/317Regulator-BuildingBlock-ModA_RevC/317Regulator-BuildingBlock-ModA_RevC_19Apr2011.pro +%%DATADIR%%/library/Buildingblocks/317Regler-BuildingBlocks_RevC/317Regulator-BuildingBlock-ModA_RevC/317Regulator-BuildingBlock-ModA_RevC_19Apr2011.sch +%%DATADIR%%/library/Buildingblocks/317Regler-BuildingBlocks_RevC/317Regulator-BuildingBlock-ModA_RevC/317Regulator-BuildingBlock-ModA_RevC_19Apr2011.svg +%%DATADIR%%/library/Buildingblocks/317Regler-BuildingBlocks_RevC/317Regulator-BuildingBlock-ModB_RevC/317Regulator-BuildingBlock-ModB_RevC_19Apr2011-cache.lib +%%DATADIR%%/library/Buildingblocks/317Regler-BuildingBlocks_RevC/317Regulator-BuildingBlock-ModB_RevC/317Regulator-BuildingBlock-ModB_RevC_19Apr2011.pdf +%%DATADIR%%/library/Buildingblocks/317Regler-BuildingBlocks_RevC/317Regulator-BuildingBlock-ModB_RevC/317Regulator-BuildingBlock-ModB_RevC_19Apr2011.pro +%%DATADIR%%/library/Buildingblocks/317Regler-BuildingBlocks_RevC/317Regulator-BuildingBlock-ModB_RevC/317Regulator-BuildingBlock-ModB_RevC_19Apr2011.sch +%%DATADIR%%/library/Buildingblocks/317Regler-BuildingBlocks_RevC/317Regulator-BuildingBlock-ModB_RevC/317Regulator-BuildingBlock-ModB_RevC_19Apr2011.svg +%%DATADIR%%/library/Buildingblocks/317Regler-BuildingBlocks_RevC/317Regulator-BuildingBlock-ModC_RevC/317Regulator-BuildingBlock-ModC_RevC_19Apr2011-cache.lib +%%DATADIR%%/library/Buildingblocks/317Regler-BuildingBlocks_RevC/317Regulator-BuildingBlock-ModC_RevC/317Regulator-BuildingBlock-ModC_RevC_19Apr2011.pdf +%%DATADIR%%/library/Buildingblocks/317Regler-BuildingBlocks_RevC/317Regulator-BuildingBlock-ModC_RevC/317Regulator-BuildingBlock-ModC_RevC_19Apr2011.pro +%%DATADIR%%/library/Buildingblocks/317Regler-BuildingBlocks_RevC/317Regulator-BuildingBlock-ModC_RevC/317Regulator-BuildingBlock-ModC_RevC_19Apr2011.sch +%%DATADIR%%/library/Buildingblocks/317Regler-BuildingBlocks_RevC/317Regulator-BuildingBlock-ModC_RevC/317Regulator-BuildingBlock-ModC_RevC_19Apr2011.svg +%%DATADIR%%/library/Buildingblocks/317Regler-BuildingBlocks_RevC/317Regulator-BuildingBlock-ModD_RevC/317Regulator-BuildingBlock-ModD_RevB_RevC_19Apr2011-cache.lib +%%DATADIR%%/library/Buildingblocks/317Regler-BuildingBlocks_RevC/317Regulator-BuildingBlock-ModD_RevC/317Regulator-BuildingBlock-ModD_RevC_19Apr2011-cache.lib +%%DATADIR%%/library/Buildingblocks/317Regler-BuildingBlocks_RevC/317Regulator-BuildingBlock-ModD_RevC/317Regulator-BuildingBlock-ModD_RevC_19Apr2011.pdf +%%DATADIR%%/library/Buildingblocks/317Regler-BuildingBlocks_RevC/317Regulator-BuildingBlock-ModD_RevC/317Regulator-BuildingBlock-ModD_RevC_19Apr2011.pro +%%DATADIR%%/library/Buildingblocks/317Regler-BuildingBlocks_RevC/317Regulator-BuildingBlock-ModD_RevC/317Regulator-BuildingBlock-ModD_RevC_19Apr2011.sch +%%DATADIR%%/library/Buildingblocks/317Regler-BuildingBlocks_RevC/317Regulator-BuildingBlock-ModD_RevC/317Regulator-BuildingBlock-ModD_RevC_19Apr2011.svg +%%DATADIR%%/library/Buildingblocks/317Regler-BuildingBlocks_RevC/317Regulator-BuildingBlock-ModE_RevC/317Regler-BuildingBlock-ModE_RevC_19Apr2011-cache.lib +%%DATADIR%%/library/Buildingblocks/317Regler-BuildingBlocks_RevC/317Regulator-BuildingBlock-ModE_RevC/317Regler-BuildingBlock-ModE_RevC_19Apr2011.pdf +%%DATADIR%%/library/Buildingblocks/317Regler-BuildingBlocks_RevC/317Regulator-BuildingBlock-ModE_RevC/317Regler-BuildingBlock-ModE_RevC_19Apr2011.pro +%%DATADIR%%/library/Buildingblocks/317Regler-BuildingBlocks_RevC/317Regulator-BuildingBlock-ModE_RevC/317Regler-BuildingBlock-ModE_RevC_19Apr2011.sch +%%DATADIR%%/library/Buildingblocks/317Regler-BuildingBlocks_RevC/317Regulator-BuildingBlock-ModE_RevC/317Regler-BuildingBlock-ModE_RevC_19Apr2011.svg +%%DATADIR%%/library/Buildingblocks/317Regler-BuildingBlocks_RevC/317Regulator-BuildingBlock-ModF_RevC/317Regler-BuildingBlock-ModF_RevC_19Apr2011-cache.lib +%%DATADIR%%/library/Buildingblocks/317Regler-BuildingBlocks_RevC/317Regulator-BuildingBlock-ModF_RevC/317Regler-BuildingBlock-ModF_RevC_19Apr2011.pdf +%%DATADIR%%/library/Buildingblocks/317Regler-BuildingBlocks_RevC/317Regulator-BuildingBlock-ModF_RevC/317Regler-BuildingBlock-ModF_RevC_19Apr2011.pro +%%DATADIR%%/library/Buildingblocks/317Regler-BuildingBlocks_RevC/317Regulator-BuildingBlock-ModF_RevC/317Regler-BuildingBlock-ModF_RevC_19Apr2011.sch +%%DATADIR%%/library/Buildingblocks/317Regler-BuildingBlocks_RevC/317Regulator-BuildingBlock-ModF_RevC/317Regler-BuildingBlock-ModF_RevC_19Apr2011.svg +%%DATADIR%%/library/Buildingblocks/317Regler-BuildingBlocks_RevC/317Regulator-BuildingBlock-ModG_RevC/317Regler-BuildingBlock-ModG_RevC_19Apr2011-cache.lib +%%DATADIR%%/library/Buildingblocks/317Regler-BuildingBlocks_RevC/317Regulator-BuildingBlock-ModG_RevC/317Regler-BuildingBlock-ModG_RevC_19Apr2011.pdf +%%DATADIR%%/library/Buildingblocks/317Regler-BuildingBlocks_RevC/317Regulator-BuildingBlock-ModG_RevC/317Regler-BuildingBlock-ModG_RevC_19Apr2011.pro +%%DATADIR%%/library/Buildingblocks/317Regler-BuildingBlocks_RevC/317Regulator-BuildingBlock-ModG_RevC/317Regler-BuildingBlock-ModG_RevC_19Apr2011.sch +%%DATADIR%%/library/Buildingblocks/317Regler-BuildingBlocks_RevC/317Regulator-BuildingBlock-ModG_RevC/317Regler-BuildingBlock-ModG_RevC_19Apr2011.svg +%%DATADIR%%/library/Buildingblocks/317Regler-BuildingBlocks_RevC/317Regulator-BuildingBlock-ModH_RevC/317Regler-BuildingBlock-ModH_RevC_19Apr2011-cache.lib +%%DATADIR%%/library/Buildingblocks/317Regler-BuildingBlocks_RevC/317Regulator-BuildingBlock-ModH_RevC/317Regler-BuildingBlock-ModH_RevC_19Apr2011.pdf +%%DATADIR%%/library/Buildingblocks/317Regler-BuildingBlocks_RevC/317Regulator-BuildingBlock-ModH_RevC/317Regler-BuildingBlock-ModH_RevC_19Apr2011.pro +%%DATADIR%%/library/Buildingblocks/317Regler-BuildingBlocks_RevC/317Regulator-BuildingBlock-ModH_RevC/317Regler-BuildingBlock-ModH_RevC_19Apr2011.sch +%%DATADIR%%/library/Buildingblocks/317Regler-BuildingBlocks_RevC/317Regulator-BuildingBlock-ModH_RevC/317Regler-BuildingBlock-ModH_RevC_19Apr2011.svg +%%DATADIR%%/library/Buildingblocks/555-BuildingBlocks_RevB/555-Oscillator-Adjustable-BuildingBlock_RevB/555-Oscillator-Adjustable-BuildingBlock_RevB_19Apr2011-1.svg +%%DATADIR%%/library/Buildingblocks/555-BuildingBlocks_RevB/555-Oscillator-Adjustable-BuildingBlock_RevB/555-Oscillator-Adjustable-BuildingBlock_RevB_19Apr2011-cache.lib +%%DATADIR%%/library/Buildingblocks/555-BuildingBlocks_RevB/555-Oscillator-Adjustable-BuildingBlock_RevB/555-Oscillator-Adjustable-BuildingBlock_RevB_19Apr2011.pdf +%%DATADIR%%/library/Buildingblocks/555-BuildingBlocks_RevB/555-Oscillator-Adjustable-BuildingBlock_RevB/555-Oscillator-Adjustable-BuildingBlock_RevB_19Apr2011.pro +%%DATADIR%%/library/Buildingblocks/555-BuildingBlocks_RevB/555-Oscillator-Adjustable-BuildingBlock_RevB/555-Oscillator-Adjustable-BuildingBlock_RevB_19Apr2011.sch +%%DATADIR%%/library/Buildingblocks/555-BuildingBlocks_RevB/555-Oscillator-Standard-BuildingBlock_RevB/555-Oscillator-Standard-BuildingBlock_RevB_19Apr2011-cache.lib +%%DATADIR%%/library/Buildingblocks/555-BuildingBlocks_RevB/555-Oscillator-Standard-BuildingBlock_RevB/555-Oscillator-Standard-BuildingBlock_RevB_19Apr2011.pdf +%%DATADIR%%/library/Buildingblocks/555-BuildingBlocks_RevB/555-Oscillator-Standard-BuildingBlock_RevB/555-Oscillator-Standard-BuildingBlock_RevB_19Apr2011.pro +%%DATADIR%%/library/Buildingblocks/555-BuildingBlocks_RevB/555-Oscillator-Standard-BuildingBlock_RevB/555-Oscillator-Standard-BuildingBlock_RevB_19Apr2011.sch +%%DATADIR%%/library/Buildingblocks/555-BuildingBlocks_RevB/555-Oscillator-Standard-BuildingBlock_RevB/555-Oscillator-Standard-BuildingBlock_RevB_19Apr2011.svg +%%DATADIR%%/library/Buildingblocks/555-BuildingBlocks_RevB/555-TwoPointRegulator-BuildingBlock_RevB/555-TwoPointRegulator-BuildingBlock_RevB_19Apr2011-cache.lib +%%DATADIR%%/library/Buildingblocks/555-BuildingBlocks_RevB/555-TwoPointRegulator-BuildingBlock_RevB/555-TwoPointRegulator-BuildingBlock_RevB_19Apr2011.pdf +%%DATADIR%%/library/Buildingblocks/555-BuildingBlocks_RevB/555-TwoPointRegulator-BuildingBlock_RevB/555-TwoPointRegulator-BuildingBlock_RevB_19Apr2011.png +%%DATADIR%%/library/Buildingblocks/555-BuildingBlocks_RevB/555-TwoPointRegulator-BuildingBlock_RevB/555-TwoPointRegulator-BuildingBlock_RevB_19Apr2011.pro +%%DATADIR%%/library/Buildingblocks/555-BuildingBlocks_RevB/555-TwoPointRegulator-BuildingBlock_RevB/555-TwoPointRegulator-BuildingBlock_RevB_19Apr2011.sch +%%DATADIR%%/library/Buildingblocks/555-BuildingBlocks_RevB/555-TwoPointRegulator-BuildingBlock_RevB/555-TwoPointRegulator-BuildingBlock_RevB_19Apr2011.svg +%%DATADIR%%/library/Buildingblocks/78xx_79xxRegler-BuildingBlocks_RevA/78xx-Regler-BuildingBlock_ModA_RevA/78xx-Regler-BuildingBlock_ModA_RevA-cache.lib +%%DATADIR%%/library/Buildingblocks/78xx_79xxRegler-BuildingBlocks_RevA/78xx-Regler-BuildingBlock_ModA_RevA/78xx-Regler-BuildingBlock_ModA_RevA.pdf +%%DATADIR%%/library/Buildingblocks/78xx_79xxRegler-BuildingBlocks_RevA/78xx-Regler-BuildingBlock_ModA_RevA/78xx-Regler-BuildingBlock_ModA_RevA.pro +%%DATADIR%%/library/Buildingblocks/78xx_79xxRegler-BuildingBlocks_RevA/78xx-Regler-BuildingBlock_ModA_RevA/78xx-Regler-BuildingBlock_ModA_RevA.sch +%%DATADIR%%/library/Buildingblocks/78xx_79xxRegler-BuildingBlocks_RevA/78xx-Regler-BuildingBlock_ModA_RevA/78xx-Regler-BuildingBlock_ModA_RevA.svg +%%DATADIR%%/library/Buildingblocks/78xx_79xxRegler-BuildingBlocks_RevA/78xx-Regler-BuildingBlock_ModB_RevA/78xx-Regler-BuildingBlock_ModB_RevA-cache.lib +%%DATADIR%%/library/Buildingblocks/78xx_79xxRegler-BuildingBlocks_RevA/78xx-Regler-BuildingBlock_ModB_RevA/78xx-Regler-BuildingBlock_ModB_RevA.pdf +%%DATADIR%%/library/Buildingblocks/78xx_79xxRegler-BuildingBlocks_RevA/78xx-Regler-BuildingBlock_ModB_RevA/78xx-Regler-BuildingBlock_ModB_RevA.pro +%%DATADIR%%/library/Buildingblocks/78xx_79xxRegler-BuildingBlocks_RevA/78xx-Regler-BuildingBlock_ModB_RevA/78xx-Regler-BuildingBlock_ModB_RevA.sch +%%DATADIR%%/library/Buildingblocks/78xx_79xxRegler-BuildingBlocks_RevA/78xx-Regler-BuildingBlock_ModB_RevA/78xx-Regler-BuildingBlock_ModB_RevA.svg +%%DATADIR%%/library/Buildingblocks/78xx_79xxRegler-BuildingBlocks_RevA/79xx-Regler-BuildingBlock_ModA_RevA/79xx-Regler-BuildingBlock_ModA_RevA-cache.lib +%%DATADIR%%/library/Buildingblocks/78xx_79xxRegler-BuildingBlocks_RevA/79xx-Regler-BuildingBlock_ModA_RevA/79xx-Regler-BuildingBlock_ModA_RevA.pdf +%%DATADIR%%/library/Buildingblocks/78xx_79xxRegler-BuildingBlocks_RevA/79xx-Regler-BuildingBlock_ModA_RevA/79xx-Regler-BuildingBlock_ModA_RevA.pro +%%DATADIR%%/library/Buildingblocks/78xx_79xxRegler-BuildingBlocks_RevA/79xx-Regler-BuildingBlock_ModA_RevA/79xx-Regler-BuildingBlock_ModA_RevA.sch +%%DATADIR%%/library/Buildingblocks/78xx_79xxRegler-BuildingBlocks_RevA/79xx-Regler-BuildingBlock_ModA_RevA/79xx-Regler-BuildingBlock_ModA_RevA.svg +%%DATADIR%%/library/Buildingblocks/78xx_79xxRegler-BuildingBlocks_RevA/79xx-Regler-BuildingBlock_ModB_RevA/79xx-Regler-BuildingBlock_ModB_RevA-cache.lib +%%DATADIR%%/library/Buildingblocks/78xx_79xxRegler-BuildingBlocks_RevA/79xx-Regler-BuildingBlock_ModB_RevA/79xx-Regler-BuildingBlock_ModB_RevA.pdf +%%DATADIR%%/library/Buildingblocks/78xx_79xxRegler-BuildingBlocks_RevA/79xx-Regler-BuildingBlock_ModB_RevA/79xx-Regler-BuildingBlock_ModB_RevA.pro +%%DATADIR%%/library/Buildingblocks/78xx_79xxRegler-BuildingBlocks_RevA/79xx-Regler-BuildingBlock_ModB_RevA/79xx-Regler-BuildingBlock_ModB_RevA.sch +%%DATADIR%%/library/Buildingblocks/78xx_79xxRegler-BuildingBlocks_RevA/79xx-Regler-BuildingBlock_ModB_RevA/79xx-Regler-BuildingBlock_ModB_RevA.svg +%%DATADIR%%/library/Buildingblocks/KatalogUeberKiCadBuildingBlocks_21Apr2013.pdf +%%DATADIR%%/library/Buildingblocks/KiCAD-HierarchcalSchematicsAndBuildingBlocksRevA-EN.pdf +%%DATADIR%%/library/Buildingblocks/KiCAD-HierarchischeSchaltplaeneUndBuildingBlocks3-DE.pdf +%%DATADIR%%/library/CMakeLists.txt %%DATADIR%%/library/ac-dc.dcm %%DATADIR%%/library/ac-dc.lib %%DATADIR%%/library/adc-dac.dcm %%DATADIR%%/library/adc-dac.lib %%DATADIR%%/library/analog_switches.dcm %%DATADIR%%/library/analog_switches.lib -%%DATADIR%%/library/and.sym %%DATADIR%%/library/atmel.dcm %%DATADIR%%/library/atmel.lib %%DATADIR%%/library/audio.dcm @@ -630,18 +707,19 @@ share/icons/hicolor/scalable/mimetypes/a %%DATADIR%%/library/conn.lib %%DATADIR%%/library/contrib.dcm %%DATADIR%%/library/contrib.lib -%%DATADIR%%/library/contrib/SymbolsSimilarEN60617+oldDIN617-RevE8.lib -%%DATADIR%%/library/contrib/SymbolsSimilarEN60617+oldDIN617.dcm -%%DATADIR%%/library/contrib/SymbolsSimilarEN60617+oldDIN617.lib -%%DATADIR%%/library/contrib/Symbols_DCDC-ACDC-Converter_RevC_20Jul2012.lib -%%DATADIR%%/library/contrib/Symbols_EN60617_13Mar2013.lib -%%DATADIR%%/library/contrib/Symbols_EN60617_13Mar2013.pdf -%%DATADIR%%/library/contrib/Symbols_ICs-Diskrete_RevA.lib -%%DATADIR%%/library/contrib/Symbols_ICs-Diskrete_RevD6.lib -%%DATADIR%%/library/contrib/Symbols_ICs-Opto_RevB_29Dez2012.lib -%%DATADIR%%/library/contrib/Symbols_Socket-DIN41612_RevA.lib -%%DATADIR%%/library/contrib/Symbols_Transformer-Discrete.lib -%%DATADIR%%/library/contrib/Symbols_Transformer-Diskrete_RevA.lib +%%DATADIR%%/library/contrib_symbols_dl1eic/CMakeLists.txt +%%DATADIR%%/library/contrib_symbols_dl1eic/SymbolsSimilarEN60617+oldDIN617-RevE8.lib +%%DATADIR%%/library/contrib_symbols_dl1eic/Symbols_DCDC-ACDC-Converter_RevC_20Jul2012.lib +%%DATADIR%%/library/contrib_symbols_dl1eic/Symbols_EN60617-10_HF-Radio_Catalog_DRAFT_19Aug2013.pdf +%%DATADIR%%/library/contrib_symbols_dl1eic/Symbols_EN60617-10_HF-Radio_DRAFT_12Sep2013.lib +%%DATADIR%%/library/contrib_symbols_dl1eic/Symbols_EN60617_13Mar2013.lib +%%DATADIR%%/library/contrib_symbols_dl1eic/Symbols_EN60617_13Mar2013.pdf +%%DATADIR%%/library/contrib_symbols_dl1eic/Symbols_ICs-Diskrete_RevD10.lib +%%DATADIR%%/library/contrib_symbols_dl1eic/Symbols_ICs-Opto_RevB_16Sep2013.lib +%%DATADIR%%/library/contrib_symbols_dl1eic/Symbols_Microcontroller_Philips-NXP_RevA_06Oct2013.dcm +%%DATADIR%%/library/contrib_symbols_dl1eic/Symbols_Microcontroller_Philips-NXP_RevA_06Oct2013.lib +%%DATADIR%%/library/contrib_symbols_dl1eic/Symbols_Socket-DIN41612_RevA.lib +%%DATADIR%%/library/contrib_symbols_dl1eic/Symbols_Transformer-Diskrete_RevA.lib %%DATADIR%%/library/cypress.lib %%DATADIR%%/library/dc-dc.dcm %%DATADIR%%/library/dc-dc.lib @@ -651,229 +729,17 @@ share/icons/hicolor/scalable/mimetypes/a %%DATADIR%%/library/digital-audio.lib %%DATADIR%%/library/display.dcm %%DATADIR%%/library/display.lib -%%DATADIR%%/library/doc/74xx/74HC595.pdf -%%DATADIR%%/library/doc/74xx/74LS393.pdf -%%DATADIR%%/library/doc/74xx/74ahc_ahct1g14.pdf -%%DATADIR%%/library/doc/74xx/74f181.pdf -%%DATADIR%%/library/doc/74xx/74hc573.pdf -%%DATADIR%%/library/doc/74xx/74hc_hct74.pdf -%%DATADIR%%/library/doc/74xx/74ls86.pdf -%%DATADIR%%/library/doc/adc-dac/ad7533.pdf -%%DATADIR%%/library/doc/adc-dac/ad775.pdf -%%DATADIR%%/library/doc/adc-dac/ad7819.pdf -%%DATADIR%%/library/doc/adc-dac/adc0800.pdf -%%DATADIR%%/library/doc/adc-dac/adc08060.pdf -%%DATADIR%%/library/doc/adc-dac/adc1173.pdf -%%DATADIR%%/library/doc/adc-dac/ltc1406.pdf -%%DATADIR%%/library/doc/analog-dev/AD5290.pdf -%%DATADIR%%/library/doc/analog-dev/AD5293.pdf -%%DATADIR%%/library/doc/analog-dev/AD620.pdf -%%DATADIR%%/library/doc/analog-dev/AD9283.pdf -%%DATADIR%%/library/doc/analog-dev/AD9891_9895.pdf -%%DATADIR%%/library/doc/analog-dev/ADuC816.pdf -%%DATADIR%%/library/doc/analog-dev/ad626_c.pdf -%%DATADIR%%/library/doc/analog-dev/ad629_a.pdf -%%DATADIR%%/library/doc/analog-dev/ad9280.pdf -%%DATADIR%%/library/doc/analog-dev/ad9708.pdf -%%DATADIR%%/library/doc/analog-dev/mat02.pdf -%%DATADIR%%/library/doc/analog-dev/mat03.pdf -%%DATADIR%%/library/doc/analog-dev/op275.pdf -%%DATADIR%%/library/doc/analog-dev/ssm2135.pdf -%%DATADIR%%/library/doc/analog-dev/ssm2141.pdf -%%DATADIR%%/library/doc/analog-dev/ssm2142.pdf -%%DATADIR%%/library/doc/analog-dev/ssm2143.pdf -%%DATADIR%%/library/doc/analog-dev/ssm2163.pdf -%%DATADIR%%/library/doc/analog-dev/ssm2165.pdf -%%DATADIR%%/library/doc/analog-dev/ssm2402.pdf -%%DATADIR%%/library/doc/analog_mux&switches/DG417-DG419.pdf -%%DATADIR%%/library/doc/analog_mux&switches/adg636.pdf -%%DATADIR%%/library/doc/analog_mux&switches/dg308.pdf -%%DATADIR%%/library/doc/analog_mux&switches/dg441.pdf -%%DATADIR%%/library/doc/analog_mux&switches/dg611_2_3_0.pdf -%%DATADIR%%/library/doc/analog_mux&switches/dg619-620.pdf -%%DATADIR%%/library/doc/analog_mux&switches/dg9421-22.pdf -%%DATADIR%%/library/doc/cmos4000/mc14020.pdf -%%DATADIR%%/library/doc/cmos4000/mc14040.pdf -%%DATADIR%%/library/doc/contrib/fx614ds.pdf -%%DATADIR%%/library/doc/digital-audio/CS43L21.pdf -%%DATADIR%%/library/doc/digital-audio/DS1267.pdf -%%DATADIR%%/library/doc/digital-audio/cs5361.pdf -%%DATADIR%%/library/doc/digital-audio/cs5396.pdf -%%DATADIR%%/library/doc/digital-audio/cs8406.pdf -%%DATADIR%%/library/doc/digital-audio/cs8413-4.pdf -%%DATADIR%%/library/doc/digital-audio/cs8420.pdf -%%DATADIR%%/library/doc/digital-audio/cs8427-f.pdf -%%DATADIR%%/library/doc/digital-audio/tpa5050.pdf -%%DATADIR%%/library/doc/display/D426GWA.pdf -%%DATADIR%%/library/doc/display/D426SURWAS530A2.pdf -%%DATADIR%%/library/doc/display/HDSP-48xx.pdf -%%DATADIR%%/library/doc/display/HDSP-7xxx.pdf -%%DATADIR%%/library/doc/display/LTC-6960HR.pdf -%%DATADIR%%/library/doc/display/LTC-6980HR.pdf -%%DATADIR%%/library/doc/display/MV57164.pdf -%%DATADIR%%/library/doc/display/display-DA04-11GWA.pdf -%%DATADIR%%/library/doc/display/display-DC04-11GWA.pdf -%%DATADIR%%/library/doc/elantec/el7242.pdf -%%DATADIR%%/library/doc/elantec/el7243.pdf -%%DATADIR%%/library/doc/gennum/gs9020.pdf -%%DATADIR%%/library/doc/gennum/gs9025a.pdf -%%DATADIR%%/library/doc/gennum/gs9032.pdf -%%DATADIR%%/library/doc/intersil/dg441_2.pdf -%%DATADIR%%/library/doc/intersil/icl7660.pdf -%%DATADIR%%/library/doc/ir/ir2110.pdf -%%DATADIR%%/library/doc/linear-tec/4607f.pdf -%%DATADIR%%/library/doc/linear-tec/lt1086.pdf -%%DATADIR%%/library/doc/linear-tec/lt1108.pdf -%%DATADIR%%/library/doc/linear-tec/lt1129.pdf -%%DATADIR%%/library/doc/linear-tec/lt1175.pdf -%%DATADIR%%/library/doc/linear-tec/lt1611f.pdf -%%DATADIR%%/library/doc/linear-tec/lt1761.pdf -%%DATADIR%%/library/doc/linear-tec/lt1932.pdf -%%DATADIR%%/library/doc/linear-tec/lt3010.pdf -%%DATADIR%%/library/doc/linear-tec/lt3430f.pdf -%%DATADIR%%/library/doc/linear-tec/ltc1594-8.pdf -%%DATADIR%%/library/doc/linear-tec/ltc1624.pdf -%%DATADIR%%/library/doc/linear-tec/ltc1878.pdf -%%DATADIR%%/library/doc/linear-tec/ltc2859-2861.pdf -%%DATADIR%%/library/doc/linear-tec/ltc3442.pdf -%%DATADIR%%/library/doc/linear-tec/ltc3525.pdf -%%DATADIR%%/library/doc/linear-tec/ltc4007.pdf -%%DATADIR%%/library/doc/maxim/DS1302.pdf -%%DATADIR%%/library/doc/maxim/MAX1647-MAX1648.pdf -%%DATADIR%%/library/doc/maxim/MAX220-MAX249.pdf -%%DATADIR%%/library/doc/maxim/MAX2605-MAX2609.pdf -%%DATADIR%%/library/doc/maxim/MAX5436-MAX5439.pdf -%%DATADIR%%/library/doc/maxim/MAX872-MAX874.pdf -%%DATADIR%%/library/doc/maxim/ds1621.pdf -%%DATADIR%%/library/doc/maxim/max200-max213.pdf -%%DATADIR%%/library/doc/maxim/max3224-max3245.pdf -%%DATADIR%%/library/doc/maxim/max471-max472.pdf -%%DATADIR%%/library/doc/maxim/max6351-max6360.pdf -%%DATADIR%%/library/doc/maxim/max690-max695.pdf -%%DATADIR%%/library/doc/memory/24xx512.pdf -%%DATADIR%%/library/doc/memory/27c010.pdf -%%DATADIR%%/library/doc/memory/27c020.pdf -%%DATADIR%%/library/doc/memory/27c040.pdf -%%DATADIR%%/library/doc/memory/27c080.pdf -%%DATADIR%%/library/doc/memory/28c256.pdf -%%DATADIR%%/library/doc/micrel/mic2026.pdf -%%DATADIR%%/library/doc/micrel/mic2177.pdf -%%DATADIR%%/library/doc/microchip/PIC16F819.pdf -%%DATADIR%%/library/doc/microchip/TCM809_reset_controller.pdf -%%DATADIR%%/library/doc/microchip/pic16c62b-72b.pdf -%%DATADIR%%/library/doc/microchip/pic16f62x.pdf -%%DATADIR%%/library/doc/microchip/pic16f84.pdf -%%DATADIR%%/library/doc/motorola/m68hc12B.pdf -%%DATADIR%%/library/doc/motorola/mmc2114.pdf -%%DATADIR%%/library/doc/ns/DS7830.pdf -%%DATADIR%%/library/doc/ns/lf398.pdf -%%DATADIR%%/library/doc/ns/lm158.pdf -%%DATADIR%%/library/doc/ns/lm1877.pdf -%%DATADIR%%/library/doc/ns/lm193.pdf -%%DATADIR%%/library/doc/ns/lm555.pdf -%%DATADIR%%/library/doc/ns/pc16550d.pdf -%%DATADIR%%/library/doc/onsemi/mc33178.pdf -%%DATADIR%%/library/doc/onsemi/mc34064.pdf -%%DATADIR%%/library/doc/op_amps/LM118.pdf -%%DATADIR%%/library/doc/op_amps/lm139.pdf -%%DATADIR%%/library/doc/op_amps/lm324.pdf -%%DATADIR%%/library/doc/op_amps/lm358.pdf -%%DATADIR%%/library/doc/op_amps/lmc6062.pdf -%%DATADIR%%/library/doc/op_amps/lmc6082.pdf -%%DATADIR%%/library/doc/op_amps/tl071.pdf -%%DATADIR%%/library/doc/op_amps/tl081.pdf -%%DATADIR%%/library/doc/opto/cpc1017n.pdf -%%DATADIR%%/library/doc/opto/laa110.pdf -%%DATADIR%%/library/doc/opto/lbb110.pdf -%%DATADIR%%/library/doc/opto/lcc110.pdf -%%DATADIR%%/library/doc/opto/silonex_nsl-32sr3.pdf -%%DATADIR%%/library/doc/philips/HTRC11001T-hitag_reader.pdf -%%DATADIR%%/library/doc/philips/SA605.pdf -%%DATADIR%%/library/doc/philips/dac08.pdf -%%DATADIR%%/library/doc/philips/pca9516.pdf -%%DATADIR%%/library/doc/philips/pca9516_3.pdf -%%DATADIR%%/library/doc/philips/pcf8574.pdf -%%DATADIR%%/library/doc/philips/pcf8591.pdf -%%DATADIR%%/library/doc/philips/tda8702.pdf -%%DATADIR%%/library/doc/regulator/LP2985.pdf -%%DATADIR%%/library/doc/regulator/lm117.pdf -%%DATADIR%%/library/doc/regulator/lm1578a.pdf -%%DATADIR%%/library/doc/regulator/lm78lxx.pdf -%%DATADIR%%/library/doc/regulator/lm78xx.pdf -%%DATADIR%%/library/doc/regulator/lm79lxx.pdf -%%DATADIR%%/library/doc/regulator/lm79xx.pdf -%%DATADIR%%/library/doc/regulator/lp3963.pdf -%%DATADIR%%/library/doc/regulator/lt1372-1377.pdf -%%DATADIR%%/library/doc/regulator/lt1373.pdf -%%DATADIR%%/library/doc/regulator/lt3472.pdf -%%DATADIR%%/library/doc/regulator/mc34063.pdf -%%DATADIR%%/library/doc/sensors/AC712_current_sensor.pdf -%%DATADIR%%/library/doc/sensors/allegro_A1301.pdf -%%DATADIR%%/library/doc/siliconix/si9986.pdf -%%DATADIR%%/library/doc/temic/tk5550.pdf -%%DATADIR%%/library/doc/temic/u2770B.pdf -%%DATADIR%%/library/doc/texas/pga4311.pdf -%%DATADIR%%/library/doc/texas/tl497a.pdf -%%DATADIR%%/library/doc/texas/tl7702a.pdf -%%DATADIR%%/library/doc/texas/tl7702b.pdf -%%DATADIR%%/library/doc/texas/tms320c240.pdf -%%DATADIR%%/library/doc/texas/tms320f2810.pdf -%%DATADIR%%/library/doc/texas/tms320lf240x/tms320lf2406a.pdf -%%DATADIR%%/library/doc/texas/tms320lf240x/tms320lf240x-periph-spru357.pdf -%%DATADIR%%/library/doc/texas/tms320lf240x/tms320lf240x.pdf -%%DATADIR%%/library/doc/texas/tpd2s017.pdf -%%DATADIR%%/library/doc/texas/tpd4s1394.pdf -%%DATADIR%%/library/doc/that_corporation/vca-2180x.pdf -%%DATADIR%%/library/doc/that_corporation/vca-2181x.pdf -%%DATADIR%%/library/doc/transistors/bipolar/2n4401.pdf -%%DATADIR%%/library/doc/transistors/bipolar/BC807.pdf -%%DATADIR%%/library/doc/transistors/bipolar/BC817.pdf -%%DATADIR%%/library/doc/transistors/bipolar/BFR92.pdf -%%DATADIR%%/library/doc/transistors/bipolar/MPSA42.pdf -%%DATADIR%%/library/doc/transistors/bipolar/bc237.pdf -%%DATADIR%%/library/doc/transistors/bipolar/bc307.pdf -%%DATADIR%%/library/doc/transistors/bipolar/mpsa92.pdf -%%DATADIR%%/library/doc/transistors/mos/2n7000-7002.pdf -%%DATADIR%%/library/doc/transistors/mos/IRFU024.pdf -%%DATADIR%%/library/doc/transistors/mos/irf530.pdf -%%DATADIR%%/library/doc/transistors/mos/si4569DY.pdf -%%DATADIR%%/library/doc/valves/philips-em84.pdf -%%DATADIR%%/library/doc/video/av9173.pdf -%%DATADIR%%/library/doc/video/cxd3400n.pdf -%%DATADIR%%/library/doc/xicor/x9118.pdf -%%DATADIR%%/library/doc/xicor/x9250.pdf -%%DATADIR%%/library/doc/xicor/x9258.pdf -%%DATADIR%%/library/doc/xicor/x9268.pdf -%%DATADIR%%/library/doc/xicor/x9269.pdf -%%DATADIR%%/library/doc/xilinx/9500.pdf -%%DATADIR%%/library/doc/xilinx/spartan2/ac_dc_car.pdf -%%DATADIR%%/library/doc/xilinx/spartan2/description.pdf -%%DATADIR%%/library/doc/xilinx/spartan2/intro.pdf -%%DATADIR%%/library/doc/xilinx/spartan2/pinout.pdf -%%DATADIR%%/library/doc/xilinx/spartan2e/spartan2e.pdf -%%DATADIR%%/library/doc/xilinx/spartan3/spartan3.pdf -%%DATADIR%%/library/doc/xilinx/xc18V00proms.pdf -%%DATADIR%%/library/doc/xilinx/xc2c64.pdf -%%DATADIR%%/library/doc/xilinx/xc400x-pinout.pdf -%%DATADIR%%/library/doc/xilinx/xc95108.pdf -%%DATADIR%%/library/doc/xilinx/xc9536.pdf -%%DATADIR%%/library/doc/xilinx/xc9572.pdf -%%DATADIR%%/library/doc/xilinx/xcr3032xl.pdf -%%DATADIR%%/library/doc/xilinx/xcr3064a.pdf -%%DATADIR%%/library/doc/xilinx/xcr3064xl.pdf -%%DATADIR%%/library/doc/xilinx/xcr3128xl.pdf -%%DATADIR%%/library/doc/xilinx/xcr3256xl.pdf %%DATADIR%%/library/dsp.dcm %%DATADIR%%/library/dsp.lib %%DATADIR%%/library/elec-unifil.dcm %%DATADIR%%/library/elec-unifil.lib -%%DATADIR%%/library/et-ou.sym %%DATADIR%%/library/ftdi.dcm %%DATADIR%%/library/ftdi.lib %%DATADIR%%/library/gennum.dcm %%DATADIR%%/library/gennum.lib %%DATADIR%%/library/graphic.dcm %%DATADIR%%/library/graphic.lib +%%DATADIR%%/library/hc11.lib %%DATADIR%%/library/intel.dcm %%DATADIR%%/library/intel.lib %%DATADIR%%/library/interface.dcm @@ -881,6 +747,7 @@ share/icons/hicolor/scalable/mimetypes/a %%DATADIR%%/library/linear.dcm %%DATADIR%%/library/linear.lib %%DATADIR%%/library/logo.lib +%%DATADIR%%/library/makefile %%DATADIR%%/library/memory.dcm %%DATADIR%%/library/memory.lib %%DATADIR%%/library/microchip.dcm @@ -903,7 +770,6 @@ share/icons/hicolor/scalable/mimetypes/a %%DATADIR%%/library/nxp_armmcu.lib %%DATADIR%%/library/opto.dcm %%DATADIR%%/library/opto.lib -%%DATADIR%%/library/pcbreg.pcbcalc %%DATADIR%%/library/philips.dcm %%DATADIR%%/library/philips.lib %%DATADIR%%/library/power.dcm @@ -918,6 +784,8 @@ share/icons/hicolor/scalable/mimetypes/a %%DATADIR%%/library/regul.lib %%DATADIR%%/library/relays.dcm %%DATADIR%%/library/relays.lib +%%DATADIR%%/library/rfcom.dcm +%%DATADIR%%/library/rfcom.lib %%DATADIR%%/library/sensors.dcm %%DATADIR%%/library/sensors.lib %%DATADIR%%/library/siliconi.lib @@ -954,6 +822,145 @@ share/icons/hicolor/scalable/mimetypes/a %%DATADIR%%/library/video.lib %%DATADIR%%/library/xilinx.dcm %%DATADIR%%/library/xilinx.lib +%%DATADIR%%/modules/7Segment_16Sep2013.kicad_pcb +%%DATADIR%%/modules/7Segment_16Sep2013.mod +%%DATADIR%%/modules/Allegro_ACS754_ACS755_ACS756_HallCurrentSensor_RevA.mod +%%DATADIR%%/modules/Allegro_HallSensors_CB-PFF_CB-PSF_CB-FSS_Housings_24Oct2012.kicad_pcb +%%DATADIR%%/modules/BNC-Sockets_RevA.kicad_pcb +%%DATADIR%%/modules/BNC-Sockets_RevA.mod +%%DATADIR%%/modules/Buzzer_Beeper_RevA_25Oct2010.kicad_pcb +%%DATADIR%%/modules/Buzzer_Beeper_RevA_25Oct2010.mod +%%DATADIR%%/modules/CMakeLists.txt +%%DATADIR%%/modules/Capacitors_SMD_RevA.kicad_pcb +%%DATADIR%%/modules/Capacitors_SMD_RevA.mod +%%DATADIR%%/modules/Capacitors_ThroughHole_RevA.kicad_pcb +%%DATADIR%%/modules/Capacitors_ThroughHole_RevA.mod +%%DATADIR%%/modules/Choke_Axial_ThroughHole_RevB.kicad_pcb +%%DATADIR%%/modules/Choke_Axial_ThroughHole_RevB.mod +%%DATADIR%%/modules/Choke_Radial_ThroughHole_CD_Bobin_RevA.kicad_pcb +%%DATADIR%%/modules/Choke_Radial_ThroughHole_CD_Bobin_RevA.mod +%%DATADIR%%/modules/Choke_SMD_RevB_28Dez2012.kicad_pcb +%%DATADIR%%/modules/Choke_SMD_RevB_28Dez2012.mod +%%DATADIR%%/modules/Choke_Toroid_ThroughHole_RevC_06Aug2010.kicad_pcb +%%DATADIR%%/modules/Choke_Toroid_ThroughHole_RevC_06Aug2010.mod +%%DATADIR%%/modules/CommonModeChoke_Wuerth_Type-WE-CMB_RevA_24Oct2010.kicad_pcb +%%DATADIR%%/modules/CommonModeChoke_Wuerth_Type-WE-CMB_RevA_24Oct2010.mod +%%DATADIR%%/modules/Crystals_RevB_20Apr2013.kicad_pcb +%%DATADIR%%/modules/Crystals_RevB_20Apr2013.mod +%%DATADIR%%/modules/DCDC-ACDC-Converter_1_RevC_20Jul2012.kicad_pcb +%%DATADIR%%/modules/DCDC-ACDC-Converter_2_RevC_20Jul2012.kicad_pcb +%%DATADIR%%/modules/DCDC-ACDC-Converter_RevC_20Jul2012.mod +%%DATADIR%%/modules/Dioden_SMD_RevA_31May2013.kicad_pcb +%%DATADIR%%/modules/Dioden_SMD_RevA_31May2013.mod +%%DATADIR%%/modules/Dioden_ThroughHole_RevC.kicad_pcb +%%DATADIR%%/modules/Dioden_ThroughHole_RevC.mod +%%DATADIR%%/modules/Elko_ThroughHole_RevB-3_30Dec2011.kicad_pcb +%%DATADIR%%/modules/Elko_ThroughHole_RevB-3_30Dec2011.mod +%%DATADIR%%/modules/EuroBoardoutline_RevC.mod +%%DATADIR%%/modules/EuroBoardoutline_RevC_Part1.kicad_pcb +%%DATADIR%%/modules/EuroBoardoutline_RevC_Part2.kicad_pcb +%%DATADIR%%/modules/EuroBoardoutline_RevC_Part3.kicad_pcb +%%DATADIR%%/modules/EuroBoardoutline_RevC_Part4.kicad_pcb +%%DATADIR%%/modules/EuroBoardoutline_RevC_Part5.kicad_pcb +%%DATADIR%%/modules/EuroBoardoutline_RevC_Part6.kicad_pcb +%%DATADIR%%/modules/EuroBoardoutline_RevC_Part7.kicad_pcb +%%DATADIR%%/modules/Fiducials_RevC_04Aug2012.kicad_pcb +%%DATADIR%%/modules/Fiducials_RevC_04Aug2012.mod +%%DATADIR%%/modules/Footprint-Symbols_RevD_28Aug2012.kicad_pcb +%%DATADIR%%/modules/Footprint-Symbols_RevD_28Aug2012.mod +%%DATADIR%%/modules/FuseholderAndFuses_RevD_02Oct2013.kicad_pcb +%%DATADIR%%/modules/FuseholderAndFuses_RevD_02Oct2013.mod +%%DATADIR%%/modules/Heatsinks_RevC.kicad_pcb +%%DATADIR%%/modules/Heatsinks_RevC.mod +%%DATADIR%%/modules/IR-directFET_Packages_RevB.kicad_pcb +%%DATADIR%%/modules/IR-directFET_Packages_RevB.mod +%%DATADIR%%/modules/LEM_HallEffectTransducers_RevA_13Oct2012.kicad_pcb +%%DATADIR%%/modules/LEM_HallEffectTransducers_RevA_13Oct2012.mod +%%DATADIR%%/modules/LQFP_TQFP_RevA_06Oct2013.kicad_pcb +%%DATADIR%%/modules/LQFP_TQFP_RevA_06Oct2013.mod +%%DATADIR%%/modules/Label_RevA_21Mar2011.brd +%%DATADIR%%/modules/Label_RevA_21Mar2011.mod +%%DATADIR%%/modules/Measurement-Scala_RevA.kicad_pcb +%%DATADIR%%/modules/Measurement-Scala_RevA.mod +%%DATADIR%%/modules/Measurement_Point_RevA.kicad_pcb +%%DATADIR%%/modules/Measurement_Point_RevA.mod +%%DATADIR%%/modules/Mechanical_Socket-Plug_DIN41612-Stuff_RevA.kicad_pcb +%%DATADIR%%/modules/Mechanical_Socket-Plug_DIN41612-Stuff_RevA.mod +%%DATADIR%%/modules/MiniUniversalMate-N-LokSockets_13Aug2012.kicad_pcb +%%DATADIR%%/modules/MiniUniversalMate-N-LokSockets_13Aug2012.mod +%%DATADIR%%/modules/MountingHole_RevA.mod +%%DATADIR%%/modules/NF-Transformer_ETAL_RevA_28Aug2012.kicad_pcb +%%DATADIR%%/modules/NF-Transformer_ETAL_RevA_28Aug2012.mod +%%DATADIR%%/modules/Neosid_Air-Coil_SML_HAMxx31A_HDMxx31A_RevA_25Apr2012.kicad_pcb +%%DATADIR%%/modules/Neosid_Air-Coil_SML_HAMxx31A_HDMxx31A_RevA_25Apr2012.mod +%%DATADIR%%/modules/Neosid_Filter_HF-Coil_25Apr2012.kicad_pcb +%%DATADIR%%/modules/Neosid_Filter_HF-Coil_25Apr2012.mod +%%DATADIR%%/modules/Neosid_Inductor_21Apr2012.kicad_pcb +%%DATADIR%%/modules/Neosid_Inductor_21Apr2012.mod +%%DATADIR%%/modules/Oddities_RevA_10Mar2011.kicad_pcb +%%DATADIR%%/modules/Oddities_RevA_10Mar2011.mod +%%DATADIR%%/modules/OldSowjetAera_Transistor_RevA.kicad_pcb +%%DATADIR%%/modules/OldSowjetAera_Transistor_RevA.mod +%%DATADIR%%/modules/Opto-Devices_RevC_03Oct2012.kicad_pcb +%%DATADIR%%/modules/Opto-Devices_RevC_03Oct2012.mod +%%DATADIR%%/modules/Oscillator-Modul_RevA.kicad_pcb +%%DATADIR%%/modules/Oscillator-Modul_RevA.mod +%%DATADIR%%/modules/Pentawatt_RevB_30Apr2011.kicad_pcb +%%DATADIR%%/modules/Pentawatt_RevB_30Apr2011.mod +%%DATADIR%%/modules/Potentiometer_Part1_RevB_02Aug2010.kicad_pcb +%%DATADIR%%/modules/Potentiometer_Part2_RevB_02Aug2010.kicad_pcb +%%DATADIR%%/modules/Potentiometer_RevB_02Aug2010.mod +%%DATADIR%%/modules/Printtrafo_CHK_Part1_RevA_04Aug2010.kicad_pcb +%%DATADIR%%/modules/Printtrafo_CHK_Part2_RevA_04Aug2010.kicad_pcb +%%DATADIR%%/modules/Printtrafo_CHK_Part3_RevA_04Aug2010.kicad_pcb +%%DATADIR%%/modules/Printtrafo_CHK_RevA_04Aug2010.mod +%%DATADIR%%/modules/Relay_ThroughHole_RevC_07Oct2013.kicad_pcb +%%DATADIR%%/modules/Relay_ThroughHole_RevC_07Oct2013.mod +%%DATADIR%%/modules/Resistor_SMD_RevA.kicad_pcb +%%DATADIR%%/modules/Resistor_SMD_RevA.mod +%%DATADIR%%/modules/Resistor_ThroughHole_RevB_22Apr2011.kicad_pcb +%%DATADIR%%/modules/Resistor_ThroughHole_RevB_22Apr2011.mod +%%DATADIR%%/modules/Resistor_Universal-Experimental_RevA.kicad_pcb +%%DATADIR%%/modules/Resistor_Universal-Experimental_RevA.mod +%%DATADIR%%/modules/SI570_SI571_Oscillator_RevA_11Jun2012.kicad_pcb +%%DATADIR%%/modules/SI570_SI571_Oscillator_RevA_11Jun2012.mod +%%DATADIR%%/modules/SIP9_Housing_14Jun2013.kicad_pcb +%%DATADIR%%/modules/SIP9_Housing_14Jun2013.mod +%%DATADIR%%/modules/SOT126_SOT32_Housings_RevA_22Oct2012.kicad_pcb +%%DATADIR%%/modules/SOT126_SOT32_Housings_RevA_22Oct2012.mod +%%DATADIR%%/modules/SOT23_SOT143_SOT143R_TSOT6_MK06A_SC70-6_Housing_26Jul2012.kicad_pcb +%%DATADIR%%/modules/SOT23_SOT143_SOT143R_TSOT6_MK06A_SC70-6_Housing_26Jul2012.mod +%%DATADIR%%/modules/SOT89-3_SOT89-5_Housing_RevA_02Sep2012.kicad_pcb +%%DATADIR%%/modules/SOT89-3_SOT89-5_Housing_RevA_02Sep2012.mod +%%DATADIR%%/modules/Socket_MOLEX-KK-System.kicad_pcb +%%DATADIR%%/modules/Socket_MOLEX-KK-System.mod +%%DATADIR%%/modules/Socket_WAGO734_RevA.kicad_pcb +%%DATADIR%%/modules/Socket_WAGO734_RevA.mod +%%DATADIR%%/modules/TO-50_Housings_RevA_21Apr2013.kicad_pcb +%%DATADIR%%/modules/TO-50_Housings_RevA_21Apr2013.mod +%%DATADIR%%/modules/TO-78_Housing_RevA_04Jun2013.kicad_pcb +%%DATADIR%%/modules/TO-78_Housing_RevA_04Jun2013.mod +%%DATADIR%%/modules/TO-92_Housings_06Jun2013.mod +%%DATADIR%%/modules/TO-92_Housings_06Jun2013_Part1.kicad_pcb +%%DATADIR%%/modules/TO-92_Housings_06Jun2013_Part2.kicad_pcb +%%DATADIR%%/modules/TO-92_Housings_06Jun2013_Part3.kicad_pcb +%%DATADIR%%/modules/TantalCapacitors_SMD_RevA_28Aug2012.kicad_pcb +%%DATADIR%%/modules/TantalCapacitors_SMD_RevA_28Aug2012.mod +%%DATADIR%%/modules/TerminalBlock_WAGO236-RM5mm_RevA2.kicad_pcb +%%DATADIR%%/modules/TerminalBlock_WAGO236-RM5mm_RevA2.mod +%%DATADIR%%/modules/TransformerSMPS_ThroughHole_RevA.kicad_pcb +%%DATADIR%%/modules/TransformerSMPS_ThroughHole_RevA.mod +%%DATADIR%%/modules/Transistor_TO-220_RevB_03Sep2012.kicad_pcb +%%DATADIR%%/modules/Transistor_TO-220_RevB_03Sep2012.mod +%%DATADIR%%/modules/Transistor_TO-247_RevC.mod +%%DATADIR%%/modules/Transistor_TO-247_RevC_Part1.kicad_pcb +%%DATADIR%%/modules/Transistor_TO-247_RevC_Part2.kicad_pcb +%%DATADIR%%/modules/VML0806_Housing_Rohm_RevA_26Oct2012.kicad_pcb +%%DATADIR%%/modules/VML0806_Housing_Rohm_RevA_26Oct2012.mod +%%DATADIR%%/modules/WireConnections-Bridges_RevA.kicad_pcb +%%DATADIR%%/modules/WireConnections-Bridges_RevA.mod +%%DATADIR%%/modules/WirePads_RevA_15Jun2010.kicad_pcb +%%DATADIR%%/modules/WirePads_RevA_15Jun2010.mod %%DATADIR%%/modules/affich.brd %%DATADIR%%/modules/capa_pol.equ %%DATADIR%%/modules/capacitors.mod @@ -963,142 +970,8 @@ share/icons/hicolor/scalable/mimetypes/a %%DATADIR%%/modules/connect.mod %%DATADIR%%/modules/connect1.brd %%DATADIR%%/modules/connect2.brd -%%DATADIR%%/modules/connectors_molex_serial_53047-A123.brd %%DATADIR%%/modules/connectors_molex_serial_53047-A123.kicad_pcb %%DATADIR%%/modules/connectors_molex_serial_53047-A123.mod -%%DATADIR%%/modules/contrib/Allegro_ACS754_ACS755_ACS756_HallCurrentSensor_RevA.mod -%%DATADIR%%/modules/contrib/Allegro_ACS754_ACS755_ACS756_HallCurrentSensor_RevA.pdf -%%DATADIR%%/modules/contrib/BNC-Sockets_RevA.mod -%%DATADIR%%/modules/contrib/BNC-Sockets_RevA.pdf -%%DATADIR%%/modules/contrib/Buzzer_Beeper_RevA_25Oct2010.mod -%%DATADIR%%/modules/contrib/Buzzer_Beeper_RevA_25Oct2010.pdf -%%DATADIR%%/modules/contrib/Capacitor_ThroughHole_RevA.pdf -%%DATADIR%%/modules/contrib/Capacitors_SMD_RevA.mod -%%DATADIR%%/modules/contrib/Capacitors_ThroughHole_RevA.mod -%%DATADIR%%/modules/contrib/Choke_Axial_ThroughHole_RevB.mod -%%DATADIR%%/modules/contrib/Choke_Axial_ThroughHole_RevB.pdf -%%DATADIR%%/modules/contrib/Choke_Radial_ThroughHole_C&D_Bobin_RevA.mod -%%DATADIR%%/modules/contrib/Choke_Radial_ThroughHole_C&D_Bobin_RevA.pdf -%%DATADIR%%/modules/contrib/Choke_SMD_RevB_28July2010.mod -%%DATADIR%%/modules/contrib/Choke_SMD_RevB_28July2010.pdf -%%DATADIR%%/modules/contrib/Choke_ThroughHole_RevA.pdf -%%DATADIR%%/modules/contrib/Choke_Toroid_ThroughHole_RevB_06Aug2010.mod -%%DATADIR%%/modules/contrib/Choke_Toroid_ThroughHole_RevB_06Aug2010.pdf -%%DATADIR%%/modules/contrib/CommonModeChoke_Wuerth_Type-WE-CMB_RevA_24Oct2010.mod -%%DATADIR%%/modules/contrib/CommonModeChoke_Wuerth_Type-WE-CMB_RevA_24Oct2010.pdf -%%DATADIR%%/modules/contrib/Crystals_RevB_25Apr2012.mod -%%DATADIR%%/modules/contrib/Crystals_RevB_25Apr2012.pdf -%%DATADIR%%/modules/contrib/DCDC-ACDC-Converter_Part1of2_RevC_20Jul2012.pdf -%%DATADIR%%/modules/contrib/DCDC-ACDC-Converter_Part2of2_RevC_20Jul2012.pdf -%%DATADIR%%/modules/contrib/DCDC-ACDC-Converter_RevC_20Jul2012.mod -%%DATADIR%%/modules/contrib/Dioden_SMD_RevA_27July2010.mod -%%DATADIR%%/modules/contrib/Dioden_SMD_RevA_27July2010.pdf -%%DATADIR%%/modules/contrib/Dioden_ThroughHole_RevC.mod -%%DATADIR%%/modules/contrib/Dioden_ThroughHole_RevC.pdf -%%DATADIR%%/modules/contrib/Elko_ThroughHole_RevB-3_30Dec2011.mod -%%DATADIR%%/modules/contrib/Elko_ThroughHole_RevB-3_30Dec2011.pdf -%%DATADIR%%/modules/contrib/EuroBoardoutline_RevB.mod -%%DATADIR%%/modules/contrib/EuroBoardoutline_RevB_Page_III_of_VI.pdf -%%DATADIR%%/modules/contrib/EuroBoardoutline_RevB_Page_II_of_VI.pdf -%%DATADIR%%/modules/contrib/EuroBoardoutline_RevB_Page_IV_of_VI.pdf -%%DATADIR%%/modules/contrib/EuroBoardoutline_RevB_Page_I_of_VI.pdf -%%DATADIR%%/modules/contrib/FiducialsRevB.pdf -%%DATADIR%%/modules/contrib/Fiducials_RevB.mod -%%DATADIR%%/modules/contrib/Footprint-Symbols_RevD.mod -%%DATADIR%%/modules/contrib/Footprint_Symbols_RevD.pdf -%%DATADIR%%/modules/contrib/Fuseholder_RevD+pictures_26Feb2011.pdf -%%DATADIR%%/modules/contrib/Fuseholder_RevD_26Feb2011.pdf -%%DATADIR%%/modules/contrib/Fuseholder_ThroughHole_RevD_24Feb2011.mod -%%DATADIR%%/modules/contrib/Heatsinks_RevC+pictures.pdf -%%DATADIR%%/modules/contrib/Heatsinks_RevC.mod -%%DATADIR%%/modules/contrib/Heatsinks_RevC.pdf -%%DATADIR%%/modules/contrib/Label_RevA_21Mar2011.mod -%%DATADIR%%/modules/contrib/Label_RevA_21Mar2011.pdf -%%DATADIR%%/modules/contrib/Measurement-Scala_RevA.mod -%%DATADIR%%/modules/contrib/Measurement-Scala_RevA.pdf -%%DATADIR%%/modules/contrib/Measurement_Point_RevA.mod -%%DATADIR%%/modules/contrib/Measurement_Point_RevA.pdf -%%DATADIR%%/modules/contrib/Mechanical_Socket-Plug_DIN41612-Stuff_RevA.mod -%%DATADIR%%/modules/contrib/Mechanical_Socket-Plug_DIN41612-Stuff_RevA.pdf -%%DATADIR%%/modules/contrib/MiniUniversalMate-N-LokSockets_13Aug2012.mod -%%DATADIR%%/modules/contrib/MiniUniversalMate-N-LokSockets_13Aug2012.pdf -%%DATADIR%%/modules/contrib/MountingHole_RevA.mod -%%DATADIR%%/modules/contrib/MountingHole_RevA.pdf -%%DATADIR%%/modules/contrib/Neosid_Air-Coil_SML_HAMxx31A_HDMxx31A_RevA_25Apr2012.mod -%%DATADIR%%/modules/contrib/Neosid_Air-Coil_SML_HAMxx31A_HDMxx31A_RevA_25Apr2012.pdf -%%DATADIR%%/modules/contrib/Neosid_Filter_HF-Coil_25Apr2012.mod -%%DATADIR%%/modules/contrib/Neosid_Filter_HF-Coil_25Apr2012.pdf -%%DATADIR%%/modules/contrib/Neosid_Inductor_21Apr2012.mod -%%DATADIR%%/modules/contrib/Neosid_Inductor_21Apr2012.pdf -%%DATADIR%%/modules/contrib/Opto-Devices_RevC_30Apr2011.mod -%%DATADIR%%/modules/contrib/Opto-Devices_RevC_30Apr2011.pdf -%%DATADIR%%/modules/contrib/Oscillator-Modul_RevA.mod -%%DATADIR%%/modules/contrib/Oscillator-Modul_RevA.pdf -%%DATADIR%%/modules/contrib/Pentawatt_RevB_30Apr2011.mod -%%DATADIR%%/modules/contrib/Pentawatt_RevB_30Apr2011.pdf -%%DATADIR%%/modules/contrib/Potentiometer_RevB-Part1_02Aug2010.pdf -%%DATADIR%%/modules/contrib/Potentiometer_RevB-Part2_02Aug2010.pdf -%%DATADIR%%/modules/contrib/Potentiometer_RevB_02Aug2010.mod -%%DATADIR%%/modules/contrib/Printtrafo CHK_RevA_04Aug2010_Part-2.pdf -%%DATADIR%%/modules/contrib/Printtrafo_CHK_RevA_04Aug2010.mod -%%DATADIR%%/modules/contrib/Printtrafo_CHK_RevA_04Aug2010_Part-1.pdf -%%DATADIR%%/modules/contrib/Relay_ThroughHole_RevA.pdf -%%DATADIR%%/modules/contrib/Relay_ThroughHole_RevB.mod -%%DATADIR%%/modules/contrib/Resistor_SMD_RevA.mod -%%DATADIR%%/modules/contrib/Resistor_ThroughHole_RevB_22Apr2011.mod -%%DATADIR%%/modules/contrib/Resistor_ThroughHole_RevB_22Apr2011.pdf -%%DATADIR%%/modules/contrib/Resistor_Universal-Experimental_RevA.mod -%%DATADIR%%/modules/contrib/SC70-6_Housing_26Jul2012.mod -%%DATADIR%%/modules/contrib/SI570_SI571_Oscillator_RevA_11Jun2012.mod -%%DATADIR%%/modules/contrib/SI570_SI571_Oscillator_RevA_11Jun2012.pdf -%%DATADIR%%/modules/contrib/SOT143_SOT143R_Housing_26Jul2012.mod -%%DATADIR%%/modules/contrib/SOT23_Diode_RevA_03Aug2010.mod -%%DATADIR%%/modules/contrib/SOT23_SOT143_SOT143R_TSOT6_MK06A_SC70-6_Housing_26Jul2012.pdf -%%DATADIR%%/modules/contrib/SOT23_SOT143_SOT143R_TSOT6_MK06A_SC70-6_Housing_26Jul2012.svg -%%DATADIR%%/modules/contrib/SOT23_Transistor_RevA_03Aug2010.mod -%%DATADIR%%/modules/contrib/Socket_MOLEX-KK-System.mod -%%DATADIR%%/modules/contrib/Socket_WAGO734_RevA.mod -%%DATADIR%%/modules/contrib/TO-92-All-Free_RevB.mod -%%DATADIR%%/modules/contrib/TO-92-All-Free_obsolete.pdf -%%DATADIR%%/modules/contrib/TO-92-Bipolar-inline-narrow-oval_obsolete.pdf -%%DATADIR%%/modules/contrib/TO-92-Bipolar-inline-wide_obsolete.pdf -%%DATADIR%%/modules/contrib/TO-92-Bipolar-molded-inline-wide-universal_obsolete.pdf -%%DATADIR%%/modules/contrib/TO-92-Bipolar-molded-narrow-oval_obsolete.pdf -%%DATADIR%%/modules/contrib/TO-92-Bipolar-molded-narrow_obsolete.pdf -%%DATADIR%%/modules/contrib/TO-92-Bipolar-molded-wide-oval_obsolete.pdf -%%DATADIR%%/modules/contrib/TO-92-Bipolar-molded-wide_obsolete.pdf -%%DATADIR%%/modules/contrib/TO-92-Bipolar-rugged_obsolete.pdf -%%DATADIR%%/modules/contrib/TO-92-FET_obsolete.pdf -%%DATADIR%%/modules/contrib/TO247_TO218_TOP3_Part-II_obsolete.pdf -%%DATADIR%%/modules/contrib/TO247_TO218_TOP3_Part-I_obsolete.pdf -%%DATADIR%%/modules/contrib/TSOT6-MK06A-Housing_26Jul2012.mod -%%DATADIR%%/modules/contrib/TerminalBlock_WAGO236-RM5mm_RevA2.mod -%%DATADIR%%/modules/contrib/TerminalBlock_WAGO236-RM5mm_RevA2.pdf -%%DATADIR%%/modules/contrib/TransformerSMPS_ThroughHole_RevA.mod -%%DATADIR%%/modules/contrib/TransformerSMPS_ThroughHole_RevA.pdf -%%DATADIR%%/modules/contrib/Transformer_ThroughHole_RevA.mod -%%DATADIR%%/modules/contrib/Transformer_ThroughHole_RevA.mod.pdf -%%DATADIR%%/modules/contrib/Transistor_TO-220_RevA.mod -%%DATADIR%%/modules/contrib/Transistor_TO-220_RevA_Part-II_Neutral.pdf -%%DATADIR%%/modules/contrib/Transistor_TO-220_RevA_Part-I_Bipolar+FET.pdf -%%DATADIR%%/modules/contrib/Transistor_TO-247_RevC.mod -%%DATADIR%%/modules/contrib/Transistor_TO-92-Bipolar-inline-narrow-oval_RevB.mod -%%DATADIR%%/modules/contrib/Transistor_TO-92-Bipolar-inline-wide_RevB.mod -%%DATADIR%%/modules/contrib/Transistor_TO-92-Bipolar-molded-narrow-oval_RevB.mod -%%DATADIR%%/modules/contrib/Transistor_TO-92-Bipolar-molded-narrow_RevB.mod -%%DATADIR%%/modules/contrib/Transistor_TO-92-Bipolar-molded-wide-oval_RevB.mod -%%DATADIR%%/modules/contrib/Transistor_TO-92-Bipolar-molded-wide-universal_RevB.mod -%%DATADIR%%/modules/contrib/Transistor_TO-92-Bipolar-molded-wide_RevB.mod -%%DATADIR%%/modules/contrib/Transistor_TO-92-Bipolar-rugged_RevB.mod -%%DATADIR%%/modules/contrib/Transistor_TO-92-FET_RevB.mod -%%DATADIR%%/modules/contrib/WireConnections-Bridges_RevA.mod -%%DATADIR%%/modules/contrib/WirePads_RevA.mod -%%DATADIR%%/modules/contrib/contrib-symbols/SymbolsSimilarEN60617+oldDIN617-RevE5.lib -%%DATADIR%%/modules/contrib/contrib-symbols/Symbols_DCDC-ACDC-Converter_RevC_20Jul2012.lib -%%DATADIR%%/modules/contrib/contrib-symbols/Symbols_ICs-Diskrete_RevD3.lib -%%DATADIR%%/modules/contrib/contrib-symbols/Symbols_ICs-Opto_RevB_24Jun2011.lib -%%DATADIR%%/modules/contrib/contrib-symbols/Symbols_Socket-DIN41612_RevA.lib -%%DATADIR%%/modules/contrib/contrib-symbols/Symbols_Transformer-Diskrete_RevA.lib %%DATADIR%%/modules/devcms.equ %%DATADIR%%/modules/device.equ %%DATADIR%%/modules/dip_sockets.brd @@ -1109,12 +982,140 @@ share/icons/hicolor/scalable/mimetypes/a %%DATADIR%%/modules/display.brd %%DATADIR%%/modules/display.mod %%DATADIR%%/modules/divers.mod +%%DATADIR%%/modules/footprints_doc/7Segment_16Sep2013.pdf +%%DATADIR%%/modules/footprints_doc/7Segment_16Sep2013.ps +%%DATADIR%%/modules/footprints_doc/Allegro_HallSensors_CB-PFF_CB-PSF_CB-FSS_Housings_24Oct2012.pdf +%%DATADIR%%/modules/footprints_doc/Allegro_HallSensors_CB-PFF_CB-PSF_CB-FSS_Housings_24Oct2012.ps +%%DATADIR%%/modules/footprints_doc/BNC-Sockets_RevA.pdf +%%DATADIR%%/modules/footprints_doc/BNC-Sockets_RevA.ps +%%DATADIR%%/modules/footprints_doc/Buzzer_Beeper_RevA_25Oct2010.pdf +%%DATADIR%%/modules/footprints_doc/Buzzer_Beeper_RevA_25Oct2010.ps +%%DATADIR%%/modules/footprints_doc/Capacitors_SMD_RevA.pdf +%%DATADIR%%/modules/footprints_doc/Capacitors_SMD_RevA.ps +%%DATADIR%%/modules/footprints_doc/Capacitors_ThroughHole_RevA.pdf +%%DATADIR%%/modules/footprints_doc/Capacitors_ThroughHole_RevA.ps +%%DATADIR%%/modules/footprints_doc/Choke_Axial_ThroughHole_RevB.pdf +%%DATADIR%%/modules/footprints_doc/Choke_Axial_ThroughHole_RevB.ps +%%DATADIR%%/modules/footprints_doc/Choke_Radial_ThroughHole_CD_Bobin_RevA.pdf +%%DATADIR%%/modules/footprints_doc/Choke_Radial_ThroughHole_CD_Bobin_RevA.ps +%%DATADIR%%/modules/footprints_doc/Choke_SMD_RevB_28Dez2012.pdf +%%DATADIR%%/modules/footprints_doc/Choke_SMD_RevB_28Dez2012.ps +%%DATADIR%%/modules/footprints_doc/Choke_Toroid_ThroughHole_RevB_06Aug2010.pdf +%%DATADIR%%/modules/footprints_doc/Choke_Toroid_ThroughHole_RevC_06Aug2010.ps +%%DATADIR%%/modules/footprints_doc/CommonModeChoke_Wuerth_Type-WE-CMB_RevA_24Oct2010.pdf +%%DATADIR%%/modules/footprints_doc/CommonModeChoke_Wuerth_Type-WE-CMB_RevA_24Oct2010.ps +%%DATADIR%%/modules/footprints_doc/Crystals_RevB_20Apr2013.pdf +%%DATADIR%%/modules/footprints_doc/Crystals_RevB_20Apr2013.ps +%%DATADIR%%/modules/footprints_doc/DCDC-ACDC-Converter_1_RevC_20Jul2012.ps +%%DATADIR%%/modules/footprints_doc/DCDC-ACDC-Converter_2_RevC_20Jul2012.ps +%%DATADIR%%/modules/footprints_doc/DCDC-ACDC-Converter_RevC_20Jul2012.pdf +%%DATADIR%%/modules/footprints_doc/Dioden_SMD_RevA_31May2013.pdf +%%DATADIR%%/modules/footprints_doc/Dioden_SMD_RevA_31May2013.ps +%%DATADIR%%/modules/footprints_doc/Dioden_ThroughHole_RevC.pdf +%%DATADIR%%/modules/footprints_doc/Dioden_ThroughHole_RevC.ps +%%DATADIR%%/modules/footprints_doc/Elko_ThroughHole_RevB-3_30Dec2011.pdf +%%DATADIR%%/modules/footprints_doc/Elko_ThroughHole_RevB-3_30Dec2011.ps +%%DATADIR%%/modules/footprints_doc/EuroBoardoutline_RevC.pdf +%%DATADIR%%/modules/footprints_doc/Fiducials_RevC_04Aug2012.pdf +%%DATADIR%%/modules/footprints_doc/Fiducials_RevC_04Aug2012.ps +%%DATADIR%%/modules/footprints_doc/Footprint-Symbols_RevD_28Aug2012.pdf +%%DATADIR%%/modules/footprints_doc/Footprint-Symbols_RevD_28Aug2012.ps +%%DATADIR%%/modules/footprints_doc/FuseholderAndFuses_RevD_02Oct2013.pdf +%%DATADIR%%/modules/footprints_doc/FuseholderAndFuses_RevD_02Oct2013.ps +%%DATADIR%%/modules/footprints_doc/Heatsinks_RevC.pdf +%%DATADIR%%/modules/footprints_doc/Heatsinks_RevC.ps +%%DATADIR%%/modules/footprints_doc/IR-directFET_Packages_RevB.pdf +%%DATADIR%%/modules/footprints_doc/IR-directFET_Packages_RevB.ps +%%DATADIR%%/modules/footprints_doc/LEM_HallEffectTransducers_RevA_13Oct2012.pdf +%%DATADIR%%/modules/footprints_doc/LEM_HallEffectTransducers_RevA_13Oct2012.ps +%%DATADIR%%/modules/footprints_doc/LQFP_TQFP_RevA_06Oct2013.pdf +%%DATADIR%%/modules/footprints_doc/LQFP_TQFP_RevA_06Oct2013.ps +%%DATADIR%%/modules/footprints_doc/Label_RevA_21Mar2011.pdf +%%DATADIR%%/modules/footprints_doc/Label_RevA_21Mar2011.ps +%%DATADIR%%/modules/footprints_doc/Measurement-Scala_RevA.pdf +%%DATADIR%%/modules/footprints_doc/Measurement-Scala_RevA.ps +%%DATADIR%%/modules/footprints_doc/Measurement_Point_RevA.pdf +%%DATADIR%%/modules/footprints_doc/Measurement_Point_RevA.ps +%%DATADIR%%/modules/footprints_doc/Mechanical_Socket-Plug_DIN41612-Stuff_RevA.pdf +%%DATADIR%%/modules/footprints_doc/Mechanical_Socket-Plug_DIN41612-Stuff_RevA.ps +%%DATADIR%%/modules/footprints_doc/MiniUniversalMate-N-LokSockets_13Aug2012.pdf +%%DATADIR%%/modules/footprints_doc/MiniUniversalMate-N-LokSockets_13Aug2012.ps +%%DATADIR%%/modules/footprints_doc/NF-Transformer_ETAL_RevA_28Aug2012.pdf +%%DATADIR%%/modules/footprints_doc/NF-Transformer_ETAL_RevA_28Aug2012.ps +%%DATADIR%%/modules/footprints_doc/Neosid_Air-Coil_SML_HAMxx31A_HDMxx31A_RevA_25Apr2012.pdf +%%DATADIR%%/modules/footprints_doc/Neosid_Air-Coil_SML_HAMxx31A_HDMxx31A_RevA_25Apr2012.ps *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***