pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/ham/gnuradio-howto New package gnuradio-howto: This mo...
details: https://anonhg.NetBSD.org/pkgsrc/rev/52962f6615e2
branches: trunk
changeset: 500420:52962f6615e2
user: wulf <wulf%pkgsrc.org@localhost>
date: Fri Oct 07 23:06:30 2005 +0000
description:
New package gnuradio-howto: This module provides the documentation on
how to write a new GNU Radio signal processing block
diffstat:
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(+), 0 deletions(-)
diffs (50 lines):
diff -r 98d0ff5ca78a -r 52962f6615e2 ham/gnuradio-howto/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ham/gnuradio-howto/DESCR Fri Oct 07 23:06:30 2005 +0000
@@ -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 -r 98d0ff5ca78a -r 52962f6615e2 ham/gnuradio-howto/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ham/gnuradio-howto/Makefile Fri Oct 07 23:06:30 2005 +0000
@@ -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 -r 98d0ff5ca78a -r 52962f6615e2 ham/gnuradio-howto/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ham/gnuradio-howto/PLIST Fri Oct 07 23:06:30 2005 +0000
@@ -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 -r 98d0ff5ca78a -r 52962f6615e2 ham/gnuradio-howto/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ham/gnuradio-howto/distinfo Fri Oct 07 23:06:30 2005 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index