aboutsummaryrefslogtreecommitdiff
path: root/devel/arduino
Commit message (Collapse)AuthorAgeFilesLines
* - Add stage supportPawel Pekala2014-03-133-10/+101
| | | | | | | | | | | - Add initial arlcd config to boards.txt - Clean up some gcc warnings PR: ports/187460 Submitted by: maintainer Notes: svn path=/head/; revision=348137
* Update to libmpc version 1.0.1 which brings the following fixes:Gerald Pfeifer2013-10-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switched to automake 1.11.6, see CVE-2012-3386. - #14669: Fixed extraction of CC from gmp.h. - Fixed case of intermediate zero real or imaginary part in mpc_fma, found by hydra with GMP_CHECK_RANDOMIZE=1346362345. This is on top of the following changes from version 1.0 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no invariant sections) for the documentation. - 100% of all lines are covered by tests - Renamed functions . mpc_mul_2exp to mpc_mul_2ui . mpc_div_2exp to mpc_div_2ui - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331644
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 1) Notes: svn path=/head/; revision=327722
* devel/arduino: update to 1.0.5William Grzybowski2013-06-174-149/+347
| | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=321119
* - Update to version 1.0.4 [1]Pawel Pekala2013-03-143-25/+144
| | | | | | | | | | - Don't silence install commands PR: ports/176906 [1] Submitted by: Craig Leres <leres@ee.lbl.gov> (maintainer) Notes: svn path=/head/; revision=314169
* Bump PORTREVISION after DESKTOP_ENTRIES updateMax Brazhnikov2013-01-231-0/+1
| | | | Notes: svn path=/head/; revision=310871
* - Update to version 1.0.3Pawel Pekala2013-01-0210-86/+954
| | | | | | | | | | - Add optional patches for ATmega644p support PR: ports/174783 Submitted by: Craig Leres <leres@ee.lbl.gov> (maintainer) Notes: svn path=/head/; revision=309843
* Turn maintainer over to new volunteerEitan Adler2012-11-301-4/+2
| | | | | | | | | | | Trim headers PR: ports/174008 Submitted by: wblock (maintainer) Feature safe: yes Notes: svn path=/head/; revision=307991
* - Fix missing menu iconMichael Scheidell2012-07-272-3/+6
| | | | | | | | | | - Bump PORTREVISION PR: ports/170059 Submitted by: wblock@ (maintainer) Notes: svn path=/head/; revision=301609
* Remove file that should have been removed in previous commit.Wesley Shields2012-07-131-12/+0
| | | | | | | Approved by: wblock@ (maintainer) Notes: svn path=/head/; revision=300818
* Update to 1.0.1.Wesley Shields2012-07-124-180/+208
| | | | | | | | | | Convert to optionsNG. PR: ports/169790 Submitted by: wblock@ (maintainer) Notes: svn path=/head/; revision=300811
* - Fix Print.cpp, broken since avr-libc 1.8.0 [1]Michael Scheidell2012-04-172-2/+15
| | | | | | | | | | | | - Pet portlint (add USE_LDCONFIG on shared lib) [2] - Bump PORTREVISION PR: ports/166183 [1] Reviewed by: scheidell (me) [2] Approved by: wblock@ (maintainer) Notes: svn path=/head/; revision=294966
* - Remove unneeded Linux libraryRyan Steinmetz2011-12-163-6/+6
| | | | | | | | | | - Remove unnecessary whitespace from pkg-descr PR: ports/163322 Submitted by: Warren Block <wblock@FreeBSD.org> (maintainer) Notes: svn path=/head/; revision=287461
* - Update to 1.0Ryan Steinmetz2011-12-144-255/+243
| | | | | | | | | | | - Update maintainers email address PR: ports/163152 Submitted by: Warren Block <wblock@FreeBSD.org> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=287336
* devel/arduino: fix two issuesEygene Ryabinkin2011-08-041-4/+6
| | | | | | | | | | | | | | | - use realpath instead of 'readlink -f': support of "-f" is the recent addition, so realpath will work in more FreeBSD versions; - add missing "-e" to the REINPLACE_CMD and get rid of .bak file creation. PR: ports/158832 Approved-by: Warren Block <wblock@wonkity.com> (maintainer), garga (mentor) Feature-safe: yes Notes: svn path=/head/; revision=278883
* Use the official arduino icon in DESKTOP_ENTRIESTilman Keskinoz2011-04-091-1/+4
| | | | | | | | PR: 156065 Submitted by: maintainer Notes: svn path=/head/; revision=272437
* - Fix plistWen Heping2011-03-291-2/+0
| | | | | | | | PR: ports/156012 Submitted by: Warren Block <wblock@wonkity.com> (maintainer) Notes: svn path=/head/; revision=271958
* - Update to 0022Martin Wilke2011-03-273-11/+161
| | | | | | | | PR: 155739 Submitted by: Warren Block <wblock@wonkity.com> (maintainer) Notes: svn path=/head/; revision=271856
* - Eliminate references to legacy includeEliminate references to legacy includeWen Heping2011-03-244-1/+25
| | | | | | | | | PR: ports/154829 Submitted by: Craig Leres <leres@ee.lbl.gov> Approved by: maintainer Notes: svn path=/head/; revision=271568
* Update to 0019Steven Kreuzer2010-10-013-108/+184
| | | | | | | Submitted by: Warren Block <wblock@wonkity.com> Notes: svn path=/head/; revision=262284
* Arduino is an open-source electronics prototyping platform based onSteven Kreuzer2010-03-316-0/+676
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> Notes: svn path=/head/; revision=251900