Bug 107602 - [NEW PORT] comms/gnuradio: Amateur Radio Software defined radio
Summary: [NEW PORT] comms/gnuradio: Amateur Radio Software defined radio
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Diane Bruce
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-06 01:40 UTC by Diane Bruce
Modified: 2007-09-19 15:20 UTC (History)
0 users

See Also:


Attachments
gnuradio-3.0.2.shar (43.52 KB, text/plain)
2007-01-06 01:40 UTC, Diane Bruce
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Diane Bruce 2007-01-06 01:40:18 UTC
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

Generated with FreeBSD Port Tools 0.77
Comment 1 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2007-01-06 01:48:03 UTC
Responsible Changed
From-To: freebsd-ports-bugs->itetcu

I'll take it.
Comment 2 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2007-01-08 00:23:39 UTC
State Changed
From-To: open->feedback

It doesn't seem normal for biniares to be named 
%%CONFIGURE_TARGET%%-microtune.py. Otherwise it looks OK.
Comment 3 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2007-01-19 07:16:03 UTC
Responsible Changed
From-To: itetcu->db

Let her have her first PR ;-)
Comment 4 dfilter service freebsd_committer freebsd_triage 2007-09-19 15:18:32 UTC
db          2007-09-19 14:18:26 UTC

  FreeBSD ports repository

  Modified files:
    comms                Makefile 
  Added files:
    comms/gnuradio       Makefile distinfo pkg-descr pkg-plist 
    comms/gnuradio/files patch-config.h.in patch-configure.ac 
                         patch-gnuradio-core_Makefile.in 
                         patch-gnuradio-core_src_lib_io_ppio_ppdev.cc 
                         patch-gr-audio-oss_Makefile.in 
                         patch-gr-radio-astronomy_src_python_usr_psr_receiver.py 
                         patch-gr-trellis_Makefile.in 
                         patch-gr-wxgui_Makefile.in 
                         patch-usrp_Makefile.in 
                         patch-usrp_host_swig_Makefile.in 
                         patch-wxgui_src_python_stdgui.py 
                         wxgui_src_python_init.py 
  Log:
  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
  
  Revision  Changes    Path
  1.178     +1 -0      ports/comms/Makefile
  1.1       +82 -0     ports/comms/gnuradio/Makefile (new)
  1.1       +3 -0      ports/comms/gnuradio/distinfo (new)
  1.1       +12 -0     ports/comms/gnuradio/files/patch-config.h.in (new)
  1.1       +11 -0     ports/comms/gnuradio/files/patch-configure.ac (new)
  1.1       +32 -0     ports/comms/gnuradio/files/patch-gnuradio-core_Makefile.in (new)
  1.1       +311 -0    ports/comms/gnuradio/files/patch-gnuradio-core_src_lib_io_ppio_ppdev.cc (new)
  1.1       +17 -0     ports/comms/gnuradio/files/patch-gr-audio-oss_Makefile.in (new)
  1.1       +11 -0     ports/comms/gnuradio/files/patch-gr-radio-astronomy_src_python_usr_psr_receiver.py (new)
  1.1       +11 -0     ports/comms/gnuradio/files/patch-gr-trellis_Makefile.in (new)
  1.1       +15 -0     ports/comms/gnuradio/files/patch-gr-wxgui_Makefile.in (new)
  1.1       +13 -0     ports/comms/gnuradio/files/patch-usrp_Makefile.in (new)
  1.1       +10 -0     ports/comms/gnuradio/files/patch-usrp_host_swig_Makefile.in (new)
  1.1       +11 -0     ports/comms/gnuradio/files/patch-wxgui_src_python_stdgui.py (new)
  1.1       +2 -0      ports/comms/gnuradio/files/wxgui_src_python_init.py (new)
  1.1       +10 -0     ports/comms/gnuradio/pkg-descr (new)
  1.1       +1092 -0   ports/comms/gnuradio/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 5 Diane Bruce freebsd_committer freebsd_triage 2007-09-19 15:20:48 UTC
State Changed
From-To: feedback->closed

- Committed