diff options
author | wulf <wulf> | 2005-10-07 23:29:07 +0000 |
---|---|---|
committer | wulf <wulf> | 2005-10-07 23:29:07 +0000 |
commit | a3953ac190a04bd9526762857e899a1dd88b2c50 (patch) | |
tree | 06f2069b3b3fd40e4bbcaa9f700e4dad91af9106 /ham/gnuradio-gsm | |
parent | c3061c70f311f118359735d0632b7d68842061d5 (diff) | |
download | pkgsrc-a3953ac190a04bd9526762857e899a1dd88b2c50.tar.gz |
New package gnuradio-gsm: This package contains the GNU Radio
GSM 06.10 13kbit/sec voice encoder/decoder
Diffstat (limited to 'ham/gnuradio-gsm')
-rw-r--r-- | ham/gnuradio-gsm/DESCR | 7 | ||||
-rw-r--r-- | ham/gnuradio-gsm/Makefile | 12 | ||||
-rw-r--r-- | ham/gnuradio-gsm/PLIST | 12 | ||||
-rw-r--r-- | ham/gnuradio-gsm/distinfo | 5 |
4 files changed, 36 insertions, 0 deletions
diff --git a/ham/gnuradio-gsm/DESCR b/ham/gnuradio-gsm/DESCR new file mode 100644 index 00000000000..689ab3f042d --- /dev/null +++ b/ham/gnuradio-gsm/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 package contains the GNU Radio GSM 06.10 13kbit/sec voice encoder/decoder. diff --git a/ham/gnuradio-gsm/Makefile b/ham/gnuradio-gsm/Makefile new file mode 100644 index 00000000000..0b34c36f15b --- /dev/null +++ b/ham/gnuradio-gsm/Makefile @@ -0,0 +1,12 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/10/07 23:29:07 wulf Exp $ + +VERSION= 0.1 +DISTNAME= gr-gsm-fr-vocoder-${VERSION} +PKGNAME= gnuradio-gsm-${VERSION} +WRKSRC= ${WRKDIR}/${DISTNAME} +COMMENT= GNU Radio GSM 06.10 13kbit/sec voice encoder/decoder + +.include "../../meta-pkgs/gnuradio/Makefile.common" + +.include "../../ham/gnuradio-core/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/ham/gnuradio-gsm/PLIST b/ham/gnuradio-gsm/PLIST new file mode 100644 index 00000000000..fab81a817f5 --- /dev/null +++ b/ham/gnuradio-gsm/PLIST @@ -0,0 +1,12 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/10/07 23:29:07 wulf Exp $ +${PYSITELIB}/gnuradio/vocoder/_gsm_full_rate.la +${PYSITELIB}/gnuradio/vocoder/__init__.py +${PYSITELIB}/gnuradio/vocoder/__init__.pyc +${PYSITELIB}/gnuradio/vocoder/__init__.pyo +${PYSITELIB}/gnuradio/vocoder/gsm_full_rate.py +${PYSITELIB}/gnuradio/vocoder/gsm_full_rate.pyc +${PYSITELIB}/gnuradio/vocoder/gsm_full_rate.pyo +include/gnuradio/gsm_fr_decode_ps.h +include/gnuradio/gsm_fr_encode_sp.h +include/gnuradio/swig/gsm_full_rate.i +@dirrm ${PYSITELIB}/gnuradio/vocoder diff --git a/ham/gnuradio-gsm/distinfo b/ham/gnuradio-gsm/distinfo new file mode 100644 index 00000000000..7c4c2ba4798 --- /dev/null +++ b/ham/gnuradio-gsm/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/10/07 23:29:07 wulf Exp $ + +SHA1 (gr-gsm-fr-vocoder-0.1.tar.gz) = 8732da2c990f091831feee6c8ea4441c1ca87b3f +RMD160 (gr-gsm-fr-vocoder-0.1.tar.gz) = 393a92025366f716eed04040e0eb545930654b31 +Size (gr-gsm-fr-vocoder-0.1.tar.gz) = 402431 bytes |