summaryrefslogtreecommitdiff
path: root/ham/gnuradio-wavelet
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-wavelet
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-wavelet')
-rw-r--r--ham/gnuradio-wavelet/DESCR7
-rw-r--r--ham/gnuradio-wavelet/Makefile13
-rw-r--r--ham/gnuradio-wavelet/PLIST17
-rw-r--r--ham/gnuradio-wavelet/buildlink3.mk13
4 files changed, 50 insertions, 0 deletions
diff --git a/ham/gnuradio-wavelet/DESCR b/ham/gnuradio-wavelet/DESCR
new file mode 100644
index 00000000000..126f755c4a8
--- /dev/null
+++ b/ham/gnuradio-wavelet/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 Wavelet transform of GNU Radio.
diff --git a/ham/gnuradio-wavelet/Makefile b/ham/gnuradio-wavelet/Makefile
new file mode 100644
index 00000000000..5c59ce36aba
--- /dev/null
+++ b/ham/gnuradio-wavelet/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2014/10/13 12:51:10 mef Exp $
+
+PKGNAME= gnuradio-wavelet-${VERSION}
+COMMENT= Wavelet transform of GNU Radio
+
+.include "../../ham/gnuradio-core/Makefile.common"
+.include "../../ham/gnuradio-core/Nocore.mk"
+
+CMAKE_ARGS+= -DENABLE_DEFAULT=False
+CMAKE_ARGS+= -DENABLE_GR_WAVELET=True
+
+.include "../../math/gsl/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/ham/gnuradio-wavelet/PLIST b/ham/gnuradio-wavelet/PLIST
new file mode 100644
index 00000000000..55d6459fd86
--- /dev/null
+++ b/ham/gnuradio-wavelet/PLIST
@@ -0,0 +1,17 @@
+@comment $NetBSD: PLIST,v 1.1 2014/10/13 12:51:10 mef Exp $
+include/gnuradio/swig/wavelet_swig.i
+include/gnuradio/swig/wavelet_swig_doc.i
+include/gnuradio/wavelet/api.h
+include/gnuradio/wavelet/squash_ff.h
+include/gnuradio/wavelet/wavelet_ff.h
+include/gnuradio/wavelet/wvps_ff.h
+lib/libgnuradio-wavelet.so
+lib/libgnuradio-wavelet.so.${PKGVERSION}
+lib/pkgconfig/gnuradio-wavelet.pc
+${PYSITELIB}/gnuradio/wavelet/__init__.py
+${PYSITELIB}/gnuradio/wavelet/__init__.pyc
+${PYSITELIB}/gnuradio/wavelet/__init__.pyo
+${PYSITELIB}/gnuradio/wavelet/_wavelet_swig.so
+${PYSITELIB}/gnuradio/wavelet/wavelet_swig.py
+${PYSITELIB}/gnuradio/wavelet/wavelet_swig.pyc
+${PYSITELIB}/gnuradio/wavelet/wavelet_swig.pyo
diff --git a/ham/gnuradio-wavelet/buildlink3.mk b/ham/gnuradio-wavelet/buildlink3.mk
new file mode 100644
index 00000000000..48772ad9937
--- /dev/null
+++ b/ham/gnuradio-wavelet/buildlink3.mk
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.1 2014/10/13 12:51:10 mef Exp $
+
+BUILDLINK_TREE+= gnuradio-wavelet
+
+.if !defined(GNURADIO_WAVELET_BUILDLINK3_MK)
+GNURADIO_WAVELET_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.gnuradio-wavelet+= gnuradio-wavelet>=3.7.5
+BUILDLINK_ABI_DEPENDS.gnuradio-wavelet+= gnuradio-wavelet>=3.7.5
+BUILDLINK_PKGSRCDIR.gnuradio-wavelet?= ../../ham/gnuradio-wavelet
+.endif # GNURADIO_WAVELET_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -gnuradio-wavelet