Port details |
- arduino18 Open-source electronics prototyping platform
- 1.8.5_3 devel
=4 1.8.5_2Version of this port present on the latest quarterly branch. - Maintainer: kevans@FreeBSD.org
![search for ports maintained by this maintainer search for ports maintained by this maintainer](/images/search.jpg) - Port Added: 2017-04-19 20:40:22
- Last Update: 2024-12-31 14:39:30
- Commit Hash: ac7a7d6
- People watching this port, also watch:: arduino, fceux, libsigrok, fpc, bomberclone
- Also Listed In: java
- License: GPLv2
- WWW:
- https://arduino.cc/
- Description:
- Arduino is an open-source electronics prototyping platform based on
flexible, easy-to-use hardware and software. It's intended for artists,
designers, hobbyists, and anyone interested in creating interactive
objects or environments.
The Arduino software consists of a development environment (IDE) and the
core libraries.
¦ ¦ ¦ ¦ ![SVNWeb SVNWeb](/images/subversion.png)
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- arduino18>0:devel/arduino18
- Conflicts:
- CONFLICTS:
- To install the port:
- cd /usr/ports/devel/arduino18/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/arduino18
- pkg install arduino18
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: arduino18
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1531777793
SHA256 (arduino/reference-1.6.6-3.zip) = c3bfb7f9b408fd99a4a1c0f3b022f0a8b10abae6dc28e35d38b4a0df62903685
SIZE (arduino/reference-1.6.6-3.zip) = 7004842
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- jssc-2.8.0.jar : comms/java-simple-serial-connector
- update-desktop-database : devel/desktop-file-utils
- java : java/openjdk8
- ant : devel/apache-ant
- Runtime dependencies:
-
- arduino-builder : devel/arduino-builder
- arduino-tools>=1.6.12 : devel/arduino-tools
- bash : shells/bash
- jssc-2.8.0.jar : comms/java-simple-serial-connector
- update-desktop-database : devel/desktop-file-utils
- java : java/openjdk8
- Library dependencies:
-
- liblistSerialsj.so : devel/listserialc
- libastylej-arduino.so : devel/libastylej-arduino
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for arduino18-1.8.5_3:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- devel_arduino18
- USES:
- desktop-file-utils java:ant,run
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.8.5_3 31 Dec 2024 14:39:30
![commit hash: ac7a7d6fe13746d1178035d7756c788f9ef9beb2 commit hash: ac7a7d6fe13746d1178035d7756c788f9ef9beb2](/images/git.png) ![commit hash: ac7a7d6fe13746d1178035d7756c788f9ef9beb2 commit hash: ac7a7d6fe13746d1178035d7756c788f9ef9beb2](/images/codeberg.svg) ![commit hash: ac7a7d6fe13746d1178035d7756c788f9ef9beb2 commit hash: ac7a7d6fe13746d1178035d7756c788f9ef9beb2](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Muhammad Moinur Rahman (bofh) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Mk/Uses/java.mk: Runtime fix with USES=java:ant
USES=java:ant does not imply USES=java:run so we need to add the run arg
seperately when we are using USES=java:ant. Not all ports require the
the argument so it is better to address the ports individually instead
of handling it automatically by implying run for ant.
Thanks to vvd for carefully going through this.
Reported by: vvd
Approved by: portmgr (blanket) |
1.8.5_2 31 Dec 2024 08:57:55
![commit hash: 0835676e361bca74b28b09fe0425ed5ee958f26b commit hash: 0835676e361bca74b28b09fe0425ed5ee958f26b](/images/git.png) ![commit hash: 0835676e361bca74b28b09fe0425ed5ee958f26b commit hash: 0835676e361bca74b28b09fe0425ed5ee958f26b](/images/codeberg.svg) ![commit hash: 0835676e361bca74b28b09fe0425ed5ee958f26b commit hash: 0835676e361bca74b28b09fe0425ed5ee958f26b](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Muhammad Moinur Rahman (bofh) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Mk/**java.mk: Convert bsd.java.mk to USES
The following features have been added or changed:
- Instead of USE_JAVA use USES=java. This defaults to
USES=java:build,run if NO_BUILD is undefined. Else it defaults to
USES=java:run
- Instead of USE_ANT=yes use USES=java:ant which also implies
USES=java:build
- Instead of JAVA_BUILD=yes use USES=java:build. Does not imply run or
extract
- Instead of JAVA_EXTRACT=yes use USES=java:extract does not imply
build or run
- Instead of JAVA_RUN=yes use USES=java:run does not imply extract or
build
- Instead of USE_JAVA=<version> use USES=java and JAVA_VERSION=<version>
Approved by: mat (portmgr), glewis
Differential Revision: https://reviews.freebsd.org/D48201 |
1.8.5_2 23 Apr 2023 09:09:58
![commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b](/images/git.png) ![commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b](/images/codeberg.svg) ![commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Gerald Pfeifer (gerald) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
1.8.5_1 04 Apr 2023 18:10:53
![commit hash: 4cda17ab14588e6e4fdac7f697e246554ce82af3 commit hash: 4cda17ab14588e6e4fdac7f697e246554ce82af3](/images/git.png) ![commit hash: 4cda17ab14588e6e4fdac7f697e246554ce82af3 commit hash: 4cda17ab14588e6e4fdac7f697e246554ce82af3](/images/codeberg.svg) ![commit hash: 4cda17ab14588e6e4fdac7f697e246554ce82af3 commit hash: 4cda17ab14588e6e4fdac7f697e246554ce82af3](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Muhammad Moinur Rahman (bofh) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
*/*: Refactor java/openjdk7 removal
- java/openjdk7* has been removed from the tree since 2022-09-03 however
the relevant codebases in bsd.java.mk has not been removed and the
consumers has also not been updated to use the next jdk version. This
commit updates all relevant consumers to use JAVA_VERSION=8 instead of
JAVA_VERSION=1.7
- Since the introduction of jdk version 18 it looks like similar with
jdk version 8(java version string 1.8). This is prone to error as it
looks similar and is only seperated by a '.'. Remove using
JAVA_VERSION with dotted fomat of java version string and update all
consumers to utilize version 8 instead of 1.8.
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51
![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/git.png) ![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/codeberg.svg) ![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.8.5_1 07 Sep 2022 21:10:59
![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/git.png) ![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/codeberg.svg) ![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.8.5_1 30 Apr 2022 15:33:46
![commit hash: 27cf624238e0f04e8b921c09856559626b1f381c commit hash: 27cf624238e0f04e8b921c09856559626b1f381c](/images/git.png) ![commit hash: 27cf624238e0f04e8b921c09856559626b1f381c commit hash: 27cf624238e0f04e8b921c09856559626b1f381c](/images/codeberg.svg) ![commit hash: 27cf624238e0f04e8b921c09856559626b1f381c commit hash: 27cf624238e0f04e8b921c09856559626b1f381c](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Alexey Dokuchaev (danfe) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/arduino18: unbreak the build when DOCS option is unset.
Reported by: Sergey V. Dyatko |
1.8.5_1 29 Oct 2021 09:50:18
![commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a](/images/git.png) ![commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a](/images/codeberg.svg) ![commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
1.8.5_1 09 Sep 2021 04:02:42
![commit hash: 4f32bd205f0411b40387a12477d4defdb30eec59 commit hash: 4f32bd205f0411b40387a12477d4defdb30eec59](/images/git.png) ![commit hash: 4f32bd205f0411b40387a12477d4defdb30eec59 commit hash: 4f32bd205f0411b40387a12477d4defdb30eec59](/images/codeberg.svg) ![commit hash: 4f32bd205f0411b40387a12477d4defdb30eec59 commit hash: 4f32bd205f0411b40387a12477d4defdb30eec59](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Kyle Evans (kevans) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/arduino18: restore GH_ACCOUNT to unbreak
The default GH_ACCOUNT is not functional here, because GH_TUPLE is used
to specify multiple projects to fetch. Back out this part of
adb7b0687e25 ("Cleanup: for ports under d* categories, drop [...]") at
least for the time being to unbreak the fetch of arduino18. |
1.8.5_1 29 Aug 2021 14:54:01
![commit hash: adb7b0687e256219563428386c0b082f7145c795 commit hash: adb7b0687e256219563428386c0b082f7145c795](/images/git.png) ![commit hash: adb7b0687e256219563428386c0b082f7145c795 commit hash: adb7b0687e256219563428386c0b082f7145c795](/images/codeberg.svg) ![commit hash: adb7b0687e256219563428386c0b082f7145c795 commit hash: adb7b0687e256219563428386c0b082f7145c795](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Alexey Dokuchaev (danfe) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Cleanup: for ports under d* categories, drop redundant GH_{ACCOUNT,PROJECT}. |
1.8.5_1 07 Apr 2021 08:09:01
![commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c](/images/git.png) ![commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c](/images/codeberg.svg) ![commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Mathieu Arnold (mat) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.8.5_1 06 Apr 2021 14:31:07
![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/git.png) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/codeberg.svg) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Mathieu Arnold (mat) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove # $FreeBSD$ from Makefiles. |
1.8.5_1 15 Mar 2019 16:52:10
![Revision:495798 Revision:495798](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
ler ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/arduino18: Update jssc depends
Submitted by: kevans |
1.8.5_1 13 Mar 2019 03:03:56
![Revision:495537 Revision:495537](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
ler ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
comms/java-simple-serial-connector, devel/arduino18, devel/arduino-core: fix
serial communication for leonardo
and re-rolled distribution for arduino-core.
PR: 232991
Submitted by: kevans |
1.8.5 18 Jul 2018 11:43:18
![Revision:474855 Revision:474855](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
cmt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/arduino18: update to 1.8.5
Also update embedded libraries according to Arduino's build.xml:
* Firmata: 2.5.6
* Robot_Control: 1.0.4
* Robot_Motor: 1.0.3
* RobotIRremote: 2.0.0
* Temboo: 1.2.1
and add external LiquidCrystal, as it has been removed from Arduino
itself.
PR: 229814
Approved by: kevans@ (maintainer) |
1.8.2_3 10 Mar 2018 17:46:06
![Revision:464084 Revision:464084](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
gerald ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
1.8.2_2 07 Aug 2017 21:23:51
![Revision:447518 Revision:447518](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bsam ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/arduino18: Update to new version of devel/libastylej.
Submitted by: bsam (me, by e-mail)
Approved by: maintainer (by e-mail) |
1.8.2_1 06 Jul 2017 01:39:08
![Revision:445117 Revision:445117](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
ultima ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
* Updated maintainer email address
PR: 220395
Submitted by: kevans
Reviewed by: lifanov (mentor)
Approved by: lifanov (mentor)
Differential Revision: https://reviews.freebsd.org/D11497 |
1.8.2_1 20 Apr 2017 19:58:08
![Revision:438993 Revision:438993](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bsam ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/arduino18: Java 1.8+ is needed.
PR: 218770
Submitted by: Zane C. Bowers-Hadley <vvelox@vvelox.net>
Reported by: Kyle Evans <bsdports@kyle-evans.net> (maintainer)) |
1.8.2 19 Apr 2017 20:40:10
![Revision:438914 Revision:438914](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bsam ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/arduino18: Update to Arduino 1.8.2, and:
* Firmata upgrade, 2.5.3 => 2.5.5
* Robot_Motor upgrade, 1.0.1 => 1.0.2
* Temboo upgrade, 1.1.7 => 1.1.8
* WiFi101-FirmwareUpdater-Plugin update, 0.8.0 => 0.9.0
* SD 1.1.1 and Servo 1.1.2 now also included
* (Port) indentation fixes
* (Port) Populate lib/version.txt to fix arduino-makefile usage))
PR: 218282
Submitted by: Kyle Evans <bsdports@kyle-evans.net> (maintainer) |