From 562eba8d6e9eebf87303bd0b5c0bfffb2579d5e8 Mon Sep 17 00:00:00 2001 From: wulf Date: Fri, 7 Oct 2005 23:06:30 +0000 Subject: New package gnuradio-howto: This module provides the documentation on how to write a new GNU Radio signal processing block --- ham/gnuradio-howto/DESCR | 8 ++++++++ ham/gnuradio-howto/Makefile | 13 +++++++++++++ ham/gnuradio-howto/PLIST | 8 ++++++++ ham/gnuradio-howto/distinfo | 5 +++++ 4 files changed, 34 insertions(+) create mode 100644 ham/gnuradio-howto/DESCR create mode 100644 ham/gnuradio-howto/Makefile create mode 100644 ham/gnuradio-howto/PLIST create mode 100644 ham/gnuradio-howto/distinfo (limited to 'ham') 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 -- cgit v1.2.3