diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-02-06 20:35:43 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-02-06 20:35:43 +0000 |
commit | 0af0fd14377e9961c9c3bd3e1685fcbd642db34b (patch) | |
tree | a125bb0357fa054055506f0500f1457ff1fb5065 | |
parent | 87741e8855c7f9eacf28cb880cece2527e9ffd1d (diff) | |
download | freebsd-ports-0af0fd14377e9961c9c3bd3e1685fcbd642db34b.zip |
add tuneradio, a command line method of tuning a Brooktree FM tuner card
PR: ports/62410
Submitted by: Tim Pozar
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/tuneradio/Makefile | 16 | ||||
-rw-r--r-- | audio/tuneradio/distinfo | 1 | ||||
-rw-r--r-- | audio/tuneradio/pkg-descr | 7 | ||||
-rw-r--r-- | audio/tuneradio/pkg-plist | 1 |
5 files changed, 26 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 539c2ba6e702..7772ebf9aab6 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -349,6 +349,7 @@ SUBDIR += traymp SUBDIR += trm SUBDIR += trommler + SUBDIR += tuneradio SUBDIR += ufmcontrol-i18n SUBDIR += umix SUBDIR += vorbis-tools diff --git a/audio/tuneradio/Makefile b/audio/tuneradio/Makefile new file mode 100644 index 000000000000..16d0d0a68439 --- /dev/null +++ b/audio/tuneradio/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: tuneradio +# Date created: 5 Febuary 2004 +# Whom: pozar +# +# $FreeBSD$ +# + +PORTNAME= tuneradio +PORTVERSION= 1.3 +CATEGORIES= audio +MASTER_SITES= http://www.lns.com/papers/tuneradio/ + +MAINTAINER= pozar@lns.com +COMMENT= A command line method of tuning a Brooktree FM tuner card + +.include <bsd.port.mk> diff --git a/audio/tuneradio/distinfo b/audio/tuneradio/distinfo new file mode 100644 index 000000000000..924f4f325d43 --- /dev/null +++ b/audio/tuneradio/distinfo @@ -0,0 +1 @@ +MD5 (tuneradio-1.3.tar.gz) = 784d8928f5b7703c2b20d6ec0371f38c diff --git a/audio/tuneradio/pkg-descr b/audio/tuneradio/pkg-descr new file mode 100644 index 000000000000..2f94558e8419 --- /dev/null +++ b/audio/tuneradio/pkg-descr @@ -0,0 +1,7 @@ +This is a command line program to set the frequency and various +modes to an FM tuner using a Brooktree based card. + +WWW: http://www.lns.com/papers/tuneradio/ + +- Tim +pozar@lns.com diff --git a/audio/tuneradio/pkg-plist b/audio/tuneradio/pkg-plist new file mode 100644 index 000000000000..c09e47f338a5 --- /dev/null +++ b/audio/tuneradio/pkg-plist @@ -0,0 +1 @@ +bin/tuneradio |