diff options
author | wulf <wulf> | 2005-10-07 23:02:54 +0000 |
---|---|---|
committer | wulf <wulf> | 2005-10-07 23:02:54 +0000 |
commit | 160c53d2d470ff8b2546c2227032bf6cf97e4f87 (patch) | |
tree | 4bb4e5b5d196bd3e6fafede7495e84b4d9eac09c /ham | |
parent | 345146ef047a567ec323bf0240beeaea2ad4ae3b (diff) | |
download | pkgsrc-160c53d2d470ff8b2546c2227032bf6cf97e4f87.tar.gz |
New package gnuradio-examples: This modules provides examples that
demonstrate the use of GNU Radio
Diffstat (limited to 'ham')
-rw-r--r-- | ham/gnuradio-examples/DESCR | 8 | ||||
-rw-r--r-- | ham/gnuradio-examples/Makefile | 20 | ||||
-rw-r--r-- | ham/gnuradio-examples/PLIST | 50 | ||||
-rw-r--r-- | ham/gnuradio-examples/distinfo | 5 |
4 files changed, 83 insertions, 0 deletions
diff --git a/ham/gnuradio-examples/DESCR b/ham/gnuradio-examples/DESCR new file mode 100644 index 00000000000..904feb455df --- /dev/null +++ b/ham/gnuradio-examples/DESCR @@ -0,0 +1,8 @@ +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 example code that may be used to exercise GNU Radio or +as a starting point for a new project. diff --git a/ham/gnuradio-examples/Makefile b/ham/gnuradio-examples/Makefile new file mode 100644 index 00000000000..1303be224d9 --- /dev/null +++ b/ham/gnuradio-examples/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/10/07 23:02:54 wulf Exp $ + +DISTNAME= gnuradio-examples-0.4 +COMMENT= GUI framework for GNU Radio based on wxPython +COMMENT= Examples for GNU Radio + +EXAMPLE_DIR= ${LOCALBASE}/share/examples/gnuradio/python + +do-install: + for file in audio gmsk mc4020 usrp; \ + do \ + ${INSTALL_SCRIPT_DIR} ${EXAMPLE_DIR}/$${file}; \ + ${INSTALL_SCRIPT} ${WRKSRC}/python/$${file}/*\.py \ + ${EXAMPLE_DIR}/$${file}; \ + done + +.include "../../meta-pkgs/gnuradio/Makefile.common" + +.include "../../ham/gnuradio-wxgui/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/ham/gnuradio-examples/PLIST b/ham/gnuradio-examples/PLIST new file mode 100644 index 00000000000..1d53547f1a7 --- /dev/null +++ b/ham/gnuradio-examples/PLIST @@ -0,0 +1,50 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/10/07 23:02:54 wulf Exp $ +share/examples/gnuradio/python/audio/audio_copy.py +share/examples/gnuradio/python/audio/audio_play.py +share/examples/gnuradio/python/audio/audio_to_file.py +share/examples/gnuradio/python/audio/dial_tone.py +share/examples/gnuradio/python/audio/mono_tone.py +share/examples/gnuradio/python/audio/multi_tone.py +share/examples/gnuradio/python/audio/spectrum_inversion.py +share/examples/gnuradio/python/gmsk/ggmsk-test.py +share/examples/gnuradio/python/gmsk/gmsk-test.py +share/examples/gnuradio/python/gmsk/rx.py +share/examples/gnuradio/python/gmsk/tx.py +share/examples/gnuradio/python/mc4020/fm_demod.py +share/examples/gnuradio/python/mc4020/mc4020_fft.py +share/examples/gnuradio/python/usrp/am_rcv.py +share/examples/gnuradio/python/usrp/benchmark_usb.py +share/examples/gnuradio/python/usrp/dbs_debug.py +share/examples/gnuradio/python/usrp/dbs_fft.py +share/examples/gnuradio/python/usrp/dbs_nbfm.py +share/examples/gnuradio/python/usrp/dsb_tx.py +share/examples/gnuradio/python/usrp/fm_tx4.py +share/examples/gnuradio/python/usrp/fsk_loopback.py +share/examples/gnuradio/python/usrp/fsk_rx.py +share/examples/gnuradio/python/usrp/fsk_tx.py +share/examples/gnuradio/python/usrp/max_power.py +share/examples/gnuradio/python/usrp/nbfm_ptt_quick_and_dirty.py +share/examples/gnuradio/python/usrp/nbfm_rcv.py +share/examples/gnuradio/python/usrp/test_counting.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_debug.py +share/examples/gnuradio/python/usrp/tvrx_wfm_rcv_gui.py +share/examples/gnuradio/python/usrp/tweak_adc_offset.py +share/examples/gnuradio/python/usrp/usrp_fft.py +share/examples/gnuradio/python/usrp/usrp_fft_simple.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_file.py +share/examples/gnuradio/python/usrp/usrp_siggen.py +share/examples/gnuradio/python/usrp/wfm_rcv.py +share/examples/gnuradio/python/usrp/wfm_rcv_dual.py +share/examples/gnuradio/python/usrp/wfm_rcv_file.py +share/examples/gnuradio/python/usrp/wfm_rcv_gui.py +share/examples/gnuradio/python/usrp/wfm_rcv_many.py +@dirrm share/examples/gnuradio/python/audio +@dirrm share/examples/gnuradio/python/gmsk +@dirrm share/examples/gnuradio/python/mc4020 +@dirrm share/examples/gnuradio/python/usrp +@dirrm share/examples/gnuradio/python +@dirrm share/examples/gnuradio diff --git a/ham/gnuradio-examples/distinfo b/ham/gnuradio-examples/distinfo new file mode 100644 index 00000000000..b1943dd0c67 --- /dev/null +++ b/ham/gnuradio-examples/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/10/07 23:02:54 wulf Exp $ + +SHA1 (gnuradio-examples-0.4.tar.gz) = b3d6640659f91e9ae34fcf415a493830b43154ce +RMD160 (gnuradio-examples-0.4.tar.gz) = ba545a191a84d1a6a82e27feaf1dc1f684f6166a +Size (gnuradio-examples-0.4.tar.gz) = 176118 bytes |