pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

kicad-templates: Import as wip/kicad-templates, update to 5.1.0



Module Name:	pkgsrc-wip
Committed By:	Atsushi Toyokura <asteria.at%gmail.com@localhost>
Pushed By:	steleto
Date:		Mon Apr 22 23:42:39 2019 +0900
Changeset:	5dc3dee49fde1eebd002c6ad52425999af4df831

Added Files:
	kicad-templates/DESCR
	kicad-templates/Makefile
	kicad-templates/PLIST
	kicad-templates/distinfo

Log Message:
kicad-templates: Import as wip/kicad-templates, update to 5.1.0

KiCad 5.1.0 Release
2019-03-14

The KiCad project is proud to announce the release of version
5.1.0. This is the first ever minor version release of KiCad and was
developed primarily to resolve compatibility issues with Linux GTK3
and long awaited support for python3.

In addition to the primary focus, there have been many important
changes that make this release a substantial improvement over the 5.0
series and a worthwhile upgrade for users on all platforms. Included
in the improvements are:

- Improved 3D model library path configuration.
- Cairo canvas is now used for printing support on all platforms.
- Schematic and symbol library editors now use the modern canvases for
  rendering.
- Symbol pin table is now editable.
- Pcbnew scripting support for Python 3 has been added.
- Snapping for graphical object drawing in board and footprint editors.
- Significant user interface improvements.
- Major dialog box improvements.
- Both the footprint and symbol library editors now share the same
  user interface paradigm with a library tree view pane.
- Symbol, footprint, and 3D model library improvements.
- Documentation and translation improvements.
- Less pain for Linux package maintainers, now all features should be
  easy to support.

Additionally, files created by KiCad version 5.1 remain 100%
compatible with files created by version 5.0.

Of course no new stable version of KiCad would be complete without
many, many bug fixes so please consider upgrading as soon as
possible. This version will be the only supported version of KiCad
moving forward. There will be no further releases of the 5.0 series.

Version 5.1.0 is built from the source code in the lp:kicad/5.1
branch.

KiCad binaries will be available for download for Windows, MacOS, and
Linux are available or will be in the very near future. See the KiCad
download page for guidance.

Thank you to all developers, packagers, librarians, document writers,
translators, and everyone else who helped make this release
possible. We hope you enjoy the latest release of KiCad.

The KiCad Development Team

KiCad 5.0.2 Release
2018-12-09
The KiCad project is proud to announce the latest series 5 stable
release of KiCad. The 5.0.2 stable version contains critical bug fixes
and other minor improvements since the 5.0.1 release. It also includes
improved footprint, symbol, and 3D model libraries, translations, and
documentation. A list of all of the fixed bugs since the 5.0.1 release
can be found on the KiCad 5.0.2 milestone page. This release contains
several critical bug fixes so please consider upgrading as soon as
possible.
  http://kicad-pcb.org/blog/2018/12/KiCad-5.0.2-Release/

KiCad 5.0.1 Release
2018-10-14
The KiCad project is proud to announce the latest series 5 stable
release of KiCad. The 5.0.1 stable version contains critical bug fixes
and other minor improvements since the 5.0.0 release. It also includes
improved footprint, symbol, and 3D model libraries, translations, and
documentation. A list of all of the fixed bugs since the 5.0.0 release
can be found on the KiCad 5.0.1 milestone page. This release contains
several critical bug fixes so please consider upgrading as soon as
possible.
  http://kicad-pcb.org/blog/2018/10/KiCad-5.0.1-Release/

Warning
Please note that a last minute bug was found in the Eagle schematic
import feature too late to be fixed in this release which is expected
to be fixed in release 5.0.2. If you need to convert Eagle schematics
you may want to hold off upgrading until 5.0.2.

KiCad 5 – A New Generation
2018-07-22
Almost a year after the release of KiCad 4.0.7, the KiCad development
team is proud to present a new and improved KiCad 5.0 release!
The stable release version 5.0.0 is made from the stable 5.0 branch.
KiCad binaries should be available now or in the very near future for
download for Windows, macOS and Linux. See the download page for
guidance.
  http://kicad-pcb.org/post/release-5.0.0/

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5dc3dee49fde1eebd002c6ad52425999af4df831

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 kicad-templates/DESCR    |  16 ++++
 kicad-templates/Makefile |  19 +++++
 kicad-templates/PLIST    | 212 +++++++++++++++++++++++++++++++++++++++++++++++
 kicad-templates/distinfo |   6 ++
 4 files changed, 253 insertions(+)

diffs:
diff --git a/kicad-templates/DESCR b/kicad-templates/DESCR
new file mode 100644
index 0000000000..7fa52de85d
--- /dev/null
+++ b/kicad-templates/DESCR
@@ -0,0 +1,16 @@
+Kicad is an open source (GPL) software for the creation of electronic schematic
+diagrams and printed circuit board artwork.
+
+Designed and written by Jean-Pierre Charras, a researcher at LIS (Laboratoire
+des Images et des Signaux) and a teacher in IUT de Saint Martin d'Heres
+(France), in the field of electrical engineering and image processing.
+
+Kicad is a set of four softwares and a project manager:
+
+    * Eeschema: Schematic entry.
+    * Pcbnew: Board editor.
+    * Gerbview: GERBER viewer (photoplotter documents).
+    * Cvpcb: footprint selector for components used in the circuit design.
+    * Kicad: project manager.
+
+This package contains the schematic symbol libraries for Kicad
diff --git a/kicad-templates/Makefile b/kicad-templates/Makefile
new file mode 100644
index 0000000000..3ea7d07ebf
--- /dev/null
+++ b/kicad-templates/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+#
+
+V=		5.1.0
+DISTNAME=	kicad-templates-${V}
+CATEGORIES=	cad
+MASTER_SITES=	${MASTER_SITE_GITHUB:=KiCad/}
+GITHUB_TAG=     ${PKGVERSION_NOREV}
+EXTRACT_SUFX=   .zip
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	http://kicad-pcb.org/
+COMMENT=	Project templates for the schematic CAD software
+LICENSE=	cc-by-sa-v4.0
+
+USE_CMAKE=	yes
+
+.include "../../mk/bsd.prefs.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/kicad-templates/PLIST b/kicad-templates/PLIST
new file mode 100644
index 0000000000..d08a417634
--- /dev/null
+++ b/kicad-templates/PLIST
@@ -0,0 +1,212 @@
+@comment $NetBSD$
+share/kicad/template/Arduino_Fio/Arduino_Fio-cache.lib
+share/kicad/template/Arduino_Fio/Arduino_Fio.kicad_pcb
+share/kicad/template/Arduino_Fio/Arduino_Fio.net
+share/kicad/template/Arduino_Fio/Arduino_Fio.pro
+share/kicad/template/Arduino_Fio/Arduino_Fio.sch
+share/kicad/template/Arduino_Fio/Socket_Arduino_Fio.3dshapes/Socket_header_Arduino_1x14.wings
+share/kicad/template/Arduino_Fio/Socket_Arduino_Fio.3dshapes/Socket_header_Arduino_1x14.wrl
+share/kicad/template/Arduino_Fio/Socket_Arduino_Fio.pretty/Socket_Strip_Straight_1x14.kicad_mod
+share/kicad/template/Arduino_Fio/fp-lib-table
+share/kicad/template/Arduino_Fio/meta/brd.png
+share/kicad/template/Arduino_Fio/meta/icon.png
+share/kicad/template/Arduino_Fio/meta/info.html
+share/kicad/template/Arduino_Fio/sym-lib-table
+share/kicad/template/Arduino_Mega_R3/Arduino_Mega-cache.lib
+share/kicad/template/Arduino_Mega_R3/Arduino_Mega.kicad_pcb
+share/kicad/template/Arduino_Mega_R3/Arduino_Mega.net
+share/kicad/template/Arduino_Mega_R3/Arduino_Mega.pro
+share/kicad/template/Arduino_Mega_R3/Arduino_Mega.sch
+share/kicad/template/Arduino_Mega_R3/Socket_Arduino_Mega.3dshapes/Socket_header_Arduino_1x08.wings
+share/kicad/template/Arduino_Mega_R3/Socket_Arduino_Mega.3dshapes/Socket_header_Arduino_1x08.wrl
+share/kicad/template/Arduino_Mega_R3/Socket_Arduino_Mega.3dshapes/Socket_header_Arduino_1x10.wings
+share/kicad/template/Arduino_Mega_R3/Socket_Arduino_Mega.3dshapes/Socket_header_Arduino_1x10.wrl
+share/kicad/template/Arduino_Mega_R3/Socket_Arduino_Mega.3dshapes/Socket_header_Arduino_2x18.wings
+share/kicad/template/Arduino_Mega_R3/Socket_Arduino_Mega.3dshapes/Socket_header_Arduino_2x18.wrl
+share/kicad/template/Arduino_Mega_R3/Socket_Arduino_Mega.pretty/Arduino_1pin.kicad_mod
+share/kicad/template/Arduino_Mega_R3/Socket_Arduino_Mega.pretty/Socket_Strip_Arduino_1x08.kicad_mod
+share/kicad/template/Arduino_Mega_R3/Socket_Arduino_Mega.pretty/Socket_Strip_Arduino_1x10.kicad_mod
+share/kicad/template/Arduino_Mega_R3/Socket_Arduino_Mega.pretty/Socket_Strip_Arduino_2x18.kicad_mod
+share/kicad/template/Arduino_Mega_R3/fp-lib-table
+share/kicad/template/Arduino_Mega_R3/meta/brd.png
+share/kicad/template/Arduino_Mega_R3/meta/icon.png
+share/kicad/template/Arduino_Mega_R3/meta/info.html
+share/kicad/template/Arduino_Micro/Arduino_Micro-cache.lib
+share/kicad/template/Arduino_Micro/Arduino_Micro.kicad_pcb
+share/kicad/template/Arduino_Micro/Arduino_Micro.net
+share/kicad/template/Arduino_Micro/Arduino_Micro.pro
+share/kicad/template/Arduino_Micro/Arduino_Micro.sch
+share/kicad/template/Arduino_Micro/Socket_Arduino_Micro.3dshapes/Socket_header_Arduino_1x17.wings
+share/kicad/template/Arduino_Micro/Socket_Arduino_Micro.3dshapes/Socket_header_Arduino_1x17.wrl
+share/kicad/template/Arduino_Micro/Socket_Arduino_Micro.pretty/1pin_Micro.kicad_mod
+share/kicad/template/Arduino_Micro/Socket_Arduino_Micro.pretty/Socket_Strip_Arduino_1x17.kicad_mod
+share/kicad/template/Arduino_Micro/fp-lib-table
+share/kicad/template/Arduino_Micro/meta/brd.png
+share/kicad/template/Arduino_Micro/meta/icon.png
+share/kicad/template/Arduino_Micro/meta/info.html
+share/kicad/template/Arduino_Mini/Arduino_Mini-cache.lib
+share/kicad/template/Arduino_Mini/Arduino_Mini.cmp
+share/kicad/template/Arduino_Mini/Arduino_Mini.kicad_pcb
+share/kicad/template/Arduino_Mini/Arduino_Mini.net
+share/kicad/template/Arduino_Mini/Arduino_Mini.pro
+share/kicad/template/Arduino_Mini/Arduino_Mini.sch
+share/kicad/template/Arduino_Mini/Socket_Arduino_Mini.3dshapes/Socket_header_Arduino_1x12.wings
+share/kicad/template/Arduino_Mini/Socket_Arduino_Mini.3dshapes/Socket_header_Arduino_1x12.wrl
+share/kicad/template/Arduino_Mini/Socket_Arduino_Mini.pretty/Socket_Strip_Arduino_1x02.kicad_mod
+share/kicad/template/Arduino_Mini/Socket_Arduino_Mini.pretty/Socket_Strip_Arduino_1x05.kicad_mod
+share/kicad/template/Arduino_Mini/Socket_Arduino_Mini.pretty/Socket_Strip_Arduino_1x12.kicad_mod
+share/kicad/template/Arduino_Mini/meta/brd.png
+share/kicad/template/Arduino_Mini/meta/icon.png
+share/kicad/template/Arduino_Mini/meta/info.html
+share/kicad/template/Arduino_Nano/Arduino_Nano-cache.lib
+share/kicad/template/Arduino_Nano/Arduino_Nano.cmp
+share/kicad/template/Arduino_Nano/Arduino_Nano.kicad_pcb
+share/kicad/template/Arduino_Nano/Arduino_Nano.net
+share/kicad/template/Arduino_Nano/Arduino_Nano.pro
+share/kicad/template/Arduino_Nano/Arduino_Nano.sch
+share/kicad/template/Arduino_Nano/Socket_Arduino_Nano.3dshapes/Socket_header_Arduino_1x15.wings
+share/kicad/template/Arduino_Nano/Socket_Arduino_Nano.3dshapes/Socket_header_Arduino_1x15.wrl
+share/kicad/template/Arduino_Nano/Socket_Arduino_Nano.pretty/1pin_Nano.kicad_mod
+share/kicad/template/Arduino_Nano/Socket_Arduino_Nano.pretty/Socket_Strip_Arduino_1x15.kicad_mod
+share/kicad/template/Arduino_Nano/meta/brd.png
+share/kicad/template/Arduino_Nano/meta/icon.png
+share/kicad/template/Arduino_Nano/meta/info.html
+share/kicad/template/Arduino_Pro_Mini/Arduino_Pro_Mini-cache.lib
+share/kicad/template/Arduino_Pro_Mini/Arduino_Pro_Mini.cmp
+share/kicad/template/Arduino_Pro_Mini/Arduino_Pro_Mini.kicad_pcb
+share/kicad/template/Arduino_Pro_Mini/Arduino_Pro_Mini.net
+share/kicad/template/Arduino_Pro_Mini/Arduino_Pro_Mini.pro
+share/kicad/template/Arduino_Pro_Mini/Arduino_Pro_Mini.sch
+share/kicad/template/Arduino_Pro_Mini/Socket_Arduino_Pro_Mini.3dshapes/Socket_header_Arduino_1x12.wings
+share/kicad/template/Arduino_Pro_Mini/Socket_Arduino_Pro_Mini.3dshapes/Socket_header_Arduino_1x12.wrl
+share/kicad/template/Arduino_Pro_Mini/Socket_Arduino_Pro_Mini.pretty/Socket_Strip_Arduino_1x02.kicad_mod
+share/kicad/template/Arduino_Pro_Mini/Socket_Arduino_Pro_Mini.pretty/Socket_Strip_Arduino_1x06.kicad_mod
+share/kicad/template/Arduino_Pro_Mini/Socket_Arduino_Pro_Mini.pretty/Socket_Strip_Arduino_1x12.kicad_mod
+share/kicad/template/Arduino_Pro_Mini/meta/brd.png
+share/kicad/template/Arduino_Pro_Mini/meta/icon.png
+share/kicad/template/Arduino_Pro_Mini/meta/info.html
+share/kicad/template/Arduino_Uno_R3/Arduino_Uno-cache.lib
+share/kicad/template/Arduino_Uno_R3/Arduino_Uno.kicad_pcb
+share/kicad/template/Arduino_Uno_R3/Arduino_Uno.net
+share/kicad/template/Arduino_Uno_R3/Arduino_Uno.pro
+share/kicad/template/Arduino_Uno_R3/Arduino_Uno.sch
+share/kicad/template/Arduino_Uno_R3/Socket_Arduino_Uno.3dshapes/Socket_header_Arduino_1x06.wings
+share/kicad/template/Arduino_Uno_R3/Socket_Arduino_Uno.3dshapes/Socket_header_Arduino_1x06.wrl
+share/kicad/template/Arduino_Uno_R3/Socket_Arduino_Uno.3dshapes/Socket_header_Arduino_1x08.wings
+share/kicad/template/Arduino_Uno_R3/Socket_Arduino_Uno.3dshapes/Socket_header_Arduino_1x08.wrl
+share/kicad/template/Arduino_Uno_R3/Socket_Arduino_Uno.3dshapes/Socket_header_Arduino_1x10.wings
+share/kicad/template/Arduino_Uno_R3/Socket_Arduino_Uno.3dshapes/Socket_header_Arduino_1x10.wrl
+share/kicad/template/Arduino_Uno_R3/Socket_Arduino_Uno.pretty/Arduino_1pin.kicad_mod
+share/kicad/template/Arduino_Uno_R3/Socket_Arduino_Uno.pretty/Socket_Strip_Arduino_1x06.kicad_mod
+share/kicad/template/Arduino_Uno_R3/Socket_Arduino_Uno.pretty/Socket_Strip_Arduino_1x08.kicad_mod
+share/kicad/template/Arduino_Uno_R3/Socket_Arduino_Uno.pretty/Socket_Strip_Arduino_1x10.kicad_mod
+share/kicad/template/Arduino_Uno_R3/fp-lib-table
+share/kicad/template/Arduino_Uno_R3/meta/brd.png
+share/kicad/template/Arduino_Uno_R3/meta/icon.png
+share/kicad/template/Arduino_Uno_R3/meta/info.html
+share/kicad/template/BeagleBone-Black-Cape/BeagleBone-Black-Cape-cache.dcm
+share/kicad/template/BeagleBone-Black-Cape/BeagleBone-Black-Cape-cache.lib
+share/kicad/template/BeagleBone-Black-Cape/BeagleBone-Black-Cape.kicad_pcb
+share/kicad/template/BeagleBone-Black-Cape/BeagleBone-Black-Cape.net
+share/kicad/template/BeagleBone-Black-Cape/BeagleBone-Black-Cape.pro
+share/kicad/template/BeagleBone-Black-Cape/BeagleBone-Black-Cape.sch
+share/kicad/template/BeagleBone-Black-Cape/Socket_BeagleBone_Black.3dshapes/Socket_BeagleBone_Black.wings
+share/kicad/template/BeagleBone-Black-Cape/Socket_BeagleBone_Black.3dshapes/Socket_BeagleBone_Black.wrl
+share/kicad/template/BeagleBone-Black-Cape/Socket_BeagleBone_Black.pretty/Socket_BeagleBone_Black.kicad_mod
+share/kicad/template/BeagleBone-Black-Cape/fp-lib-table
+share/kicad/template/BeagleBone-Black-Cape/meta/brd.png
+share/kicad/template/BeagleBone-Black-Cape/meta/icon.png
+share/kicad/template/BeagleBone-Black-Cape/meta/info.html
+share/kicad/template/BeagleBone-Black-Cape/pwr_BeagleBone.bck
+share/kicad/template/BeagleBone-Black-Cape/pwr_BeagleBone.dcm
+share/kicad/template/BeagleBone-Black-Cape/pwr_BeagleBone.lib
+share/kicad/template/BeagleBone-Black-Cape/sym-lib-table
+share/kicad/template/EuroCard160mmX100mm/EuroCard160mmX100mm-cache.lib
+share/kicad/template/EuroCard160mmX100mm/EuroCard160mmX100mm.kicad_pcb
+share/kicad/template/EuroCard160mmX100mm/EuroCard160mmX100mm.pro
+share/kicad/template/EuroCard160mmX100mm/EuroCard160mmX100mm.sch
+share/kicad/template/EuroCard160mmX100mm/meta/brd.png
+share/kicad/template/EuroCard160mmX100mm/meta/icon.png
+share/kicad/template/EuroCard160mmX100mm/meta/info.html
+share/kicad/template/EuroCard160mmX100mm_holes/EuroCard160mmX100mm_holes-cache.lib
+share/kicad/template/EuroCard160mmX100mm_holes/EuroCard160mmX100mm_holes.kicad_pcb
+share/kicad/template/EuroCard160mmX100mm_holes/EuroCard160mmX100mm_holes.pro
+share/kicad/template/EuroCard160mmX100mm_holes/EuroCard160mmX100mm_holes.sch
+share/kicad/template/EuroCard160mmX100mm_holes/meta/brd.png
+share/kicad/template/EuroCard160mmX100mm_holes/meta/icon.png
+share/kicad/template/EuroCard160mmX100mm_holes/meta/info.html
+share/kicad/template/Hammond_1593K_Enclosure/Hammond_1593K_Enclosure-cache.lib
+share/kicad/template/Hammond_1593K_Enclosure/Hammond_1593K_Enclosure.kicad_pcb
+share/kicad/template/Hammond_1593K_Enclosure/Hammond_1593K_Enclosure.net
+share/kicad/template/Hammond_1593K_Enclosure/Hammond_1593K_Enclosure.pro
+share/kicad/template/Hammond_1593K_Enclosure/Hammond_1593K_Enclosure.sch
+share/kicad/template/Hammond_1593K_Enclosure/meta/1593K3B.jpg
+share/kicad/template/Hammond_1593K_Enclosure/meta/brd.png
+share/kicad/template/Hammond_1593K_Enclosure/meta/icon.png
+share/kicad/template/Hammond_1593K_Enclosure/meta/info.html
+share/kicad/template/gost_landscape.kicad_wks
+share/kicad/template/gost_portrait.kicad_wks
+share/kicad/template/minnowboard-ls-lure/meta/brd.png
+share/kicad/template/minnowboard-ls-lure/meta/icon.png
+share/kicad/template/minnowboard-ls-lure/meta/info.html
+share/kicad/template/minnowboard-ls-lure/minnowboard-ls-lure-cache.lib
+share/kicad/template/minnowboard-ls-lure/minnowboard-ls-lure.kicad_pcb
+share/kicad/template/minnowboard-ls-lure/minnowboard-ls-lure.net
+share/kicad/template/minnowboard-ls-lure/minnowboard-ls-lure.pro
+share/kicad/template/minnowboard-ls-lure/minnowboard-ls-lure.sch
+share/kicad/template/pagelayout_default.kicad_wks
+share/kicad/template/pagelayout_logo.kicad_wks
+share/kicad/template/raspberrypi-gpio-40pin/meta/brd.png
+share/kicad/template/raspberrypi-gpio-40pin/meta/icon.png
+share/kicad/template/raspberrypi-gpio-40pin/meta/info.html
+share/kicad/template/raspberrypi-gpio-40pin/raspberrypi-gpio-40pin-cache.lib
+share/kicad/template/raspberrypi-gpio-40pin/raspberrypi-gpio-40pin.cmp
+share/kicad/template/raspberrypi-gpio-40pin/raspberrypi-gpio-40pin.kicad_pcb
+share/kicad/template/raspberrypi-gpio-40pin/raspberrypi-gpio-40pin.lib
+share/kicad/template/raspberrypi-gpio-40pin/raspberrypi-gpio-40pin.net
+share/kicad/template/raspberrypi-gpio-40pin/raspberrypi-gpio-40pin.pro
+share/kicad/template/raspberrypi-gpio-40pin/raspberrypi-gpio-40pin.sch
+share/kicad/template/raspberrypi-gpio-40pin/raspberrypi-gpio-40pin.stf
+share/kicad/template/raspberrypi-gpio/meta/brd.png
+share/kicad/template/raspberrypi-gpio/meta/icon.png
+share/kicad/template/raspberrypi-gpio/meta/info.html
+share/kicad/template/raspberrypi-gpio/raspberrypi-gpio-cache.lib
+share/kicad/template/raspberrypi-gpio/raspberrypi-gpio.kicad_pcb
+share/kicad/template/raspberrypi-gpio/raspberrypi-gpio.net
+share/kicad/template/raspberrypi-gpio/raspberrypi-gpio.pro
+share/kicad/template/raspberrypi-gpio/raspberrypi-gpio.sch
+share/kicad/template/raspberrypi-gpio/raspberrypi-gpio.stf
+share/kicad/template/raspberrypi_hat/fp-lib-table
+share/kicad/template/raspberrypi_hat/meta/brd.png
+share/kicad/template/raspberrypi_hat/meta/icon.png
+share/kicad/template/raspberrypi_hat/meta/info.html
+share/kicad/template/raspberrypi_hat/project_components/raspberrypi_hat.dcm
+share/kicad/template/raspberrypi_hat/project_components/raspberrypi_hat.lib
+share/kicad/template/raspberrypi_hat/project_footprints.pretty/NPTH_3mm_ID.kicad_mod
+share/kicad/template/raspberrypi_hat/raspberrrypi_hat.net
+share/kicad/template/raspberrypi_hat/raspberrypi_hat-cache.lib
+share/kicad/template/raspberrypi_hat/raspberrypi_hat.kicad_pcb
+share/kicad/template/raspberrypi_hat/raspberrypi_hat.pro
+share/kicad/template/raspberrypi_hat/raspberrypi_hat.sch
+share/kicad/template/raspberrypi_hat/sym-lib-table
+share/kicad/template/stm32f100-discovery-shield/meta/board_stm32vl_discovery.png
+share/kicad/template/stm32f100-discovery-shield/meta/icon.png
+share/kicad/template/stm32f100-discovery-shield/meta/info.html
+share/kicad/template/stm32f100-discovery-shield/stm32f100-discovery-shield-cache.lib
+share/kicad/template/stm32f100-discovery-shield/stm32f100-discovery-shield.dcm
+share/kicad/template/stm32f100-discovery-shield/stm32f100-discovery-shield.kicad_pcb
+share/kicad/template/stm32f100-discovery-shield/stm32f100-discovery-shield.lib
+share/kicad/template/stm32f100-discovery-shield/stm32f100-discovery-shield.net
+share/kicad/template/stm32f100-discovery-shield/stm32f100-discovery-shield.pro
+share/kicad/template/stm32f100-discovery-shield/stm32f100-discovery-shield.sch
+share/kicad/template/ti-stellaris-boosterpack40_min/boosterpack.dcm
+share/kicad/template/ti-stellaris-boosterpack40_min/boosterpack.lib
+share/kicad/template/ti-stellaris-boosterpack40_min/boosterpack40_min-cache.lib
+share/kicad/template/ti-stellaris-boosterpack40_min/boosterpack40_min.kicad_pcb
+share/kicad/template/ti-stellaris-boosterpack40_min/boosterpack40_min.net
+share/kicad/template/ti-stellaris-boosterpack40_min/boosterpack40_min.pro
+share/kicad/template/ti-stellaris-boosterpack40_min/boosterpack40_min.sch
+share/kicad/template/ti-stellaris-boosterpack40_min/meta/icon.png
+share/kicad/template/ti-stellaris-boosterpack40_min/meta/info.html
+share/kicad/template/ti-stellaris-boosterpack40_min/meta/launchpad_standard40.png
+share/kicad/template/ti-stellaris-boosterpack40_min/sym-lib-table
diff --git a/kicad-templates/distinfo b/kicad-templates/distinfo
new file mode 100644
index 0000000000..3dc26ac702
--- /dev/null
+++ b/kicad-templates/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.5 2018/03/01 13:59:11 mef Exp $
+
+SHA1 (kicad-templates-5.1.0.zip) = 0c4770921a90e01dee56efe259bf6c3e79b320a8
+RMD160 (kicad-templates-5.1.0.zip) = d11798649c5cf3490ee8df18de80aaefea819249
+SHA512 (kicad-templates-5.1.0.zip) = 4dd6d689a83a27485778bb6b03d2b3be43a3976f6f1cf8483f260bc820c428944f64d7fb2a197a95aac7c56152daef07cc2db6bb8a6128db1d089810d86bdf41
+Size (kicad-templates-5.1.0.zip) = 1657671 bytes


Home | Main Index | Thread Index | Old Index