# 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 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 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