From 731306f61e8bc480c594112645b0ac19a366ee52 Mon Sep 17 00:00:00 2001 From: wulf Date: Fri, 7 Oct 2005 23:17:19 +0000 Subject: New package gnuradio-audio-oss: This module provides Open Sound System (OSS) support for GNU Radio. --- ham/gnuradio-audio-oss/DESCR | 7 +++++++ ham/gnuradio-audio-oss/Makefile | 14 ++++++++++++++ ham/gnuradio-audio-oss/PLIST | 8 ++++++++ ham/gnuradio-audio-oss/distinfo | 5 +++++ 4 files changed, 34 insertions(+) create mode 100644 ham/gnuradio-audio-oss/DESCR create mode 100644 ham/gnuradio-audio-oss/Makefile create mode 100644 ham/gnuradio-audio-oss/PLIST create mode 100644 ham/gnuradio-audio-oss/distinfo (limited to 'ham') diff --git a/ham/gnuradio-audio-oss/DESCR b/ham/gnuradio-audio-oss/DESCR new file mode 100644 index 00000000000..7a5d8509cb9 --- /dev/null +++ b/ham/gnuradio-audio-oss/DESCR @@ -0,0 +1,7 @@ +GNU Radio is a collection of software that when combined with minimal hardware, +allows the construction of radios where the actual waveforms transmitted and +received are defined by software. What this means is that it turns the digital +modulation schemes used in today's high performance wireless devices into +software problems. + +This module provides Open Sound System (OSS) support for GNU Radio. diff --git a/ham/gnuradio-audio-oss/Makefile b/ham/gnuradio-audio-oss/Makefile new file mode 100644 index 00000000000..6bee5caf0d8 --- /dev/null +++ b/ham/gnuradio-audio-oss/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/10/07 23:17:19 wulf Exp $ + +VERSION= 0.6 +DISTNAME= gr-audio-oss-${VERSION} +PKGNAME= gnuradio-audio-oss-${VERSION} +WRKSRC= ${WRKDIR}/${DISTNAME} +COMMENT= Open Sound System support for GNU Radio + +.include "../../meta-pkgs/gnuradio/Makefile.common" + +.include "../../mk/ossaudio.buildlink3.mk" +.include "../../ham/gnuradio-core/buildlink3.mk" +.include "../../math/fftwf/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/ham/gnuradio-audio-oss/PLIST b/ham/gnuradio-audio-oss/PLIST new file mode 100644 index 00000000000..7e2c52a9f1b --- /dev/null +++ b/ham/gnuradio-audio-oss/PLIST @@ -0,0 +1,8 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/10/07 23:17:19 wulf Exp $ +include/gnuradio/audio_oss_sink.h +include/gnuradio/audio_oss_source.h +${PYSITELIB}/gnuradio/_audio_oss.la +${PYSITELIB}/gnuradio/audio_oss.pyo +${PYSITELIB}/gnuradio/audio_oss.py +${PYSITELIB}/gnuradio/audio_oss.pyc +include/gnuradio/swig/audio_oss.i diff --git a/ham/gnuradio-audio-oss/distinfo b/ham/gnuradio-audio-oss/distinfo new file mode 100644 index 00000000000..c5fbfee0122 --- /dev/null +++ b/ham/gnuradio-audio-oss/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/10/07 23:17:19 wulf Exp $ + +SHA1 (gr-audio-oss-0.6.tar.gz) = 0ebd49159e25f989381161c730395f2adba7dc84 +RMD160 (gr-audio-oss-0.6.tar.gz) = 6599eb919c174694661524f4056bfea3fddc2c13 +Size (gr-audio-oss-0.6.tar.gz) = 365275 bytes -- cgit v1.2.3