Commit graph

5 commits

Author SHA1 Message Date
Florian Smeets
b04a566b45 - 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
2012-11-14 10:58:52 +00:00
Jason Helfman
3d69c10ba4 - 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
2012-05-23 03:07:34 +00:00
Martin Wilke
e8f615fbc7 - Get rid FreeBSD 6.X support 2011-11-06 16:36:34 +00:00
Tilman Keskinoz
56023fc91e Update to 1.02
PR:		156876
Submitted by:	maintainer
2011-08-08 19:37:29 +00:00
Wesley Shields
c41e06d648 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>
2011-02-22 02:10:51 +00:00