diff --git a/ham/gnuradio-audio-jack/DESCR b/ham/gnuradio-audio-jack/DESCR deleted file mode 100644 index ac42c268d1a3..000000000000 --- a/ham/gnuradio-audio-jack/DESCR +++ /dev/null @@ -1,7 +0,0 @@ -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 contains support for JACK, a low latency audio server. diff --git a/ham/gnuradio-audio-jack/Makefile b/ham/gnuradio-audio-jack/Makefile deleted file mode 100644 index f8429fdb86ce..000000000000 --- a/ham/gnuradio-audio-jack/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $NetBSD: Makefile,v 1.17 2014/08/13 10:57:35 adam Exp $ - -PKGNAME= gnuradio-audio-jack-${VERSION} -PKGREVISION= 11 -COMMENT= GNU Radio module for jack low latency audio server - -.include "../../meta-pkgs/gnuradio/Makefile.common" - -CONF_FILES+= ${EGDIR}/gr-audio-jack.conf ${PKG_SYSCONFDIR}/gr-audio-jack.conf -CONFIGURE_ARGS+=--enable-gr-audio-jack -CONFIGURE_ARGS+=--with-gnuradio-core --with-omnithread --with-gruel - -REPLACE_PYTHON+= gr-audio-jack/src/python/qa_jack.py - -.include "../../audio/jack/buildlink3.mk" -.include "../../ham/gnuradio-core/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/ham/gnuradio-audio-jack/PLIST b/ham/gnuradio-audio-jack/PLIST deleted file mode 100644 index 722526b0f786..000000000000 --- a/ham/gnuradio-audio-jack/PLIST +++ /dev/null @@ -1,11 +0,0 @@ -@comment $NetBSD: PLIST,v 1.3 2010/09/15 09:38:43 markd Exp $ -include/gnuradio/audio_jack_sink.h -include/gnuradio/audio_jack_source.h -include/gnuradio/swig/audio_jack.i -lib/libgnuradio-audio-jack.la -lib/pkgconfig/gnuradio-audio-jack.pc -${PYSITELIB}/gnuradio/_audio_jack.la -${PYSITELIB}/gnuradio/audio_jack.py -${PYSITELIB}/gnuradio/audio_jack.pyc -${PYSITELIB}/gnuradio/audio_jack.pyo -share/examples/gnuradio/conf.d/gr-audio-jack.conf diff --git a/ham/gnuradio-audio-oss/DESCR b/ham/gnuradio-audio-oss/DESCR deleted file mode 100644 index 7a5d8509cb9e..000000000000 --- a/ham/gnuradio-audio-oss/DESCR +++ /dev/null @@ -1,7 +0,0 @@ -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 deleted file mode 100644 index f72e574bb5df..000000000000 --- a/ham/gnuradio-audio-oss/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $NetBSD: Makefile,v 1.24 2014/08/13 10:57:36 adam Exp $ - -PKGNAME= gnuradio-audio-oss-${VERSION} -PKGREVISION= 10 -COMMENT= Open Sound System support for GNU Radio - -.include "../../meta-pkgs/gnuradio/Makefile.common" - -CONF_FILES+= ${EGDIR}/gr-audio-oss.conf ${PKG_SYSCONFDIR}/gr-audio-oss.conf -CONFIGURE_ARGS+=--enable-gr-audio-oss -CONFIGURE_ARGS+=--with-gnuradio-core --with-omnithread --with-gruel - -REPLACE_PYTHON+= gr-audio-oss/src/qa_oss.py -#LDFLAGS = -lgnuradio-core ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS} - -.include "../../mk/oss.buildlink3.mk" -.include "../../ham/gnuradio-core/buildlink3.mk" -.include "../../mk/pthread.buildlink3.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/ham/gnuradio-audio-oss/PLIST b/ham/gnuradio-audio-oss/PLIST deleted file mode 100644 index 0c0754dbac37..000000000000 --- a/ham/gnuradio-audio-oss/PLIST +++ /dev/null @@ -1,11 +0,0 @@ -@comment $NetBSD: PLIST,v 1.4 2010/09/15 09:38:43 markd Exp $ -include/gnuradio/audio_oss_sink.h -include/gnuradio/audio_oss_source.h -include/gnuradio/swig/audio_oss.i -lib/libgnuradio-audio-oss.la -lib/pkgconfig/gnuradio-audio-oss.pc -${PYSITELIB}/gnuradio/_audio_oss.la -${PYSITELIB}/gnuradio/audio_oss.py -${PYSITELIB}/gnuradio/audio_oss.pyc -${PYSITELIB}/gnuradio/audio_oss.pyo -share/examples/gnuradio/conf.d/gr-audio-oss.conf diff --git a/ham/gnuradio-audio-portaudio/DESCR b/ham/gnuradio-audio-portaudio/DESCR deleted file mode 100644 index a2c55c8aa8b0..000000000000 --- a/ham/gnuradio-audio-portaudio/DESCR +++ /dev/null @@ -1,7 +0,0 @@ -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 --git a/ham/gnuradio-audio-portaudio/Makefile b/ham/gnuradio-audio-portaudio/Makefile deleted file mode 100644 index 27d2f71c8652..000000000000 --- a/ham/gnuradio-audio-portaudio/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $NetBSD: Makefile,v 1.15 2014/08/13 10:57:36 adam Exp $ - -PKGNAME= gnuradio-audio-portaudio-${VERSION} -PKGREVISION= 10 -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 -CONFIGURE_ARGS+=--with-gnuradio-core --with-omnithread --with-gruel - -REPLACE_PYTHON+= 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 --git a/ham/gnuradio-audio-portaudio/PLIST b/ham/gnuradio-audio-portaudio/PLIST deleted file mode 100644 index bc038ffb3b4d..000000000000 --- a/ham/gnuradio-audio-portaudio/PLIST +++ /dev/null @@ -1,11 +0,0 @@ -@comment $NetBSD: PLIST,v 1.3 2010/09/15 09:38:43 markd Exp $ -include/gnuradio/audio_portaudio_sink.h -include/gnuradio/audio_portaudio_source.h -include/gnuradio/swig/audio_portaudio.i -lib/libgnuradio-audio-portaudio.la -lib/pkgconfig/gnuradio-audio-portaudio.pc -${PYSITELIB}/gnuradio/_audio_portaudio.la -${PYSITELIB}/gnuradio/audio_portaudio.py -${PYSITELIB}/gnuradio/audio_portaudio.pyc -${PYSITELIB}/gnuradio/audio_portaudio.pyo -share/examples/gnuradio/conf.d/gr-audio-portaudio.conf