Ticket #18104: GnuRadio-port.txt

File GnuRadio-port.txt, 3.0 KB (added by g-h-o-s-t-l-a-b, 15 years ago)
Line 
1{\rtf1\mac\ansicpg10000\cocoartf824\cocoasubrtf480
2{\fonttbl\f0\fmodern\fcharset77 Courier;\f1\fnil\fcharset77 Verdana;}
3{\colortbl;\red255\green255\blue255;\red105\green105\blue105;\red230\green230\blue230;\red177\green42\blue38;
4}
5\margl1440\margr1440\vieww14540\viewh8300\viewkind0
6\deftab720
7\pard\pardeftab720\sl360\ql\qnatural
8
9\f0\fs26 \cf2 \cb3 # $Id$\
10\
11PortSystem          1.7.0\
12\
13name                gnuradio\
14version             3.1.3\
15categories          # ? /SDR software defined radio?\
16maintainers         # ?\
17description         software defined radio\
18long_description   
19\f1 \cf0 \cb1 GNU Radio is a free software development toolkit that provides the signal processing runtime and processing blocks to implement software radios using readily-available, low-cost external RF hardware and commodity processors. It is widely used in hobbyist, academic and commercial environments to support wireless communications research as well as to implement real-world radio systems.\
20\pard\pardeftab720\sa260\ql\qnatural
21\cf0 GNU Radio applications are primarily written using the Python programming language, while the supplied, performance-critical signal processing path is implemented in C++ using processor floating point extensions where available. Thus, the developer is able to implement real-time, high-throughput radio systems in a simple-to-use, rapid-application-development environment.\
22While not primarily a simulation tool, GNU Radio does support development of signal processing algorithms using pre-recorded or generated data, avoiding the need for actual RF hardware.
23\f0 \cf2 \cb3 \
24\pard\pardeftab720\sl360\ql\qnatural
25\cf2 homepage            http://gnuradio.org/trac\
26platforms           darwin\
27master_sites        http://www.gnu.org/software/gnuradio/ \
28                    #latest stable release at;
29\f1 \cf4 \cb1 ftp://ftp.gnu.org/gnu/gnuradio/gnuradio-3.1.3.tar.gz
30\f0 \cf2 \cb3                     \
31\
32checksums           # ? \\\
33                    # ? \\                    \
34\
35depends_lib         port:libtool \\\
36                    port:gawk \\\
37                    port:guile \\\
38                    port:pkgconfig \\\
39                    port:zlib \\\
40                    port:automake \\\
41                    port:swig \\\
42                    port:cppunit \\\
43                    port:fftw-3-single \\\
44                    port:sdcc \\\
45                    port:python \\\
46                    port:py-numpy \\\
47                    port:py-wxpython \\\
48                    port:doxygen \\\
49                    port:boost \\\
50                    port:libusb\
51\
52configure.args     # maybe with "----with-boost-include-dir=<path>" but this actually doesn't works and boost dir is not detected.\
53                   --enable-all-components \\\
54                   --disable-gr-audio-alsa \\\
55                   --disable-gr-audio-oss \\\
56                   --disable-gr-audio-jack \\\
57                   --disable-gr-audio-portaudio \\\
58                   --disable-gr-audio-windows\
59                   }