summaryrefslogtreecommitdiff
path: root/meta-pkgs/gnuradio
AgeCommit message (Collapse)AuthorFilesLines
2014-10-13Update GNU Radio 3.3.0 (2010-09-15) to 3.7.5mef34-622/+31
See the thread for modularity issues etc: http://mail-index.netbsd.org/pkgsrc-users/2014/09/07/msg020346.html See more info at recent gnuradio-core/Makefile commit log, thanks.
2014-08-19When using ostream operators, make sure the class is defined, so thatjoerg2-1/+14
inline functions will be resolved.
2014-01-05Add usrp and usrp-docs.wiz1-1/+3
2013-08-17friends may only declare default arguments if they are also ajoerg2-1/+15
definition.
2013-05-11Don't hardcode -lstdc++, c++ is used for linking and will take care ofjoerg2-1/+16
the STL dependency.
2013-02-26Avoid 'error: call of overloaded <x> is ambiguous' failures.jperkin8-1/+122
2013-01-23Add comment.wiz2-3/+5
2013-01-23Add a lot of used-by lines.wiz1-1/+15
2013-01-23Fix build with automake-1.13.wiz4-3/+47
2012-11-23gcc 4.7.x patches.markd3-1/+31
2012-10-09ham/gnuradio: Fix build on gcc 4.7.2marino3-1/+31
Add <unistd.h> to solve "close not declared in scope" error in gcc47
2012-03-10fix build with gcc 4.6markd2-1/+17
2012-01-26In the section of configure that decides whether a libdir suffix should besbd2-1/+16
used, force it to be an empty (i.e no suffix).
2012-01-12Fix build on SunOS.hans3-3/+35
2011-02-28Reset maintainer for retired developers.wiz2-4/+4
2010-09-20remove unused patch, should be removed at last update.obache1-12/+0
2010-09-15update gnuradio to version 3.3.0markd9-80/+102
build: refactor GR_GIT and GR_VERSION Make C++ shared libraries versioned howto: make versioned libraries Changes to gr_udp_{source,sink} for MinGW Ignore ENOPROTOOPT return from setsockopt(SO_LINGER) Use getaddrinfo in gr_udp_{source,sink} Discard data in gr_udp_sink until receiver is started. Updates to udp source/sink (select(), wait, cleanup) Merge branch 'master' into udp Rework UDP source and sink, with incompatible API changes Merge branch 'master' into udp Flush pending errors in gr_udp_sink on disconnect() Add additional conditionalization of networking includes Use -1 as file descriptor "not open" value instead of 0 Identify memory leaks that occur on error conditions Correct update of d_temp_offset (parallel construction) Move initialization of select timeout Defend against a peer that sends an invalid message length. Return immediately when using d_residual. Simplify USE_SELECT usage Add USRP2 clock source parameter to GRC blocks. grc: update UDP source and sink block wrappers gnuradio-core: allow swig to handle exceptions in UDP source/sink gnuradio-core: update copyrights libvrt: remove from 3.3 API. Merge remote branch 'gnuradio/wip/udp_source_sink' Fix erroneous file modes usrp2-firmware: fix missing files in tarball Merge remote branch 'ets/grc-usrp2-clock-source' howto: fix make check for win32, darwin (untested) Remove bogus check for existence of prefix directory. Update incorrectly checked in Makefile.am Add support for the Bitshark USRP RX (BURX) daughterboard for the USRP1. Add support for the Bitshark USRP RX (BURX) daughterboard for the USRP2. Fixed issue with with wrong Makefile.am files being copied Including bitshark_rx.h header file for USRP2 build Updated db_bitshark_rx.c to the proper version that includes the Once and for all, here is the properly updated Makefile.am for the apps Updated to allow BURX support to be built into standard txrx.bin usrp: Cleanup for merge of bitshark daughterboard code Change default bandwidth to 25 MHz to match maximum USRP2 bandwidth Merge branch 'master' into wip/burx_support Merge remote branch 'nldudok1/gr-wxgui_emulate_analog' into master gr-wxgui: Renamed "emulate analog" feature to "use persistence" gr-wxgui: update copyrights gnuradio-core: Disable (temporarily) interpolator tap calculation build: force use of ltmain.sh from libtool 2.2.6b build: use correct comment delimiter build: distribute version controlled ltmain.sh in tarball Merge remote branch 'bitshark/burx_support' into wip/burx_support Revert "build: force use of ltmain.sh from libtool 2.2.6b" Revert "build: distribute version controlled ltmain.sh in tarball" Merge branch 'wip/burx_support' gnuradio-core: removed gr.dd_mpsk_sync_cc block as obsolete grc: rename execution binary from 'grc' to 'gnuradio-companion' Update revision to release 3.3.0-rc1, update autotools Add analog CRT screen afterglow emulation for gr-wxgui
2010-02-21added a patch for MacOS 10.6 (64 bit mode)schwarz2-1/+69
2009-12-30The vocoder plugin belongs to gnuradio-gsm, so move the rest from gnuradio-core.joerg2-1/+15
2009-11-10Fix build with latest boost-libs.markd1-2/+3
2009-09-11Mark gnuradio packages as not MAKE_JOBS_SAFE.joerg6-1/+114
Share patches and distinfo, overwrite for gnuradio-howto as the only exception. Fix gnuradio-core-docs to do something useful and mark it as user-destdir ready.
2009-08-12Update to gnuradio 3.2markd3-6/+6
many new features and bugfixes.
2009-05-19Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENTwiz1-3/+2
block). Uncomment some commented out LICENSE lines while here.
2008-06-15Make sure that meta packages set META_PACKAGE before includingjoerg1-3/+3
bsd.prefs.mk. Reported by Steven M. Bellovin for xorg packages.
2008-04-25Update PYTHON_VERSIONS_COMPATIBLEjoerg1-2/+1
- assume that Python 2.4 and 2.5 are compatible and allow checking for fallout. - remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+ default. Modify the others to deal with the removals.
2007-12-19Replaced the custom definitions with META_PACKAGE=yes.rillig1-8/+2
2007-10-25* If PLIST_SRC is explicitly set to an empty value in a package Makefile,jlam2-4/+2
then automatically generate a PLIST that says "${PKGNAME} has no files". * If PLIST_SRC and GENERATE_PLIST are not set in a package Makefile, and no PLIST files exist, then fail during the package build with PKG_FAIL_REASON. * Remove "intentionally empty" PLISTs again. Now, the easy way to say that a package installs no files is to just add the following to the package Makefile: PLIST_SRC= # empty
2007-10-25Re-add "intentionally empty" PLISTs for meta-packages and other packagesjlam1-0/+2
that directly manipulate empty PLISTs. Modify plist/plist.mk so that if the PLIST files are missing and no GENERATE_PLIST is defined, then the package fails to build.
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-2/+0
can handle packages having no PLIST files.
2007-09-18Add commented out LICENSE line (gplv3).wiz1-1/+3
2007-08-12Added work around so that gnuradio-howto can make use of Makefile.commonwulf1-1/+3
2007-08-08Updated gnuradio to 3.0.4:wulf4-8/+20
* Updated license to GPLv3 * Doxygen documentation covers whole tree * Fixed shared memory leak on NetBSD
2007-05-17Omit gnuradio-radio-astronomy because it has a RESTRICTED dependency,gdt1-2/+4
so that binary packages of the gnuradio metapackage can be distributed. Discussed with upstream maintainer and wulf@.
2007-04-04Raise the build dependency on doxygen to the latest version.joerg1-2/+2
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-2/+2
Patch provided by Sergey Svishchev in private mail.
2006-11-13Updated gnuradio to version 3.0.2:wulf3-16/+30
There are too many new features and bugfixes since the last release of GNU Radio version 2.8. Please consult http://gnuradio.org/trac for details. The following modules were added to this meta-pkgs/gnuradio: * gnuradio-audio-jack * gnuradio-audio-portaudio * gnuradio-core-docs * gnuradio-radio-astronomy * gnuradio-trellis * gnuradio-video-sdl * usrp-docs
2006-07-22Added "c" to USE_LANGUAGES for packages that use GNU configure scripts,rillig1-2/+2
since they always need a C compiler, even when the source code is completely in C++. For some other packages, stated in the comment that a C compiler is really not needed.
2006-07-07Depend on latest doxygen version (some file changes again).wiz1-2/+2
2006-05-12Add USE_LANGUAGES=c++. Arguably not quite right because not all ofgdt1-1/+2
gnuradio-foo need C++, but gnuradio is heavily C++ so it's close.
2006-04-27Updated gnuradio to 2.8: Synchronized meta-pkg with actual release ofwulf2-12/+16
gnuradio-2.8
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-1/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2005-12-11Updated gnuradio to 2.6: GNU Radio 2.6 has seen the addition of many newwulf1-10/+10
features, code optimizations and bug fixes.
2005-10-07Fixed package name for gnuradio-gsm modulewulf1-2/+2
2005-10-07New package gnuradio-2.5: Initial commit of a meta-package for GNU Radio,wulf4-0/+61
a digital signal processing development kit.