From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 22 04:30:29 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFB7016A421 for ; Tue, 22 Nov 2005 04:30:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0004343D53 for ; Tue, 22 Nov 2005 04:30:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id jAM4UROZ049226 for ; Tue, 22 Nov 2005 04:30:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id jAM4URaA049223; Tue, 22 Nov 2005 04:30:27 GMT (envelope-from gnats) Resent-Date: Tue, 22 Nov 2005 04:30:27 GMT Resent-Message-Id: <200511220430.jAM4URaA049223@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, David Thiel Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 461A616A41F for ; Tue, 22 Nov 2005 04:27:08 +0000 (GMT) (envelope-from lx@redundancy.redundancy.org) Received: from redundancy.redundancy.org (redundancy.redundancy.org [198.144.201.242]) by mx1.FreeBSD.org (Postfix) with SMTP id EE90243D4C for ; Tue, 22 Nov 2005 04:27:07 +0000 (GMT) (envelope-from lx@redundancy.redundancy.org) Received: (qmail 35814 invoked by uid 1000); 22 Nov 2005 04:27:28 -0000 Message-Id: <20051122042728.35813.qmail@redundancy.redundancy.org> Date: 22 Nov 2005 04:27:28 -0000 From: David Thiel To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/89404: New Port: comms/uird, the Universal IR Receiver Daemon X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: David Thiel List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Nov 2005 04:30:30 -0000 >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 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 >Release-Note: >Audit-Trail: >Unformatted: