pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/ham/gnuradio-usrp New package gnuradio-usrp: This modu...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a25b4760461e
branches: trunk
changeset: 500421:a25b4760461e
user: wulf <wulf%pkgsrc.org@localhost>
date: Fri Oct 07 23:08:33 2005 +0000
description:
New package gnuradio-usrp: This module provides support for the GNU Radio
specific part of the Universal Software Peripheral (USRP) hardware
diffstat:
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(+), 0 deletions(-)
diffs (71 lines):
diff -r 52962f6615e2 -r a25b4760461e ham/gnuradio-usrp/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ham/gnuradio-usrp/DESCR Fri Oct 07 23:08:33 2005 +0000
@@ -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 -r 52962f6615e2 -r a25b4760461e ham/gnuradio-usrp/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ham/gnuradio-usrp/Makefile Fri Oct 07 23:08:33 2005 +0000
@@ -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 -r 52962f6615e2 -r a25b4760461e ham/gnuradio-usrp/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ham/gnuradio-usrp/PLIST Fri Oct 07 23:08:33 2005 +0000
@@ -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 -r 52962f6615e2 -r a25b4760461e ham/gnuradio-usrp/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ham/gnuradio-usrp/distinfo Fri Oct 07 23:08:33 2005 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index