pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/ham/gnuradio-audio-portaudio Added new package gnuradi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b92525ab1f49
branches:  trunk
changeset: 521489:b92525ab1f49
user:      wulf <wulf%pkgsrc.org@localhost>
date:      Mon Nov 13 16:38:26 2006 +0000

description:
Added new package gnuradio-audio-port-3.0.2:
A GNU Radio module providing support for portaudio

diffstat:

 ham/gnuradio-audio-portaudio/DESCR    |   7 +++++++
 ham/gnuradio-audio-portaudio/Makefile |  15 +++++++++++++++
 ham/gnuradio-audio-portaudio/PLIST    |   9 +++++++++
 ham/gnuradio-audio-portaudio/distinfo |   5 +++++
 4 files changed, 36 insertions(+), 0 deletions(-)

diffs (52 lines):

diff -r abbf6cc07fcc -r b92525ab1f49 ham/gnuradio-audio-portaudio/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/ham/gnuradio-audio-portaudio/DESCR        Mon Nov 13 16:38:26 2006 +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 portaudio support for GNU Radio
diff -r abbf6cc07fcc -r b92525ab1f49 ham/gnuradio-audio-portaudio/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/ham/gnuradio-audio-portaudio/Makefile     Mon Nov 13 16:38:26 2006 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/11/13 16:38:26 wulf Exp $
+
+PKGNAME=       gnuradio-audio-portaudio-${VERSION}
+COMMENT=       GNU Radio module adding support for portaudio
+
+.include "../../meta-pkgs/gnuradio/Makefile.common"
+
+CONF_FILES+=    ${EGDIR}/gr-audio-portaudio.conf ${PKG_SYSCONFDIR}/gr-audio-portaudio.conf
+CONFIGURE_ARGS+=--enable-gr-audio-portaudio
+
+PYTHON_PATCH_SCRIPTS+= gr-audio-portaudio/src/qa_portaudio.py
+
+.include "../../audio/portaudio-devel/buildlink3.mk"
+.include "../../ham/gnuradio-core/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r abbf6cc07fcc -r b92525ab1f49 ham/gnuradio-audio-portaudio/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/ham/gnuradio-audio-portaudio/PLIST        Mon Nov 13 16:38:26 2006 +0000
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/11/13 16:38:26 wulf Exp $
+include/gnuradio/audio_portaudio_sink.h
+include/gnuradio/audio_portaudio_source.h
+lib/python2.4/site-packages/gnuradio/_audio_portaudio.la
+lib/python2.4/site-packages/gnuradio/audio_portaudio.py
+lib/python2.4/site-packages/gnuradio/audio_portaudio.pyc
+lib/python2.4/site-packages/gnuradio/audio_portaudio.pyo
+include/gnuradio/swig/audio_portaudio.i
+share/examples/gnuradio/conf.d/gr-audio-portaudio.conf
diff -r abbf6cc07fcc -r b92525ab1f49 ham/gnuradio-audio-portaudio/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/ham/gnuradio-audio-portaudio/distinfo     Mon Nov 13 16:38:26 2006 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/11/13 16:38:26 wulf Exp $
+
+SHA1 (gnuradio-3.0.2.tar.gz) = 9d9a0e22c9e4fd9735f62c0145b9ceb61a33f9c2
+RMD160 (gnuradio-3.0.2.tar.gz) = 3ff771c2d13d680fb76d7ca82a6a11678c7069ae
+Size (gnuradio-3.0.2.tar.gz) = 3190212 bytes



Home | Main Index | Thread Index | Old Index