Up to [cvs.NetBSD.org] / pkgsrc / ham / gnuradio-noaa
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.19, Tue Aug 18 04:35:39 2020 UTC (2 years, 9 months ago) by tnn
Branch: MAIN
CVS Tags: HEAD
Changes since 1.18: +1 -1
lines
FILE REMOVED
gnuradio-*: remove packages deprecated by upstream in upcoming 3.8 update
Revision 1.18 / (download) - annotate - [select for diffs], Wed May 6 14:04:41 2020 UTC (3 years, 1 month ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base,
pkgsrc-2020Q2
Changes since 1.17: +2 -2
lines
Diff to previous 1.17 (colored)
revbump after boost update
Revision 1.17 / (download) - annotate - [select for diffs], Sun Jan 12 20:20:25 2020 UTC (3 years, 4 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base,
pkgsrc-2020Q1
Changes since 1.16: +2 -2
lines
Diff to previous 1.16 (colored)
*: Recursive revbump from devel/boost-libs
Revision 1.16 / (download) - annotate - [select for diffs], Thu Aug 22 12:23:22 2019 UTC (3 years, 9 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3
Changes since 1.15: +2 -2
lines
Diff to previous 1.15 (colored)
Recursive revbump from boost-1.71.0
Revision 1.15 / (download) - annotate - [select for diffs], Mon Jul 1 04:08:24 2019 UTC (3 years, 11 months ago) by ryoon
Branch: MAIN
Changes since 1.14: +2 -1
lines
Diff to previous 1.14 (colored)
Recursive revbump from boost-1.70.0
Revision 1.14 / (download) - annotate - [select for diffs], Fri Jun 21 15:54:14 2019 UTC (3 years, 11 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base,
pkgsrc-2019Q2
Changes since 1.13: +1 -2
lines
Diff to previous 1.13 (colored)
Prepare update 3.7.13.4 to 3.7.13.5, Remove PKGREVISION=, and remove BROKEN for -utils
Revision 1.13 / (download) - annotate - [select for diffs], Thu Dec 13 19:52:03 2018 UTC (4 years, 5 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored)
revbump for boost 1.69.0
Revision 1.12 / (download) - annotate - [select for diffs], Thu Aug 16 18:54:55 2018 UTC (4 years, 9 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q3-base,
pkgsrc-2018Q3
Changes since 1.11: +2 -1
lines
Diff to previous 1.11 (colored)
revbump after boost-libs update
Revision 1.11 / (download) - annotate - [select for diffs], Mon Jul 16 07:50:04 2018 UTC (4 years, 10 months ago) by mef
Branch: MAIN
Changes since 1.10: +1 -2
lines
Diff to previous 1.10 (colored)
(ham/gnuradio-*) removing PKGREVISION for updating 3.7.11 to 3.7.13.3
Revision 1.10 / (download) - annotate - [select for diffs], Sun Apr 29 21:31:47 2018 UTC (5 years, 1 month ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base,
pkgsrc-2018Q2
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
revbump for boost-libs update
Revision 1.9 / (download) - annotate - [select for diffs], Mon Jan 1 21:18:35 2018 UTC (5 years, 5 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base,
pkgsrc-2018Q1
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
Revbump after boost update
Revision 1.8 / (download) - annotate - [select for diffs], Thu Aug 24 20:03:24 2017 UTC (5 years, 9 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
Revbump for boost update
Revision 1.7 / (download) - annotate - [select for diffs], Sun Apr 30 01:21:45 2017 UTC (6 years, 1 month ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base,
pkgsrc-2017Q2
Changes since 1.6: +2 -1
lines
Diff to previous 1.6 (colored)
Recursive revbump from boost update
Revision 1.6 / (download) - annotate - [select for diffs], Fri Jan 13 22:03:36 2017 UTC (6 years, 4 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base,
pkgsrc-2017Q1
Changes since 1.5: +1 -2
lines
Diff to previous 1.5 (colored)
Updated ham/gnuradio-core (and other gnuradio-*) to 3.7.10.1 ------------------------------------------------------------ ChangeLog v3.7.10.1 This is the first bug-fix release for v3.7.10 This contains bug fixes primarily for GRC and DTV. - GRC * Catch more exceptions thrown by ConfigParser when reading corrupted grc.conf files. * Fix the docstring update error for empty categories. * Fix grcc to call refactored GRC code. * Convert initially opened files to absolute paths to prevent attempting to read from tmp. * Move startup checks back in to gnuradio-companion script from grc/checks.py. - DTV * Fix a segfault that occurs from out-of-bounds access in dvbt_bit_inner_interleaver forecast by forecasting an enumerated list of all input streams. * Fix VL-SNR framing. - Digital * Enable update rate in block_recovery_mm blocks to keep tags close to the the proper clock-recovered sample time. Tag offsets will still be off between calls to work, but each work call updates the tag rate. - Analog * Fix the derivative calculation in fmdet block. - Builds * Fix linking GSL to gr-fec. * Use gnu99 C standard rather than gnu11 standard to maintain support for GCC 4.6.3. - Other Minor spelling and documentation fixes. Fix uhd_siggen_gui when using lo_locked. (pkgsrc changes on gnuradio-core/Makefile.common) - Following lines added CXXFLAGS+= -pthread .include "../../devel/cppunit/buildlink3.mk" .include "../../math/gsl/buildlink3.mk"
Revision 1.5 / (download) - annotate - [select for diffs], Sun Jan 1 16:06:22 2017 UTC (6 years, 5 months ago) by adam
Branch: MAIN
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
Revbump after boost update
Revision 1.4 / (download) - annotate - [select for diffs], Fri Oct 7 18:25:55 2016 UTC (6 years, 8 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base,
pkgsrc-2016Q4
Changes since 1.3: +2 -1
lines
Diff to previous 1.3 (colored)
Revbump post boost update
Revision 1.3 / (download) - annotate - [select for diffs], Tue Sep 1 04:14:54 2015 UTC (7 years, 9 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4,
pkgsrc-2015Q3-base,
pkgsrc-2015Q3
Changes since 1.2: +1 -2
lines
Diff to previous 1.2 (colored)
Update gnuradio-* 3.7.6 to 3.7.8
Revision 1.2 / (download) - annotate - [select for diffs], Fri Apr 17 15:53:08 2015 UTC (8 years, 1 month ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2015Q2-base,
pkgsrc-2015Q2
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
Revbump after updating devel/boost-libs
Revision 1.1 / (download) - annotate - [select for diffs], Mon Oct 13 12:51:09 2014 UTC (8 years, 7 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base,
pkgsrc-2015Q1,
pkgsrc-2014Q4-base,
pkgsrc-2014Q4
Update GNU Radio 3.3.0 (2010-09-15) to 3.7.5 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.