FreeBSD Bugzilla – Attachment 175877 Details for
Bug 213529
[NEW PORT] devel/arduino-tools: Formalize tools Arduino 1.6 depends on, create proper tools-builder/ structure
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Updated shar(1) archive of devel/arduino-tools
arduino-tools.shar (text/plain), 3.58 KB, created by
Kyle Evans
on 2016-10-17 20:09:16 UTC
(
hide
)
Description:
Updated shar(1) archive of devel/arduino-tools
Filename:
MIME Type:
Creator:
Kyle Evans
Created:
2016-10-17 20:09:16 UTC
Size:
3.58 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># arduino-tools ># arduino-tools/Makefile ># arduino-tools/pkg-plist ># arduino-tools/pkg-descr ># >echo c - arduino-tools >mkdir -p arduino-tools > /dev/null 2>&1 >echo x - arduino-tools/Makefile >sed 's/^X//' >arduino-tools/Makefile << 'c2bcd20740e028a4456ffd7219d5d5a5' >X# $FreeBSD$ >X >XPORTNAME= arduino-tools >XPORTVERSION= 1.6.12 >XCATEGORIES= devel >XMASTER_SITES= # Mostly metaport - installs files, no build >XDISTFILES= # >XEXTRACT_ONLY= # >X >XMAINTAINER= bsdports@kyle-evans.net >XCOMMENT= Brings together all of the tool dependencies used for Arduino 1.6 >X >XLICENSE= NONE >X >XRUN_DEPENDS= avrdude:devel/avrdude \ >X bossac:devel/bossa \ >X avr-as:devel/avr-binutils \ >X avr-ld:devel/avr-binutils \ >X avr-gcc:devel/avr-gcc \ >X arm-none-eabi-gcc:devel/arm-none-eabi-gcc \ >X arm-none-eabi-g++:devel/arm-none-eabi-gcc \ >X ${LOCALBASE}/arduino/tools-builder/ctags/${CTAGS_VERS}/ctags:devel/arduino-ctags \ >X arm-none-eabi-newlib>=0:devel/arm-none-eabi-newlib \ >X arduino-core>=0:devel/arduino-core >X >XNO_BUILD= yes >XNO_ARCH= yes >X >XARMGCC_VERS= 4.9.2 >XAVRDUDE_VERS= 6.3.0-arduino6 >XAVRGCC_VERS= 4.9.2-atmel3.5.3-arduino2 >XBOSSAC_VERS= 1.7.0 >XCMSIS_VERS= ${PORTVERSION} >XCTAGS_VERS= 5.8-arduino10 >X >XPLIST_SUB+= ARMGCC_VERS=${ARMGCC_VERS} \ >X AVRDUDE_VERS=${AVRDUDE_VERS} \ >X AVRGCC_VERS=${AVRGCC_VERS} \ >X BOSSAC_VERS=${BOSSAC_VERS} \ >X CMSIS_VERS=${CMSIS_VERS} >X >X_STD_TOOLS_= arm-none-eabi-gcc:${ARMGCC_VERS} \ >X avr-gcc:${AVRGCC_VERS} \ >X avrdude:${AVRDUDE_VERS} \ >X bossac:${BOSSAC_VERS} >X >Xdo-install: >X ${MKDIR} ${STAGEDIR}${PREFIX}/arduino/tools-builder/CMSIS/${CMSIS_VERS} >X ${LN} -s ../../../hardware/arduino/sam/system/CMSIS/CMSIS ${STAGEDIR}${PREFIX}/arduino/tools-builder/CMSIS/${CMSIS_VERS}/CMSIS >X ${LN} -s ../../../hardware/arduino/sam/system/CMSIS/Device ${STAGEDIR}${PREFIX}/arduino/tools-builder/CMSIS/${CMSIS_VERS}/Device >X.for _tool in ${_STD_TOOLS_} >X ${MKDIR} ${STAGEDIR}${PREFIX}/arduino/tools-builder/${_tool:C/:.*//}/${_tool:C/.*://} >X ${LN} -s ../../../../bin ${STAGEDIR}${PREFIX}/arduino/tools-builder/${_tool:C/:.*//}/${_tool:C/.*://}/bin >X ${LN} -s ../../../../etc ${STAGEDIR}${PREFIX}/arduino/tools-builder/${_tool:C/:.*//}/${_tool:C/.*://}/etc >X.endfor >X >X.include <bsd.port.mk> >c2bcd20740e028a4456ffd7219d5d5a5 >echo x - arduino-tools/pkg-plist >sed 's/^X//' >arduino-tools/pkg-plist << '0ce736e02a556d9783def8886eaccd4c' >Xarduino/tools-builder/CMSIS/%%CMSIS_VERS%%/CMSIS >Xarduino/tools-builder/CMSIS/%%CMSIS_VERS%%/Device >Xarduino/tools-builder/arm-none-eabi-gcc/%%ARMGCC_VERS%%/bin >Xarduino/tools-builder/arm-none-eabi-gcc/%%ARMGCC_VERS%%/etc >Xarduino/tools-builder/avr-gcc/%%AVRGCC_VERS%%/bin >Xarduino/tools-builder/avr-gcc/%%AVRGCC_VERS%%/etc >Xarduino/tools-builder/avrdude/%%AVRDUDE_VERS%%/bin >Xarduino/tools-builder/avrdude/%%AVRDUDE_VERS%%/etc >Xarduino/tools-builder/bossac/%%BOSSAC_VERS%%/bin >Xarduino/tools-builder/bossac/%%BOSSAC_VERS%%/etc >0ce736e02a556d9783def8886eaccd4c >echo x - arduino-tools/pkg-descr >sed 's/^X//' >arduino-tools/pkg-descr << '5d80a9aaf08e1ee12a63ff747d225505' >Xarduino-tools is mostly a meta-port to ensure installation of the tools >Xrequired by Arduino 1.6. It does some installation to properly structure >Xthe arduino/tools-builder/ structure in such a way that we may use >Xall of the tools available from ports while not requiring modifications >Xto devel/arduino-builder to auto-detect the tools. >5d80a9aaf08e1ee12a63ff747d225505 >exit >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 213529
:
175839
| 175877