notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
uarduno FreeBSD Kernel Driver for the Arduino Uno USB interface
1.02_1 comms on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.02_1Version of this port present on the latest quarterly branch.
Maintainer: bobf@mrp3.com search for ports maintained by this maintainer
Port Added: 2011-02-22 02:11:24
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
People watching this port, also watch:: python, unoconv, py39-pycparser, sysinfo
Also Listed In: kld
License: BSD4CLAUSE
WWW:
https://www.mrp3.com/uarduno.html
Description:
The Arduino Uno (http://arduino.cc/) is an open source hardware micro- controller designed primarily for prototyping and experimentation. Although the devel/arduino port already exists for programming the device, it will not work properly with the newest Arduino hardware. Previous versions of the Arduino used an FTDI USB to Serial interface. The newest Arduino (beginning with the Uno) uses an on-board ATMel 8U2 controller to emulate a USB to Serial interface with its own custom Vendor ID and Hardware ID. As a result, NONE of the existing FreeBSD USB to serial drivers can work with it. This kernel driver supplies the necessary kernel support for the Arduino Uno on FreeBSD. Additionally, some 'ACM' USB Serial devices may work with this driver by manually adding their Vendor ID and Product ID combination to files/ids.txt Official web site
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (5 items)
Collapse this list.
  1. /boot/modules/uarduno.ko
  2. @kld /boot/modules
  3. /usr/local/share/licenses/uarduno-1.02_1/catalog.mk
  4. /usr/local/share/licenses/uarduno-1.02_1/LICENSE
  5. /usr/local/share/licenses/uarduno-1.02_1/BSD4CLAUSE
Collapse this list.
Dependency lines:
  • uarduno>0:comms/uarduno
To install the port:
cd /usr/ports/comms/uarduno/ && make install clean
To add the package, run one of these commands:
  • pkg install comms/uarduno
  • pkg install uarduno
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: uarduno
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (uarduno-1.02.tar.gz) = c49e4b26c8fb2eb7c7162986be7e926c122792f2fa64099aa5daa9dc47eb5ee3 SIZE (uarduno-1.02.tar.gz) = 12499

Packages (timestamps in pop-ups are UTC):
uarduno
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.02_11.02_11.02_11.02_11.02_1-1.02_1-
FreeBSD:13:quarterly1.02_11.02_11.02_11.02_11.02_11.02_11.02_11.02_1
FreeBSD:14:latest1.02_11.02_11.02_11.02_11.02_11.02_1-1.02_1
FreeBSD:14:quarterly1.02_11.02_1-1.02_11.02_11.02_11.02_11.02_1
FreeBSD:15:latest1.02_11.02_1n/a1.02_1n/a1.02_11.02_11.02_1
FreeBSD:15:quarterly--n/a-n/a---
This port has no dependencies.
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
comms_uarduno
USES:
kmod uidfix
pkg-message:
For install:
The Arduino Uno uses a specific vendor ID of 0x2341 and product ID of 0x0001 If you modify your Arduino Uno to use a DIFFERENT vendor ID or product ID, you can add your vendor/product combination to the files/ids.txt text file according to the example shown. Additionally, this driver MAY work with generic ACM USB Serial Devices. You would need to manually add the vendor ID and product ID for these devices as well. For ACM devices that are modems, consider using or modifyig the 'umodem' driver. You will need to load the uarduno kernel module before connecting the Arduino UNO via USB to your computer. The command to manually load the driver is: kldload uarduno.ko To automatically load the driver on startup, add the following line to your /boot/loader.conf file: uarduno_load="YES"
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://mrp3.com/
Collapse this list.

Number of commits found: 19

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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.02_1
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
1.02_1
03 Aug 2022 22:45:23
commit hash: de3758e2e34c09c0b12343f1346aabf1834c8224commit hash: de3758e2e34c09c0b12343f1346aabf1834c8224commit hash: de3758e2e34c09c0b12343f1346aabf1834c8224commit hash: de3758e2e34c09c0b12343f1346aabf1834c8224 files touched by this commit
John Baldwin (jhb) search for other commits by this committer
comms/uarduno: Remove devclass from DRIVER_MODULE on recent main.

PR:		265458
Reviewed by:	Bob Frazier <bobf@mrp3.com> (maintainer)
Differential Revision:	https://reviews.freebsd.org/D35947
1.02_1
20 Jul 2022 14:21:01
commit hash: 258a98847ee4f106a2eed7fade8197d0a987d592commit hash: 258a98847ee4f106a2eed7fade8197d0a987d592commit hash: 258a98847ee4f106a2eed7fade8197d0a987d592commit hash: 258a98847ee4f106a2eed7fade8197d0a987d592 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
comms: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  'Big Bad Bob' Frazier <bobf@mrp3.com>
  *  <mr@freebsd.org>
  *  Alex Samorukov <samm@freebsd.org>
  *  Alexander Logvinov <ports@logvinov.com>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Anders Nordby <anders@FreeBSD.org>
  *  Andreas Klemm <andreas@klemm.gtn.com>
  *  Andrew Dolgov <fox@furry.spb.ru>
  *  Andrey Lykhin <lan31@inbox.ru>
  *  Anton Voronin <anton@urc.ac.ru>
  *  Brandon S. Allbery KF8NH <allbery@ece.cmu.edu>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.02_1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.02_1
13 Aug 2019 16:00:39
Revision:508834Original commit files touched by this commit
mat search for other commits by this committer
Convert to UCL & cleanup pkg-message (categories a-c)
1.02_1
11 Dec 2018 17:03:52
Revision:487243Original commit files touched by this commit
linimon search for other commits by this committer
These ports now build on powerpc64.

Approved by:	portmgr (tier-2 blanket)
1.02_1
21 May 2017 21:55:08
Revision:441429Original commit files touched by this commit
linimon search for other commits by this committer
Mark some ports failing on power64.  In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Reported by:	swills
1.02_1
23 Nov 2016 19:08:19
Revision:426955Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix license handling (ports may not set NO_LICENSES_INSTALL)
- Fix incorrect usage of MAKE/MAKE_CMD
- Fix incorrect DISTDIR usage

Approved by:	portmgr blanket
1.02_1
22 Jun 2014 21:16:04
Revision:358830Original commit files touched by this commit
rene search for other commits by this committer
Add device ID for the Arduino Micro

PR:		191050
Submitted by:	alfred@
Approved by:	maintainer (Bob Frazier, <bobf@mrp3.com>
1.02_1
22 Jun 2014 21:11:41
Revision:358829Original commit files touched by this commit
rene search for other commits by this committer
comms/uarduno: modernize Makefile and add device IDs.

- Use kmod, so add staging support.
- Fix license support (BSD2CLAUSE)
- Fix packaging as user
- Add support for device IDs 0x0010, 0x0042, 0x0043
- Remove superfluous Makefile variables (NO_PACKAGE, SSP_UNSAFE, MAKE_ENV,
  PREFIX, SRCPREFIX, NO_MTREE)
- Remove support for FreeBSD < 8
- Fix WWW line in pkg-descr
- Bump PORTREVISION

PR:		ports/189621
Submitted by:	maintainer (Bob Frazier, <bobf@mrp3.com>)
1.02
20 Sep 2013 16:03:29
Revision:327714Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
comms)
1.02
20 Sep 2013 12:54:55
Revision:327697Original commit files touched by this commit
bdrewery search for other commits by this committer
SSP support has been added to ports with WITH_SSP for i386 and amd64
on FreeBSD 10, and amd64 on earlier versions.

SSP_UNSAFE is added to disable in a port if it fails to build, but
this should only be used in rare circumstances such as kernel modules.
Otherwise, the port may just be failing due to lack of respecting
LDFLAGS.

On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in
libssp_nonshared.a to address issues linking on i386 [1].

On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared
to LDFLAGS on i386. This is not needed on amd64. However, several hundred
ports do not currently respect LDFLAGS, so this support is disabled currently
as it causes build failures if a dependency is looking for the stack_chk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.02
14 Aug 2013 22:35:54
Revision:324744Original commit files touched by this commit Sanity Test Failure
ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
1.02
14 Nov 2012 10:58:52
Revision:307411Original commit files touched by this commit
flo search for other commits by this committer
- Don't redefine LOCALBASE, use PREFIX to install to, this also fixes
  installation with pkgng. The port would otherwise try to install pkg
  again

===>   uarduno-1.02 depends on file: /boot/kernel/sbin/pkg - not found

- Don't leave any leftovers in KMODDIR

Approved by:	maintainer
Feature safe:	yes
1.02
23 May 2012 03:07:34
Original commit files touched by this commit
jgh search for other commits by this committer
- re-order, include bsd.port.pre.mk so SRC_BASE is defined before referenced

PR: ports/165994
Submitted by: 4721@hushmail.com
Approved by: maintainer, bobf@mrp3.com
1.02
06 Nov 2011 16:36:34
Original commit files touched by this commit
miwi search for other commits by this committer
- Get rid FreeBSD 6.X support
1.02
08 Aug 2011 19:37:29
Original commit files touched by this commit
arved search for other commits by this committer
Update to 1.02

PR:             156876
Submitted by:   maintainer
1.0
22 Feb 2011 02:10:51
Original commit files touched by this commit
wxs search for other commits by this committer
The Arduino Uno (http://arduino.cc/) is an open source hardware micro-
controller designed primarily for prototyping and experimentation.
Although the devel/arduino port already exists for programming the device,
it will not work properly with the newest Arduino hardware.  Previous
versions of the Arduino used an FTDI USB to Serial interface.  The newest
Arduino (beginning with the Uno) uses an on-board ATMel 8U2 controller
to emulate a USB to Serial interface with its own custom Vendor ID and
Hardware ID.  As a result, NONE of the existing FreeBSD USB to serial
drivers can work with it.  This kernel driver supplies the necessary
kernel support for the Arduino Uno on FreeBSD.

Additionally, some 'ACM' USB Serial devices may work with this driver by
manually adding their Vendor ID and Product ID combination to files/ids.txt

Official web site
WWW:  http://www.mrp3.com/uarduno.html

PR:             ports/153963
Submitted by:   Bob Frazier <bobf@mrp3.com>

Number of commits found: 19