diff options
author | mef <mef> | 2014-10-13 12:51:08 +0000 |
---|---|---|
committer | mef <mef> | 2014-10-13 12:51:08 +0000 |
commit | 749d5bfc4171b15d9607350142d7d4da14fe3303 (patch) | |
tree | affc2f0384e9136f1aaf9a8afa0f906bb2d7965b /ham/gnuradio-noaa | |
parent | 1c2e768073f9e9abb23799e0c8b83c4b0df88850 (diff) | |
download | pkgsrc-749d5bfc4171b15d9607350142d7d4da14fe3303.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-noaa')
-rw-r--r-- | ham/gnuradio-noaa/DESCR | 7 | ||||
-rw-r--r-- | ham/gnuradio-noaa/Makefile | 12 | ||||
-rw-r--r-- | ham/gnuradio-noaa/PLIST | 26 |
3 files changed, 45 insertions, 0 deletions
diff --git a/ham/gnuradio-noaa/DESCR b/ham/gnuradio-noaa/DESCR new file mode 100644 index 00000000000..3b6ba1081a1 --- /dev/null +++ b/ham/gnuradio-noaa/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 provde NOAA, Weather Satellite Reception module. diff --git a/ham/gnuradio-noaa/Makefile b/ham/gnuradio-noaa/Makefile new file mode 100644 index 00000000000..da4f7fef632 --- /dev/null +++ b/ham/gnuradio-noaa/Makefile @@ -0,0 +1,12 @@ +# $NetBSD: Makefile,v 1.1 2014/10/13 12:51:09 mef Exp $ + +PKGNAME= gnuradio-noaa-${VERSION} +COMMENT= NOAA, Weather Satellite Reception module of GNU Radio + +.include "../../ham/gnuradio-core/Makefile.common" +.include "../../ham/gnuradio-core/Nocore.mk" + +CMAKE_ARGS+= -DENABLE_DEFAULT=OFF +CMAKE_ARGS+= -DENABLE_GR_NOAA=ON + +.include "../../mk/bsd.pkg.mk" diff --git a/ham/gnuradio-noaa/PLIST b/ham/gnuradio-noaa/PLIST new file mode 100644 index 00000000000..26728dcd726 --- /dev/null +++ b/ham/gnuradio-noaa/PLIST @@ -0,0 +1,26 @@ +@comment $NetBSD: PLIST,v 1.1 2014/10/13 12:51:09 mef Exp $ +include/gnuradio/noaa/api.h +include/gnuradio/noaa/hrpt.h +include/gnuradio/noaa/hrpt_decoder.h +include/gnuradio/noaa/hrpt_deframer.h +include/gnuradio/noaa/hrpt_pll_cf.h +include/gnuradio/swig/noaa_swig.i +include/gnuradio/swig/noaa_swig_doc.i +lib/libgnuradio-noaa.so +lib/libgnuradio-noaa.so.${PKGVERSION} +lib/pkgconfig/gnuradio-noaa.pc +${PYSITELIB}/gnuradio/noaa/__init__.py +${PYSITELIB}/gnuradio/noaa/__init__.pyc +${PYSITELIB}/gnuradio/noaa/__init__.pyo +${PYSITELIB}/gnuradio/noaa/_noaa_swig.so +${PYSITELIB}/gnuradio/noaa/noaa_swig.py +${PYSITELIB}/gnuradio/noaa/noaa_swig.pyc +${PYSITELIB}/gnuradio/noaa/noaa_swig.pyo +share/gnuradio/examples/noaa/file_rx_hrpt.grc +share/gnuradio/examples/noaa/hrpt_decode.grc +share/gnuradio/examples/noaa/hrpt_demod.grc +share/gnuradio/examples/noaa/usrp_rx_hrpt.grc +share/gnuradio/examples/noaa/usrp_rx_hrpt_nogui.grc +share/gnuradio/grc/blocks/noaa_hrpt_decoder.xml +share/gnuradio/grc/blocks/noaa_hrpt_deframer.xml +share/gnuradio/grc/blocks/noaa_hrpt_pll_cf.xml |