pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/ham/gnuradio-radio-astronomy Added new package gnuradi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7c34a2905ea1
branches:  trunk
changeset: 521496:7c34a2905ea1
user:      wulf <wulf%pkgsrc.org@localhost>
date:      Mon Nov 13 17:27:57 2006 +0000

description:
Added new package gnuradio-radio-astronomy-3.0.2:
A GNU Radio module for radio astronomy

diffstat:

 ham/gnuradio-radio-astronomy/DESCR    |   7 +++++++
 ham/gnuradio-radio-astronomy/Makefile |  23 +++++++++++++++++++++++
 ham/gnuradio-radio-astronomy/PLIST    |  17 +++++++++++++++++
 ham/gnuradio-radio-astronomy/distinfo |   5 +++++
 4 files changed, 52 insertions(+), 0 deletions(-)

diffs (68 lines):

diff -r e3b9a714688a -r 7c34a2905ea1 ham/gnuradio-radio-astronomy/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/ham/gnuradio-radio-astronomy/DESCR        Mon Nov 13 17:27:57 2006 +0000
@@ -0,0 +1,7 @@
+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 GNU Radio code specific to radio astronomy.
diff -r e3b9a714688a -r 7c34a2905ea1 ham/gnuradio-radio-astronomy/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/ham/gnuradio-radio-astronomy/Makefile     Mon Nov 13 17:27:57 2006 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/11/13 17:27:57 wulf Exp $
+
+PKGNAME=       gnuradio-radio-astronomy-${VERSION}
+COMMENT=       GNU Radio module for radio astronomy
+
+.include "../../meta-pkgs/gnuradio/Makefile.common"
+
+CONFIGURE_ARGS+=--enable-gr-radio-astronomy
+
+#DEPENDS+=     ${PYPKGPREFIX}-ephem>=3.7b:../../math/py-ephem
+
+PYTHON_PATCH_SCRIPTS+= gr-radio-astronomy/src/python/local_calibrator.py
+PYTHON_PATCH_SCRIPTS+= gr-radio-astronomy/src/python/qa_ra.py
+PYTHON_PATCH_SCRIPTS+= gr-radio-astronomy/src/python/ra_fftsink.py
+PYTHON_PATCH_SCRIPTS+= gr-radio-astronomy/src/python/ra_stripchartsink.py
+PYTHON_PATCH_SCRIPTS+= gr-radio-astronomy/src/python/usrp_psr_receiver.py
+PYTHON_PATCH_SCRIPTS+= gr-radio-astronomy/src/python/usrp_ra_receiver.py
+
+.include "../../mk/oss.buildlink3.mk"
+.include "../../math/py-ephem/buildlink3.mk"
+.include "../../ham/gnuradio-wxgui/buildlink3.mk"
+.include "../../ham/usrp/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r e3b9a714688a -r 7c34a2905ea1 ham/gnuradio-radio-astronomy/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/ham/gnuradio-radio-astronomy/PLIST        Mon Nov 13 17:27:57 2006 +0000
@@ -0,0 +1,17 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/11/13 17:27:57 wulf Exp $
+bin/usrp_psr_receiver.py
+bin/usrp_ra_receiver.py
+include/gnuradio/swig/ra.i
+${PYSITELIB}/gnuradio/_ra.la
+${PYSITELIB}/gnuradio/local_calibrator.py
+${PYSITELIB}/gnuradio/local_calibrator.pyc
+${PYSITELIB}/gnuradio/local_calibrator.pyo
+${PYSITELIB}/gnuradio/ra.py
+${PYSITELIB}/gnuradio/ra.pyc
+${PYSITELIB}/gnuradio/ra.pyo
+${PYSITELIB}/gnuradio/wxgui/ra_fftsink.py
+${PYSITELIB}/gnuradio/wxgui/ra_fftsink.pyc
+${PYSITELIB}/gnuradio/wxgui/ra_fftsink.pyo
+${PYSITELIB}/gnuradio/wxgui/ra_stripchartsink.py
+${PYSITELIB}/gnuradio/wxgui/ra_stripchartsink.pyc
+${PYSITELIB}/gnuradio/wxgui/ra_stripchartsink.pyo
diff -r e3b9a714688a -r 7c34a2905ea1 ham/gnuradio-radio-astronomy/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/ham/gnuradio-radio-astronomy/distinfo     Mon Nov 13 17:27:57 2006 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/11/13 17:27:57 wulf Exp $
+
+SHA1 (gnuradio-3.0.2.tar.gz) = 9d9a0e22c9e4fd9735f62c0145b9ceb61a33f9c2
+RMD160 (gnuradio-3.0.2.tar.gz) = 3ff771c2d13d680fb76d7ca82a6a11678c7069ae
+Size (gnuradio-3.0.2.tar.gz) = 3190212 bytes



Home | Main Index | Thread Index | Old Index