f675 FreshPorts -- comms/gnuradio
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
gnuradio 3.6.3 comms on this many watch lists=2 search for ports that depend on this port
Amateur Radio Software defined radio
Maintained by: db@FreeBSD.org search for ports maintained by this maintainer
Port Added: 19 Sep 2007 14:18:44
Also Listed In: astro hamradio
License: not specified in port


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. 

WWW: http://gnuradio.org/redmine/projects/gnuradio
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/sdl12
  2. devel/swig13
  3. devel/py-cheetah
  4. audio/portaudio2
  5. devel/py-lxml
  6. x11-toolkits/py-gtk2
  7. devel/py-qt4
  8. devel/xdg-utils
  9. lang/guile
  10. devel/git
  11. audio/jack
  12. audio/alsa-lib
  13. devel/doxygen
  14. textproc/py-sphinx
  15. graphics/graphviz
  16. textproc/xmlto
  17. x11-fonts/freefont-ttf
  18. comms/usrp
  19. lang/python27
  20. print/teTeX-base
  21. print/teTeX-texmf
  22. devel/cmake
  23. x11-toolkits/qt4-gui
  24. devel/qt4-moc
  25. devel/qmake4
  26. devel/qt4-rcc
  27. devel/qt4-uic
  28. textproc/qt4-xml
  29. lang/perl5.14
  30. x11-toolkits/wxgtk28
  31. x11-toolkits/py-wxPython28
Required To Run:
  1. math/py-numpy
  2. astro/pyephem
  3. devel/py-qt4
  4. lang/python27
  5. x11-toolkits/qt4-gui
  6. devel/qt4-moc
  7. devel/qmake4
  8. devel/qt4-rcc
  9. devel/qt4-uic
  10. textproc/qt4-xml
  11. lang/perl5.14
  12. x11-toolkits/wxgtk28
  13. x11-toolkits/py-wxPython28
Required Libraries:
  1. math/fftw3
  2. math/fftw3-float
  3. x11-toolkits/qwt5
  4. devel/boost-python-libs
  5. math/gsl
  6. x11-toolkits/wxgtk28
There are no ports dependent upon this port

To install the port: cd /usr/ports/comms/gnuradio/ && make install clean
To add the package: pkg_add -r gnuradio


Configuration Options
===> The following configuration options are available for gnuradio-3.6.3:
     TESTING=off: Include testing support
     USRP=on: Include USRP support (UHD) from Ettus
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/db/
  3. ftp://ftp.cn.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/db/
  4. ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/db/
  5. ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/db/
  6. ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/db/
  7. ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/db/
  8. ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/db/
  9. http://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/db/
  10. http://gnuradio.org/releases/gnuradio/

Number of commits found: 43

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
11 May 2013 17:58:56
Original commit files touched by this commit  3.6.3
hrs search for other commits by this committer
Rectify USE_TEX to support both of teTeX and TeXLive.

TEX_DEFAULT:
	A knob to choose teTeX or TeXLive.  One can specify in /etc/make.conf.

USE_TEX:
	A knob for port developers.  Valid keywords are listed in
	bsd.tex.mk.
06 May 2013 02:00:41
Original commit files touched by this commit  3.6.3
hrs search for other commits by this committer
Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetex
instead to make migration to TeXLive easier.
29 Apr 2013 16:43:05
Original commit files touched by this commit  3.6.3
rene search for other commits by this committer
In preparation of removing devel/libusb (expires 2013-04-30), remove it
from these ports.

Other changes:
- convert Makefile header
- convert to optionsNG
- remove indefinite article from comment
- drop support for FreeBSD < 8.0
- pet portlint (leave library ABI versions in LIB_DEPENDS)
- net-mgmt/spectools: change option name from GTK to GTK2 to use default
  description from bsd.options.desc.mk

Approved by:	portmgr (bapt)
29 Apr 2013 13:57:25
Original commit files touched by this commit  3.6.3
db search for other commits by this committer
Release 3.6.3 is a significant release, adding major new
capabilities and many bug fixes, while maintaining strict source
compatibility with user code already written for the 3.6 API.

Much of the code was the result of two events, the September 2012 GNU
Radio conference in Atlanta, GA, and the November 2012 GNU Radio
hackfest held at Ettus Research in Mountain View, CA. Additional work
(not discussed here) from these events has been incorporated into the
'next' branch of the code repository, and will become part of the 3.7
API release series.

New features include asynchronous message passing between blocks, new
blocks for interfacing with operating system networking stacks, the
ability to write new signal processing blocks in Python, enhanced file
source and sinks that can store metadata, flowgraph latency control,
improvements to documentation, and further conversion of existing code
into the 3.7 API organization (while leaving existing blocks in
place.)

The detailed changelog is here:

http://gnuradio.org/redmine/projects/gnuradio/wiki/ChangeLogV3_6_3
22 Mar 2013 20:06:15
Original commit files touched by this commit  3.6.2_2
makc search for other commits by this committer
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
03 Feb 2013 18:16:55
Original commit files touched by this commit  3.6.2_2
makc search for other commits by this committer
Bump PORTREVISON after devel/py-sip and devel/qscintilla2 update.

x11-toolkits/py-qt:
- mark BROKEN: does not build with latest devel/py-sip
31 Jan 2013 13:38:43
Original commit files touched by this commit  3.6.2_1
bapt search for other commits by this committer
Chase boost update
09 Dec 2012 20:19:41
Original commit files touched by this commit  3.6.2
db search for other commits by this committer
- Update to 3.6.2
- Needs the usrp port

Tested by:	lrk@ovillatx.sytes.net
18 Oct 2012 18:29:57
Original commit files touched by this commit  3.2.2_4
db search for other commits by this committer
- Unbreak gnuradio build
- sdcc changed syntax slightly, chase this in diffs

Feature safe:	yes
01 Jun 2012 05:26:28
Original commit files touched by this commit  3.2.2_4
dinoex search for other commits by this committer
- update png to 1.5.10
22 Oct 2011 23:50:23
Original commit files touched by this commit  3.2.2_3
eadler search for other commits by this committer
- remove maintainer tags from pkg-descr

Approved by:    portmgr
Approved by:    bapt (mentor)
17 Oct 2011 10:08:33
Original commit files touched by this commit  3.2.2_3
bf search for other commits by this committer
- update fftw3* to 3.3 [1], and adjust dependent ports
- make use of optimizations by default, where possible
(quad flavor to follow shortly, and mpi at a later date)

Suggestions and patches from:   ache, C. Burns, wen
23 Sep 2011 22:26:39
Original commit files touched by this commit  3.2.2_2
amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
09 May 2011 16:42:28
Original commit files touched by this commit  3.2.2_2
bf search for other commits by this committer
Update math/gsl to 1.15, and adjust PORTREVISION
and LIB_DEPENDS of dependent ports
24 Feb 2011 23:25:54
Original commit files touched by this commit  3.2.2_1
miwi search for other commits by this committer
- Move over to python2.5 or higher
- While here kick md5
23 Feb 2011 20:59:45
Original commit files touched by this commit  3.2.2
db search for other commits by this committer
- Upgrade to gnuradio 3.2.2

Reviewed by:    lrk _at_ ovillatx dot sytes dot net
22 Dec 2010 20:05:49
Original commit files touched by this commit  3.1.3_7
ade search for other commits by this committer
Sync to final (for now) bsd.autotools.mk
08 Dec 2010 22:58:14
Original commit files touched by this commit  3.1.3_7
db search for other commits by this committer
- Unbreak build
- Ensure only new version of sdcc is used
04 Dec 2010 07:34:27
Original commit files touched by this commit  3.1.3_6
ade search for other commits by this committer
Sync to new bsd.autotools.mk
23 Nov 2010 14:38:44
Original commit files touched by this commit  3.1.3_6
db search for other commits by this committer
- unbreak build due to changes in scdcc
  See http://lists.gnu.org/archive/html/discuss-gnuradio/2010-11/msg00460.html
- sdcc changed the name of asx8051 to sdas8051
- compiler removed "_naked"
22 Nov 2010 21:59:08
Original commit files touched by this commit  3.1.3_6
pav search for other commits by this committer
- Mark BROKEN: does not configure

Reported by:    pointyhat
16 Oct 2010 11:52:47
Original commit files touched by this commit  3.1.3_6
ade search for other commits by this committer
Punt autoconf267->autoconf268
15 Sep 2010 18:35:24
Original commit files touched by this commit  3.1.3_6
ade search for other commits by this committer
Autotools update.   Read ports/UPDATING 20100915 for details.

Approved by:    portmgr (for Mk/bsd.port.mk part)
Tested by:      Multiple -exp runs
28 Mar 2010 06:47:48
Original commit files touched by this commit  3.1.3_5
dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
05 Feb 2010 11:46:55
Original commit files touched by this commit  3.1.3_4
dinoex search for other commits by this committer
- update to jpeg-8
02 Aug 2009 19:36:34
Original commit files touched by this commit  3.1.3_3
mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
31 Jul 2009 13:57:52
Original commit files touched by this commit  3.1.3_3
dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
28 Jul 2009 11:45:09
Original commit files touched by this commit  3.1.3_2
pav search for other commits by this committer
- Update boost to 1.39
- Split boost port to separate components, with boost-all metaport

PR:             ports/137054
Submitted by:   Alexander Churanov <churanov.port.maintainer@gmail.com>
(maintainer)
09 Mar 2009 17:15:43
Original commit files touched by this commit  3.1.3_2
  Sanity Test Failure
stas search for other commits by this committer
- Chase libusb20 rename in r189585.
- Mark sane-backends broken on current due to changes
  in USB stack.

Reviewed by:    thompsa (old version), miwi
Tested by:      miwi
18 Feb 2009 13:48:47
Original commit files touched by this commit  3.1.3_2
db search for other commits by this committer
- depend on PYNUMPY not PYNUMERIC. PYNUMERIC is deprecated anyway.

Submitted by:   phk
22 Jan 2009 16:04:11
Original commit files touched by this commit  3.1.3_1
miwi search for other commits by this committer
- Chase lang/guile shlib bump
26 Aug 2008 23:41:00
Original commit files touched by this commit  3.1.3
db search for other commits by this committer
- Update to gnuradio 3.1.3
- Vendor has accepted more patches.
21 Aug 2008 06:18:49
Original commit files touched by this commit  3.1.2_4
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
20 Aug 2008 00:57:32
Original commit files touched by this commit  3.1.2_3
ade search for other commits by this committer
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62

Tested by:      exp build run (erwin)
21 Jul 2008 04:49:09
Original commit files touched by this commit  3.1.2_3
rafan search for other commits by this committer
- Chase lang/guile share library version bump (.18 -> .19)
- Bump PORTREVISION

PR:             ports/125435
17 Jul 2008 19:21:50
Original commit files touched by this commit  3.1.2_2
db search for other commits by this committer
- Track pyephem change

Notified by:    itetcu, pav
06 Jun 2008 13:15:07
Original commit files touched by this commit  3.1.2_1
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
26 Mar 2008 22:42:45
Original commit files touched by this commit  3.1.2
db search for other commits by this committer
- update to 3.1.2
- remove patches accepted by vendor
13 Mar 2008 14:28:35
Original commit files touched by this commit  3.1.1_2
miwi search for other commits by this committer
- Chase devel/sdl12 shlib version bump
22 Jan 2008 18:43:15
Original commit files touched by this commit  3.1.1_1
db search for other commits by this committer
- Remove redundant version select
- Allow use of wx 2.8
- Correct build of usrpm
08 Jan 2008 18:23:26
Original commit files touched by this commit  3.1.1
db search for other commits by this committer
- Update to 3.1.1
30 Sep 2007 04:47:37
Original commit files touched by this commit  3.0.3_1
linimon search for other commits by this committer
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.

PR:             ports/116639
Submitted by:   aDe
19 Sep 2007 14:18:26
Original commit files touched by this commit  3.0.3
db search for other commits by this committer
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.

WWW: http://www.gnu.org/software/gnuradio/

- Diane (VA3DB)
db@db.net

PR:             ports/107602
Submitted by:   db

Number of commits found: 43

2832
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15

5 vulnerabilities affecting 20 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24523
Broken 217
Deprecated 474
Ignore 637
Forbidden 3
Restricted 292
No CDROM 109
Vulnerable 27
Expired 133
Set to expire 512
Interactive 33
new 24 hours 7
new 48 hours10
new 7 days28
new fortnight62
new month210

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0