summaryrefslogtreecommitdiff
path: root/ham/gnuradio-dtv
diff options
context:
space:
mode:
authormef <mef>2014-10-13 12:51:08 +0000
committermef <mef>2014-10-13 12:51:08 +0000
commit775c0d55aa4b6de548bda6217dcfeb4e688b4121 (patch)
treeaffc2f0384e9136f1aaf9a8afa0f906bb2d7965b /ham/gnuradio-dtv
parent26a46c472d0fa3dec0e69277a9dbe0dea2202e74 (diff)
downloadpkgsrc-775c0d55aa4b6de548bda6217dcfeb4e688b4121.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-dtv')
-rw-r--r--ham/gnuradio-dtv/DESCR8
-rw-r--r--ham/gnuradio-dtv/Makefile14
-rw-r--r--ham/gnuradio-dtv/PLIST43
-rw-r--r--ham/gnuradio-dtv/buildlink3.mk13
4 files changed, 78 insertions, 0 deletions
diff --git a/ham/gnuradio-dtv/DESCR b/ham/gnuradio-dtv/DESCR
new file mode 100644
index 00000000000..2daf5cc730d
--- /dev/null
+++ b/ham/gnuradio-dtv/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 the blocks that implement various digital
+television standards.
diff --git a/ham/gnuradio-dtv/Makefile b/ham/gnuradio-dtv/Makefile
new file mode 100644
index 00000000000..36da1f6505e
--- /dev/null
+++ b/ham/gnuradio-dtv/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2014/10/13 12:51:09 mef Exp $
+
+PKGNAME= gnuradio-dtv-${VERSION}
+COMMENT= Various digital television standards of GNU Radio
+
+.include "../../ham/gnuradio-core/Makefile.common"
+.include "../../ham/gnuradio-core/Nocore.mk"
+
+CMAKE_ARGS+= -DENABLE_DEFAULT=False
+CMAKE_ARGS+= -DENABLE_GR_DTV=True
+
+.include "../../ham/gnuradio-fec/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/ham/gnuradio-dtv/PLIST b/ham/gnuradio-dtv/PLIST
new file mode 100644
index 00000000000..8a3f3fede54
--- /dev/null
+++ b/ham/gnuradio-dtv/PLIST
@@ -0,0 +1,43 @@
+@comment $NetBSD: PLIST,v 1.1 2014/10/13 12:51:09 mef Exp $
+include/gnuradio/dtv/api.h
+include/gnuradio/dtv/atsc_consts.h
+include/gnuradio/dtv/atsc_deinterleaver.h
+include/gnuradio/dtv/atsc_depad.h
+include/gnuradio/dtv/atsc_derandomizer.h
+include/gnuradio/dtv/atsc_equalizer.h
+include/gnuradio/dtv/atsc_fpll.h
+include/gnuradio/dtv/atsc_fs_checker.h
+include/gnuradio/dtv/atsc_rs_decoder.h
+include/gnuradio/dtv/atsc_sync.h
+include/gnuradio/dtv/atsc_viterbi_decoder.h
+include/gnuradio/swig/dtv_swig.i
+include/gnuradio/swig/dtv_swig_doc.i
+lib/libgnuradio-dtv.so
+lib/libgnuradio-dtv.so.${PKGVERSION}
+lib/pkgconfig/gnuradio-dtv.pc
+${PYSITELIB}/gnuradio/dtv/__init__.py
+${PYSITELIB}/gnuradio/dtv/__init__.pyc
+${PYSITELIB}/gnuradio/dtv/__init__.pyo
+${PYSITELIB}/gnuradio/dtv/_dtv_swig.so
+${PYSITELIB}/gnuradio/dtv/atsc_rx.py
+${PYSITELIB}/gnuradio/dtv/atsc_rx.pyc
+${PYSITELIB}/gnuradio/dtv/atsc_rx.pyo
+${PYSITELIB}/gnuradio/dtv/atsc_rx_filter.py
+${PYSITELIB}/gnuradio/dtv/atsc_rx_filter.pyc
+${PYSITELIB}/gnuradio/dtv/atsc_rx_filter.pyo
+${PYSITELIB}/gnuradio/dtv/dtv_swig.py
+${PYSITELIB}/gnuradio/dtv/dtv_swig.pyc
+${PYSITELIB}/gnuradio/dtv/dtv_swig.pyo
+share/doc/gnuradio-${PKGVERSION}/README.dtv
+share/gnuradio/grc/blocks/dtv_atsc_deinterleaver.xml
+share/gnuradio/grc/blocks/dtv_atsc_depad.xml
+share/gnuradio/grc/blocks/dtv_atsc_derandomizer.xml
+share/gnuradio/grc/blocks/dtv_atsc_equalizer.xml
+share/gnuradio/grc/blocks/dtv_atsc_fpll.xml
+share/gnuradio/grc/blocks/dtv_atsc_fs_checker.xml
+share/gnuradio/grc/blocks/dtv_atsc_rs_decoder.xml
+share/gnuradio/grc/blocks/dtv_atsc_rx.xml
+share/gnuradio/grc/blocks/dtv_atsc_rx_filter.xml
+share/gnuradio/grc/blocks/dtv_atsc_sync.xml
+share/gnuradio/grc/blocks/dtv_atsc_viterbi_decoder.xml
+share/gnuradio/grc/blocks/dtv_block_tree.xml
diff --git a/ham/gnuradio-dtv/buildlink3.mk b/ham/gnuradio-dtv/buildlink3.mk
new file mode 100644
index 00000000000..6b5426d7c18
--- /dev/null
+++ b/ham/gnuradio-dtv/buildlink3.mk
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.1 2014/10/13 12:51:09 mef Exp $
+
+BUILDLINK_TREE+= gnuradio-dtv
+
+.if !defined(GNURADIO_DTV_BUILDLINK3_MK)
+GNURADIO_DTV_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.gnuradio-dtv+= gnuradio-dtv>=3.7.5
+BUILDLINK_ABI_DEPENDS.gnuradio-dtv+= gnuradio-dtv>=3.7.5
+BUILDLINK_PKGSRCDIR.gnuradio-dtv?= ../../ham/gnuradio-dtv
+.endif # GNURADIO_DTV_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -gnuradio-dtv