Commit graph

20 commits

Author SHA1 Message Date
Adam Weinberger
08a006d08a Rename all patches that contain '::' as a path separator, and use
'__' instead.
2014-07-29 17:12:47 +00:00
Doug Barton
9aac569eaa Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
2012-08-05 23:19:36 +00:00
Doug Barton
83eb2c3700 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.
2012-01-14 08:57:23 +00:00
Juergen Lock
2bf3ba692f - Further improvements to the devinput repeat behaviour, now xbmc should
work a little better.
- Include updated lircd.conf.devinput in example lircd.conf, with one
  missing button added. (KEY_IMAGES)
- Bump PORTREVISION.
2011-12-18 16:39:55 +00:00
Juergen Lock
dbc9d49ce2 - Update devinput repeat hack to improve af9015 tuner remote behaviour.
- Bump PORTREVISION.
2011-07-17 09:22:40 +00:00
Juergen Lock
389fafa207 - Some doc (pkg-message..) updates after the webcamd update that now
supports /dev/input/eventX.
- Bump PORTREVISION.
2011-07-16 22:26:31 +00:00
Juergen Lock
89b53c9312 - Update to 0.9.0 .
- Add devinput driver (/dev/input/eventX, -H devinput) in preparation
  for upcoming webcamd update that will support it.
- Fix build with clang, and a few bugs it found too.
2011-06-28 18:12:32 +00:00
Juergen Lock
d2b0400081 - Add patch to fix MAKE_JOBS_SAFE and mark as such.
- No PORTREVISION bump as the installed bits don't change.
2011-03-15 20:41:27 +00:00
Juergen Lock
b7cc32da9b Also commit this that was just missed. 2011-03-02 22:59:14 +00:00
Juergen Lock
6c6ae31690 - Add an example lircd.conf that's preconfigured for use with
webcamd, either with USB DVB tuner remotes supported by the Linux
  drivers by default that webcamd uses, or for remotes supplied with
  MCE USB IR receivers.
- Bump PORTREVISION.
2011-03-02 22:58:35 +00:00
Juergen Lock
b3b20f5e8a - Adjust pkg-message after remote support has been committed to the
webcamd port.
- Bump PORTREVISION.
2011-02-28 21:44:58 +00:00
Juergen Lock
0edca97428 - Update comms/lirc to 0.9.0p1_4 in order to be able to use the lirc
support in webcamd svn (for mceusb-based receivers/transmitters and
  USB DVB tuner remotes supported by the Linux code), and enable
  support for a few more USB devices while we're at it tho of those
  only an FTDI-based one was tested:

	http://www.huitsing.nl/irftdi/ [1]

- Fix plist for audio/rhythmbox and multimedia/totem and
  add missing LIRC_{CFLAGS,LIBS} variables to CONFIGURE_ENV for
  multimedia/xine when building them with (optional) lirc support. [2]

- Chase liblirc_client shlib version bump for ports depdending on it
  and bump PORTREVISIONs for ports depending on it by default.

Approved by:	portmgr (miwi) [2]
Thanks to:	Warren Block <wblock@wonkity.com> for testing [1]
2011-02-26 22:11:54 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Doug Barton
0175383f0a Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.

1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).

No PORTREVISION bumps because all of these changes are noops.
2009-07-15 16:56:10 +00:00
Greg Lehey
5aad167b56 Don't install the config file.
Requested by: 	kris
Submitted by:	Daniel O'Connor (maintainer)
2007-03-10 23:10:21 +00:00
Greg Lehey
db4012df9a Add support for DVICO USB remote control.
Submitted by:	grog
Approved by:	Daniel O'Connor (maintainer)
2007-03-05 05:04:45 +00:00
Alexander Nedotsukov
4d529a51ea - 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
2007-01-19 02:27:23 +00:00
Mike Heffner
3ef2cf17d7 * Update to 0.7.2.
PR:	 ports/86528
Submitted by:	Daniel J. O'Connor <darius@dons.net.au>
2005-10-19 03:41:51 +00:00
Mark Linimon
d00fb69ce5 Respect CFLAGS; utilize USE_GETOPT_LONG; utilize USE_LIBTOOL.
PR:		ports/59842
Submitted by:	Ports Fury
Approved by:	maintainer timeout (6 weeks)
2004-02-11 02:14:30 +00:00
Edwin Groothuis
627aa4a08e 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 <mikeh@FreeBSD.org> <mheffner@acm.vt.edu>
2003-10-06 01:31:49 +00:00