From owner-freebsd-multimedia@FreeBSD.ORG Fri Feb 6 11:20:48 2004 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1EFE16A4CE for ; Fri, 6 Feb 2004 11:20:48 -0800 (PST) Received: from kumr.lns.com (kumr.lns.com [63.198.122.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3BDA43D6D for ; Fri, 6 Feb 2004 11:20:27 -0800 (PST) (envelope-from pozar@kumr.lns.com) Received: from kumr.lns.com (localhost [127.0.0.1]) by kumr.lns.com (8.12.10/8.12.10) with ESMTP id i16JLWq5005974 for ; Fri, 6 Feb 2004 11:21:32 -0800 (PST) (envelope-from pozar@kumr.lns.com) Received: (from pozar@localhost) by kumr.lns.com (8.12.10/8.12.10/Submit) id i16JLVcF005973 for multimedia@freebsd.org; Fri, 6 Feb 2004 11:21:31 -0800 (PST) (envelope-from pozar) Date: Fri, 6 Feb 2004 11:21:31 -0800 From: Tim Pozar To: multimedia@freebsd.org Message-ID: <20040206192131.GB311@lns.com> References: <200402061817.03251.michaelnottebrock@gmx.net> <200402061818.16506.michaelnottebrock@gmx.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200402061818.16506.michaelnottebrock@gmx.net> User-Agent: Mutt/1.4.1i Subject: port for audio/tuneradio X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2004 19:20:48 -0000 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 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