notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
arduino-irremote Multi-protocol infrared remote library for the Arduino
4.3.1 devel on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 4.2.0Version of this port present on the latest quarterly branch.
Maintainer: leres@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2012-07-21 09:17:34
Last Update: 2024-03-30 23:14:06
Commit Hash: 0e0ebfe
People watching this port, also watch:: arduino, arduino-mk, unoconv, py39-pycparser
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (3 items)
Collapse this list.
  1. /usr/local/share/licenses/arduino-irremote-4.3.1/catalog.mk
  2. /usr/local/share/licenses/arduino-irremote-4.3.1/LICENSE
  3. /usr/local/share/licenses/arduino-irremote-4.3.1/MIT
Collapse this list.
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 = 1711840048 SHA256 (z3t0-Arduino-IRremote-v4.3.1_GH0.tar.gz) = 15b5e7ea58d2fa23ce9cbda7ad5a687c7cd59472e9a2a3413097a91f6c3969e2 SIZE (z3t0-Arduino-IRremote-v4.3.1_GH0.tar.gz) = 879767

Packages (timestamps in pop-ups are UTC):
arduino-irremote
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest4.3.14.3.12.8.14.3.14.3.1-2.8.1-
FreeBSD:13:quarterly4.2.04.2.04.1.24.2.04.3.14.2.04.2.04.2.0
FreeBSD:14:latest4.2.14.3.13.7.14.2.14.3.14.1.2-4.1.2
FreeBSD:14:quarterly4.2.04.3.1-4.2.04.3.14.2.04.2.04.2.0
FreeBSD:15:latest4.2.14.3.1n/a4.2.1n/a4.2.14.2.14.2.1
FreeBSD:15:quarterly--n/a-n/a---
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.3.1: 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:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/z3t0/Arduino-IRremote/tar.gz/v4.3.1?dummy=/
Collapse this list.

Number of commits found: 31

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
4.3.1
30 Mar 2024 23:14:06
commit hash: 0e0ebfe35a463cc92c74e60957e822a40958b612commit hash: 0e0ebfe35a463cc92c74e60957e822a40958b612commit hash: 0e0ebfe35a463cc92c74e60957e822a40958b612commit hash: 0e0ebfe35a463cc92c74e60957e822a40958b612 files touched by this commit
Craig Leres (leres) search for other commits by this committer
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
commit hash: 700aeb5e5c576b9275465a8a22627f8610464c6bcommit hash: 700aeb5e5c576b9275465a8a22627f8610464c6bcommit hash: 700aeb5e5c576b9275465a8a22627f8610464c6bcommit hash: 700aeb5e5c576b9275465a8a22627f8610464c6b files touched by this commit
Craig Leres (leres) search for other commits by this committer
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
commit hash: 49ce14e0d92ad6897767d2d702212c1323a9631dcommit hash: 49ce14e0d92ad6897767d2d702212c1323a9631dcommit hash: 49ce14e0d92ad6897767d2d702212c1323a9631dcommit hash: 49ce14e0d92ad6897767d2d702212c1323a9631d files touched by this commit
Craig Leres (leres) search for other commits by this committer
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
commit hash: 3a25365c85f3f25932d79c525f3c6b70abcaed47commit hash: 3a25365c85f3f25932d79c525f3c6b70abcaed47commit hash: 3a25365c85f3f25932d79c525f3c6b70abcaed47commit hash: 3a25365c85f3f25932d79c525f3c6b70abcaed47 files touched by this commit
Craig Leres (leres) search for other commits by this committer
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
commit hash: fc1ee6647518c805e953c4c3a393c5781f109e29commit hash: fc1ee6647518c805e953c4c3a393c5781f109e29commit hash: fc1ee6647518c805e953c4c3a393c5781f109e29commit hash: fc1ee6647518c805e953c4c3a393c5781f109e29 files touched by this commit
Craig Leres (leres) search for other commits by this committer
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 View all of this commit message)
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
3.7.1
24 Jul 2022 22:07:56
commit hash: 2434133c051fa511d1256798591a2f65d47b3d72commit hash: 2434133c051fa511d1256798591a2f65d47b3d72commit hash: 2434133c051fa511d1256798591a2f65d47b3d72commit hash: 2434133c051fa511d1256798591a2f65d47b3d72 files touched by this commit
Craig Leres (leres) search for other commits by this committer
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 View all of this commit message)
3.5.2
20 Jul 2022 14:21:35
commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
3.5.2
10 Jan 2022 21:38:36
commit hash: f42f32be2db854d5948af77e57a7cf725df39daccommit hash: f42f32be2db854d5948af77e57a7cf725df39daccommit hash: f42f32be2db854d5948af77e57a7cf725df39daccommit hash: f42f32be2db854d5948af77e57a7cf725df39dac files touched by this commit
Craig Leres (leres) search for other commits by this committer
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
commit hash: d51e627fcb4652b8807545a672faccfe0e901507commit hash: d51e627fcb4652b8807545a672faccfe0e901507commit hash: d51e627fcb4652b8807545a672faccfe0e901507commit hash: d51e627fcb4652b8807545a672faccfe0e901507 files touched by this commit
Craig Leres (leres) search for other commits by this committer
devel/arduino-irremote: Make portscout ignore nonexistent "stable" version
3.5.2
28 Dec 2021 17:22:38
commit hash: 37566b5e5904eeaef23916a8a37173c36780a505commit hash: 37566b5e5904eeaef23916a8a37173c36780a505commit hash: 37566b5e5904eeaef23916a8a37173c36780a505commit hash: 37566b5e5904eeaef23916a8a37173c36780a505 files touched by this commit
Craig Leres (leres) search for other commits by this committer
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 View all of this commit message)
2.8.1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
2.8.1
26 Dec 2020 21:19:30
Revision:559312Original commit files touched by this commit
leres search for other commits by this committer
devel/arduino-irremote: Update pkg-descr WWW
2.8.1
24 Dec 2020 23:05:28
Revision:559199Original commit files touched by this commit
leres search for other commits by this committer
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
Revision:542879Original commit files touched by this commit
leres search for other commits by this committer
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 View all of this commit message)
2.1.0_1
10 Mar 2018 17:46:06
Revision:464084Original commit files touched by this commit
gerald search for other commits by this committer
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
Revision:452566Original commit files touched by this commit
leres search for other commits by this committer
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
Revision:449916Original commit files touched by this commit
leres search for other commits by this committer
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
Revision:423861Original commit files touched by this commit
bsam search for other commits by this committer
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
Revision:423798Original commit files touched by this commit
bsam search for other commits by this committer
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
Revision:412346Original commit files touched by this commit
mat search for other commits by this committer
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
Revision:387021Original commit files touched by this commit
mat search for other commits by this committer
Remove $FreeBSD$ from patches files in categories a-j.

With hat:	portmgr
Sponsored by:	Absolight
0.1_1
20 Dec 2014 18:06:22
Revision:375029Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
0.1_1
15 Mar 2014 16:29:30
Revision:348346Original commit files touched by this commit
pawel search for other commits by this committer
- Add stage support [1]
- Use PORTEXAMPLES for example files

PR:		ports/187598 [1]
Submitted by:	maintainer
07 Mar 2014 16:49:10
Revision:347405Original commit files touched by this commit Sanity Test Failure Refresh
bapt search for other commits by this committer
Convert d* to USES=zip
0.1_1
21 Feb 2014 13:36:13
Revision:345404Original commit files touched by this commit
ehaupt search for other commits by this committer
Remove trailing whitespaces from category devel
0.1_1
10 Feb 2014 13:54:28
Revision:343634Original commit files touched by this commit
ehaupt search for other commits by this committer
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
Revision:331644Original commit files touched by this commit
gerald search for other commits by this committer
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 View all of this commit message)
20 Sep 2013 17:03:27
Revision:327722Original commit files touched by this commit Sanity Test Failure Refresh
bapt search for other commits by this committer
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
Original commit files touched by this commit
pawel search for other commits by this committer
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>

Number of commits found: 31