1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-29 16:40:31 -04:00
Commit graph

12 commits

Author SHA1 Message Date
Carlos J. Puga Medina
fdebfe0e85 devel/arduino: fix DOS2UNIX_REGEX, update atmega644 boards patch
- Many installed source files had CRLF line endings. This was due to too
  much escaping in DOS2UNIX_REGEX. Reduce the list of extensions to just
  the ones that need it and add (lower case) makefile.
- Update optional 644 boards.txt patch to be like the atmega328 version.
  Only add one board called atmega644 with the mcu set to atmega644p.
- Bump PORTREVISION

PR:             217817
Submitted by:   Craig Leres <leres@ee.lbl.gov> (maintainer)
2017-03-18 00:30:07 +00:00
Carlos J. Puga Medina
74f7f66b97 - Fix the exec statement in arduino.in
Reported by:	danfe
2017-03-15 16:54:57 +00:00
Carlos J. Puga Medina
a827f1dbdc - Add LICENSE
- Remove reference to Linux base (Linux Compatibility not required)
- Limit to architectures know to be able to enumerate serial ports on using RXTX port
- Fix desktop entry
- Links correct RXTX so library files depending on ARCH
- Remove CHMOD usage in Makefile, and moved to pkg-plist
- Fix Arduino wrapper to allow loading of sketches from the command line
- Update RXTX enumeration to prevent scanning of LPT ports to increase startup speeds of Arduino IDE
- Fix format of patch files
- Remove bundled Linux libraries from the port prior to installation
- Add support for Uarduno drivers
- Fix links for java and lib files installed by port [comms/RXTX]
- Update pkg-plist
- Bump PORTREVISION

PR:		200177
Submitted by:	James Elstone, Craig Leres, swills
Reported by:	James Elstone
Approved by:	Craig Leres <leres@ee.lbl.gov> (maintainer)
2017-03-15 09:04:18 +00:00
Kurt Jaeger
2f168cc707 devel/arduino: fix pkg-message for pw groupmod dialer -m myuser
See https://lists.freebsd.org/pipermail/freebsd-ports/2016-March/102604.html
for details.

Submitted by:	Torfinn Ingolfsen <tingox@gmail.com>
Approved by:	just fix it blanket
2016-03-27 07:29:29 +00:00
Pawel Pekala
07d5bb9899 - Add stage support
- Add initial arlcd config to boards.txt
- Clean up some gcc warnings

PR:		ports/187460
Submitted by:	maintainer
2014-03-13 22:53:25 +00:00
William Grzybowski
b274dec91b devel/arduino: update to 1.0.5
- Update to 1.0.5
- Delete patch integrated upstream

Changes: http://arduino.cc/en/Main/ReleaseNotes

PR:		ports/179628
Submitted by:	Craig Leres <leres@ee.lbl.gov> (maintainer)
Approved by:	culot / jpaetzel (mentors, implicit)
2013-06-17 14:47:18 +00:00
Pawel Pekala
86191d95ce - Update to version 1.0.3
- Add optional patches for ATmega644p support

PR:		ports/174783
Submitted by:	Craig Leres <leres@ee.lbl.gov> (maintainer)
2013-01-02 21:56:04 +00:00
Wesley Shields
1d02afc1ea Remove file that should have been removed in previous commit.
Approved by:	wblock@ (maintainer)
2012-07-13 00:48:08 +00:00
Michael Scheidell
03d1bf2fad - Fix Print.cpp, broken since avr-libc 1.8.0 [1]
- Pet portlint (add USE_LDCONFIG on shared lib) [2]
- Bump PORTREVISION

PR:		ports/166183 [1]
Reviewed by:	scheidell (me) [2]
Approved by:	wblock@ (maintainer)
2012-04-17 18:32:12 +00:00
Ryan Steinmetz
9000ac7d29 - Update to 1.0
- Update maintainers email address

PR:		ports/163152
Submitted by:	Warren Block <wblock@FreeBSD.org> (maintainer)
Feature safe:	yes
2011-12-14 03:43:10 +00:00
Wen Heping
6642e28905 - Eliminate references to legacy includeEliminate references to legacy include
PR:		ports/154829
Submitted by:	Craig Leres <leres@ee.lbl.gov>
Approved by:	maintainer
2011-03-24 00:23:18 +00:00
Steven Kreuzer
b02562b4df 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.

WWW: http://arduino.cc/

PR:		ports/145041
Submitted by:	Warren Block <wblock@wonkity.com>
2010-03-31 18:23:29 +00:00