Port details |
- aird Handles Apple IR receiver button events
- 1.0_1 sysutils =2 1.0_1Version of this port present on the latest quarterly branch.
- Maintainer: crees@FreeBSD.org
- Port Added: 2011-06-12 20:21:29
- Last Update: 2024-03-29 08:16:17
- Commit Hash: e7f226e
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD2CLAUSE
- WWW:
- https://wiki.freebsd.org/AppleMacbook
- Description:
- The aird daemon handles Apple IR receiver button events. If your system
has an USB Apple IR receiver, most likely you'll also have an Apple
Remote. An Apple remote has six (6) buttons: Volume up, Volume down,
Play/Pause, Forward, Backward and Menu. For each button you can assign a
command to execute.
Apple IR receiver modules are found on:
o MacBook (any generation)
o MacBook Pro (any generation)
o Intel iMac
o Intel MacMini
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/sysutils/aird/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/aird
- pkg install aird
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: aird
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: i386 amd64
- distinfo:
- SHA256 (aird-1.0.tar.gz) = e9f7251bf2099d1d299f6e56ac307e8eda9bdeea50704d9f4a8a63d950809f2f
SIZE (aird-1.0.tar.gz) = 4515
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- sysutils_aird
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 15
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0_1 29 Mar 2024 08:16:17 |
Yasuhiro Kimura (yasu) |
sysutils/aird: Move man page to share/man
Approved by: portmgr (blanket) |
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) |
1.0 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 ) |
1.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.0 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
1.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0 17 Jun 2017 09:01:26 |
amdmi3 |
- Update WWW
Approved by: portmgr blanket |
1.0 29 Dec 2013 17:08:29 |
crees |
Stage transmission ports and the rest maintained by me.
Various little obvious fixes, and a new rc script for stunnel-server |
1.0 20 Sep 2013 23:06:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
1.0 30 Apr 2013 20:10:53 |
crees |
Add licence info to some ports
Submitted by: 4721 |
1.0 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
1.0 11 Nov 2011 07:26:33 |
crees |
Mark ONLY_FOR_ARCHS; breaks on sparc64, and these Apple IR devices only appear
on Intel Macs.
Feature safe: yes |
1.0 11 Nov 2011 04:24:54 |
linimon |
Mark as broken on powerpc: fails to compile.
Hat: portmgr
Feature safe: yes |
1.0 13 Jun 2011 20:40:26 |
crees |
- Add $FreeBSD$ and KEYWORD: shutdown to rc script
Submitted by: dougb (via email)
Approved by: rene (mentor) |
1.0 12 Jun 2011 20:21:13 |
crees |
The aird daemon handles Apple IR receiver button events. If your system
has an USB Apple IR receiver, most likely you'll also have an Apple
Remote. An Apple remote has six (6) buttons: Volume up, Volume down,
Play/Pause, Forward, Backward and Menu. For each button you can assign a
command to execute.
Apple IR receiver modules are found on:
o MacBook (any generation)
o MacBook Pro (any generation)
o Intel iMac
o Intel MacMini
WWW: http://wiki.freebsd.org/AppleMacbook
PR: ports/156616
Submitted by: Chris Rees (myself)
Approved by: rene (mentor) |
Number of commits found: 15
|