Port details |
- arduino-irremote Multi-protocol infrared remote library for the Arduino
- 4.4.0 devel =4 4.3.2Version of this port present on the latest quarterly branch.
- Maintainer: leres@FreeBSD.org
- Port Added: 2012-07-21 09:17:34
- Last Update: 2024-07-01 05:51:43
- Commit Hash: 22fa49c
- People watching this port, also watch:: arduino-mk, arduino, lua54-luaexpat, proggy_fonts-ttf, monit
- License: MIT
- WWW:
- https://arduino-irremote.github.io/Arduino-IRremote/
- Description:
- Infrared remote library for Arduino: send and receive infrared
signals with multiple protocols
This library enables you to send and receive using infra-red signals
on an Arduino.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- arduino-irremote>0:devel/arduino-irremote
- To install the port:
- cd /usr/ports/devel/arduino-irremote/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/arduino-irremote
- pkg install arduino-irremote
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: arduino-irremote
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1719809779
SHA256 (z3t0-Arduino-IRremote-v4.4.0_GH0.tar.gz) = 51868b6fddd68305014ef39508e178cfd66a0eb40cbd885ea7b330e51c0d3838
SIZE (z3t0-Arduino-IRremote-v4.4.0_GH0.tar.gz) = 1040146
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for arduino-irremote-4.4.0:
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- devel_arduino-irremote
- USES:
- dos2unix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.4.0 01 Jul 2024 05:51:43 |
Craig Leres (leres) |
devel/arduino-irremote: Update to 4.4.0
Changes since 4.3.2:
- Using 8 bit raw timing buffer for all timings except frame gap
(former rawbuf[0]).
- Renamed decodedIRData.initialGap to decodedIRData.initialGapTicks.
- sendNEC() and sendNEC2() now accepts 16 bit command to better
map to NECext protocol found in IRDB databases.
- ir_DistanceWidthProtocol() now decodes up to 10 ms mark or spaces
if RAM is bigger than 2 k.
(Only the first 15 lines of the commit message are shown above ) |
4.3.2 16 Jun 2024 17:28:23 |
Craig Leres (leres) |
devel/arduino-irremote: Update to 4.3.2
Also deal with avr-gcc 14.1.0 fallout:
https://github.com/Arduino-IRremote/Arduino-IRremote/pull/1240
Changes since 4.3.1:
- Added sendSonyMSB(unsigned long data, int nbits) as a clone of
sendSony(unsigned long data, int nbits) to be more consistent.
- Added sendSamsungMSB(unsigned long data, int nbits) as a clone
of sendSAMSUNG(unsigned long data, int nbits) to be more consistent.
- Added ESP32 core 3.x error message.
Reported by: portscout |
4.3.1 30 Mar 2024 23:14:06 |
Craig Leres (leres) |
devel/arduino-irremote: Update to 4.3.1
Changes since 4.2.1:
- Fixed overflow bug for rawlen > 254
- Removed default value USE_DEFAULT_FEEDBACK_LED_PIN for last
parameter of IRsend::begin()
Reported by: portscout |
4.2.1 24 Jan 2024 22:00:23 |
Craig Leres (leres) |
devel/arduino-irremote: Update to 4.2.1
Changes since 4.2.0
- Fix wrong type of tEnableLEDFeedback in IRSend.hpp and IRReceive.hpp.
- Add TinyReceiver 2.0.
- Fix changing IR_SEND_PIN dynamically for ESP32.
- Fix wrong type of tEnableLEDFeedback.
- Support for ESP32-C3.
Reported by: portscout |
4.2.0 22 Aug 2023 21:59:39 |
Craig Leres (leres) |
devel/arduino-irremote: Update to 4.2.0
Changes since 4.1.2
- The old decode function is renamed to decode_old(decode_results
*aResults). decode (decode_results *aResults) is only available
in IRremote.h and prints a message.
- Added DECODE_ONKYO, to force 16 bit command and data decoding.
- Enable Bang&Olufsen 455 kHz if SEND_PWM_BY_TIMER is defined.
- Fixed bug: TinyReceiver throwing ISR not in IRAM on ESP8266.
- Usage of ATTinyCore pin numbering scheme e.g. PIN_PB2.
- Added ARDUINO_ARCH_NRF52 to support Seeed XIAO nRF52840 Sense.
- First untested support of Uno R4.
- Extraced version macros to IRVersion.h.
Reported by: portscout |
4.1.2 22 Mar 2023 20:46:16 |
Craig Leres (leres) |
devel/arduino-irremote: Update to 4.1.2
Changes since 4.1.1:
- Workaround for ESP32 RTOS delay() timing bug influencing the…mark()
function
Reported by: portscout |
4.1.1 21 Mar 2023 01:51:38 |
Craig Leres (leres) |
devel/arduino-irremote: Update to 4.1.1
Changes since 3.7.1:
- Changed Samsung repeat handling. Old handling is available as
SamsungLG.
- Added function printIRSendUsage().
- Reduced output size and improved format of printIRResultRawFormatted()
to fasten up output (and getting repeats properly decoded).
- Fixed Bug in sendDenonRaw() and improved decodeDenon().
- Fixed potential bug in SendBiphase data for 1 bit. (Only the first 15 lines of the commit message are shown above ) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
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) |
3.7.1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
3.7.1 24 Jul 2022 22:07:56 |
Craig Leres (leres) |
devel/arduino-irremote: Update to 3.7.1
Changes since 3.5.2:
- Separated enable flag of send and receive feedback LED.
- RP2040 support added.
- Renamed IR_SEND_DUTY_CYCLE to IR_SEND_DUTY_CYCLE_PERCENT.
- Fixed bugs for SEND_PWM_BY_TIMER active.
- Switched Bose internal protocol timing for 0 and 1 -> old 1
timing is…now 0 and vice versa.
(Only the first 15 lines of the commit message are shown above ) |
3.5.2 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
3.5.2 10 Jan 2022 21:38:36 |
Craig Leres (leres) |
devel/arduino-irremote: Try again to make portscout ignore nonexistent version
Somehow it thinks there is a version called "stable" and "ignore:stable"
doesn't correct this; force the version to start with a number. |
3.5.2 08 Jan 2022 21:57:33 |
Craig Leres (leres) |
devel/arduino-irremote: Make portscout ignore nonexistent "stable" version |
3.5.2 28 Dec 2021 17:22:38 |
Craig Leres (leres) |
devel/arduino-irremote: Update to 3.5.2
Changes since 2.8.1:
- Added SendRaw with byte data.
- Added compatibility with tone for AVR's.
- New TinyIRreceiver does not require a timer.
- Added TinyCore 32 / ATtiny3217 support.
- Added Apple protocol
- Bug fix for USE_OLD_DECODE. (Only the first 15 lines of the commit message are shown above ) |
2.8.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.8.1 26 Dec 2020 21:19:30 |
leres |
devel/arduino-irremote: Update pkg-descr WWW |
2.8.1 24 Dec 2020 23:05:28 |
leres |
devel/arduino-irremote: Update to 2.8.1. Changes since 2.5.0:
- ESP32 bug fixed, corrected Samsung timing, NEC repeat implementation.
- Adjusted JVC and LG timing, fixed 4809 bug.
- Major refactoring, new functions, repeat handling, NRF5 support.
- Changed License to MIT, ATtiny timer 1 support Removed AIWA +
Mitsubishi, example IR2Keyboard. |
2.5.0 22 Jul 2020 17:18:34 |
leres |
devel/arduino-irremote: Update to 2.5.0
Remove RUN_DEPENDS, we're just installing C++ modules that can be
built by devel/arduino or devel/arduino18 using cross compilers.
Changes since 2.1.0:
- Added Lego Power Functions Protocol
- Added support for ATmega8535, ATmega16, ATmega32, ATmega164,
- ATmega324, ATmega644, ATmega1284, ATmega64, ATmega128
- Fix calculation of pause length in LEGO PF protocol
- Added ESP32 IR receive support (Only the first 15 lines of the commit message are shown above ) |
2.1.0_1 10 Mar 2018 17:46:06 |
gerald |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
2.1.0 21 Oct 2017 00:45:50 |
leres |
Update pkg-descr and Makefile in my ports to use https where possible.
Remove obsolete mirrors.
- devel/arduino
- devel/arduino-irremote
- net/hostapd
- security/broccoli
- sysutils/lbl-cf
- sysutils/lbl-hf
- www/mini_httpd
Reviewed by: ler (mentor), matthew (mentor)
Approved by: ler (mentor), matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D12748 |
2.1.0 15 Sep 2017 18:18:26 |
leres |
Update MAINTAINER on my ports and "Created by" on the ones I created
to use my @FreeBSD.org email address.
- devel/arduino
- devel/arduino-glcd
- devel/arduino-irremote
- devel/arduino-mk
- devel/arduino-sevseg
- net/hostapd
- net/py-pcap
- security/bro
- security/broccoli
- security/create-cert
- sysutils/lbl-cf
- sysutils/lbl-hf
- www/mini_httpd
Reviewed by: ler (mentor)
Approved by: ler (mentor)
Differential Revision: https://reviews.freebsd.org/D12374 |
2.1.0 12 Oct 2016 12:55:02 |
bsam |
devel/arduino-irremote: Remove unneeded GH_TAGNAME value (it's a default).
Reported by: mat
Approved by: portmgr blanket (just fix it) |
2.1.0 11 Oct 2016 21:16:25 |
bsam |
devel/arduino-irremote: Update to 2.1.0
PR: 210367
Submitted by: leres@ee.lbl.gov (maintainer) |
0.1_1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.1_1 22 May 2015 13:34:22 |
mat |
Remove $FreeBSD$ from patches files in categories a-j.
With hat: portmgr
Sponsored by: Absolight |
0.1_1 20 Dec 2014 18:06:22 |
bapt |
Cleanup plist |
0.1_1 15 Mar 2014 16:29:30 |
pawel |
- Add stage support [1]
- Use PORTEXAMPLES for example files
PR: ports/187598 [1]
Submitted by: maintainer |
07 Mar 2014 16:49:10
|
bapt |
Convert d* to USES=zip |
0.1_1 21 Feb 2014 13:36:13 |
ehaupt |
Remove trailing whitespaces from category devel |
0.1_1 10 Feb 2014 13:54:28 |
ehaupt |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt) |
0.1_1 26 Oct 2013 00:52:36 |
gerald |
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 (Only the first 15 lines of the commit message are shown above ) |
20 Sep 2013 17:03:27
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1) |
0.1 21 Jul 2012 09:17:05 |
pawel |
A Multi-Protocol Infrared Remote Library for the Arduino
This IR remote library, written by Ken Shirriff, lets you both send
and receive IR remote codes in multiple protocols. It supports NEC,
Sony SIRC, Philips RC5, Philips RC6, and raw protocols.
WWW: http://www.arcfn.com/2009/08/multi-protocol-infrared-remote-library.html
PR: ports/163806
Submitted by: Craig Leres <leres@ee.lbl.gov> |