From 026d0ae034ff0bfb16872a27effb0969d9ecab81 Mon Sep 17 00:00:00 2001 From: wulf Date: Fri, 7 Oct 2005 23:08:33 +0000 Subject: New package gnuradio-usrp: This module provides support for the GNU Radio specific part of the Universal Software Peripheral (USRP) hardware --- ham/gnuradio-usrp/DESCR | 9 +++++++++ ham/gnuradio-usrp/Makefile | 13 +++++++++++++ ham/gnuradio-usrp/PLIST | 28 ++++++++++++++++++++++++++++ ham/gnuradio-usrp/distinfo | 5 +++++ 4 files changed, 55 insertions(+) create mode 100644 ham/gnuradio-usrp/DESCR create mode 100644 ham/gnuradio-usrp/Makefile create mode 100644 ham/gnuradio-usrp/PLIST create mode 100644 ham/gnuradio-usrp/distinfo (limited to 'ham') diff --git a/ham/gnuradio-usrp/DESCR b/ham/gnuradio-usrp/DESCR new file mode 100644 index 00000000000..d5360af3683 --- /dev/null +++ b/ham/gnuradio-usrp/DESCR @@ -0,0 +1,9 @@ +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 support for the GNU Radio specific part of the +Universal Software Radio Peripheral (USPR) hardware. It is the glue that +ties up the USRP library into GNU Radio. diff --git a/ham/gnuradio-usrp/Makefile b/ham/gnuradio-usrp/Makefile new file mode 100644 index 00000000000..a8cf4b703ee --- /dev/null +++ b/ham/gnuradio-usrp/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/10/07 23:08:33 wulf Exp $ + +VERSION= 0.5 +DISTNAME= gr-usrp-${VERSION} +PKGNAME= gnuradio-usrp-${VERSION} +WRKSRC= ${WRKDIR}/${DISTNAME} +COMMENT= USRP bindings for GNU Radio + +.include "../../meta-pkgs/gnuradio/Makefile.common" + +.include "../../ham/usrp/buildlink3.mk" +.include "../../math/fftwf/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/ham/gnuradio-usrp/PLIST b/ham/gnuradio-usrp/PLIST new file mode 100644 index 00000000000..c3ea91e6208 --- /dev/null +++ b/ham/gnuradio-usrp/PLIST @@ -0,0 +1,28 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/10/07 23:08:33 wulf Exp $ +include/gnuradio/swig/usrp0.i +include/gnuradio/swig/usrp1.i +include/gnuradio/usrp0_sink_c.h +include/gnuradio/usrp0_source_c.h +include/gnuradio/usrp1_sink_base.h +include/gnuradio/usrp1_sink_c.h +include/gnuradio/usrp1_sink_s.h +include/gnuradio/usrp1_source_base.h +include/gnuradio/usrp1_source_c.h +include/gnuradio/usrp1_source_s.h +${PYSITELIB}/gnuradio/_usrp0.la +${PYSITELIB}/gnuradio/_usrp1.la +${PYSITELIB}/gnuradio/dbs_rx.py +${PYSITELIB}/gnuradio/dbs_rx.pyc +${PYSITELIB}/gnuradio/dbs_rx.pyo +${PYSITELIB}/gnuradio/tv_rx.py +${PYSITELIB}/gnuradio/tv_rx.pyc +${PYSITELIB}/gnuradio/tv_rx.pyo +${PYSITELIB}/gnuradio/usrp.py +${PYSITELIB}/gnuradio/usrp.pyc +${PYSITELIB}/gnuradio/usrp.pyo +${PYSITELIB}/gnuradio/usrp0.py +${PYSITELIB}/gnuradio/usrp0.pyc +${PYSITELIB}/gnuradio/usrp0.pyo +${PYSITELIB}/gnuradio/usrp1.py +${PYSITELIB}/gnuradio/usrp1.pyc +${PYSITELIB}/gnuradio/usrp1.pyo diff --git a/ham/gnuradio-usrp/distinfo b/ham/gnuradio-usrp/distinfo new file mode 100644 index 00000000000..35dd328e5af --- /dev/null +++ b/ham/gnuradio-usrp/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/10/07 23:08:33 wulf Exp $ + +SHA1 (gr-usrp-0.5.tar.gz) = 329eda7e8e5ac3d3b1080e5c4763d6002496dc52 +RMD160 (gr-usrp-0.5.tar.gz) = da83b1fcec03bb0dab859534f4b2992c0a59dc37 +Size (gr-usrp-0.5.tar.gz) = 423692 bytes -- cgit v1.2.3