diff options
author | wulf <wulf@pkgsrc.org> | 2005-10-07 23:06:30 +0000 |
---|---|---|
committer | wulf <wulf@pkgsrc.org> | 2005-10-07 23:06:30 +0000 |
commit | 4b1db2d04b4741f472b727a76f6eea538d8912ad (patch) | |
tree | fa7852713c2e7d3b2aebff44869208ccdfb3c16d /ham | |
parent | abd2e77ba75cc1660a7d71efd579ba84a955622d (diff) | |
download | pkgsrc-4b1db2d04b4741f472b727a76f6eea538d8912ad.tar.gz |
New package gnuradio-howto: This module provides the documentation on
how to write a new GNU Radio signal processing block
Diffstat (limited to 'ham')
-rw-r--r-- | ham/gnuradio-howto/DESCR | 8 | ||||
-rw-r--r-- | ham/gnuradio-howto/Makefile | 13 | ||||
-rw-r--r-- | ham/gnuradio-howto/PLIST | 8 | ||||
-rw-r--r-- | ham/gnuradio-howto/distinfo | 5 |
4 files changed, 34 insertions, 0 deletions
diff --git a/ham/gnuradio-howto/DESCR b/ham/gnuradio-howto/DESCR new file mode 100644 index 00000000000..8277dd5b6e8 --- /dev/null +++ b/ham/gnuradio-howto/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 documentation and examples on how to write a new +signal processing block in GNU Radio. diff --git a/ham/gnuradio-howto/Makefile b/ham/gnuradio-howto/Makefile new file mode 100644 index 00000000000..d804fce9c28 --- /dev/null +++ b/ham/gnuradio-howto/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/10/07 23:06:30 wulf Exp $ + +VERSION= 0.3 +DISTNAME= gr-howto-write-a-block-${VERSION} +PKGNAME= gnuradio-howto-${VERSION} +WRKSRC= ${WRKDIR}/${DISTNAME} +COMMENT= Documentation about GNU Radio signal processing blocks + +.include "../../meta-pkgs/gnuradio/Makefile.common" + +.include "../../ham/gnuradio-core/buildlink3.mk" +.include "../../math/fftwf/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/ham/gnuradio-howto/PLIST b/ham/gnuradio-howto/PLIST new file mode 100644 index 00000000000..2c3fcbb688b --- /dev/null +++ b/ham/gnuradio-howto/PLIST @@ -0,0 +1,8 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/10/07 23:06:30 wulf Exp $ +${PYSITELIB}/gnuradio/_howto.la +${PYSITELIB}/gnuradio/howto.py +${PYSITELIB}/gnuradio/howto.pyc +${PYSITELIB}/gnuradio/howto.pyo +include/gnuradio/howto_square_ff.h +include/gnuradio/howto_square2_ff.h +include/gnuradio/swig/howto.i diff --git a/ham/gnuradio-howto/distinfo b/ham/gnuradio-howto/distinfo new file mode 100644 index 00000000000..1a8aefcb2d0 --- /dev/null +++ b/ham/gnuradio-howto/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/10/07 23:06:30 wulf Exp $ + +SHA1 (gr-howto-write-a-block-0.3.tar.gz) = 277f4d9dfe578251bd89ee76d4c294a9522ea56a +RMD160 (gr-howto-write-a-block-0.3.tar.gz) = d297f7129414487a8a447b55f5e0dae2934199e9 +Size (gr-howto-write-a-block-0.3.tar.gz) = 380318 bytes |