Tue Jul 2 16:44:55 2019 UTC ()
uhd: updated to 3.14.1.0

003.014.001.000
N320: Terminate the DAC when not transmitting
E320: Add support for rev E
E320: Added .gitignore for FPGA build products
X300: Add DPDK support
X300: add capability to flash NI-2974 FPGA
X300: Broke two critical timing paths in FPGA
X300: fixed udp WSA buffer size assignment issue
E310: Fix DRAM_TEST target build
B200: Add bootloader for FX3 (fix for B2xx failing to enumerate)
TwinRX: Expose charge pump current for LO2
TwinRX: Add low spur mode for LO2
TwinRX: increase rev c lo1 charge pump default value
TwinRX: Fix tick rate
Device3: Constraint send/recv_frame_size based on down/upstream MTU
Device3: Fix MTU and default frame sizes
RFNoC: Search all nodes for tick rates
RFNoC: Change default address for the reg readbacks
uhd_image_builder: Let the OOT module point to folders not named "rfnoc"
uhd_image_builder: Add --auto-inst-src
MPMD: Fix spurious reclaim call after unclaim
MPMD: Release resources on destruction
MPM: Add SW/HW compat
liberio: Release context holder on destruction of last liberio xport
transport: fixed a pre-mature buffer reset
nirio: Fix typo in nirio_zero_copy
GPSD: fix API for 'gps_read'
AD9361: Fix return values for tune and set_clock_rate
DUC/DDC: Fix phase reset and accumulation
cores: Use NSDMI consistently in ?x_dsp_core_3000.*
Logging: fix deadlock issue on Windows machines
Logging: Fix ANSI colour codes
Utils: Add X300/X310 reset utility
Docs: Improved Windows-related build instructions
Docs: Add link to README for building custom filesystems for N3xx
sim: Fixing the port number in use for connection
tools: Fix for proj creation in ip_utils for tcl-based IP
tests: Fix mock_ctrl_iface for 32-bit MSVC


(adam)
diff -r1.48 -r1.49 pkgsrc/ham/uhd/Makefile
diff -r1.14 -r1.15 pkgsrc/ham/uhd/PLIST
diff -r1.20 -r1.21 pkgsrc/ham/uhd/distinfo

cvs diff -r1.48 -r1.49 pkgsrc/ham/uhd/Makefile (expand / switch to unified diff)

--- pkgsrc/ham/uhd/Makefile 2019/07/01 04:08:26 1.48
+++ pkgsrc/ham/uhd/Makefile 2019/07/02 16:44:55 1.49
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.48 2019/07/01 04:08:26 ryoon Exp $ 1# $NetBSD: Makefile,v 1.49 2019/07/02 16:44:55 adam Exp $
2 2
3DISTNAME= uhd-3.14.0.0 3DISTNAME= uhd-3.14.1.0
4PKGREVISION= 1 
5CATEGORIES= ham 4CATEGORIES= ham
6MASTER_SITES= ${MASTER_SITE_GITHUB:=EttusResearch/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=EttusResearch/}
7GITHUB_TAG= v${PKGVERSION_NOREV} 6GITHUB_TAG= v${PKGVERSION_NOREV}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://github.com/EttusResearch/uhd 9HOMEPAGE= https://github.com/EttusResearch/uhd
11COMMENT= USRP (Universal Software Radio Peripheral) Hardware Drivers 10COMMENT= USRP (Universal Software Radio Peripheral) Hardware Drivers
12LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
13 12
14DEPENDS+= ${PYPKGPREFIX}-mako-[0-9]*:../../devel/py-mako 13DEPENDS+= ${PYPKGPREFIX}-mako-[0-9]*:../../devel/py-mako
15DEPENDS+= ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests 14DEPENDS+= ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
16 15
17CMAKE_ARGS+= -DRST2HTML_EXECUTABLE=${PREFIX}/bin/rst2html-${PYVERSSUFFIX}.py 16CMAKE_ARGS+= -DRST2HTML_EXECUTABLE=${PREFIX}/bin/rst2html-${PYVERSSUFFIX}.py

cvs diff -r1.14 -r1.15 pkgsrc/ham/uhd/PLIST (expand / switch to unified diff)

--- pkgsrc/ham/uhd/PLIST 2019/04/28 20:31:28 1.14
+++ pkgsrc/ham/uhd/PLIST 2019/07/02 16:44:55 1.15
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.14 2019/04/28 20:31:28 adam Exp $ 1@comment $NetBSD: PLIST,v 1.15 2019/07/02 16:44:55 adam Exp $
2bin/uhd_cal_rx_iq_balance 2bin/uhd_cal_rx_iq_balance
3bin/uhd_cal_tx_dc_offset 3bin/uhd_cal_tx_dc_offset
4bin/uhd_cal_tx_iq_balance 4bin/uhd_cal_tx_iq_balance
5bin/uhd_config_info 5bin/uhd_config_info
6bin/uhd_find_devices 6bin/uhd_find_devices
7bin/uhd_image_loader 7bin/uhd_image_loader
8bin/uhd_usrp_probe 8bin/uhd_usrp_probe
9include/uhd.h 9include/uhd.h
10include/uhd/build_info.hpp 10include/uhd/build_info.hpp
11include/uhd/cal/container.hpp 11include/uhd/cal/container.hpp
12include/uhd/cal/power_container.hpp 12include/uhd/cal/power_container.hpp
13include/uhd/config.h 13include/uhd/config.h
14include/uhd/config.hpp 14include/uhd/config.hpp
@@ -101,27 +101,27 @@ include/uhd/utils/paths.hpp @@ -101,27 +101,27 @@ include/uhd/utils/paths.hpp
101include/uhd/utils/pimpl.hpp 101include/uhd/utils/pimpl.hpp
102include/uhd/utils/platform.hpp 102include/uhd/utils/platform.hpp
103include/uhd/utils/safe_call.hpp 103include/uhd/utils/safe_call.hpp
104include/uhd/utils/safe_main.hpp 104include/uhd/utils/safe_main.hpp
105include/uhd/utils/static.hpp 105include/uhd/utils/static.hpp
106include/uhd/utils/tasks.hpp 106include/uhd/utils/tasks.hpp
107include/uhd/utils/thread.hpp 107include/uhd/utils/thread.hpp
108include/uhd/utils/thread_priority.h 108include/uhd/utils/thread_priority.h
109include/uhd/utils/thread_priority.hpp 109include/uhd/utils/thread_priority.hpp
110include/uhd/version.hpp 110include/uhd/version.hpp
111lib/cmake/uhd/UHDConfig.cmake 111lib/cmake/uhd/UHDConfig.cmake
112lib/cmake/uhd/UHDConfigVersion.cmake 112lib/cmake/uhd/UHDConfigVersion.cmake
113lib/libuhd.so 113lib/libuhd.so
114lib/libuhd.so.3.14.0 114lib/libuhd.so.3.14.1
115lib/pkgconfig/uhd.pc 115lib/pkgconfig/uhd.pc
116lib/uhd/examples/benchmark_rate 116lib/uhd/examples/benchmark_rate
117lib/uhd/examples/gpio 117lib/uhd/examples/gpio
118lib/uhd/examples/latency_test 118lib/uhd/examples/latency_test
119lib/uhd/examples/network_relay 119lib/uhd/examples/network_relay
120lib/uhd/examples/rx_ascii_art_dft 120lib/uhd/examples/rx_ascii_art_dft
121lib/uhd/examples/rx_multi_samples 121lib/uhd/examples/rx_multi_samples
122lib/uhd/examples/rx_samples_c 122lib/uhd/examples/rx_samples_c
123lib/uhd/examples/rx_samples_to_file 123lib/uhd/examples/rx_samples_to_file
124lib/uhd/examples/rx_samples_to_udp 124lib/uhd/examples/rx_samples_to_udp
125lib/uhd/examples/rx_timed_samples 125lib/uhd/examples/rx_timed_samples
126lib/uhd/examples/sync_to_gps 126lib/uhd/examples/sync_to_gps
127lib/uhd/examples/test_clock_synch 127lib/uhd/examples/test_clock_synch

cvs diff -r1.20 -r1.21 pkgsrc/ham/uhd/distinfo (expand / switch to unified diff)

--- pkgsrc/ham/uhd/distinfo 2019/04/28 20:31:28 1.20
+++ pkgsrc/ham/uhd/distinfo 2019/07/02 16:44:55 1.21
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.20 2019/04/28 20:31:28 adam Exp $ 1$NetBSD: distinfo,v 1.21 2019/07/02 16:44:55 adam Exp $
2 2
3SHA1 (uhd-3.14.0.0.tar.gz) = 8b6cc0d09786ea034fd2ecd5e1dd1f609e765db1 3SHA1 (uhd-3.14.1.0.tar.gz) = d26c5f19b9ed926780980f061634ae9f09b9ac11
4RMD160 (uhd-3.14.0.0.tar.gz) = 9666b8ea882683764fa462bdab0ae5560b172faf 4RMD160 (uhd-3.14.1.0.tar.gz) = c2135cb3be04ab40bdf4ce7258d07c81147976a9
5SHA512 (uhd-3.14.0.0.tar.gz) = c4754dbbd3540a41407a3bb31866a83c8ab319375db300113c0d13a3debbc4f0f820ccb83c30079c22388409edd032609cdb77bf6c098b37152b1985f773d1cb 5SHA512 (uhd-3.14.1.0.tar.gz) = afb58b2f75b9855a4252c21c40e0f8816626910a134719321fa98ec78ce13aa32577a959da11d13d1e40dc61f143442ab7c2993edec111267de4664730c6eb82
6Size (uhd-3.14.0.0.tar.gz) = 12935658 bytes 6Size (uhd-3.14.1.0.tar.gz) = 12960041 bytes