Date: Fri, 6 Feb 2004 11:21:31 -0800 From: Tim Pozar <pozar@lns.com> To: multimedia@freebsd.org Subject: port for audio/tuneradio Message-ID: <20040206192131.GB311@lns.com> In-Reply-To: <200402061818.16506.michaelnottebrock@gmx.net> References: <200402061817.03251.michaelnottebrock@gmx.net> <200402061818.16506.michaelnottebrock@gmx.net>
next in thread | previous in thread | raw e-mail | index | archive | help
With encouragement a couple of months ago from Jason Andresen to put this in ports, I have submitted tuneradio to FreeBSD's ports project. Not sure when it will be showing up, but until then, I have a shar that has the port below. Tim -- # 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: # # tuneradio # tuneradio/Makefile # tuneradio/pkg-plist # tuneradio/pkg-descr # tuneradio/distinfo # echo c - tuneradio mkdir -p tuneradio > /dev/null 2>&1 echo x - tuneradio/Makefile sed 's/^X//' >tuneradio/Makefile << 'END-of-tuneradio/Makefile' X# New ports collection makefile for: tuneradio X# Date created: 5 Febuary 2004 X# Whom: pozar X# X# $FreeBSD$ X# X XPORTNAME= tuneradio XPORTVERSION= 1.3 XCATEGORIES= audio XMASTER_SITES= http://www.lns.com/papers/tuneradio/ X XMAINTAINER= pozar@lns.com XCOMMENT= A command line method of tuning a Brooktree FM tuner card X X.include <bsd.port.mk> END-of-tuneradio/Makefile echo x - tuneradio/pkg-plist sed 's/^X//' >tuneradio/pkg-plist << 'END-of-tuneradio/pkg-plist' Xbin/tuneradio END-of-tuneradio/pkg-plist echo x - tuneradio/pkg-descr sed 's/^X//' >tuneradio/pkg-descr << 'END-of-tuneradio/pkg-descr' XThis is a command line program to set the frequency and various Xmodes to an FM tuner using a Brooktree based card. X XWWW: http://www.lns.com/papers/tuneradio/ X X- Tim Xpozar@lns.com END-of-tuneradio/pkg-descr echo x - tuneradio/distinfo sed 's/^X//' >tuneradio/distinfo << 'END-of-tuneradio/distinfo' XMD5 (tuneradio-1.3.tar.gz) = 784d8928f5b7703c2b20d6ec0371f38c END-of-tuneradio/distinfo exit
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040206192131.GB311>