Revision: 91621 https://trac.macports.org/changeset/91621 Author: ryandesign@macports.org Date: 2012-04-06 18:41:00 -0700 (Fri, 06 Apr 2012) Log Message: ----------- lirc: fix notes Modified Paths: -------------- trunk/dports/sysutils/lirc/Portfile Modified: trunk/dports/sysutils/lirc/Portfile =================================================================== --- trunk/dports/sysutils/lirc/Portfile 2012-04-07 01:38:02 UTC (rev 91620) +++ trunk/dports/sysutils/lirc/Portfile 2012-04-07 01:41:00 UTC (rev 91621) @@ -26,20 +26,6 @@ --sysconfdir=${prefix}/etc --localstatedir=${prefix}/var \ --mandir=${prefix}/share/man -notes \ - NOTE: After installing you must configure an IR device for lirc \n \ - to use. Most hardware devices are not supported on Mac OS X \n \ - (known exceptions: IguanaIR)\; network sources (remote lircd, \n \ - HD Homerun, etc) are fully supported. \n \ - \n \ - Please edit: \n \ - '${prefix}/etc/LaunchDaemons/org.macports.${name}/${name}.wrapper' \n \ - and specify a valid driver or remote lircd to connect to. Examples \n \ - for network, UDP, and IguanaIR are commented out.\n \ - \n \ - Any clients of lirc must be able to read and write the pipe at: \n \ - ${prefix}/var/run/lircd - variant iguanaIR \ description {Use IguanaIR USB device} { configure.args-delete --with-driver=udp @@ -72,3 +58,16 @@ startupitem.stop \ "killall -TERM lircd" \ "killall -TERM lircmd" + +notes " +After installing you must configure an IR device for lirc to use. Most\ +hardware devices are not supported on Mac OS X (known exceptions: IguanaIR)\;\ +network sources (remote lircd, HD Homerun, etc) are fully supported. + +Please edit ${prefix}/etc/LaunchDaemons/org.macports.${name}/${name}.wrapper\ +and specify a valid driver or remote lircd to connect to. Examples for\ +network, UDP, and IguanaIR are commented out. + +Any clients of lirc must be able to read and write the pipe at\ +${prefix}/var/run/lircd +"
participants (1)
-
ryandesign@macports.org