Add uird, a Universal IR Receiver Daemon
PR: 89404 Submitted by: lx@deepthought.redundancy.org
This commit is contained in:
parent
d2641c5ee7
commit
cb5fd33103
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=149202
4 changed files with 59 additions and 0 deletions
|
@ -101,6 +101,7 @@
|
|||
SUBDIR += tlf
|
||||
SUBDIR += trustedqsl
|
||||
SUBDIR += twpsk
|
||||
SUBDIR += uird
|
||||
SUBDIR += viewfax
|
||||
SUBDIR += vpb-driver
|
||||
SUBDIR += vpb2
|
||||
|
|
40
comms/uird/Makefile
Normal file
40
comms/uird/Makefile
Normal file
|
@ -0,0 +1,40 @@
|
|||
# New ports collection makefile for: uird
|
||||
# Date created: 2005-11-21
|
||||
# Whom: David Thiel <lx@redundancy.redundancy.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= uird
|
||||
PORTVERSION= 1.1
|
||||
CATEGORIES= comms
|
||||
MASTER_SITES= http://vvv.purjo.nu/uird/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= lx@deepthought.redundancy.org
|
||||
COMMENT= The Universal IR Receiver Daemon
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_PERL5= yes
|
||||
USE_REINPLACE= yes
|
||||
|
||||
MAKE_ENV+= CC="${CC}"
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
ALL_TARGET= ${PORTNAME}
|
||||
|
||||
PLIST_FILES= bin/uird
|
||||
PORTDOCS= Documentation
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|gcc|$${CC}\ $${CFLAGS}|; /strip/d' \
|
||||
${WRKSRC}/Makefile
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/uird ${PREFIX}/bin
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
3
comms/uird/distinfo
Normal file
3
comms/uird/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (uird-1.1.tgz) = bccfb171d475308546204da8174f1003
|
||||
SHA256 (uird-1.1.tgz) = 22b896b885d9f05356680d0b813d2fe29a2de73038755376701313ac21ccf1e5
|
||||
SIZE (uird-1.1.tgz) = 11409
|
15
comms/uird/pkg-descr
Normal file
15
comms/uird/pkg-descr
Normal file
|
@ -0,0 +1,15 @@
|
|||
UIRD is software to control your PC via a normal remote control. It is designed
|
||||
to interface with the UIRR (Universal IR Receiver), which is a piece of
|
||||
hardware that you can easily build yourself.
|
||||
|
||||
Features:
|
||||
|
||||
* Embedded perl-interpreter for advanced scripting features
|
||||
* Learning mode - interactively press a button on your remote and then enter
|
||||
what should happend every time you push that button
|
||||
* Simple configuration-file for specifying what should happen when you push a
|
||||
particular button
|
||||
* Network mode sends IR-data encapsulated in UDP-packets over the network to a
|
||||
remote host
|
||||
|
||||
WWW: http://vvv.purjo.nu/uird/
|
Loading…
Reference in a new issue