The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD comms : lirc

Linux Infared Remote Control

 LIRC is a package that allows you to decode and send infra-red signals
of many (but not all) commonly used remote controls.

The most important part of LIRC is the lircd daemon that will decode
IR signals received by the device drivers and provide the information
on a socket. It will also accept commands for IR signals to be sent if
the hardware supports this. The second daemon program called lircmd
will connect to lircd and translate the decoded IR signals to mouse
movements. You can e.g. configure X to use your remote control as an
input device.

The user space applications will allow you to control your computer
with your remote control. You can send X events to applications, start
programs and much more on just one button press. The possible
applications are obvious: Infra-red mouse, remote control for your TV
tuner card or CD-ROM, shutdown by remote, program your VCR and/or
satellite tuner with your computer, etc. 

http://www.lirc.org/



lirc history


v. 1.26
date: 2007/05/19 20:00:55;  author: flz;  state: Exp;  lines: +1 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.

v. 1.25 date: 2007/03/05 05:04:45; author: grog; state: Exp; lines: +2 -2 Add support for DVICO USB remote control. Submitted by: grog Approved by: Daniel O'Connor (maintainer)
v. 1.24 date: 2007/02/01 02:41:21; author: kris; state: Exp; lines: +1 -0 Use libtool port instead of included version to avoid objformat a.out botch
v. 1.23 date: 2007/01/19 02:27:22; author: bland; state: Exp; lines: +16 -5 - Update to 0.8.0 - Hack configure so produced daemon binary is ready to use with third party kernel drivers. - Make libirman support optional. - Move daemon communication sockets under /var/run/lirc. - Add startup script. - Use bzip2. - Minor cleanups. Approved by: maintaner
v. 1.22 date: 2006/08/23 00:41:37; author: grog; state: Exp; lines: +0 -6 Don't offer irman as an option. It's required to build the port. Submitted by: Daniel O'Connor (maintainer)
v. 1.21 date: 2006/04/29 17:57:03; author: mnag; state: Exp; lines: +3 -2 - portlint(1) PR: 95766 Submitted by: Alexander Botero-Lowry Approved by: maintainer timeout (14 days)
v. 1.20 date: 2006/02/23 10:34:58; author: ade; state: Exp; lines: +1 -1 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.19 date: 2005/11/15 06:48:14; author: ade; state: Exp; lines: +1 -1 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
v. 1.18 date: 2005/10/29 05:45:39; author: kris; state: Exp; lines: +0 -2 Back out previous commit, the pkg-plist may have been fixed already.
v. 1.17 date: 2005/10/28 23:22:17; author: kris; state: Exp; lines: +2 -0 BROKEN: Incorrect pkg-plist
v. 1.16 date: 2005/10/25 04:45:49; author: marcus; state: Exp; lines: +1 -1 Fix INDEX build, and correct broken dependency. Reported by: kris' make index script Approved by: portmgr hat
v. 1.15 date: 2005/10/25 02:12:07; author: mikeh; state: Exp; lines: +1 -1 * Daniel O'Connor has agreed to take over maintainership as I don't actively use this port anymore.
v. 1.14 date: 2005/10/25 02:08:11; author: mikeh; state: Exp; lines: +6 -0 * Patch for vga on i386. PR: ports/87832
v. 1.13 date: 2005/10/19 03:41:50; author: mikeh; state: Exp; lines: +6 -12 * Update to 0.7.2. PR: ports/86528 Submitted by: Daniel J. O'Connor
v. 1.12 date: 2005/04/12 03:24:59; author: obrien; state: Exp; lines: +1 -1 At Kris's request, back out the MACHINE_ARCH spelling correction until after 5.4-RELEASE.
v. 1.11 date: 2005/04/11 08:01:33; author: obrien; state: Exp; lines: +1 -1 Assist getting more ports working on AMD64 by obeying the Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.10 date: 2004/12/19 21:36:38; author: mikeh; state: Exp; lines: +2 -2 Set the device directory to /var/lirc and check for libirman in the correct location. Submitted by: Lewis Thompson PR: ports/75190
v. 1.9 date: 2004/12/03 01:10:36; author: mikeh; state: Exp; lines: +28 -4 Add capability to build with libirman support. Suggested and tested by: dennis@rootxs.nl
v. 1.8 date: 2004/07/09 17:41:59; author: marcus; state: Exp; lines: +1 -1 Apply a big libtool patch to allow porters to use the libtool installed by the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
v. 1.7 date: 2004/03/14 06:16:05; author: ade; state: Exp; lines: +1 -1 Whoa there, boy, that's a mighty big commit y'all have there... Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
v. 1.6 date: 2004/02/17 01:27:34; author: mikeh; state: Exp; lines: +0 -2 Fix plist & unmark broken.
v. 1.5 date: 2004/02/16 23:21:59; author: kris; state: Exp; lines: +2 -0 BROKEN: Broken pkg-plist
v. 1.4 date: 2004/02/11 02:14:30; author: linimon; state: Exp; lines: +5 -5 Respect CFLAGS; utilize USE_GETOPT_LONG; utilize USE_LIBTOOL. PR: ports/59842 Submitted by: Ports Fury Approved by: maintainer timeout (6 weeks)
v. 1.3 date: 2004/02/04 05:18:58; author: marcus; state: Exp; lines: +1 -0 Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 2)
v. 1.2 date: 2003/10/12 22:14:53; author: edwin; state: Exp; lines: +1 -0 Add USE_XLIB to the ports Makefile Noticed by: bento
v. 1.1 date: 2003/10/06 01:31:49; author: edwin; state: Exp; New port: comms/lirc: Linux Infared Remote Control This is a port of the LIRC, Linux Infrared Remote Control, package (www.lirc.org). This port installs the daemons and tools for interacting with device drivers that support the LIRC device interface. The port does not install any FreeBSD infrared device drivers yet; the user must obtain these from third parties or port the existing Linux drivers. PR: ports/46774 Submitted by: Mike Heffner =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm