summaryrefslogtreecommitdiff
path: root/ham/gnuradio-examples
diff options
context:
space:
mode:
authormarkd <markd>2009-08-12 12:20:04 +0000
committermarkd <markd>2009-08-12 12:20:04 +0000
commit3669bf0ec54aaf318c17a202c4cbe34b4594b7ce (patch)
tree0d3c87ac3824ede4714f07ff2be4d1cadb4fa5b9 /ham/gnuradio-examples
parent535b07d13c7912627de7f5d0dfc38b67110b9f91 (diff)
downloadpkgsrc-3669bf0ec54aaf318c17a202c4cbe34b4594b7ce.tar.gz
Update to gnuradio 3.2
many new features and bugfixes.
Diffstat (limited to 'ham/gnuradio-examples')
-rw-r--r--ham/gnuradio-examples/Makefile3
-rw-r--r--ham/gnuradio-examples/PLIST98
-rw-r--r--ham/gnuradio-examples/distinfo8
3 files changed, 53 insertions, 56 deletions
diff --git a/ham/gnuradio-examples/Makefile b/ham/gnuradio-examples/Makefile
index 0ca422a0ec4..57a3dcb0eb4 100644
--- a/ham/gnuradio-examples/Makefile
+++ b/ham/gnuradio-examples/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2008/03/04 15:51:59 jlam Exp $
+# $NetBSD: Makefile,v 1.12 2009/08/12 12:21:40 markd Exp $
PKGNAME= gnuradio-examples-${VERSION}
COMMENT= GUI framework for GNU Radio based on wxPython
@@ -9,6 +9,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
.include "../../meta-pkgs/gnuradio/Makefile.common"
CONFIGURE_ARGS+=--enable-gnuradio-examples
+CONFIGURE_ARGS+=--with-gnuradio-core --with-omnithread --with-gruel
EXAMPLE_DIR= ${LOCALBASE}/share/examples/gnuradio/python
diff --git a/ham/gnuradio-examples/PLIST b/ham/gnuradio-examples/PLIST
index c89af0d5dcb..46609495fbc 100644
--- a/ham/gnuradio-examples/PLIST
+++ b/ham/gnuradio-examples/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2009/06/14 18:00:33 joerg Exp $
+@comment $NetBSD: PLIST,v 1.8 2009/08/12 12:21:40 markd Exp $
share/examples/gnuradio/python/apps/README
share/examples/gnuradio/python/apps/hf_explorer/README
share/examples/gnuradio/python/apps/hf_explorer/hfx2.py
@@ -18,89 +18,85 @@ share/examples/gnuradio/python/audio/audio_copy.py
share/examples/gnuradio/python/audio/audio_fft.py
share/examples/gnuradio/python/audio/audio_play.py
share/examples/gnuradio/python/audio/audio_to_file.py
-share/examples/gnuradio/python/audio/dial_squelch.py
share/examples/gnuradio/python/audio/dial_tone.py
-share/examples/gnuradio/python/audio/dialtone_v.py
+share/examples/gnuradio/python/audio/dial_tone_daemon.py
+share/examples/gnuradio/python/audio/dial_tone_wav.py
share/examples/gnuradio/python/audio/mono_tone.py
share/examples/gnuradio/python/audio/multi_tone.py
+share/examples/gnuradio/python/audio/noise.py
share/examples/gnuradio/python/audio/spectrum_inversion.py
share/examples/gnuradio/python/audio/test_resampler.py
-share/examples/gnuradio/python/channel-coding/README
-share/examples/gnuradio/python/channel-coding/fsm_files/awgn1o2_128.fsm
-share/examples/gnuradio/python/channel-coding/fsm_files/awgn1o2_16.fsm
-share/examples/gnuradio/python/channel-coding/fsm_files/awgn1o2_4.fsm
-share/examples/gnuradio/python/channel-coding/fsm_files/awgn1o2_8.fsm
-share/examples/gnuradio/python/channel-coding/fsm_files/awgn2o3_16.fsm
-share/examples/gnuradio/python/channel-coding/fsm_files/awgn2o3_4.fsm
-share/examples/gnuradio/python/channel-coding/fsm_files/awgn2o3_4_msb.fsm
-share/examples/gnuradio/python/channel-coding/fsm_files/awgn2o3_4_msbG.fsm
-share/examples/gnuradio/python/channel-coding/fsm_files/awgn2o3_8.fsm
-share/examples/gnuradio/python/channel-coding/fsm_files/awgn2o4_4.fsm
-share/examples/gnuradio/python/channel-coding/fsm_files/disconnected.fsm
-share/examples/gnuradio/python/channel-coding/fsm_files/rep3.fsm
-share/examples/gnuradio/python/channel-coding/fsm_files/rep5.fsm
-share/examples/gnuradio/python/channel-coding/fsm_files/simple.fsm
-share/examples/gnuradio/python/channel-coding/fsm_utils.py
-share/examples/gnuradio/python/channel-coding/test_sccc_hard.py
-share/examples/gnuradio/python/channel-coding/test_sccc_soft.py
-share/examples/gnuradio/python/channel-coding/test_sccc_turbo.py
-share/examples/gnuradio/python/channel-coding/test_tcm.py
-share/examples/gnuradio/python/channel-coding/test_tcm1.py
-share/examples/gnuradio/python/channel-coding/test_tcm2.py
-share/examples/gnuradio/python/channel-coding/test_tcm_combined.py
-share/examples/gnuradio/python/channel-coding/test_tcm_parallel.py
-share/examples/gnuradio/python/channel-coding/test_turbo_equalization.py
-share/examples/gnuradio/python/channel-coding/test_turbo_equalization1.py
-share/examples/gnuradio/python/channel-coding/test_turbo_equalization2.py
-share/examples/gnuradio/python/channel-coding/test_viterbi_equalization.py
-share/examples/gnuradio/python/channel-coding/test_viterbi_equalization1.py
+share/examples/gnuradio/python/digital-bert/README
+share/examples/gnuradio/python/digital-bert/benchmark_rx.py
+share/examples/gnuradio/python/digital-bert/benchmark_tx.py
+share/examples/gnuradio/python/digital-bert/receive_path.py
+share/examples/gnuradio/python/digital-bert/transmit_path.py
share/examples/gnuradio/python/digital/README
+share/examples/gnuradio/python/digital/benchmark_loopback.py
share/examples/gnuradio/python/digital/benchmark_rx.py
share/examples/gnuradio/python/digital/benchmark_tx.py
-share/examples/gnuradio/python/digital/fusb_options.py
share/examples/gnuradio/python/digital/gen_whitener.py
+share/examples/gnuradio/python/digital/generic_usrp.py
share/examples/gnuradio/python/digital/pick_bitrate.py
share/examples/gnuradio/python/digital/receive_path.py
+share/examples/gnuradio/python/digital/receive_path_lb.py
+share/examples/gnuradio/python/digital/run_length.py
share/examples/gnuradio/python/digital/rx_voice.py
share/examples/gnuradio/python/digital/transmit_path.py
+share/examples/gnuradio/python/digital/transmit_path_lb.py
share/examples/gnuradio/python/digital/tunnel.py
share/examples/gnuradio/python/digital/tx_voice.py
+share/examples/gnuradio/python/digital/usrp_options.py
+share/examples/gnuradio/python/digital_voice/cvsd_test.py
share/examples/gnuradio/python/digital_voice/encdec.py
+share/examples/gnuradio/python/mp-sched/README
+share/examples/gnuradio/python/mp-sched/plot_flops.py
+share/examples/gnuradio/python/mp-sched/run_synthetic.py
+share/examples/gnuradio/python/mp-sched/synthetic.py
+share/examples/gnuradio/python/mp-sched/wfm_rcv_pll_to_wav.py
share/examples/gnuradio/python/multi-antenna/multi_fft.py
share/examples/gnuradio/python/multi-antenna/multi_file.py
share/examples/gnuradio/python/multi-antenna/multi_scope.py
share/examples/gnuradio/python/multi_usrp/README
share/examples/gnuradio/python/multi_usrp/multi_usrp_oscope.py
share/examples/gnuradio/python/multi_usrp/multi_usrp_rx_cfile.py
-share/examples/gnuradio/python/networking/measurement_slave.py
-share/examples/gnuradio/python/usrp/am_rcv.py
-share/examples/gnuradio/python/usrp/ayfabtu.py
-share/examples/gnuradio/python/usrp/benchmark_usb.py
-share/examples/gnuradio/python/usrp/flexrf_debug.py
-share/examples/gnuradio/python/usrp/flexrf_siggen.py
+share/examples/gnuradio/python/network/audio_sink.py
+share/examples/gnuradio/python/network/audio_source.py
+share/examples/gnuradio/python/network/dial_tone_sink.py
+share/examples/gnuradio/python/network/dial_tone_source.py
+share/examples/gnuradio/python/network/vector_sink.py
+share/examples/gnuradio/python/network/vector_source.py
+share/examples/gnuradio/python/ofdm/benchmark_ofdm.py
+share/examples/gnuradio/python/ofdm/benchmark_ofdm_rx.py
+share/examples/gnuradio/python/ofdm/benchmark_ofdm_tx.py
+share/examples/gnuradio/python/ofdm/fftshift.py
+share/examples/gnuradio/python/ofdm/fusb_options.py
+share/examples/gnuradio/python/ofdm/ofdm_mod_demod_test.py
+share/examples/gnuradio/python/ofdm/ofdm_sync.m
+share/examples/gnuradio/python/ofdm/ofdm_sync_pn.m
+share/examples/gnuradio/python/ofdm/pick_bitrate.py
+share/examples/gnuradio/python/ofdm/plot_ofdm.m
+share/examples/gnuradio/python/ofdm/receive_path.py
+share/examples/gnuradio/python/ofdm/transmit_path.py
+share/examples/gnuradio/python/ofdm/tunnel.py
share/examples/gnuradio/python/usrp/fm_tx4.py
share/examples/gnuradio/python/usrp/fm_tx_2_daughterboards.py
share/examples/gnuradio/python/usrp/max_power.py
-share/examples/gnuradio/python/usrp/siggen_min2.py
-share/examples/gnuradio/python/usrp/test_counting.py
share/examples/gnuradio/python/usrp/test_dft_analysis.py
share/examples/gnuradio/python/usrp/test_dft_synth.py
-share/examples/gnuradio/python/usrp/test_digital_loopback_counting.py
-share/examples/gnuradio/python/usrp/test_digital_loopback_lfsr.py
-share/examples/gnuradio/python/usrp/tvrx_am_rcv_gui.py
-share/examples/gnuradio/python/usrp/usrp_fft.py
-share/examples/gnuradio/python/usrp/usrp_fft_old.py
+share/examples/gnuradio/python/usrp/usrp_am_mw_rcv.py
+share/examples/gnuradio/python/usrp/usrp_benchmark_usb.py
share/examples/gnuradio/python/usrp/usrp_nbfm_ptt.py
share/examples/gnuradio/python/usrp/usrp_nbfm_rcv.py
-share/examples/gnuradio/python/usrp/usrp_oscope.py
-share/examples/gnuradio/python/usrp/usrp_rx_cfile.py
-share/examples/gnuradio/python/usrp/usrp_rx_nogui.py
-share/examples/gnuradio/python/usrp/usrp_siggen.py
+share/examples/gnuradio/python/usrp/usrp_spectrum_sense.py
+share/examples/gnuradio/python/usrp/usrp_test_loop_lfsr.py
share/examples/gnuradio/python/usrp/usrp_tv_rcv.py
share/examples/gnuradio/python/usrp/usrp_tv_rcv_nogui.py
share/examples/gnuradio/python/usrp/usrp_wfm_rcv.py
share/examples/gnuradio/python/usrp/usrp_wfm_rcv2_nogui.py
+share/examples/gnuradio/python/usrp/usrp_wfm_rcv_fmdet.py
share/examples/gnuradio/python/usrp/usrp_wfm_rcv_nogui.py
share/examples/gnuradio/python/usrp/usrp_wfm_rcv_pll.py
+share/examples/gnuradio/python/usrp/usrp_wfm_rcv_sca.py
share/examples/gnuradio/python/usrp/usrp_wxapt_rcv.py
-share/examples/gnuradio/python/usrp/wfm_rcv_file.py
+share/examples/gnuradio/python/usrp2/usrp2_wfm_rcv.py
diff --git a/ham/gnuradio-examples/distinfo b/ham/gnuradio-examples/distinfo
index 5b8045b13c9..7c11394fd73 100644
--- a/ham/gnuradio-examples/distinfo
+++ b/ham/gnuradio-examples/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2007/08/08 03:10:18 wulf Exp $
+$NetBSD: distinfo,v 1.6 2009/08/12 12:21:40 markd Exp $
-SHA1 (gnuradio-3.0.4.tar.gz) = ce2d0bd4c5217cdda8c675c80a446ca38f274121
-RMD160 (gnuradio-3.0.4.tar.gz) = a1d4ae0495f51c5b7349dd8d1305b4bfb16056dc
-Size (gnuradio-3.0.4.tar.gz) = 3381051 bytes
+SHA1 (gnuradio-3.2.tar.gz) = 3d7e177a57f8c40ec5ac95161f06097872aef1ba
+RMD160 (gnuradio-3.2.tar.gz) = 9d36dc6427eaf59795c8d4853764d5a526cfbce8
+Size (gnuradio-3.2.tar.gz) = 6864952 bytes