Index: head/cad/Makefile =================================================================== --- head/cad/Makefile (revision 475515) +++ head/cad/Makefile (revision 475516) @@ -1,104 +1,105 @@ # $FreeBSD$ # COMMENT = CAD tools SUBDIR += NASTRAN-95 SUBDIR += abc SUBDIR += admesh SUBDIR += adms SUBDIR += alliance SUBDIR += astk-client SUBDIR += astk-serveur SUBDIR += atlc SUBDIR += basicdsp SUBDIR += brickutils SUBDIR += brlcad SUBDIR += calculix SUBDIR += calculix-ccx SUBDIR += cascade SUBDIR += chipvault SUBDIR += cura-engine SUBDIR += dinotrace SUBDIR += dxf2fig SUBDIR += electric SUBDIR += electric-ng SUBDIR += elmerfem SUBDIR += feappv SUBDIR += fidocadj SUBDIR += freecad SUBDIR += freehdl SUBDIR += fritzing SUBDIR += gdsreader SUBDIR += gdt SUBDIR += geda SUBDIR += gerbv SUBDIR += ghdl SUBDIR += gmsh SUBDIR += gmsh-occ SUBDIR += gnucap SUBDIR += gplcver SUBDIR += gspiceui SUBDIR += gtkwave SUBDIR += impact SUBDIR += irsim SUBDIR += iverilog SUBDIR += jspice3 SUBDIR += kicad SUBDIR += kicad-devel SUBDIR += kicad-library SUBDIR += kicad-library-footprints-devel SUBDIR += kicad-library-packages3d-devel SUBDIR += kicad-library-symbols-devel + SUBDIR += kicad-library-templates-devel SUBDIR += klayout SUBDIR += layouteditor SUBDIR += ldraw SUBDIR += leocad SUBDIR += libopencad SUBDIR += librecad SUBDIR += linux-eagle5 SUBDIR += linuxcnc-devel SUBDIR += logisim SUBDIR += magic SUBDIR += meshdev SUBDIR += meshlab SUBDIR += netgen SUBDIR += ngspice_rework SUBDIR += opencascade SUBDIR += openscad SUBDIR += openscad-devel SUBDIR += openvsp SUBDIR += p5-GDS2 SUBDIR += p5-Verilog-Perl SUBDIR += pcb SUBDIR += pdnmesh SUBDIR += py-gdspy SUBDIR += py-lcapy SUBDIR += py-pycam SUBDIR += py-pyfda SUBDIR += python-gdsii SUBDIR += pythoncad SUBDIR += qcad SUBDIR += qelectrotech SUBDIR += qfsm SUBDIR += qmls SUBDIR += qucs SUBDIR += repsnapper SUBDIR += rubygem-gdsii SUBDIR += scotch SUBDIR += solvespace SUBDIR += sp2sp SUBDIR += spice SUBDIR += stepcode SUBDIR += sumo SUBDIR += sweethome3d SUBDIR += tkgate SUBDIR += tochnog SUBDIR += transcalc SUBDIR += varkon SUBDIR += verilog-mode.el SUBDIR += xcircuit SUBDIR += z88 SUBDIR += zcad .include Index: head/cad/kicad-library-templates-devel/Makefile =================================================================== --- head/cad/kicad-library-templates-devel/Makefile (nonexistent) +++ head/cad/kicad-library-templates-devel/Makefile (revision 475516) @@ -0,0 +1,41 @@ +# Created by: Thierry Thomas +# $FreeBSD$ + +PORTNAME= kicad +DISTVERSION= r${GIT_TMPL_DATE} +CATEGORIES= cad +PKGNAMESUFFIX= -library-tmpl-devel + +MAINTAINER= mr@FreeBSD.org +COMMENT= Official KiCad project templates + +LICENSE= GPLv2 + +RUN_DEPENDS= kicad:cad/kicad-devel + +CONFLICTS= kicad-4.* + +USE_GITHUB= yes +GH_ACCOUNT= KiCad +GH_PROJECT= kicad-templates +GH_TAGNAME= ${GIT_TMPL_HASH} + +USES= cmake + +CMAKE_ARGS= -DLOCALBASE="${LOCALBASE}" \ + -DCMAKE_BUILD_TYPE="Release" \ + -DKICAD_TESTING_VERSION=ON \ + -DKICAD_BUILD_VERSION=${DISTVERSION} +INSTALL_TARGET= install + +NO_ARCH= yes + +.include "Makefile.git_rev" + +# Updating to new rev: +# sh files/newVersion.sh +# make install #breaks probably due to plist differences +# make makeplist > pkg-plist #One has to edit/review the generated plist +# make generate-plist && make check-plist + +.include Property changes on: head/cad/kicad-library-templates-devel/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/cad/kicad-library-templates-devel/Makefile.git_rev =================================================================== --- head/cad/kicad-library-templates-devel/Makefile.git_rev (nonexistent) +++ head/cad/kicad-library-templates-devel/Makefile.git_rev (revision 475516) @@ -0,0 +1,2 @@ +GIT_TMPL_HASH= 49661c89c7e21073f0c29caaadaf20ac3733dbba +GIT_TMPL_DATE= 20180217001634 Property changes on: head/cad/kicad-library-templates-devel/Makefile.git_rev ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/cad/kicad-library-templates-devel/distinfo =================================================================== --- head/cad/kicad-library-templates-devel/distinfo (nonexistent) +++ head/cad/kicad-library-templates-devel/distinfo (revision 475516) @@ -0,0 +1,3 @@ +TIMESTAMP = 1532770836 +SHA256 (KiCad-kicad-templates-r20180217001634-49661c89c7e21073f0c29caaadaf20ac3733dbba_GH0.tar.gz) = d8bca3802893f1f4ea459ecb97b42d1deaae21a3ef92705779106eb32b2b8806 +SIZE (KiCad-kicad-templates-r20180217001634-49661c89c7e21073f0c29caaadaf20ac3733dbba_GH0.tar.gz) = 1622797 Property changes on: head/cad/kicad-library-templates-devel/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/cad/kicad-library-templates-devel/files/newVersion.sh =================================================================== --- head/cad/kicad-library-templates-devel/files/newVersion.sh (nonexistent) +++ head/cad/kicad-library-templates-devel/files/newVersion.sh (revision 475516) @@ -0,0 +1,25 @@ +#!/bin/sh + +#GIT_SRC_HASH=`cd kicad-repo; git log -n 1 --pretty=format:"%H"` +#GIT_SRC_DATE=`cd kicad-repo; git log -n 1 --date=iso-local -n 1 --pretty=format:"%cd" | \ +# cut -c '1-19' | sed -e 's,-,,g' -e 's,:,,g' -e 's, ,,g'` + +CURDIR=`pwd` +WRKDIR=`pwd`/work +#mkdir -p "${WRKDIR}" + +if [ \! -d "${CURDIR}/kicad-templates" ]; then + git clone https://github.com/KiCad/kicad-templates.git -b master "${CURDIR}/kicad-templates"; +else + cd "${CURDIR}/kicad-templates" + git pull; +fi +cd "${CURDIR}/kicad-templates" +GIT_TMPL_HASH=`git log -n 1 --pretty=format:"%H"`; +GIT_TMPL_DATE=`git log -n 1 --date=iso-local -n 1 --pretty=format:"%cd" | \ + cut -c '1-19' | sed -e 's,-,,g' -e 's,:,,g' -e 's, ,,g'` + +echo "$GIT_TMPL_HASH, $GIT_TMPL_DATE" +echo "GIT_TMPL_HASH= ${GIT_TMPL_HASH}" > ${CURDIR}/Makefile.git_rev +echo "GIT_TMPL_DATE= ${GIT_TMPL_DATE}" >> ${CURDIR}/Makefile.git_rev + Property changes on: head/cad/kicad-library-templates-devel/files/newVersion.sh ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/cad/kicad-library-templates-devel/pkg-descr =================================================================== --- head/cad/kicad-library-templates-devel/pkg-descr (nonexistent) +++ head/cad/kicad-library-templates-devel/pkg-descr (revision 475516) @@ -0,0 +1,3 @@ +This port installs the KiCad project templates + +WWW: https://github.com/KiCad/kicad-templates Property changes on: head/cad/kicad-library-templates-devel/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/cad/kicad-library-templates-devel/pkg-plist =================================================================== --- head/cad/kicad-library-templates-devel/pkg-plist (nonexistent) +++ head/cad/kicad-library-templates-devel/pkg-plist (revision 475516) @@ -0,0 +1,211 @@ +%%DATADIR%%/template/Arduino_Fio/Arduino_Fio-cache.lib +%%DATADIR%%/template/Arduino_Fio/Arduino_Fio.kicad_pcb +%%DATADIR%%/template/Arduino_Fio/Arduino_Fio.net +%%DATADIR%%/template/Arduino_Fio/Arduino_Fio.pro +%%DATADIR%%/template/Arduino_Fio/Arduino_Fio.sch +%%DATADIR%%/template/Arduino_Fio/Socket_Arduino_Fio.3dshapes/Socket_header_Arduino_1x14.wings +%%DATADIR%%/template/Arduino_Fio/Socket_Arduino_Fio.3dshapes/Socket_header_Arduino_1x14.wrl +%%DATADIR%%/template/Arduino_Fio/Socket_Arduino_Fio.pretty/Socket_Strip_Straight_1x14.kicad_mod +%%DATADIR%%/template/Arduino_Fio/fp-lib-table +%%DATADIR%%/template/Arduino_Fio/meta/brd.png +%%DATADIR%%/template/Arduino_Fio/meta/icon.png +%%DATADIR%%/template/Arduino_Fio/meta/info.html +%%DATADIR%%/template/Arduino_Fio/sym-lib-table +%%DATADIR%%/template/Arduino_Mega_R3/Arduino_Mega-cache.lib +%%DATADIR%%/template/Arduino_Mega_R3/Arduino_Mega.kicad_pcb +%%DATADIR%%/template/Arduino_Mega_R3/Arduino_Mega.net +%%DATADIR%%/template/Arduino_Mega_R3/Arduino_Mega.pro +%%DATADIR%%/template/Arduino_Mega_R3/Arduino_Mega.sch +%%DATADIR%%/template/Arduino_Mega_R3/Socket_Arduino_Mega.3dshapes/Socket_header_Arduino_1x08.wings +%%DATADIR%%/template/Arduino_Mega_R3/Socket_Arduino_Mega.3dshapes/Socket_header_Arduino_1x08.wrl +%%DATADIR%%/template/Arduino_Mega_R3/Socket_Arduino_Mega.3dshapes/Socket_header_Arduino_1x10.wings +%%DATADIR%%/template/Arduino_Mega_R3/Socket_Arduino_Mega.3dshapes/Socket_header_Arduino_1x10.wrl +%%DATADIR%%/template/Arduino_Mega_R3/Socket_Arduino_Mega.3dshapes/Socket_header_Arduino_2x18.wings +%%DATADIR%%/template/Arduino_Mega_R3/Socket_Arduino_Mega.3dshapes/Socket_header_Arduino_2x18.wrl +%%DATADIR%%/template/Arduino_Mega_R3/Socket_Arduino_Mega.pretty/Arduino_1pin.kicad_mod +%%DATADIR%%/template/Arduino_Mega_R3/Socket_Arduino_Mega.pretty/Socket_Strip_Arduino_1x08.kicad_mod +%%DATADIR%%/template/Arduino_Mega_R3/Socket_Arduino_Mega.pretty/Socket_Strip_Arduino_1x10.kicad_mod +%%DATADIR%%/template/Arduino_Mega_R3/Socket_Arduino_Mega.pretty/Socket_Strip_Arduino_2x18.kicad_mod +%%DATADIR%%/template/Arduino_Mega_R3/fp-lib-table +%%DATADIR%%/template/Arduino_Mega_R3/meta/brd.png +%%DATADIR%%/template/Arduino_Mega_R3/meta/icon.png +%%DATADIR%%/template/Arduino_Mega_R3/meta/info.html +%%DATADIR%%/template/Arduino_Micro/Arduino_Micro-cache.lib +%%DATADIR%%/template/Arduino_Micro/Arduino_Micro.kicad_pcb +%%DATADIR%%/template/Arduino_Micro/Arduino_Micro.net +%%DATADIR%%/template/Arduino_Micro/Arduino_Micro.pro +%%DATADIR%%/template/Arduino_Micro/Arduino_Micro.sch +%%DATADIR%%/template/Arduino_Micro/Socket_Arduino_Micro.3dshapes/Socket_header_Arduino_1x17.wings +%%DATADIR%%/template/Arduino_Micro/Socket_Arduino_Micro.3dshapes/Socket_header_Arduino_1x17.wrl +%%DATADIR%%/template/Arduino_Micro/Socket_Arduino_Micro.pretty/1pin_Micro.kicad_mod +%%DATADIR%%/template/Arduino_Micro/Socket_Arduino_Micro.pretty/Socket_Strip_Arduino_1x17.kicad_mod +%%DATADIR%%/template/Arduino_Micro/fp-lib-table +%%DATADIR%%/template/Arduino_Micro/meta/brd.png +%%DATADIR%%/template/Arduino_Micro/meta/icon.png +%%DATADIR%%/template/Arduino_Micro/meta/info.html +%%DATADIR%%/template/Arduino_Mini/Arduino_Mini-cache.lib +%%DATADIR%%/template/Arduino_Mini/Arduino_Mini.cmp +%%DATADIR%%/template/Arduino_Mini/Arduino_Mini.kicad_pcb +%%DATADIR%%/template/Arduino_Mini/Arduino_Mini.net +%%DATADIR%%/template/Arduino_Mini/Arduino_Mini.pro +%%DATADIR%%/template/Arduino_Mini/Arduino_Mini.sch +%%DATADIR%%/template/Arduino_Mini/Socket_Arduino_Mini.3dshapes/Socket_header_Arduino_1x12.wings +%%DATADIR%%/template/Arduino_Mini/Socket_Arduino_Mini.3dshapes/Socket_header_Arduino_1x12.wrl +%%DATADIR%%/template/Arduino_Mini/Socket_Arduino_Mini.pretty/Socket_Strip_Arduino_1x02.kicad_mod +%%DATADIR%%/template/Arduino_Mini/Socket_Arduino_Mini.pretty/Socket_Strip_Arduino_1x05.kicad_mod +%%DATADIR%%/template/Arduino_Mini/Socket_Arduino_Mini.pretty/Socket_Strip_Arduino_1x12.kicad_mod +%%DATADIR%%/template/Arduino_Mini/meta/brd.png +%%DATADIR%%/template/Arduino_Mini/meta/icon.png +%%DATADIR%%/template/Arduino_Mini/meta/info.html +%%DATADIR%%/template/Arduino_Nano/Arduino_Nano-cache.lib +%%DATADIR%%/template/Arduino_Nano/Arduino_Nano.cmp +%%DATADIR%%/template/Arduino_Nano/Arduino_Nano.kicad_pcb +%%DATADIR%%/template/Arduino_Nano/Arduino_Nano.net +%%DATADIR%%/template/Arduino_Nano/Arduino_Nano.pro +%%DATADIR%%/template/Arduino_Nano/Arduino_Nano.sch +%%DATADIR%%/template/Arduino_Nano/Socket_Arduino_Nano.3dshapes/Socket_header_Arduino_1x15.wings +%%DATADIR%%/template/Arduino_Nano/Socket_Arduino_Nano.3dshapes/Socket_header_Arduino_1x15.wrl +%%DATADIR%%/template/Arduino_Nano/Socket_Arduino_Nano.pretty/1pin_Nano.kicad_mod +%%DATADIR%%/template/Arduino_Nano/Socket_Arduino_Nano.pretty/Socket_Strip_Arduino_1x15.kicad_mod +%%DATADIR%%/template/Arduino_Nano/meta/brd.png +%%DATADIR%%/template/Arduino_Nano/meta/icon.png +%%DATADIR%%/template/Arduino_Nano/meta/info.html +%%DATADIR%%/template/Arduino_Pro_Mini/Arduino_Pro_Mini-cache.lib +%%DATADIR%%/template/Arduino_Pro_Mini/Arduino_Pro_Mini.cmp +%%DATADIR%%/template/Arduino_Pro_Mini/Arduino_Pro_Mini.kicad_pcb +%%DATADIR%%/template/Arduino_Pro_Mini/Arduino_Pro_Mini.net +%%DATADIR%%/template/Arduino_Pro_Mini/Arduino_Pro_Mini.pro +%%DATADIR%%/template/Arduino_Pro_Mini/Arduino_Pro_Mini.sch +%%DATADIR%%/template/Arduino_Pro_Mini/Socket_Arduino_Pro_Mini.3dshapes/Socket_header_Arduino_1x12.wings +%%DATADIR%%/template/Arduino_Pro_Mini/Socket_Arduino_Pro_Mini.3dshapes/Socket_header_Arduino_1x12.wrl +%%DATADIR%%/template/Arduino_Pro_Mini/Socket_Arduino_Pro_Mini.pretty/Socket_Strip_Arduino_1x02.kicad_mod +%%DATADIR%%/template/Arduino_Pro_Mini/Socket_Arduino_Pro_Mini.pretty/Socket_Strip_Arduino_1x06.kicad_mod +%%DATADIR%%/template/Arduino_Pro_Mini/Socket_Arduino_Pro_Mini.pretty/Socket_Strip_Arduino_1x12.kicad_mod +%%DATADIR%%/template/Arduino_Pro_Mini/meta/brd.png +%%DATADIR%%/template/Arduino_Pro_Mini/meta/icon.png +%%DATADIR%%/template/Arduino_Pro_Mini/meta/info.html +%%DATADIR%%/template/Arduino_Uno_R3/Arduino_Uno-cache.lib +%%DATADIR%%/template/Arduino_Uno_R3/Arduino_Uno.kicad_pcb +%%DATADIR%%/template/Arduino_Uno_R3/Arduino_Uno.net +%%DATADIR%%/template/Arduino_Uno_R3/Arduino_Uno.pro +%%DATADIR%%/template/Arduino_Uno_R3/Arduino_Uno.sch +%%DATADIR%%/template/Arduino_Uno_R3/Socket_Arduino_Uno.3dshapes/Socket_header_Arduino_1x06.wings +%%DATADIR%%/template/Arduino_Uno_R3/Socket_Arduino_Uno.3dshapes/Socket_header_Arduino_1x06.wrl +%%DATADIR%%/template/Arduino_Uno_R3/Socket_Arduino_Uno.3dshapes/Socket_header_Arduino_1x08.wings +%%DATADIR%%/template/Arduino_Uno_R3/Socket_Arduino_Uno.3dshapes/Socket_header_Arduino_1x08.wrl +%%DATADIR%%/template/Arduino_Uno_R3/Socket_Arduino_Uno.3dshapes/Socket_header_Arduino_1x10.wings +%%DATADIR%%/template/Arduino_Uno_R3/Socket_Arduino_Uno.3dshapes/Socket_header_Arduino_1x10.wrl +%%DATADIR%%/template/Arduino_Uno_R3/Socket_Arduino_Uno.pretty/Arduino_1pin.kicad_mod +%%DATADIR%%/template/Arduino_Uno_R3/Socket_Arduino_Uno.pretty/Socket_Strip_Arduino_1x06.kicad_mod +%%DATADIR%%/template/Arduino_Uno_R3/Socket_Arduino_Uno.pretty/Socket_Strip_Arduino_1x08.kicad_mod +%%DATADIR%%/template/Arduino_Uno_R3/Socket_Arduino_Uno.pretty/Socket_Strip_Arduino_1x10.kicad_mod +%%DATADIR%%/template/Arduino_Uno_R3/fp-lib-table +%%DATADIR%%/template/Arduino_Uno_R3/meta/brd.png +%%DATADIR%%/template/Arduino_Uno_R3/meta/icon.png +%%DATADIR%%/template/Arduino_Uno_R3/meta/info.html +%%DATADIR%%/template/BeagleBone-Black-Cape/BeagleBone-Black-Cape-cache.dcm +%%DATADIR%%/template/BeagleBone-Black-Cape/BeagleBone-Black-Cape-cache.lib +%%DATADIR%%/template/BeagleBone-Black-Cape/BeagleBone-Black-Cape.kicad_pcb +%%DATADIR%%/template/BeagleBone-Black-Cape/BeagleBone-Black-Cape.net +%%DATADIR%%/template/BeagleBone-Black-Cape/BeagleBone-Black-Cape.pro +%%DATADIR%%/template/BeagleBone-Black-Cape/BeagleBone-Black-Cape.sch +%%DATADIR%%/template/BeagleBone-Black-Cape/Socket_BeagleBone_Black.3dshapes/Socket_BeagleBone_Black.wings +%%DATADIR%%/template/BeagleBone-Black-Cape/Socket_BeagleBone_Black.3dshapes/Socket_BeagleBone_Black.wrl +%%DATADIR%%/template/BeagleBone-Black-Cape/Socket_BeagleBone_Black.pretty/Socket_BeagleBone_Black.kicad_mod +%%DATADIR%%/template/BeagleBone-Black-Cape/fp-lib-table +%%DATADIR%%/template/BeagleBone-Black-Cape/meta/brd.png +%%DATADIR%%/template/BeagleBone-Black-Cape/meta/icon.png +%%DATADIR%%/template/BeagleBone-Black-Cape/meta/info.html +%%DATADIR%%/template/BeagleBone-Black-Cape/pwr_BeagleBone.bck +%%DATADIR%%/template/BeagleBone-Black-Cape/pwr_BeagleBone.dcm +%%DATADIR%%/template/BeagleBone-Black-Cape/pwr_BeagleBone.lib +%%DATADIR%%/template/BeagleBone-Black-Cape/sym-lib-table +%%DATADIR%%/template/EuroCard160mmX100mm/EuroCard160mmX100mm-cache.lib +%%DATADIR%%/template/EuroCard160mmX100mm/EuroCard160mmX100mm.kicad_pcb +%%DATADIR%%/template/EuroCard160mmX100mm/EuroCard160mmX100mm.pro +%%DATADIR%%/template/EuroCard160mmX100mm/EuroCard160mmX100mm.sch +%%DATADIR%%/template/EuroCard160mmX100mm/meta/brd.png +%%DATADIR%%/template/EuroCard160mmX100mm/meta/icon.png +%%DATADIR%%/template/EuroCard160mmX100mm/meta/info.html +%%DATADIR%%/template/EuroCard160mmX100mm_holes/EuroCard160mmX100mm_holes-cache.lib +%%DATADIR%%/template/EuroCard160mmX100mm_holes/EuroCard160mmX100mm_holes.kicad_pcb +%%DATADIR%%/template/EuroCard160mmX100mm_holes/EuroCard160mmX100mm_holes.pro +%%DATADIR%%/template/EuroCard160mmX100mm_holes/EuroCard160mmX100mm_holes.sch +%%DATADIR%%/template/EuroCard160mmX100mm_holes/meta/brd.png +%%DATADIR%%/template/EuroCard160mmX100mm_holes/meta/icon.png +%%DATADIR%%/template/EuroCard160mmX100mm_holes/meta/info.html +%%DATADIR%%/template/Hammond_1593K_Enclosure/Hammond_1593K_Enclosure-cache.lib +%%DATADIR%%/template/Hammond_1593K_Enclosure/Hammond_1593K_Enclosure.kicad_pcb +%%DATADIR%%/template/Hammond_1593K_Enclosure/Hammond_1593K_Enclosure.net +%%DATADIR%%/template/Hammond_1593K_Enclosure/Hammond_1593K_Enclosure.pro +%%DATADIR%%/template/Hammond_1593K_Enclosure/Hammond_1593K_Enclosure.sch +%%DATADIR%%/template/Hammond_1593K_Enclosure/meta/1593K3B.jpg +%%DATADIR%%/template/Hammond_1593K_Enclosure/meta/brd.png +%%DATADIR%%/template/Hammond_1593K_Enclosure/meta/icon.png +%%DATADIR%%/template/Hammond_1593K_Enclosure/meta/info.html +%%DATADIR%%/template/gost_landscape.kicad_wks +%%DATADIR%%/template/gost_portrait.kicad_wks +%%DATADIR%%/template/minnowboard-ls-lure/meta/brd.png +%%DATADIR%%/template/minnowboard-ls-lure/meta/icon.png +%%DATADIR%%/template/minnowboard-ls-lure/meta/info.html +%%DATADIR%%/template/minnowboard-ls-lure/minnowboard-ls-lure-cache.lib +%%DATADIR%%/template/minnowboard-ls-lure/minnowboard-ls-lure.kicad_pcb +%%DATADIR%%/template/minnowboard-ls-lure/minnowboard-ls-lure.net +%%DATADIR%%/template/minnowboard-ls-lure/minnowboard-ls-lure.pro +%%DATADIR%%/template/minnowboard-ls-lure/minnowboard-ls-lure.sch +%%DATADIR%%/template/pagelayout_default.kicad_wks +%%DATADIR%%/template/pagelayout_logo.kicad_wks +%%DATADIR%%/template/raspberrypi-gpio-40pin/meta/brd.png +%%DATADIR%%/template/raspberrypi-gpio-40pin/meta/icon.png +%%DATADIR%%/template/raspberrypi-gpio-40pin/meta/info.html +%%DATADIR%%/template/raspberrypi-gpio-40pin/raspberrypi-gpio-40pin-cache.lib +%%DATADIR%%/template/raspberrypi-gpio-40pin/raspberrypi-gpio-40pin.cmp +%%DATADIR%%/template/raspberrypi-gpio-40pin/raspberrypi-gpio-40pin.kicad_pcb +%%DATADIR%%/template/raspberrypi-gpio-40pin/raspberrypi-gpio-40pin.lib +%%DATADIR%%/template/raspberrypi-gpio-40pin/raspberrypi-gpio-40pin.net +%%DATADIR%%/template/raspberrypi-gpio-40pin/raspberrypi-gpio-40pin.pro +%%DATADIR%%/template/raspberrypi-gpio-40pin/raspberrypi-gpio-40pin.sch +%%DATADIR%%/template/raspberrypi-gpio-40pin/raspberrypi-gpio-40pin.stf +%%DATADIR%%/template/raspberrypi-gpio/meta/brd.png +%%DATADIR%%/template/raspberrypi-gpio/meta/icon.png +%%DATADIR%%/template/raspberrypi-gpio/meta/info.html +%%DATADIR%%/template/raspberrypi-gpio/raspberrypi-gpio-cache.lib +%%DATADIR%%/template/raspberrypi-gpio/raspberrypi-gpio.kicad_pcb +%%DATADIR%%/template/raspberrypi-gpio/raspberrypi-gpio.net +%%DATADIR%%/template/raspberrypi-gpio/raspberrypi-gpio.pro +%%DATADIR%%/template/raspberrypi-gpio/raspberrypi-gpio.sch +%%DATADIR%%/template/raspberrypi-gpio/raspberrypi-gpio.stf +%%DATADIR%%/template/raspberrypi_hat/fp-lib-table +%%DATADIR%%/template/raspberrypi_hat/meta/brd.png +%%DATADIR%%/template/raspberrypi_hat/meta/icon.png +%%DATADIR%%/template/raspberrypi_hat/meta/info.html +%%DATADIR%%/template/raspberrypi_hat/project_components/raspberrypi_hat.dcm +%%DATADIR%%/template/raspberrypi_hat/project_components/raspberrypi_hat.lib +%%DATADIR%%/template/raspberrypi_hat/project_footprints.pretty/NPTH_3mm_ID.kicad_mod +%%DATADIR%%/template/raspberrypi_hat/raspberrrypi_hat.net +%%DATADIR%%/template/raspberrypi_hat/raspberrypi_hat-cache.lib +%%DATADIR%%/template/raspberrypi_hat/raspberrypi_hat.kicad_pcb +%%DATADIR%%/template/raspberrypi_hat/raspberrypi_hat.pro +%%DATADIR%%/template/raspberrypi_hat/raspberrypi_hat.sch +%%DATADIR%%/template/raspberrypi_hat/sym-lib-table +%%DATADIR%%/template/stm32f100-discovery-shield/meta/board_stm32vl_discovery.png +%%DATADIR%%/template/stm32f100-discovery-shield/meta/icon.png +%%DATADIR%%/template/stm32f100-discovery-shield/meta/info.html +%%DATADIR%%/template/stm32f100-discovery-shield/stm32f100-discovery-shield-cache.lib +%%DATADIR%%/template/stm32f100-discovery-shield/stm32f100-discovery-shield.dcm +%%DATADIR%%/template/stm32f100-discovery-shield/stm32f100-discovery-shield.kicad_pcb +%%DATADIR%%/template/stm32f100-discovery-shield/stm32f100-discovery-shield.lib +%%DATADIR%%/template/stm32f100-discovery-shield/stm32f100-discovery-shield.net +%%DATADIR%%/template/stm32f100-discovery-shield/stm32f100-discovery-shield.pro +%%DATADIR%%/template/stm32f100-discovery-shield/stm32f100-discovery-shield.sch +%%DATADIR%%/template/ti-stellaris-boosterpack40_min/boosterpack.dcm +%%DATADIR%%/template/ti-stellaris-boosterpack40_min/boosterpack.lib +%%DATADIR%%/template/ti-stellaris-boosterpack40_min/boosterpack40_min-cache.lib +%%DATADIR%%/template/ti-stellaris-boosterpack40_min/boosterpack40_min.kicad_pcb +%%DATADIR%%/template/ti-stellaris-boosterpack40_min/boosterpack40_min.net +%%DATADIR%%/template/ti-stellaris-boosterpack40_min/boosterpack40_min.pro +%%DATADIR%%/template/ti-stellaris-boosterpack40_min/boosterpack40_min.sch +%%DATADIR%%/template/ti-stellaris-boosterpack40_min/meta/icon.png +%%DATADIR%%/template/ti-stellaris-boosterpack40_min/meta/info.html +%%DATADIR%%/template/ti-stellaris-boosterpack40_min/meta/launchpad_standard40.png +%%DATADIR%%/template/ti-stellaris-boosterpack40_min/sym-lib-table Property changes on: head/cad/kicad-library-templates-devel/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property