diff options
author | nox <nox@FreeBSD.org> | 2011-03-01 05:44:58 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2011-03-01 05:44:58 +0800 |
commit | 1de66c4c5f3f4f819413120c146bfb7f2c2d14a0 (patch) | |
tree | 450b8be77585a826f54c8c9c356c83eee142d77f /comms/lirc | |
parent | 363b41424eed7a432f038d1fa1d22b96b43b0812 (diff) | |
download | freebsd-ports-gnome-1de66c4c5f3f4f819413120c146bfb7f2c2d14a0.tar.gz freebsd-ports-gnome-1de66c4c5f3f4f819413120c146bfb7f2c2d14a0.tar.zst freebsd-ports-gnome-1de66c4c5f3f4f819413120c146bfb7f2c2d14a0.zip |
- Adjust pkg-message after remote support has been committed to the
webcamd port.
- Bump PORTREVISION.
Diffstat (limited to 'comms/lirc')
-rw-r--r-- | comms/lirc/Makefile | 2 | ||||
-rw-r--r-- | comms/lirc/files/pkg-message.in | 16 |
2 files changed, 7 insertions, 11 deletions
diff --git a/comms/lirc/Makefile b/comms/lirc/Makefile index 2c98b66e8b22..dff6c5714f61 100644 --- a/comms/lirc/Makefile +++ b/comms/lirc/Makefile @@ -7,7 +7,7 @@ PORTNAME= lirc PORTVERSION= 0.9.0p1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= comms MASTER_SITES= http://lirc.org/software/snapshots/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/p1/-pre1/} diff --git a/comms/lirc/files/pkg-message.in b/comms/lirc/files/pkg-message.in index 883c0d72e820..09117336ac54 100644 --- a/comms/lirc/files/pkg-message.in +++ b/comms/lirc/files/pkg-message.in @@ -11,15 +11,11 @@ IR receivers/transmitters like described here, http://www.huitsing.nl/irftdi/ -and if you use (at the time of writing, support probably will be -committed to the version in ports soon) webcamd svn, - - http://www.selasky.org/hans_petter/video4bsd/ - -then MCE USB based ones driven by the Linux mceusb driver as well -remotes coming with USB DVB tuners that by default work with the -Linux drivers used in webcamd should also work, i.e. if webcamd -creates a /dev/lircX device node check if e.g. +and if you use the recent multimedia/webcamd port then MCE USB based +ones driven by the Linux mceusb driver as well remotes coming with +USB DVB tuners that by default work with the Linux drivers used in +webcamd should also work, i.e. if webcamd creates a /dev/lircX +device node check if e.g. mode2 -d /dev/lirc0 @@ -38,7 +34,7 @@ Some example configs should have been installed here: %%LOCALBASE%%/share/examples/lirc/remotes USB DVB tuner remotes won't be in there though because the webcamd -svn /dev/lircX support for those is kind of a `hack' that works +/dev/lircX support for those is kind of a `hack' that works different from Linux (emulating rc5-like pulses), but as long as mode2 sees data (meaning the Linux drivers used by webcamd support the remote), you should be able to create configs by using irrecord |