Skip site navigation (1)Skip section navigation (2)
Date:      22 Nov 2005 04:27:28 -0000
From:      David Thiel <lx@redundancy.redundancy.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/89404: New Port: comms/uird, the Universal IR Receiver Daemon
Message-ID:  <20051122042728.35813.qmail@redundancy.redundancy.org>
Resent-Message-ID: <200511220430.jAM4URaA049223@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         89404
>Category:       ports
>Synopsis:       New Port: comms/uird, the Universal IR Receiver Daemon
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 22 04:30:27 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     David Thiel
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD redundancy.redundancy.org 5.4-STABLE FreeBSD 5.4-STABLE #9: Mon Jul 11 20:22:35 PDT 2005 lx@redundancy.redundancy.org:/usr/obj/usr/src/sys/REDUNDANCY i386


>Description:

UIRD is software for UNIX to control stuff with your normal remote
control. The software is designed to interface with the UIRR, Universal
IR Receiver, which is a piece of hardware that you can easily build
yourself.

It also works with the IRman, which is why I ported it.

>How-To-Repeat:
>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	uird
#	uird/pkg-descr
#	uird/Makefile
#	uird/distinfo
#
echo c - uird
mkdir -p uird > /dev/null 2>&1
echo x - uird/pkg-descr
sed 's/^X//' >uird/pkg-descr << 'END-of-uird/pkg-descr'
XUIRD is software for UNIX to control stuff with your normal remote
Xcontrol. The software is designed to interface with the UIRR, Universal
XIR Receiver, which is a piece of hardware that you can easily build
Xyourself.
X
XUIRD feature-list:
X# Embedded PERL-interpreter for advanced scripting features
X
X# Learning mode - interactively press a button on your remote and then
Xenter what should happend every time you push that button (start a
Xshell-command or call a particular PERL-subroutine). The proper lines
Xare then automatically added to the config-file
X
X# Simple configuration-file for specifying what should happen when you
Xpush a particular button
X
X# Network mode - sends IR-data encapsulated in UDP-packets over the
Xnetwork to a remote host. Included listener as PERL-module (Uird.pm).
X
XWWW:	http://vvv.purjo.nu/uird/
END-of-uird/pkg-descr
echo x - uird/Makefile
sed 's/^X//' >uird/Makefile << 'END-of-uird/Makefile'
X# New ports collection makefile for:	uird
X# Date created:		2005-11-21
X# Whom:			David Thiel <lx@redundancy.redundancy.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	uird
XPORTVERSION=	1.1
XCATEGORIES=	comms
XMASTER_SITES=	http://vvv.purjo.nu/uird/
XEXTRACT_SUFX=	.tgz
X
XMAINTAINER=	lx@deepthought.redundancy.org
XCOMMENT=	The Universal IR Receiver Daemon
X
XWRKSRC=		${WRKDIR}/${PORTNAME}
XALL_TARGET=	${PORTNAME}
X
XUSE_GMAKE=	yes
XUSE_PERL5=	yes
X
XPLIST_FILES=	bin/uird
XPORTDOCS=	Documentation
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/uird ${PREFIX}/bin
X.if !defined(NOPORTDOCS)
X	@${MKDIR} ${DOCSDIR}
X	${INSTALL_DATA} ${WRKSRC}/Documentation ${DOCSDIR}
X.endif
X
X.include <bsd.port.mk>
END-of-uird/Makefile
echo x - uird/distinfo
sed 's/^X//' >uird/distinfo << 'END-of-uird/distinfo'
XMD5 (uird-1.1.tgz) = bccfb171d475308546204da8174f1003
XSHA256 (uird-1.1.tgz) = 22b896b885d9f05356680d0b813d2fe29a2de73038755376701313ac21ccf1e5
XSIZE (uird-1.1.tgz) = 11409
END-of-uird/distinfo
exit

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051122042728.35813.qmail>