1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name gnuradio |
---|
7 | version 3.1.3 |
---|
8 | categories math |
---|
9 | maintainers nomaintainer |
---|
10 | description software defined radio |
---|
11 | long_description GNU Radio is a free software development toolkit that \ |
---|
12 | provides the signal processing runtime and processing \ |
---|
13 | blocks to implement software radios using \ |
---|
14 | readily-available, low-cost external RF hardware and \ |
---|
15 | commodity processors. It is widely used in hobbyist, \ |
---|
16 | academic and commercial environments to support wireless \ |
---|
17 | communications research as well as to implement real-world \ |
---|
18 | radio systems. \ |
---|
19 | GNU Radio applications are primarily written using the \ |
---|
20 | Python programming language, while the supplied, \ |
---|
21 | performance-critical signal processing path is implemented \ |
---|
22 | in C++ using processor floating point extensions where \ |
---|
23 | available. Thus, the developer is able to implement \ |
---|
24 | real-time, high-throughput radio systems in a \ |
---|
25 | simple-to-use, rapid-application-development environment. \ |
---|
26 | While not primarily a simulation tool, GNU Radio does \ |
---|
27 | support development of signal processing algorithms using \ |
---|
28 | pre-recorded or generated data, avoiding the need for \ |
---|
29 | actual RF hardware. |
---|
30 | |
---|
31 | homepage http://gnuradio.org/trac |
---|
32 | platforms darwin |
---|
33 | master_sites gnu |
---|
34 | |
---|
35 | checksums md5 c1eb3de26b67ddc08a61a7c2fc636203 \ |
---|
36 | sha1 4a5b6d2fc34a62b23c504db80865aa7e12284ae0 \ |
---|
37 | rmd160 c3f1b9fde00ea93c064371265cd16d9ba3d05ef1 |
---|
38 | |
---|
39 | depends_lib port:libtool \ |
---|
40 | port:gawk \ |
---|
41 | port:guile \ |
---|
42 | port:pkgconfig \ |
---|
43 | port:zlib \ |
---|
44 | port:automake \ |
---|
45 | port:swig \ |
---|
46 | port:cppunit \ |
---|
47 | port:fftw-3-single \ |
---|
48 | port:sdcc \ |
---|
49 | port:python24 \ |
---|
50 | port:py-numpy \ |
---|
51 | port:py-wxpython \ |
---|
52 | port:doxygen \ |
---|
53 | port:boost \ |
---|
54 | port:libusb |
---|
55 | |
---|
56 | configure.args --enable-all-components \ |
---|
57 | --disable-gr-audio-alsa \ |
---|
58 | --disable-gr-audio-oss \ |
---|
59 | --disable-gr-audio-jack \ |
---|
60 | --disable-gr-audio-portaudio \ |
---|
61 | --disable-gr-audio-windows |
---|