pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/ham/gnuradio-examples New package gnuradio-examples: T...
details: https://anonhg.NetBSD.org/pkgsrc/rev/98d0ff5ca78a
branches: trunk
changeset: 500419:98d0ff5ca78a
user: wulf <wulf%pkgsrc.org@localhost>
date: Fri Oct 07 23:02:54 2005 +0000
description:
New package gnuradio-examples: This modules provides examples that
demonstrate the use of GNU Radio
diffstat:
ham/gnuradio-examples/DESCR | 8 ++++++
ham/gnuradio-examples/Makefile | 20 ++++++++++++++++
ham/gnuradio-examples/PLIST | 50 ++++++++++++++++++++++++++++++++++++++++++
ham/gnuradio-examples/distinfo | 5 ++++
4 files changed, 83 insertions(+), 0 deletions(-)
diffs (99 lines):
diff -r c002dfe1f1e1 -r 98d0ff5ca78a ham/gnuradio-examples/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ham/gnuradio-examples/DESCR Fri Oct 07 23:02:54 2005 +0000
@@ -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 -r c002dfe1f1e1 -r 98d0ff5ca78a ham/gnuradio-examples/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ham/gnuradio-examples/Makefile Fri Oct 07 23:02:54 2005 +0000
@@ -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 -r c002dfe1f1e1 -r 98d0ff5ca78a ham/gnuradio-examples/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ham/gnuradio-examples/PLIST Fri Oct 07 23:02:54 2005 +0000
@@ -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 -r c002dfe1f1e1 -r 98d0ff5ca78a ham/gnuradio-examples/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ham/gnuradio-examples/distinfo Fri Oct 07 23:02:54 2005 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index