From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jan 6 11:30:59 2004 Return-Path: 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 5577416A4CE for ; Tue, 6 Jan 2004 11:30:59 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BDC943D6D for ; Tue, 6 Jan 2004 11:30:16 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i06JUGFR016940 for ; Tue, 6 Jan 2004 11:30:16 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i06JUGrw016937; Tue, 6 Jan 2004 11:30:16 -0800 (PST) (envelope-from gnats) Resent-Date: Tue, 6 Jan 2004 11:30:16 -0800 (PST) Resent-Message-Id: <200401061930.i06JUGrw016937@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, Lewis Thompson Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C8F516A52D for ; Tue, 6 Jan 2004 11:28:20 -0800 (PST) Received: from deluge.umist.ac.uk (deluge.umist.ac.uk [130.88.120.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CE4843D6D for ; Tue, 6 Jan 2004 11:28:09 -0800 (PST) (envelope-from lewiz@black.lewiz.org) Received: from lh014.halls.umist.ac.uk ([130.88.163.14] helo=yellow.lewiz.org) by deluge.umist.ac.uk with esmtp (Exim 4.24) id 1Adws4-0006Su-5p for FreeBSD-gnats-submit@freebsd.org; Tue, 06 Jan 2004 19:28:08 +0000 Received: from ip31.lewiz.org ([192.168.0.31] helo=black.lewiz.org) by mail.lewiz.org with smtp (Exim 4.24; FreeBSD) id 1Adwst-0002WC-NV; Tue, 06 Jan 2004 19:28:59 +0000 Received: (nullmailer pid 55548 invoked by uid 4001); Tue, 06 Jan 2004 19:28:40 -0000 Message-Id: <1073417320.377298.55547.nullmailer@black.lewiz.org> Date: Tue, 06 Jan 2004 19:28:40 +0000 From: Lewis Thompson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: purple@lewiz.net Subject: ports/60989: New port: py23-lirc (infra red control lib for Python) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Lewis Thompson List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jan 2004 19:30:59 -0000 >Number: 60989 >Category: ports >Synopsis: New port: py23-lirc (infra red control lib for Python) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jan 06 11:30:16 PST 2004 >Closed-Date: >Last-Modified: >Originator: Lewis Thompson >Release: FreeBSD 5.2-RC i386 >Organization: >Environment: System: FreeBSD black.lewiz.org 5.2-RC FreeBSD 5.2-RC #0: Fri Jan 2 13:38:31 GMT 2004 root@black.lewiz.org:/usr/src/sys/i386/compile/BLACK i386 >Description: Python library to talk to lirc (Linux infra-red controller). This is optional for Freevo and will probably be of use to somebody. >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: # # py23-lirc # py23-lirc/Makefile # py23-lirc/distinfo # py23-lirc/pkg-descr # py23-lirc/pkg-plist # echo c - py23-lirc mkdir -p py23-lirc > /dev/null 2>&1 echo x - py23-lirc/Makefile sed 's/^X//' >py23-lirc/Makefile << 'END-of-py23-lirc/Makefile' X# New ports collection makefile for: py23-lirc X# Date created: 6 January 2004 X# Whom: Lewis Thompson (purple@lewiz.net) X# X# $FreeBSD$ X# X XPORTNAME= lirc XPORTVERSION= 0.0.4 XCATEGORIES= comms python XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= pylirc XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} XDISTNAME= pylirc-${PORTVERSION} X XMAINTAINER= purple@lewiz.net XCOMMENT= Lirc support library for Python X XCFLAGS+= -I${LOCALBASE}/include XLDFLAGS+= -L${LOCALBASE}/lib X XMAKE_ENV+= LDFLAGS="${LDFLAGS}" CFLAGS="${CFLAGS}" X XUSE_PYTHON= yes XUSE_PYDISTUTILS= yes XUSE_PYTHON_PREFIX= yes X X.include END-of-py23-lirc/Makefile echo x - py23-lirc/distinfo sed 's/^X//' >py23-lirc/distinfo << 'END-of-py23-lirc/distinfo' XMD5 (pylirc-0.0.4.tar.gz) = fa1fc756ee187e8133bd26dde1828415 END-of-py23-lirc/distinfo echo x - py23-lirc/pkg-descr sed 's/^X//' >py23-lirc/pkg-descr << 'END-of-py23-lirc/pkg-descr' XPython module to interact with remote controls via lirc. Currently only Xlinux version exists, but porters for winLirc or other systems are Xwelcome. X XWWW: http://sourceforge.net/projects/pylirc/ END-of-py23-lirc/pkg-descr echo x - py23-lirc/pkg-plist sed 's/^X//' >py23-lirc/pkg-plist << 'END-of-py23-lirc/pkg-plist' X%%PYTHON_SITELIBDIR%%/pylircmodule.so END-of-py23-lirc/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: