summaryrefslogtreecommitdiff
path: root/ham/gnuradio-uhd
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2014-10-13 12:51:08 +0000
committermef <mef@pkgsrc.org>2014-10-13 12:51:08 +0000
commitccc99f7d40c78bb9263e7ff2eb9d28e03534325e (patch)
treeaffc2f0384e9136f1aaf9a8afa0f906bb2d7965b /ham/gnuradio-uhd
parent776a7917cde90c282094cd4b6a3c647d732fe514 (diff)
downloadpkgsrc-ccc99f7d40c78bb9263e7ff2eb9d28e03534325e.tar.gz
Update GNU Radio 3.3.0 (2010-09-15) to 3.7.5
See the thread for modularity issues etc: http://mail-index.netbsd.org/pkgsrc-users/2014/09/07/msg020346.html See more info at recent gnuradio-core/Makefile commit log, thanks.
Diffstat (limited to 'ham/gnuradio-uhd')
-rw-r--r--ham/gnuradio-uhd/DESCR7
-rw-r--r--ham/gnuradio-uhd/Makefile20
-rw-r--r--ham/gnuradio-uhd/PLIST68
-rw-r--r--ham/gnuradio-uhd/buildlink3.mk13
4 files changed, 108 insertions, 0 deletions
diff --git a/ham/gnuradio-uhd/DESCR b/ham/gnuradio-uhd/DESCR
new file mode 100644
index 00000000000..d9e2115a025
--- /dev/null
+++ b/ham/gnuradio-uhd/DESCR
@@ -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 package provide uhd-based encoding and decoding algorithms for GNU Radio.
diff --git a/ham/gnuradio-uhd/Makefile b/ham/gnuradio-uhd/Makefile
new file mode 100644
index 00000000000..15b772decac
--- /dev/null
+++ b/ham/gnuradio-uhd/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2014/10/13 12:51:10 mef Exp $
+
+PKGNAME= gnuradio-uhd-${VERSION}
+COMMENT= Uhd-based encoding and decoding algorithms for GNU Radio
+
+# (acutually, redundent for now)
+PKG_OPTIONS.gnuradio=
+.include "../../ham/gnuradio-core/Makefile.common"
+.include "../../ham/gnuradio-core/Nocore.mk"
+
+CMAKE_ARGS+= -DENABLE_DEFAULT=False
+CMAKE_ARGS+= -DENABLE_GR_UHD=True
+CMAKE_ARGS+= -DENABLE_PYTHON=True
+
+CMAKE_ARGS+= -DUHD_LIBRARIES=${PREFIX}/lib/libuhd.so
+CMAKE_ARGS+= -DUHD_INCLUDE_DIRS=${PREFIX}/include/uhd/usrp
+
+.include "../../ham/uhd/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/ham/gnuradio-uhd/PLIST b/ham/gnuradio-uhd/PLIST
new file mode 100644
index 00000000000..1063ccfd8e1
--- /dev/null
+++ b/ham/gnuradio-uhd/PLIST
@@ -0,0 +1,68 @@
+@comment $NetBSD: PLIST,v 1.1 2014/10/13 12:51:10 mef Exp $
+bin/uhd_fft
+bin/uhd_rx_cfile
+bin/uhd_rx_nogui
+bin/uhd_siggen
+bin/uhd_siggen_gui
+include/gnuradio/swig/uhd_swig.i
+include/gnuradio/swig/uhd_swig_doc.i
+include/gnuradio/uhd/amsg_source.h
+include/gnuradio/uhd/api.h
+include/gnuradio/uhd/usrp_sink.h
+include/gnuradio/uhd/usrp_source.h
+lib/libgnuradio-uhd.so
+lib/libgnuradio-uhd.so.${PKGVERSION}
+lib/pkgconfig/gnuradio-uhd.pc
+${PYSITELIB}/gnuradio/uhd/__init__.py
+${PYSITELIB}/gnuradio/uhd/__init__.pyc
+${PYSITELIB}/gnuradio/uhd/__init__.pyo
+${PYSITELIB}/gnuradio/uhd/_uhd_swig.so
+${PYSITELIB}/gnuradio/uhd/uhd_siggen_base.py
+${PYSITELIB}/gnuradio/uhd/uhd_siggen_base.pyc
+${PYSITELIB}/gnuradio/uhd/uhd_siggen_base.pyo
+${PYSITELIB}/gnuradio/uhd/uhd_swig.py
+${PYSITELIB}/gnuradio/uhd/uhd_swig.pyc
+${PYSITELIB}/gnuradio/uhd/uhd_swig.pyo
+share/doc/gnuradio-${PKGVERSION}/README.uhd
+share/gnuradio/examples/hf_explorer/README
+share/gnuradio/examples/hf_explorer/hfx.py
+share/gnuradio/examples/hf_explorer/hfx_help
+share/gnuradio/examples/hf_radio/README.TXT
+share/gnuradio/examples/hf_radio/hfir.sci
+share/gnuradio/examples/hf_radio/input.py
+share/gnuradio/examples/hf_radio/output.py
+share/gnuradio/examples/hf_radio/radio.py
+share/gnuradio/examples/hf_radio/radio.xml
+share/gnuradio/examples/hf_radio/ssb_taps
+share/gnuradio/examples/hf_radio/ssbagc.py
+share/gnuradio/examples/hf_radio/ssbdemod.py
+share/gnuradio/examples/hf_radio/startup.py
+share/gnuradio/examples/hf_radio/ui.py
+share/gnuradio/examples/uhd/fm_tx4.py
+share/gnuradio/examples/uhd/fm_tx_2_daughterboards.py
+share/gnuradio/examples/uhd/max_power.py
+share/gnuradio/examples/uhd/tags_demo
+share/gnuradio/examples/uhd/uhd_const_wave.grc
+share/gnuradio/examples/uhd/uhd_dpsk_mod.grc
+share/gnuradio/examples/uhd/uhd_fft.grc
+share/gnuradio/examples/uhd/uhd_rx_dpsk.grc
+share/gnuradio/examples/uhd/uhd_two_tone_loopback.grc
+share/gnuradio/examples/uhd/uhd_tx_dpsk.grc
+share/gnuradio/examples/uhd/uhd_wbfm_receive.grc
+share/gnuradio/examples/uhd/usrp_am_mw_rcv.py
+share/gnuradio/examples/uhd/usrp_nbfm_ptt.py
+share/gnuradio/examples/uhd/usrp_nbfm_rcv.py
+share/gnuradio/examples/uhd/usrp_spectrum_sense.py
+share/gnuradio/examples/uhd/usrp_tv_rcv.py
+share/gnuradio/examples/uhd/usrp_tv_rcv_nogui.py
+share/gnuradio/examples/uhd/usrp_wfm_rcv.py
+share/gnuradio/examples/uhd/usrp_wfm_rcv2_nogui.py
+share/gnuradio/examples/uhd/usrp_wfm_rcv_fmdet.py
+share/gnuradio/examples/uhd/usrp_wfm_rcv_nogui.py
+share/gnuradio/examples/uhd/usrp_wfm_rcv_pll.py
+share/gnuradio/examples/uhd/usrp_wfm_rcv_sca.py
+share/gnuradio/examples/uhd/usrp_wxapt_rcv.py
+share/gnuradio/grc/blocks/uhd_amsg_source.xml
+share/gnuradio/grc/blocks/uhd_block_tree.xml
+share/gnuradio/grc/blocks/uhd_usrp_sink.xml
+share/gnuradio/grc/blocks/uhd_usrp_source.xml
diff --git a/ham/gnuradio-uhd/buildlink3.mk b/ham/gnuradio-uhd/buildlink3.mk
new file mode 100644
index 00000000000..46f93f8e35a
--- /dev/null
+++ b/ham/gnuradio-uhd/buildlink3.mk
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.1 2014/10/13 12:51:10 mef Exp $
+
+BUILDLINK_TREE+= gnuradio-uhd
+
+.if !defined(GNURADIO_UHD_BUILDLINK3_MK)
+GNURADIO_UHD_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.gnuradio-uhd+= gnuradio-uhd>=3.7.5
+BUILDLINK_ABI_DEPENDS.gnuradio-uhd+= gnuradio-uhd>=3.7.5
+BUILDLINK_PKGSRCDIR.gnuradio-uhd?= ../../ham/gnuradio-uhd
+.endif # GNURADIO_UHD_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -gnuradio-uhd