Commit graph

21 commits

Author SHA1 Message Date
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
Gerald Pfeifer
3be3e90f93 Update to libmpc version 1.0.1 which brings the following fixes:
- 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)
2013-10-26 00:52:33 +00:00
Baptiste Daroussin
857aec5d6b Add NO_STAGE all over the place in preparation for the staging support (cat: devel part 1) 2013-09-20 17:03:26 +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
1eaf93c551 - Update to version 1.0.4 [1]
- Don't silence install commands

PR:		ports/176906 [1]
Submitted by:	Craig Leres <leres@ee.lbl.gov> (maintainer)
2013-03-14 16:16:13 +00:00
Max Brazhnikov
81c27c891a Bump PORTREVISION after DESKTOP_ENTRIES update 2013-01-23 15:00: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
Eitan Adler
d276d44ab1 Turn maintainer over to new volunteer
Trim headers

PR:		ports/174008
Submitted by:	wblock (maintainer)
Feature safe:	yes
2012-11-30 03:56:59 +00:00
Michael Scheidell
b04fb799df - Fix missing menu icon
- Bump PORTREVISION

PR:		ports/170059
Submitted by:	wblock@ (maintainer)
2012-07-27 12:58:30 +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
Wesley Shields
d5fc28f845 Update to 1.0.1.
Convert to optionsNG.

PR:		ports/169790
Submitted by:	wblock@ (maintainer)
2012-07-12 18:50:36 +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
1b436cc6e9 - Remove unneeded Linux library
- Remove unnecessary whitespace from pkg-descr

PR:		ports/163322
Submitted by:	Warren Block <wblock@FreeBSD.org> (maintainer)
2011-12-16 01:25:53 +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
Eygene Ryabinkin
cfbb6a1071 devel/arduino: fix two issues
- 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
2011-08-04 00:54:51 +00:00
Tilman Keskinoz
73a261a79c Use the official arduino icon in DESKTOP_ENTRIES
PR:		156065
Submitted by:	maintainer
2011-04-09 13:54:44 +00:00
Wen Heping
d88ecff08a - Fix plist
PR:		ports/156012
Submitted by:	Warren Block <wblock@wonkity.com> (maintainer)
2011-03-29 02:32:13 +00:00
Martin Wilke
009948d95e - Update to 0022
PR:		155739
Submitted by:	Warren Block <wblock@wonkity.com> (maintainer)
2011-03-27 10:12:55 +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
2b56c6ff92 Update to 0019
Submitted by:	Warren Block <wblock@wonkity.com>
2010-10-01 22:59:36 +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