pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/ham/gnuradio-audio-oss New package gnuradio-audio-oss:...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c9ba6e30c1ac
branches:  trunk
changeset: 500423:c9ba6e30c1ac
user:      wulf <wulf%pkgsrc.org@localhost>
date:      Fri Oct 07 23:17:19 2005 +0000

description:
New package gnuradio-audio-oss: This module provides Open Sound System (OSS)
support for GNU Radio.

diffstat:

 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(+), 0 deletions(-)

diffs (50 lines):

diff -r 56d720190f01 -r c9ba6e30c1ac ham/gnuradio-audio-oss/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/ham/gnuradio-audio-oss/DESCR      Fri Oct 07 23:17:19 2005 +0000
@@ -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 -r 56d720190f01 -r c9ba6e30c1ac ham/gnuradio-audio-oss/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/ham/gnuradio-audio-oss/Makefile   Fri Oct 07 23:17:19 2005 +0000
@@ -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 -r 56d720190f01 -r c9ba6e30c1ac ham/gnuradio-audio-oss/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/ham/gnuradio-audio-oss/PLIST      Fri Oct 07 23:17:19 2005 +0000
@@ -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 -r 56d720190f01 -r c9ba6e30c1ac ham/gnuradio-audio-oss/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/ham/gnuradio-audio-oss/distinfo   Fri Oct 07 23:17:19 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index