diff options
author | wulf <wulf> | 2006-11-13 17:27:57 +0000 |
---|---|---|
committer | wulf <wulf> | 2006-11-13 17:27:57 +0000 |
commit | 5d67db6e54deed6a226153cdc6a27e9e2b768909 (patch) | |
tree | 38a155e11d5a95cedb09f17a1a267171ced6f99a /ham/gnuradio-radio-astronomy | |
parent | 19bba07061c69aede20608029175a9edd27e9691 (diff) | |
download | pkgsrc-5d67db6e54deed6a226153cdc6a27e9e2b768909.tar.gz |
Added new package gnuradio-radio-astronomy-3.0.2:
A GNU Radio module for radio astronomy
Diffstat (limited to 'ham/gnuradio-radio-astronomy')
-rw-r--r-- | ham/gnuradio-radio-astronomy/DESCR | 7 | ||||
-rw-r--r-- | ham/gnuradio-radio-astronomy/Makefile | 23 | ||||
-rw-r--r-- | ham/gnuradio-radio-astronomy/PLIST | 17 | ||||
-rw-r--r-- | ham/gnuradio-radio-astronomy/distinfo | 5 |
4 files changed, 52 insertions, 0 deletions
diff --git a/ham/gnuradio-radio-astronomy/DESCR b/ham/gnuradio-radio-astronomy/DESCR new file mode 100644 index 00000000000..2c40c3e3c69 --- /dev/null +++ b/ham/gnuradio-radio-astronomy/DESCR @@ -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 --git a/ham/gnuradio-radio-astronomy/Makefile b/ham/gnuradio-radio-astronomy/Makefile new file mode 100644 index 00000000000..9724c52daca --- /dev/null +++ b/ham/gnuradio-radio-astronomy/Makefile @@ -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 --git a/ham/gnuradio-radio-astronomy/PLIST b/ham/gnuradio-radio-astronomy/PLIST new file mode 100644 index 00000000000..e5c11172a4a --- /dev/null +++ b/ham/gnuradio-radio-astronomy/PLIST @@ -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 --git a/ham/gnuradio-radio-astronomy/distinfo b/ham/gnuradio-radio-astronomy/distinfo new file mode 100644 index 00000000000..1b3233f230b --- /dev/null +++ b/ham/gnuradio-radio-astronomy/distinfo @@ -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 |