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
- 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.
- ¦ ¦ ¦ ¦
- 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 |
Muhammad Moinur Rahman (bofh) |
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 |
Muhammad Moinur Rahman (bofh) |
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 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
1.8.5_1 04 Apr 2023 18:10:53 |
Muhammad Moinur Rahman (bofh) |
*/*: 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 |
Stefan Eßer (se) |
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 |
Stefan Eßer (se) |
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 |
Alexey Dokuchaev (danfe) |
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 |
Stefan Eßer (se) |
*/*: 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 |
Kyle Evans (kevans) |
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 |
Alexey Dokuchaev (danfe) |
Cleanup: for ports under d* categories, drop redundant GH_{ACCOUNT,PROJECT}. |
1.8.5_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.8.5_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.8.5_1 15 Mar 2019 16:52:10 |
ler |
devel/arduino18: Update jssc depends
Submitted by: kevans |
1.8.5_1 13 Mar 2019 03:03:56 |
ler |
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 |
cmt |
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 |
gerald |
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 |
bsam |
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 |
ultima |
* 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 |
bsam |
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 |
bsam |
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) |