diff options
author | lofi <lofi@FreeBSD.org> | 2004-02-07 04:35:43 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-02-07 04:35:43 +0800 |
commit | c2a5a08879fb4e81dbc6672e94dd9c12f0937a49 (patch) | |
tree | 97f121f3f0d0c65a34677d292feaf0dbe4dd949e /audio | |
parent | 5334f3283a1f29165331e1c9b204f26e75e68e33 (diff) | |
download | freebsd-ports-gnome-c2a5a08879fb4e81dbc6672e94dd9c12f0937a49.tar.gz freebsd-ports-gnome-c2a5a08879fb4e81dbc6672e94dd9c12f0937a49.tar.zst freebsd-ports-gnome-c2a5a08879fb4e81dbc6672e94dd9c12f0937a49.zip |
add tuneradio, a command line method of tuning a Brooktree FM tuner card
PR: ports/62410
Submitted by: Tim Pozar
Diffstat (limited to 'audio')
-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 |