summaryrefslogtreecommitdiff
path: root/ham/gnuradio-fcd
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-fcd
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-fcd')
-rw-r--r--ham/gnuradio-fcd/DESCR7
-rw-r--r--ham/gnuradio-fcd/Makefile15
-rw-r--r--ham/gnuradio-fcd/PLIST21
-rw-r--r--ham/gnuradio-fcd/buildlink3.mk13
4 files changed, 56 insertions, 0 deletions
diff --git a/ham/gnuradio-fcd/DESCR b/ham/gnuradio-fcd/DESCR
new file mode 100644
index 00000000000..4a286bc2434
--- /dev/null
+++ b/ham/gnuradio-fcd/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 module provides FanCube support of GNU Radio.
diff --git a/ham/gnuradio-fcd/Makefile b/ham/gnuradio-fcd/Makefile
new file mode 100644
index 00000000000..026a488fcb5
--- /dev/null
+++ b/ham/gnuradio-fcd/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2014/10/13 12:51:09 mef Exp $
+
+PKGNAME= gnuradio-fcd-${VERSION}
+COMMENT= FanCube support of GNU Radio
+
+.include "../../ham/gnuradio-core/Makefile.common"
+.include "../../ham/gnuradio-core/Nocore.mk"
+
+CMAKE_ARGS+= -DENABLE_DEFAULT=False
+CMAKE_ARGS+= -DENABLE_GR_FCD=True
+
+.include "../../devel/libusb1/buildlink3.mk"
+.include "../../x11/wxGTK28/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/ham/gnuradio-fcd/PLIST b/ham/gnuradio-fcd/PLIST
new file mode 100644
index 00000000000..c2792fb0345
--- /dev/null
+++ b/ham/gnuradio-fcd/PLIST
@@ -0,0 +1,21 @@
+@comment $NetBSD: PLIST,v 1.1 2014/10/13 12:51:09 mef Exp $
+${PYSITELIB}/gnuradio/fcd/__init__.py
+${PYSITELIB}/gnuradio/fcd/__init__.pyc
+${PYSITELIB}/gnuradio/fcd/__init__.pyo
+${PYSITELIB}/gnuradio/fcd/_fcd_swig.so
+${PYSITELIB}/gnuradio/fcd/fcd_swig.py
+${PYSITELIB}/gnuradio/fcd/fcd_swig.pyc
+${PYSITELIB}/gnuradio/fcd/fcd_swig.pyo
+include/gnuradio/fcd/api.h
+include/gnuradio/fcd/source_c.h
+include/gnuradio/swig/fcd_swig.i
+include/gnuradio/swig/fcd_swig_doc.i
+lib/libgnuradio-fcd.so
+lib/libgnuradio-fcd.so.${PKGVERSION}
+lib/pkgconfig/gnuradio-fcd.pc
+share/doc/gnuradio-${PKGVERSION}/README.fcd
+share/gnuradio/examples/fcd/fcd_apt_rx.grc
+share/gnuradio/examples/fcd/fcd_fft.grc
+share/gnuradio/examples/fcd/fcd_nfm_rx
+share/gnuradio/examples/fcd/fcd_nfm_rx.grc
+share/gnuradio/grc/blocks/fcd_source_c.xml
diff --git a/ham/gnuradio-fcd/buildlink3.mk b/ham/gnuradio-fcd/buildlink3.mk
new file mode 100644
index 00000000000..fecf132a795
--- /dev/null
+++ b/ham/gnuradio-fcd/buildlink3.mk
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.1 2014/10/13 12:51:09 mef Exp $
+
+BUILDLINK_TREE+= gnuradio-fcd
+
+.if !defined(GNURADIO_FCD_BUILDLINK3_MK)
+GNURADIO_FCD_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.gnuradio-fcd+= gnuradio-fcd>=3.7.5
+BUILDLINK_ABI_DEPENDS.gnuradio-fcd+= gnuradio-fcd>=3.7.5
+BUILDLINK_PKGSRCDIR.gnuradio-fcd?= ../../ham/gnuradio-fcd
+.endif # GNURADIO_FCD_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -gnuradio-fcd