aboutsummaryrefslogtreecommitdiff
path: root/comms/gnuradio
Commit message (Collapse)AuthorAgeFilesLines
...
* All directory handling is now automatic: cleanup plistBaptiste Daroussin2015-06-203-148/+1
| | | | Notes: svn path=/head/; revision=390170
* Update portaudio to v19/Remove portaudio2 [1]Baptiste Daroussin2015-05-303-38/+2
| | | | | | | | | | | | Chase portaudio change Add patches from debian for games/cultivation Add patches from upsteam for audio/rezound Mark py-fastaudio as broken Approved by: maintainer Notes: svn path=/head/; revision=387982
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* Make fonts repecting XDGBaptiste Daroussin2015-03-212-3/+3
| | | | | | | | | | | | | Xorg is now looking in ${LOCALBASE}/share/fonts by default Xorg now accepts symlinks in etc/X11/fontpath.d (as decribed in Xserver(1)) Large cleanup on lots of font ports All fonts are now properly dynamically generating fonts.dir and fonts.scale instead of sometime overwriting existing ones) All fonts are generating fontconfig's cache Improve consistency in fonts ports Notes: svn path=/head/; revision=381876
* Finally unbreak the build by preloading GCC_DEFAULT libs paths.Diane Bruce2015-03-111-0/+3
| | | | | | | | | | It is complicated by the intermix of gcc and gfortran libs being intermixed with system libs. Especially by dynamically loaded modules into python being linked against gfortran or current gcc. I realise using GCC_DEFAULT lib paths is not a general solution. Notes: svn path=/head/; revision=380983
* Fix DEPENDSAntoine Brodin2015-01-251-5/+4
| | | | Notes: svn path=/head/; revision=377842
* Fix some _DEPENDSAntoine Brodin2015-01-241-1/+1
| | | | Notes: svn path=/head/; revision=377815
* - Convert ports from cad/, chinese/, comms/ and converters/ to newMarcus von Appen2014-10-191-2/+1
| | | | | | | | | USES=python Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371172
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-0/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* - Update to 3.7.4Diane Bruce2014-09-0116-814/+991
| | | | | | | | | | | | | | | | | - Important Bug Fixes and Additions Fixed shutdown in message passing apps Fixed PortAudio detection during configuration Fixed QWT detection during configuration Fixed gr::analog::agc3 volk kernel alignment Fixed/improved support of audio on OSX Improved performance on network-based sources and sinks Fixed pfb_arb_resampler tag propagation Fixed segfault in fast_atan2f Updated codec2 support to latest standard and support all rates New HDLC codec blocks in gr::digital Notes: svn path=/head/; revision=366836
* math/fftw3:Tijl Coosemans2014-08-311-1/+1
| | | | | | | | | | - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Remove PTHREAD_CFLAGS and PTHREAD_LIBS - Use MAKE_CMD Notes: svn path=/head/; revision=366788
* math/gsl:Tijl Coosemans2014-08-171-1/+1
| | | | | | | | | | - Add USES=libtool and bump dependent ports - Add USES=pathfix and INSTALL_TARGET=install-strip Approved by: portmgr (implicit, bump unstage port) Notes: svn path=/head/; revision=365182
* UnbreakAntoine Brodin2014-08-131-0/+1
| | | | | | | Reported by: pkg-fallout since a few weeks Notes: svn path=/head/; revision=364767
* comms/gnuradio: use WX 3.0William Grzybowski2014-07-051-3/+3
| | | | | | | Approved by: portmgr (bapt, blanket) Notes: svn path=/head/; revision=360811
* - Changed Maintainer to hamradio@Soeren Straarup2014-07-011-2/+3
| | | | | | | | | - Added shebangfix to USES Approved by: maintainer (db@) Notes: svn path=/head/; revision=359954
* - Don't remove mtree directoriesDmitry Marakasov2014-05-091-1/+0
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=353520
* Do not overwrite build_dependsBaptiste Daroussin2014-04-041-1/+1
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=350143
* - Update to gnuradio 3.7.2.1Diane Bruce2014-03-2831-128/+1279
| | | | | | | | | | | | | | | | | | | | GRC Bus Ports (Nicholas McCarthy) Bus ports in the GNU Radio Companion (GRC) allow ganging block input or output ports into a single port for display and connections. This simplifies flowgraph entry when dealing with blocks that work with an arbitrary number of streams. For further information, see: http://gnuradio.org/redmine/projects/gnuradio/wiki/Busports And see http://gnuradio.org/redmine/projects/gnuradio/wiki/ChangeLogV3_7_1 Notes: svn path=/head/; revision=349385
* Update the default version of GCC used in the Ports Collection fromGerald Pfeifer2014-03-101-0/+1
| | | | | | | | | | | | | | GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. Part II, Bump PORTREVISIONs. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs) Notes: svn path=/head/; revision=347809
* - Updating to 3.7.2Diane Bruce2014-03-0120-2037/+150
| | | | | | | | | | | | - disabled USRP default option until usrp is fixed on -10 and head - disable docs on i386 for now as it fails to build - enable staging PR: ports/186799 Submitted by: lev Notes: svn path=/head/; revision=346629
* - Bump PORTREVISION after KDE4_PREFIX changeMax Brazhnikov2014-02-181-1/+1
| | | | Notes: svn path=/head/; revision=344898
* Chase boost and icu bumpBaptiste Daroussin2014-02-071-1/+1
| | | | | | | While here convert some LIB_DEPENDS Notes: svn path=/head/; revision=343214
* Python cleanup:Rene Ladan2014-01-131-1/+1
| | | | | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat) Notes: svn path=/head/; revision=339634
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-8/+8
| | | | | | | LIB_DEPENDS in comms Notes: svn path=/head/; revision=336176
* Update to libmpc version 1.0.1 which brings the following fixes:Gerald Pfeifer2013-10-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switched to automake 1.11.6, see CVE-2012-3386. - #14669: Fixed extraction of CC from gmp.h. - Fixed case of intermediate zero real or imaginary part in mpc_fma, found by hydra with GMP_CHECK_RANDOMIZE=1346362345. This is on top of the following changes from version 1.0 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no invariant sections) for the documentation. - 100% of all lines are covered by tests - Renamed functions . mpc_mul_2exp to mpc_mul_2ui . mpc_div_2exp to mpc_div_2ui - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331644
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | comms) Notes: svn path=/head/; revision=327714
* Convert to new perl frameworkBaptiste Daroussin2013-09-161-2/+1
| | | | | | | Convert USE_GMAKE to USES Notes: svn path=/head/; revision=327411
* Update math/gsl to 1.16 and adjust some dependent portsBrendan Fabeny2013-08-261-0/+1
| | | | Notes: svn path=/head/; revision=325401
* - Update to gnuradio 3.6.5Diane Bruce2013-06-1213-98/+527
| | | | | | | | | | | | | | | | | Important new features (3.6.5): New OFDM PHY layer (Martin Braun, Ben Reynwar) This release includes new OFDM PHY layer blocks in gr-digital. New runtime logging capability (Tom Rondeau) GNU Radio has a logging interface to enable various levels of logging information to be printed to the console or a file. And Numerous bug fixes Reviewed by: martymac Notes: svn path=/head/; revision=320680
* Rectify USE_TEX to support both of teTeX and TeXLive.Hiroki Sato2013-05-111-1/+1
| | | | | | | | | | | | 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. Notes: svn path=/head/; revision=317899
* Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetexHiroki Sato2013-05-061-2/+2
| | | | | | | instead to make migration to TeXLive easier. Notes: svn path=/head/; revision=317455
* In preparation of removing devel/libusb (expires 2013-04-30), remove itRene Ladan2013-04-291-5/+2
| | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=316831
* Release 3.6.3 is a significant release, adding major newDiane Bruce2013-04-2939-13645/+3177
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=316814
* - convert USE_CMAKE to USESMax Brazhnikov2013-03-221-3/+1
| | | | | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314960
* Bump PORTREVISON after devel/py-sip and devel/qscintilla2 update.Max Brazhnikov2013-02-031-1/+1
| | | | | | | | x11-toolkits/py-qt: - mark BROKEN: does not build with latest devel/py-sip Notes: svn path=/head/; revision=311476
* Chase boost updateBaptiste Daroussin2013-01-311-0/+1
| | | | Notes: svn path=/head/; revision=311310
* - Update to 3.6.2Diane Bruce2012-12-0986-2749/+13390
| | | | | | | | | - Needs the usrp port Tested by: lrk@ovillatx.sytes.net Notes: svn path=/head/; revision=308561
* - Unbreak gnuradio buildDiane Bruce2012-10-1821-27/+909
| | | | | | | | | - sdcc changed syntax slightly, chase this in diffs Feature safe: yes Notes: svn path=/head/; revision=306080
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - remove maintainer tags from pkg-descrEitan Adler2011-10-221-3/+0
| | | | | | | | Approved by: portmgr Approved by: bapt (mentor) Notes: svn path=/head/; revision=284139
* - update fftw3* to 3.3 [1], and adjust dependent portsBrendan Fabeny2011-10-171-1/+1
| | | | | | | | | | - 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 Notes: svn path=/head/; revision=283695
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+2
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=282282
* Update math/gsl to 1.15, and adjust PORTREVISIONBrendan Fabeny2011-05-091-1/+1
| | | | | | | and LIB_DEPENDS of dependent ports Notes: svn path=/head/; revision=273882
* - Move over to python2.5 or higherMartin Wilke2011-02-241-1/+2
| | | | | | | - While here kick md5 Notes: svn path=/head/; revision=269605
* - Upgrade to gnuradio 3.2.2Diane Bruce2011-02-2323-457/+1310
| | | | | | | Reviewed by: lrk _at_ ovillatx dot sytes dot net Notes: svn path=/head/; revision=269568
* Sync to final (for now) bsd.autotools.mkAde Lovett2010-12-221-1/+3
| | | | Notes: svn path=/head/; revision=266737
* - Unbreak buildDiane Bruce2010-12-081-4/+2
| | | | | | | - Ensure only new version of sdcc is used Notes: svn path=/head/; revision=265880
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* - unbreak build due to changes in scdccDiane Bruce2010-11-235-3/+78
| | | | | | | | | See http://lists.gnu.org/archive/html/discuss-gnuradio/2010-11/msg00460.html - sdcc changed the name of asx8051 to sdas8051 - compiler removed "_naked" Notes: svn path=/head/; revision=265008
* - Mark BROKEN: does not configurePav Lucistnik2010-11-221-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=264946