Import of pkgsrc-2015Q3

This commit is contained in:
2015-10-03 03:37:01 -07:00
committed by Lionel Sambuc
parent f641581404
commit 9d819b6d54
7578 changed files with 228314 additions and 80018 deletions

View File

@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.55 2015/06/13 13:36:43 mef Exp $
# $NetBSD: Makefile,v 1.57 2015/07/23 12:11:29 mef Exp $
DISTNAME= fldigi-3.22.10
DISTNAME= fldigi-3.22.13
CATEGORIES= ham
MASTER_SITES= http://www.w1hkj.com/downloads/fldigi/
LICENSE= gnu-gpl-v3

View File

@@ -1,9 +1,10 @@
$NetBSD: distinfo,v 1.26 2015/06/13 13:36:43 mef Exp $
$NetBSD: distinfo,v 1.29 2015/08/10 19:26:43 joerg Exp $
SHA1 (fldigi-3.22.10.tar.gz) = 5c664868389aea4fb06720ccf1758b5910e1b829
RMD160 (fldigi-3.22.10.tar.gz) = 1eee9a4157d9f6b506c592c2a1fff1a1213689a7
Size (fldigi-3.22.10.tar.gz) = 2876358 bytes
SHA1 (fldigi-3.22.13.tar.gz) = d998aea45f03ec7fd6eccd09ab30f05be6f609e2
RMD160 (fldigi-3.22.13.tar.gz) = dca6a9ed3c70f616455dbcbc3bc853fd740dc250
Size (fldigi-3.22.13.tar.gz) = 2909523 bytes
SHA1 (patch-src_dominoex_dominoex.cxx) = d59360b3649b879080f57d583000fd88861623dd
SHA1 (patch-src_fsq_fsq.cxx) = 4d38df763b69438a0e3a1bd55dd90aaeae45cc83
SHA1 (patch-src_include_qrunner.h) = 8ee58ce3ce8a05cd9007fb947dc32e5783216d5a
SHA1 (patch-src_misc_configuration.cxx) = 4ebf0c46913f73047ad5b858f6d4ae9def82ec60
SHA1 (patch-src_misc_newinstall.cxx) = 2c215e9423d27dd4f4657221b17cf4ed3f12355c

View File

@@ -0,0 +1,20 @@
$NetBSD: patch-src_fsq_fsq.cxx,v 1.1 2015/08/10 19:26:43 joerg Exp $
--- src/fsq/fsq.cxx.orig 2015-07-21 14:54:32.000000000 +0000
+++ src/fsq/fsq.cxx
@@ -1197,9 +1197,12 @@ int fsq::rx_process(const double *buf, i
&rx_stream[SHIFT_SIZE], // from
BLOCK_SIZE*sizeof(*rx_stream)); // # bytes
memset(fft_data, 0, sizeof(fft_data));
- for (int i = 0; i < BLOCK_SIZE; i++)
- fft_data[i].real() = fft_data[i].imag() =
- rx_stream[i] * a_blackman[i];
+ for (int i = 0; i < BLOCK_SIZE; i++) {
+ double r = rx_stream[i] * a_blackman[i];
+ fft_data[i].real(r);
+ fft_data[i].imag(r);
+ }
+
fft->ComplexFFT(fft_data);
process_tones();
}

View File

@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.2 2015/04/17 15:53:07 adam Exp $
# $NetBSD: Makefile,v 1.3 2015/09/01 04:14:54 mef Exp $
PKGNAME= gnuradio-atsc-${VERSION}
PKGREVISION= 1
COMMENT= Advanced Television Systems Committee, ATSC module of gnuradio
COMMENT= Advanced Television Systems Committee, ATSC module of GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"
.include "../../ham/gnuradio-core/Nocore.mk"

View File

@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.2 2015/04/17 15:53:07 adam Exp $
# $NetBSD: Makefile,v 1.3 2015/09/01 04:14:54 mef Exp $
PKGNAME= gnuradio-channels-${VERSION}
PKGREVISION= 1
COMMENT= Signal processing blocks to simulate channel models of gnuradio
COMMENT= Signal processing blocks to simulate channel models of GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"
.include "../../ham/gnuradio-core/Nocore.mk"

View File

@@ -1,10 +1,9 @@
# $NetBSD: Makefile,v 1.7 2015/04/25 14:23:21 tnn Exp $
# $NetBSD: Makefile,v 1.8 2015/09/01 04:14:54 mef Exp $
PKGNAME= gnuradio-companion-${VERSION}
PKGREVISION= 2
COMMENT= User interface entry of GNU Radio
CONF_FILES+= ${EGDIR}/grc.conf ${PKG_SYSCONFDIR}/grc.conf
#CONF_FILES+= ${EGDIR}/grc.conf ${PKG_SYSCONFDIR}/grc.conf
DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml
DEPENDS+= xdg-utils-[0-9]*:../../misc/xdg-utils

View File

@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.3 2015/03/07 05:10:45 mef Exp $
@comment $NetBSD: PLIST,v 1.4 2015/09/01 04:14:54 mef Exp $
bin/gnuradio-companion
${PYSITELIB}/gnuradio/grc/__init__.py
${PYSITELIB}/gnuradio/grc/__init__.pyc
@@ -169,7 +169,6 @@ ${PYSITELIB}/grc_gnuradio/blks2/tcp.py
${PYSITELIB}/grc_gnuradio/blks2/tcp.pyc
${PYSITELIB}/grc_gnuradio/blks2/tcp.pyo
libexec/gnuradio/grc_setup_freedesktop
share/examples/gnuradio/conf.d/grc.conf
share/gnuradio/examples/grc/simple/variable_config.grc
share/gnuradio/examples/grc/xmlrpc/readme.txt
share/gnuradio/examples/grc/xmlrpc/xmlrpc_client.grc
@@ -206,7 +205,10 @@ share/gnuradio/grc/blocks/xmlrpc_server.xml
share/gnuradio/grc/freedesktop/gnuradio-grc.desktop
share/gnuradio/grc/freedesktop/gnuradio-grc.xml
share/gnuradio/grc/freedesktop/grc-icon-128.png
share/gnuradio/grc/freedesktop/grc-icon-16.png
share/gnuradio/grc/freedesktop/grc-icon-24.png
share/gnuradio/grc/freedesktop/grc-icon-256.png
share/gnuradio/grc/freedesktop/grc-icon-32.png
share/gnuradio/grc/freedesktop/grc-icon-48.png
share/gnuradio/grc/freedesktop/grc-icon-64.png
share/gnuradio/grc/blocks/variable_struct.xml

View File

@@ -1,20 +1,19 @@
# $NetBSD: Makefile,v 1.49 2015/06/12 10:50:14 wiz Exp $
# $NetBSD: Makefile,v 1.50 2015/09/01 04:13:43 mef Exp $
PKGNAME= gnuradio-core-${VERSION}
PKGREVISION= 2
COMMENT= Core part of GNU Radio, all others need this
PLIST_MINUS= # empty
.include "Makefile.common"
CONF_FILES+= ${EGDIR}/gnuradio-runtime.conf ${PKG_SYSCONFDIR}/gnuradio-runtime.conf
CONF_FILES+= ${EGDIR}/gr-audio-jack.conf ${PKG_SYSCONFDIR}/gr-audio-jack.conf
CONF_FILES+= ${EGDIR}/gr-audio-portaudio.conf ${PKG_SYSCONFDIR}/gr-audio-portaudio.conf
CONF_FILES+= ${EGDIR}/gr-audio.conf ${PKG_SYSCONFDIR}/gr-audio.conf
#CONF_FILES+= ${EGDIR}/gnuradio-runtime.conf ${PKG_SYSCONFDIR}/gnuradio-runtime.conf
#CONF_FILES+= ${EGDIR}/gr-audio-jack.conf ${PKG_SYSCONFDIR}/gr-audio-jack.conf
#CONF_FILES+= ${EGDIR}/gr-audio-portaudio.conf ${PKG_SYSCONFDIR}/gr-audio-portaudio.conf
#CONF_FILES+= ${EGDIR}/gr-audio.conf ${PKG_SYSCONFDIR}/gr-audio.conf
.include "../../mk/oss.buildlink3.mk"
.if ${OSS_TYPE} != "none"
CONF_FILES+= ${EGDIR}/gr-audio-oss.conf ${PKG_SYSCONFDIR}/gr-audio-oss.conf
#CONF_FILES+= ${EGDIR}/gr-audio-oss.conf ${PKG_SYSCONFDIR}/gr-audio-oss.conf
PLIST_SRC= ${PKGDIR}/PLIST ${PKGDIR}/PLIST.oss
.endif
@@ -22,8 +21,8 @@ PLIST_SRC= ${PKGDIR}/PLIST ${PKGDIR}/PLIST.oss
CMAKE_ARGS+= -DENABLE_DEFAULT=False
# Take care CONF_FILES stuff (The same code in Nocore.mk)
post-install:
${MV} ${DESTDIR}${PREFIX}/etc/gnuradio/conf.d/* \
${DESTDIR}${PREFIX}/${EGDIR}/
#post-install:
# ${MV} ${DESTDIR}${PREFIX}/etc/gnuradio/conf.d/* \
# ${DESTDIR}${PREFIX}/${EGDIR}/
.include "../../mk/bsd.pkg.mk"

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile.common,v 1.7 2015/03/07 05:10:45 mef Exp $
# $NetBSD: Makefile.common,v 1.8 2015/09/01 04:13:43 mef Exp $
# This Makefile fragment is included in the package Makefiles for
# GNU Radio distributed packages (they all share common configure and build
# settings).
@@ -34,6 +34,7 @@
DISTNAME?= gnuradio-${VERSION}
CATEGORIES+= ham
MASTER_SITES= http://s3-dist.gnuradio.org/
MASTER_SITES= http://gnuradio.org/releases/gnuradio/
MAINTAINER?= pkgsrc-users@NetBSD.org
HOMEPAGE?= http://www.gnu.org/software/gnuradio/
@@ -91,7 +92,7 @@ CMAKE_ARGS+= -DCMAKE_INSTALL_RPATH=${PREFIX}/lib:${PREFIX}/lib/portaudio2
CMAKE_ARGS+= -DCMAKE_INSTALL_RPATH_USE_LINK_PATH=TRUE
CMAKE_ARGS+= -DLIBUSB_INCLUDE_DIR=${PREFIX}/include/libusb-1.0
CMAKE_ARGS+= -DGR_LIBRARY_DIR=${DESTDIR}${PREFIX}/lib
CMAKE_ARGS+= -DGR_LIBRARY_DIR=${PREFIX}/lib
CMAKE_ARGS+= -DGR_PREFSDIR=${DESTDIR}${PREFIX}/share/
CMAKE_ARGS+= -DZEROMQ_INCLUDE_DIRS=${PREFIX}/include

View File

@@ -1,3 +1,3 @@
# $NetBSD: Makefile.version,v 1.5 2015/03/07 05:10:45 mef Exp $
# $NetBSD: Makefile.version,v 1.6 2015/09/01 04:13:43 mef Exp $
VERSION= 3.7.6
VERSION= 3.7.8

View File

@@ -1,4 +1,4 @@
# $NetBSD: Nocore.mk,v 1.6 2015/01/30 15:02:23 mef Exp $
# $NetBSD: Nocore.mk,v 1.7 2015/09/01 04:13:43 mef Exp $
DEPENDS+= gnuradio-core-[0-9]*:../../ham/gnuradio-core
@@ -11,8 +11,8 @@ PLIST_MINUS= core
#.if empty(PKGBASE:Mgnuradio-core) && !empty(PLIST_MINUS)
post-install:
# Take care CONF_FILES stuff
${MV} ${DESTDIR}${PREFIX}/etc/gnuradio/conf.d/* \
${DESTDIR}${PREFIX}/${EGDIR}/
# ${MV} ${DESTDIR}${PREFIX}/etc/gnuradio/conf.d/* \
# ${DESTDIR}${PREFIX}/${EGDIR}/
for i in ${PLIST_MINUS} ; do \
for p in PLIST PLIST.oss PLIST.${OPSYS} ; do \
f="${PKGDIR}/../../ham/gnuradio-$${i}/$${p}"; \

View File

@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.19 2015/03/07 05:10:45 mef Exp $
@comment $NetBSD: PLIST,v 1.20 2015/09/01 04:13:43 mef Exp $
bin/gnuradio-config-info
bin/gr_filter_design
bin/volk-config-info
@@ -45,6 +45,7 @@ include/gnuradio/analog/sig_source_i.h
include/gnuradio/analog/sig_source_s.h
include/gnuradio/analog/sig_source_waveform.h
include/gnuradio/analog/simple_squelch_cc.h
include/gnuradio/analog/squelch_base_cc.h
include/gnuradio/analog/squelch_base_ff.h
include/gnuradio/api.h
include/gnuradio/attributes.h
@@ -238,6 +239,7 @@ include/gnuradio/blocks/sub_ss.h
include/gnuradio/blocks/tag_debug.h
include/gnuradio/blocks/tag_gate.h
include/gnuradio/blocks/tagged_file_sink.h
include/gnuradio/blocks/tagged_stream_align.h
include/gnuradio/blocks/tagged_stream_multiply_length.h
include/gnuradio/blocks/tagged_stream_mux.h
include/gnuradio/blocks/tagged_stream_to_pdu.h
@@ -507,6 +509,7 @@ include/volk/volk_32f_expfast_32f.h
include/volk/volk_32f_index_max_16u.h
include/volk/volk_32f_invsqrt_32f.h
include/volk/volk_32f_log2_32f.h
include/volk/volk_32f_null_32f.h
include/volk/volk_32f_s32f_32f_fm_detect_32f.h
include/volk/volk_32f_s32f_calc_spectral_noise_floor_32f.h
include/volk/volk_32f_s32f_convert_16i.h
@@ -525,6 +528,7 @@ include/volk/volk_32f_x2_add_32f.h
include/volk/volk_32f_x2_divide_32f.h
include/volk/volk_32f_x2_dot_prod_16i.h
include/volk/volk_32f_x2_dot_prod_32f.h
include/volk/volk_32f_x2_fm_detectpuppet_32f.h
include/volk/volk_32f_x2_interleave_32fc.h
include/volk/volk_32f_x2_max_32f.h
include/volk/volk_32f_x2_min_32f.h
@@ -603,7 +607,9 @@ lib/cmake/gnuradio/FindLog4cpp.cmake
lib/cmake/gnuradio/FindOSS.cmake
lib/cmake/gnuradio/FindPortaudio.cmake
lib/cmake/gnuradio/FindQwt.cmake
lib/cmake/gnuradio/FindSWIG.cmake
lib/cmake/gnuradio/FindSphinx.cmake
lib/cmake/gnuradio/FindThrift.cmake
lib/cmake/gnuradio/FindUHD.cmake
lib/cmake/gnuradio/FindUSB.cmake
lib/cmake/gnuradio/FindZeroMQ.cmake
@@ -623,6 +629,7 @@ lib/cmake/gnuradio/GrVersion.cmake
lib/cmake/gnuradio/LibFindMacros.cmake
lib/cmake/gnuradio/UseSWIG.cmake
lib/cmake/volk/VolkConfig.cmake
lib/cmake/volk/VolkConfigVersion.cmake
lib/libgnuradio-analog.so
lib/libgnuradio-analog.so.${PKGVERSION}
lib/libgnuradio-audio.so
@@ -638,7 +645,7 @@ lib/libgnuradio-pmt.so.${PKGVERSION}
lib/libgnuradio-runtime.so
lib/libgnuradio-runtime.so.${PKGVERSION}
lib/libvolk.so
lib/libvolk.so.0.0.0
lib/libvolk.so.1.0.2
lib/pkgconfig/gnuradio-analog.pc
lib/pkgconfig/gnuradio-audio.pc
lib/pkgconfig/gnuradio-blocks.pc
@@ -729,6 +736,9 @@ ${PYSITELIB}/gnuradio/blocks/parse_file_metadata.pyo
${PYSITELIB}/gnuradio/blocks/stream_to_vector_decimator.py
${PYSITELIB}/gnuradio/blocks/stream_to_vector_decimator.pyc
${PYSITELIB}/gnuradio/blocks/stream_to_vector_decimator.pyo
${PYSITELIB}/gnuradio/eng_arg.py
${PYSITELIB}/gnuradio/eng_arg.pyc
${PYSITELIB}/gnuradio/eng_arg.pyo
${PYSITELIB}/gnuradio/eng_notation.py
${PYSITELIB}/gnuradio/eng_notation.pyc
${PYSITELIB}/gnuradio/eng_notation.pyo
@@ -893,11 +903,8 @@ share/doc/gnuradio-${PKGVERSION}/README.blocks
share/doc/gnuradio-${PKGVERSION}/README.fft
share/doc/gnuradio-${PKGVERSION}/README.filter
share/doc/gnuradio-${PKGVERSION}/README.hacking
share/examples/gnuradio/conf.d/gnuradio-runtime.conf
share/examples/gnuradio/conf.d/gr-audio-jack.conf
share/examples/gnuradio/conf.d/gr-audio-portaudio.conf
share/examples/gnuradio/conf.d/gr-audio.conf
share/gnuradio/examples/analog/fmtest.py
share/gnuradio/examples/analog/noise_power.grc
share/gnuradio/examples/audio/audio_copy.py
share/gnuradio/examples/audio/audio_fft.py
share/gnuradio/examples/audio/audio_play.py
@@ -914,11 +921,13 @@ share/gnuradio/examples/audio/noise.py
share/gnuradio/examples/audio/spectrum_inversion.py
share/gnuradio/examples/audio/test_resampler.py
share/gnuradio/examples/blocks/matrix_multiplexer.grc
share/gnuradio/examples/blocks/peak_detector2.grc
share/gnuradio/examples/blocks/vector_source_with_tags.grc
share/gnuradio/examples/filter/channelize.py
share/gnuradio/examples/filter/chirp_channelize.py
share/gnuradio/examples/filter/decimate.py
share/gnuradio/examples/filter/fft_filter_ccc.py
share/gnuradio/examples/filter/filter_taps.grc
share/gnuradio/examples/filter/fir_filter_ccc.py
share/gnuradio/examples/filter/fir_filter_fff.py
share/gnuradio/examples/filter/gr_filtdes_api.py
@@ -1008,9 +1017,11 @@ share/gnuradio/grc/blocks/blocks_complex_to_mag_squared.xml
share/gnuradio/grc/blocks/blocks_complex_to_real.xml
share/gnuradio/grc/blocks/blocks_conjugate_cc.xml
share/gnuradio/grc/blocks/blocks_copy.xml
share/gnuradio/grc/blocks/blocks_ctrlport_performance.xml
share/gnuradio/grc/blocks/blocks_ctrlport_probe2_c.xml
share/gnuradio/grc/blocks/blocks_ctrlport_probe2_x.xml
share/gnuradio/grc/blocks/blocks_ctrlport_probe_c.xml
share/gnuradio/grc/blocks/blocks_ctrlport_viewer.xml
share/gnuradio/grc/blocks/blocks_deinterleave.xml
share/gnuradio/grc/blocks/blocks_delay.xml
share/gnuradio/grc/blocks/blocks_divide_XX.xml
@@ -1089,7 +1100,9 @@ share/gnuradio/grc/blocks/blocks_stretch_ff.xml
share/gnuradio/grc/blocks/blocks_sub_xx.xml
share/gnuradio/grc/blocks/blocks_tag_debug.xml
share/gnuradio/grc/blocks/blocks_tag_gate.xml
share/gnuradio/grc/blocks/blocks_tag_object.xml
share/gnuradio/grc/blocks/blocks_tagged_file_sink.xml
share/gnuradio/grc/blocks/blocks_tagged_stream_align.xml
share/gnuradio/grc/blocks/blocks_tagged_stream_multiply_length.xml
share/gnuradio/grc/blocks/blocks_tagged_stream_mux.xml
share/gnuradio/grc/blocks/blocks_tagged_stream_to_pdu.xml
@@ -1145,3 +1158,8 @@ share/gnuradio/grc/blocks/filter_rational_resampler_base_xxx.xml
share/gnuradio/grc/blocks/filter_rational_resampler_xxx.xml
share/gnuradio/grc/blocks/filter_root_raised_cosine_filter.xml
share/gnuradio/grc/blocks/filter_single_pole_iir_filter_xx.xml
share/gnuradio/grc/blocks/variable_band_pass_filter_taps.xml
share/gnuradio/grc/blocks/variable_band_reject_filter_taps.xml
share/gnuradio/grc/blocks/variable_high_pass_filter_taps.xml
share/gnuradio/grc/blocks/variable_low_pass_filter_taps.xml
share/gnuradio/grc/blocks/variable_rrc_filter_taps.xml

View File

@@ -1,2 +1 @@
@comment $NetBSD: PLIST.oss,v 1.1 2015/01/27 06:01:44 dbj Exp $
share/examples/gnuradio/conf.d/gr-audio-oss.conf
@comment $NetBSD: PLIST.oss,v 1.2 2015/09/01 04:13:43 mef Exp $

View File

@@ -1,11 +1,11 @@
$NetBSD: distinfo,v 1.20 2015/03/07 05:10:45 mef Exp $
$NetBSD: distinfo,v 1.21 2015/09/01 04:13:43 mef Exp $
SHA1 (gnuradio-3.7.6.tar.gz) = aaec56a3b9bfcf6bba1e4f7a9336579171811554
RMD160 (gnuradio-3.7.6.tar.gz) = c0726c1c709c5414d4efa698f5396e6173862727
Size (gnuradio-3.7.6.tar.gz) = 3579734 bytes
SHA1 (gnuradio-3.7.8.tar.gz) = ef767d5f5e05e4f9883b3077cebd9ca915237c77
RMD160 (gnuradio-3.7.8.tar.gz) = 890cd2c55ecb919a46cce0ac15118c3963a1156b
Size (gnuradio-3.7.8.tar.gz) = 3990172 bytes
SHA1 (patch-cmake_Modules_FindSphinx.cmake) = 1e42ad000962f4766810fbd322c80dad1f0b1c3c
SHA1 (patch-gnuradio_runtime_include_gnuradio_high__res__timer__h) = 59ad8192e7ac76b2ce35cda68c378bc2abad20a5
SHA1 (patch-gnuradio_runtime_lib_thread_thread_cc) = c05628aa88ac968928f9eabd8c56d4527e258767
SHA1 (patch-gr-audio_lib_CMakeLists.txt) = 00ff8c14658acd2d1dc8be18ea6a19ace8d12968
SHA1 (patch-gr-audio_lib_alsa_alsa__impl_h) = d61dcd31058c04a6050479a6e8c321ca15420d49
SHA1 (patch-grc_script_gnuradio-companion) = 5fd6ed47941c29054f78d968abd98a4197a69100
SHA1 (patch-grc_script_gnuradio-companion) = 15dde8f3a9e057061e56157533f8af1919240b93

View File

@@ -15,7 +15,6 @@ REPLACE_PYTHON = \
grc/python/Constants.py \
grc/python/expr_utils.py \
grc/python/flow_graph.tmpl \
grc/python/convert_hier.py \
grc/python/Param.py \
grc/python/Connection.py \
grc/python/FlowGraph.py \
@@ -366,7 +365,6 @@ REPLACE_PYTHON = \
gnuradio-runtime/python/gnuradio/gr/gr_threading.py \
gnuradio-runtime/python/gnuradio/gr/tag_utils.py \
gnuradio-runtime/python/gnuradio/gr/gr_threading_23.py \
gnuradio-runtime/python/gnuradio/gr/qa_hier_block2_message_connections.py \
gnuradio-runtime/python/gnuradio/gr/top_block.py \
gnuradio-runtime/python/gnuradio/gr/gateway.py \
gnuradio-runtime/python/gnuradio/gr/qa_tag_utils.py \
@@ -379,7 +377,6 @@ REPLACE_PYTHON = \
gnuradio-runtime/python/gnuradio/eng_notation.py \
gnuradio-runtime/python/gnuradio/ctrlport/GrDataPlotter.py \
gnuradio-runtime/python/gnuradio/ctrlport/monitor.py \
gnuradio-runtime/python/gnuradio/ctrlport/IceRadioClient.py \
gnuradio-runtime/python/gnuradio/ctrlport/__init__.py \
gnuradio-runtime/python/gnuradio/eng_option.py \
gnuradio-runtime/python/gnuradio/__init__.py \
@@ -480,23 +477,7 @@ REPLACE_PYTHON = \
gr-trellis/doc/test_viterbi_equalization1.py \
gr-trellis/python/trellis/qa_trellis.py \
gr-trellis/python/trellis/__init__.py \
gr-trellis/examples/python/test_tcm_combined.py \
gr-trellis/examples/python/test_turbo_equalization1.py \
gr-trellis/examples/python/test_turbo_equalization.py \
gr-trellis/examples/python/test_cpm.py \
gr-trellis/examples/python/test_sccc_turbo.py \
gr-trellis/examples/python/test_tcm_bit.py \
gr-trellis/examples/python/test_sccc_soft.py \
gr-trellis/examples/python/test_pccc_turbo1.py \
gr-trellis/examples/python/test_sccc_turbo1.py \
gr-trellis/examples/python/test_sccc_hard.py \
gr-trellis/examples/python/test_tcm.py \
gr-trellis/examples/python/test_turbo_equalization2.py \
gr-trellis/examples/python/test_viterbi_equalization.py \
gr-trellis/examples/python/test_sccc_turbo2.py \
gr-trellis/examples/python/test_viterbi_equalization1.py \
gr-trellis/examples/python/test_tcm_parallel.py \
gr-trellis/examples/python/fsm_utils.py \
gr-video-sdl/python/video_sdl/qa_video_sdl.py \
gr-video-sdl/python/video_sdl/__init__.py \
gr-uhd/grc/gen_uhd_usrp_blocks.py \
@@ -575,6 +556,8 @@ REPLACE_PYTHON = \
docs/doxygen/other/doxypy.py \
docs/exploring-gnuradio/dial_tone.py \
docs/exploring-gnuradio/fm_demod.py \
gnuradio-runtime/python/gnuradio/ctrlport/gr-ctrlport-monitor \
gnuradio-runtime/python/gnuradio/ctrlport/gr-perf-monitorx \
gr-fcd/python/fcd/qa_fcd.py \
gr-fcd/python/fcd/__init__.py \
gr-noaa/python/noaa/qa_noaa.py \
@@ -617,8 +600,5 @@ REPLACE_PYTHON = \
gr-atsc/python/atsc/__init__.py \
gr-atsc/python/atsc/qa_atsc.py \
gr-atsc/lib/gen_encoder.py \
gr-filter/freq_xlating_fft_filter.py \
gnuradio-runtime/python/digital/packet_utils.py \
gnuradio-runtime/python/gnuradio/gr/packet_utils.py \
gr-digital/python/digital/packet_utils.py \
gr-filter/python/filter/freq_xlating_fft_filter.py \

View File

@@ -1,22 +1,15 @@
$NetBSD: patch-grc_script_gnuradio-companion,v 1.2 2014/10/17 09:51:56 mef Exp $
$NetBSD: patch-grc_script_gnuradio-companion,v 1.3 2015/09/01 04:13:43 mef Exp $
Add message for NetBSD when failed to import gnuradio.
Or missing gnuradio-core package.
--- grc/scripts/gnuradio-companion.orig 2014-07-31 05:39:51.000000000 +0900
+++ grc/scripts/gnuradio-companion 2014-09-21 21:32:33.000000000 +0900
@@ -26,12 +26,14 @@
except ImportError, e:
d = gtk.MessageDialog(type=gtk.MESSAGE_ERROR, buttons=gtk.BUTTONS_CLOSE, message_format="""
--- grc/scripts/gnuradio-companion.orig 2015-08-23 21:36:38.000000000 +0900
+++ grc/scripts/gnuradio-companion 2015-08-23 21:38:19.000000000 +0900
@@ -35,6 +35,7 @@ warnings.filterwarnings("always")
GR_IMPORT_ERROR_MESSAGE = """\
Cannot import gnuradio.
+You may be missing gnuradio-core package or
Is the python path environment variable set correctly?
All OS: PYTHONPATH
Is the library path environment variable set correctly?
Linux: LD_LIBRARY_PATH
+ NetBSD: LD_LIBRARY_PATH
Windows: PATH
MacOSX: DYLD_LIBRARY_PATH
""")

View File

@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.2 2015/04/17 15:53:07 adam Exp $
# $NetBSD: Makefile,v 1.3 2015/09/01 04:14:54 mef Exp $
PKGNAME= gnuradio-ctrlport-${VERSION}
PKGREVISION= 1
COMMENT= New set of hooks into GNU Radio to allow a remote client to attach
.include "../../ham/gnuradio-core/Makefile.common"
.include "../../ham/gnuradio-core/Nocore.mk"

View File

@@ -1,4 +1,10 @@
@comment $NetBSD: PLIST,v 1.1 2014/10/13 12:51:08 mef Exp $
@comment $NetBSD: PLIST,v 1.2 2015/09/08 21:01:31 mef Exp $
bin/gr-ctrlport-monitor
bin/gr-ctrlport-monitorc
bin/gr-ctrlport-monitoro
bin/gr-perf-monitorx
bin/gr-perf-monitorxc
bin/gr-perf-monitorxo
include/gnuradio/blocks/ctrlport_probe2_b.h
include/gnuradio/blocks/ctrlport_probe2_c.h
include/gnuradio/blocks/ctrlport_probe2_f.h
@@ -6,9 +12,18 @@ include/gnuradio/blocks/ctrlport_probe2_i.h
include/gnuradio/blocks/ctrlport_probe2_s.h
include/gnuradio/blocks/ctrlport_probe_c.h
include/gnuradio/fft/ctrlport_probe_psd.h
${PYSITELIB}/gnuradio/ctrlport/GNURadioControlPortClient.py
${PYSITELIB}/gnuradio/ctrlport/GNURadioControlPortClient.pyc
${PYSITELIB}/gnuradio/ctrlport/GNURadioControlPortClient.pyo
${PYSITELIB}/gnuradio/ctrlport/GrDataPlotter.py
${PYSITELIB}/gnuradio/ctrlport/GrDataPlotter.pyc
${PYSITELIB}/gnuradio/ctrlport/GrDataPlotter.pyo
${PYSITELIB}/gnuradio/ctrlport/RPCConnection.py
${PYSITELIB}/gnuradio/ctrlport/RPCConnection.pyc
${PYSITELIB}/gnuradio/ctrlport/RPCConnection.pyo
${PYSITELIB}/gnuradio/ctrlport/__init__.py
${PYSITELIB}/gnuradio/ctrlport/__init__.pyc
${PYSITELIB}/gnuradio/ctrlport/__init__.pyo
${PYSITELIB}/gnuradio/ctrlport/icon.png
${PYSITELIB}/gnuradio/ctrlport/monitor.py
${PYSITELIB}/gnuradio/ctrlport/monitor.pyc

View File

@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.3 2015/04/17 15:53:08 adam Exp $
# $NetBSD: Makefile,v 1.4 2015/09/01 04:14:54 mef Exp $
PKGNAME= gnuradio-digital-${VERSION}
PKGREVISION= 1
COMMENT= Digital related algorithms for GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"

View File

@@ -1,7 +1,12 @@
@comment $NetBSD: PLIST,v 1.4 2015/01/24 12:22:05 mef Exp $
@comment $NetBSD: PLIST,v 1.5 2015/09/01 04:14:54 mef Exp $
include/gnuradio/digital/additive_scrambler_bb.h
include/gnuradio/digital/api.h
include/gnuradio/digital/binary_slicer_fb.h
include/gnuradio/digital/burst_shaper_cc.h
include/gnuradio/digital/burst_shaper_ff.h
include/gnuradio/digital/corr_est_cc.h
include/gnuradio/digital/modulate_vector.h
include/gnuradio/digital/msk_timing_recovery_cc.h
include/gnuradio/digital/chunks_to_symbols_bc.h
include/gnuradio/digital/chunks_to_symbols_bf.h
include/gnuradio/digital/chunks_to_symbols_ic.h
@@ -179,6 +184,7 @@ ${PYSITELIB}/gnuradio/digital/utils/tagged_streams.py
${PYSITELIB}/gnuradio/digital/utils/tagged_streams.pyc
${PYSITELIB}/gnuradio/digital/utils/tagged_streams.pyo
share/doc/gnuradio-${PKGVERSION}/README.digital
share/gnuradio/examples/digital/burst_shaper.grc
share/gnuradio/examples/digital/demod/ber_simulation.grc
share/gnuradio/examples/digital/demod/constellation_soft_decoder.grc
share/gnuradio/examples/digital/demod/digital_freq_lock.grc
@@ -188,6 +194,7 @@ share/gnuradio/examples/digital/demod/mpsk_demod.grc
share/gnuradio/examples/digital/demod/pam_sync.grc
share/gnuradio/examples/digital/demod/pam_timing.grc
share/gnuradio/examples/digital/demod/test_corr_and_sync.grc
share/gnuradio/examples/digital/demod/test_corr_est.grc
share/gnuradio/examples/digital/demod/uhd_corr_and_sync_rx.grc
share/gnuradio/examples/digital/demod/uhd_corr_and_sync_tx.grc
share/gnuradio/examples/digital/example_costas.py
@@ -220,6 +227,7 @@ share/gnuradio/examples/digital/snr_estimators.py
share/gnuradio/grc/blocks/digital_additive_scrambler_bb.xml
share/gnuradio/grc/blocks/digital_binary_slicer_fb.xml
share/gnuradio/grc/blocks/digital_block_tree.xml
share/gnuradio/grc/blocks/digital_burst_shaper.xml
share/gnuradio/grc/blocks/digital_chunks_to_symbols.xml
share/gnuradio/grc/blocks/digital_clock_recovery_mm_xx.xml
share/gnuradio/grc/blocks/digital_cma_equalizer_cc.xml
@@ -233,6 +241,7 @@ share/gnuradio/grc/blocks/digital_correlate_access_code_bb.xml
share/gnuradio/grc/blocks/digital_correlate_access_code_tag_bb.xml
share/gnuradio/grc/blocks/digital_correlate_access_code_xx_ts.xml
share/gnuradio/grc/blocks/digital_correlate_and_sync_cc.xml
share/gnuradio/grc/blocks/digital_corr_est_cc.xml
share/gnuradio/grc/blocks/digital_costas_loop_cc.xml
share/gnuradio/grc/blocks/digital_cpmmod_bc.xml
share/gnuradio/grc/blocks/digital_crc32_async_bb.xml
@@ -257,8 +266,10 @@ share/gnuradio/grc/blocks/digital_header_payload_demux.xml
share/gnuradio/grc/blocks/digital_kurtotic_equalizer_cc.xml
share/gnuradio/grc/blocks/digital_lms_dd_equalizer_cc.xml
share/gnuradio/grc/blocks/digital_map_bb.xml
share/gnuradio/grc/blocks/digital_modulate_vector.xml
share/gnuradio/grc/blocks/digital_mpsk_receiver_cc.xml
share/gnuradio/grc/blocks/digital_mpsk_snr_est_cc.xml
share/gnuradio/grc/blocks/digital_msk_timing_recovery_cc.xml
share/gnuradio/grc/blocks/digital_ofdm_carrier_allocator_cvc.xml
share/gnuradio/grc/blocks/digital_ofdm_chanest_vcvc.xml
share/gnuradio/grc/blocks/digital_ofdm_cyclic_prefixer.xml

View File

@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.6 2015/04/17 15:53:08 adam Exp $
# $NetBSD: Makefile,v 1.7 2015/09/01 04:14:54 mef Exp $
PKGNAME= gnuradio-doxygen-${VERSION}
PKGREVISION= 1
COMMENT= Doxygen documentation of GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.3 2015/04/17 15:53:08 adam Exp $
# $NetBSD: Makefile,v 1.4 2015/09/01 04:14:54 mef Exp $
PKGNAME= gnuradio-dtv-${VERSION}
PKGREVISION= 1
COMMENT= Various digital television standards of GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"

View File

@@ -1,15 +1,49 @@
@comment $NetBSD: PLIST,v 1.3 2014/10/28 16:59:33 mef Exp $
@comment $NetBSD: PLIST,v 1.4 2015/09/01 04:14:54 mef Exp $
include/gnuradio/dtv/api.h
include/gnuradio/dtv/atsc_consts.h
include/gnuradio/dtv/atsc_deinterleaver.h
include/gnuradio/dtv/atsc_depad.h
include/gnuradio/dtv/atsc_derandomizer.h
include/gnuradio/dtv/atsc_equalizer.h
include/gnuradio/dtv/atsc_field_sync_mux.h
include/gnuradio/dtv/atsc_fpll.h
include/gnuradio/dtv/atsc_fs_checker.h
include/gnuradio/dtv/atsc_interleaver.h
include/gnuradio/dtv/atsc_pad.h
include/gnuradio/dtv/atsc_randomizer.h
include/gnuradio/dtv/atsc_rs_decoder.h
include/gnuradio/dtv/atsc_rs_encoder.h
include/gnuradio/dtv/atsc_sync.h
include/gnuradio/dtv/atsc_trellis_encoder.h
include/gnuradio/dtv/atsc_viterbi_decoder.h
include/gnuradio/dtv/dvb_bbheader_bb.h
include/gnuradio/dtv/dvb_bbscrambler_bb.h
include/gnuradio/dtv/dvb_bch_bb.h
include/gnuradio/dtv/dvb_config.h
include/gnuradio/dtv/dvb_ldpc_bb.h
include/gnuradio/dtv/dvbs2_config.h
include/gnuradio/dtv/dvbs2_interleaver_bb.h
include/gnuradio/dtv/dvbs2_modulator_bc.h
include/gnuradio/dtv/dvbs2_physical_cc.h
include/gnuradio/dtv/dvbt2_cellinterleaver_cc.h
include/gnuradio/dtv/dvbt2_config.h
include/gnuradio/dtv/dvbt2_framemapper_cc.h
include/gnuradio/dtv/dvbt2_freqinterleaver_cc.h
include/gnuradio/dtv/dvbt2_interleaver_bb.h
include/gnuradio/dtv/dvbt2_miso_cc.h
include/gnuradio/dtv/dvbt2_modulator_bc.h
include/gnuradio/dtv/dvbt2_p1insertion_cc.h
include/gnuradio/dtv/dvbt2_paprtr_cc.h
include/gnuradio/dtv/dvbt2_pilotgenerator_cc.h
include/gnuradio/dtv/dvbt_bit_inner_interleaver.h
include/gnuradio/dtv/dvbt_config.h
include/gnuradio/dtv/dvbt_convolutional_interleaver.h
include/gnuradio/dtv/dvbt_energy_dispersal.h
include/gnuradio/dtv/dvbt_inner_coder.h
include/gnuradio/dtv/dvbt_map.h
include/gnuradio/dtv/dvbt_reed_solomon_enc.h
include/gnuradio/dtv/dvbt_reference_signals.h
include/gnuradio/dtv/dvbt_symbol_inner_interleaver.h
include/gnuradio/swig/dtv_swig.i
include/gnuradio/swig/dtv_swig_doc.i
lib/libgnuradio-dtv.so
@@ -33,11 +67,41 @@ share/gnuradio/grc/blocks/dtv_atsc_deinterleaver.xml
share/gnuradio/grc/blocks/dtv_atsc_depad.xml
share/gnuradio/grc/blocks/dtv_atsc_derandomizer.xml
share/gnuradio/grc/blocks/dtv_atsc_equalizer.xml
share/gnuradio/grc/blocks/dtv_atsc_field_sync_mux.xml
share/gnuradio/grc/blocks/dtv_atsc_fpll.xml
share/gnuradio/grc/blocks/dtv_atsc_fs_checker.xml
share/gnuradio/grc/blocks/dtv_atsc_interleaver.xml
share/gnuradio/grc/blocks/dtv_atsc_pad.xml
share/gnuradio/grc/blocks/dtv_atsc_randomizer.xml
share/gnuradio/grc/blocks/dtv_atsc_rs_decoder.xml
share/gnuradio/grc/blocks/dtv_atsc_rs_encoder.xml
share/gnuradio/grc/blocks/dtv_atsc_rx.xml
share/gnuradio/grc/blocks/dtv_atsc_rx_filter.xml
share/gnuradio/grc/blocks/dtv_atsc_sync.xml
share/gnuradio/grc/blocks/dtv_atsc_trellis_encoder.xml
share/gnuradio/grc/blocks/dtv_atsc_viterbi_decoder.xml
share/gnuradio/grc/blocks/dtv_block_tree.xml
share/gnuradio/grc/blocks/dtv_dvb_bbheader_bb.xml
share/gnuradio/grc/blocks/dtv_dvb_bbscrambler_bb.xml
share/gnuradio/grc/blocks/dtv_dvb_bch_bb.xml
share/gnuradio/grc/blocks/dtv_dvb_ldpc_bb.xml
share/gnuradio/grc/blocks/dtv_dvbs2_interleaver_bb.xml
share/gnuradio/grc/blocks/dtv_dvbs2_modulator_bc.xml
share/gnuradio/grc/blocks/dtv_dvbs2_physical_cc.xml
share/gnuradio/grc/blocks/dtv_dvbt2_cellinterleaver_cc.xml
share/gnuradio/grc/blocks/dtv_dvbt2_framemapper_cc.xml
share/gnuradio/grc/blocks/dtv_dvbt2_freqinterleaver_cc.xml
share/gnuradio/grc/blocks/dtv_dvbt2_interleaver_bb.xml
share/gnuradio/grc/blocks/dtv_dvbt2_miso_cc.xml
share/gnuradio/grc/blocks/dtv_dvbt2_modulator_bc.xml
share/gnuradio/grc/blocks/dtv_dvbt2_p1insertion_cc.xml
share/gnuradio/grc/blocks/dtv_dvbt2_paprtr_cc.xml
share/gnuradio/grc/blocks/dtv_dvbt2_pilotgenerator_cc.xml
share/gnuradio/grc/blocks/dtv_dvbt_bit_inner_interleaver.xml
share/gnuradio/grc/blocks/dtv_dvbt_convolutional_interleaver.xml
share/gnuradio/grc/blocks/dtv_dvbt_energy_dispersal.xml
share/gnuradio/grc/blocks/dtv_dvbt_inner_coder.xml
share/gnuradio/grc/blocks/dtv_dvbt_map.xml
share/gnuradio/grc/blocks/dtv_dvbt_reed_solomon_enc.xml
share/gnuradio/grc/blocks/dtv_dvbt_reference_signals.xml
share/gnuradio/grc/blocks/dtv_dvbt_symbol_inner_interleaver.xml

View File

@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.3 2015/04/25 14:23:21 tnn Exp $
# $NetBSD: Makefile,v 1.4 2015/09/01 04:14:54 mef Exp $
PKGNAME= gnuradio-fcd-${VERSION}
PKGREVISION= 2
COMMENT= FanCube support of GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"

View File

@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.2 2015/04/17 15:53:08 adam Exp $
# $NetBSD: Makefile,v 1.3 2015/09/01 04:14:54 mef Exp $
PKGNAME= gnuradio-fec-${VERSION}
PKGREVISION= 1
COMMENT= Forward Error Correction blocks, utilities, & examples of GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"

View File

@@ -1,8 +1,9 @@
@comment $NetBSD: PLIST,v 1.3 2014/10/28 16:59:33 mef Exp $
@comment $NetBSD: PLIST,v 1.4 2015/09/01 04:14:54 mef Exp $
include/gnuradio/fec/api.h
include/gnuradio/fec/async_decoder.h
include/gnuradio/fec/async_encoder.h
include/gnuradio/fec/ber_bf.h
include/gnuradio/fec/cc_common.h
include/gnuradio/fec/cc_decoder.h
include/gnuradio/fec/cc_encoder.h
include/gnuradio/fec/ccsds_encoder.h
@@ -73,6 +74,7 @@ ${PYSITELIB}/gnuradio/fec/threaded_encoder.py
${PYSITELIB}/gnuradio/fec/threaded_encoder.pyc
${PYSITELIB}/gnuradio/fec/threaded_encoder.pyo
share/doc/gnuradio-${PKGVERSION}/README.fec
share/gnuradio/examples/fec/271.127.3.112
share/gnuradio/examples/fec/ber_curve_gen.grc
share/gnuradio/examples/fec/ber_test.grc
share/gnuradio/examples/fec/fecapi_async_decoders.grc
@@ -83,6 +85,7 @@ share/gnuradio/examples/fec/fecapi_decoders.grc
share/gnuradio/examples/fec/fecapi_encoders.grc
share/gnuradio/examples/fec/fecapi_tagged_decoders.grc
share/gnuradio/examples/fec/fecapi_tagged_encoders.grc
share/gnuradio/examples/fec/tpc_ber_curve_gen.grc
share/gnuradio/grc/blocks/fec_async_decoder.xml
share/gnuradio/grc/blocks/fec_async_encoder.xml
share/gnuradio/grc/blocks/fec_ber_bf.xml
@@ -101,6 +104,10 @@ share/gnuradio/grc/blocks/fec_extended_tagged_encoder.xml
share/gnuradio/grc/blocks/fec_puncture_xx.xml
share/gnuradio/grc/blocks/fec_tagged_decoder.xml
share/gnuradio/grc/blocks/fec_tagged_encoder.xml
share/gnuradio/grc/blocks/ldpc_decoder_def_list.xml
share/gnuradio/grc/blocks/ldpc_encoder_def_list.xml
share/gnuradio/grc/blocks/tpc_decoder_def_list.xml
share/gnuradio/grc/blocks/tpc_encoder_def_list.xml
share/gnuradio/grc/blocks/variable_cc_decoder_def_list.xml
share/gnuradio/grc/blocks/variable_cc_encoder_def_list.xml
share/gnuradio/grc/blocks/variable_ccsds_encoder_def_list.xml

View File

@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.2 2015/04/17 15:53:08 adam Exp $
# $NetBSD: Makefile,v 1.3 2015/09/01 04:14:54 mef Exp $
PKGNAME= gnuradio-noaa-${VERSION}
PKGREVISION= 1
COMMENT= NOAA, Weather Satellite Reception module of GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"

View File

@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.2 2015/04/17 15:53:08 adam Exp $
# $NetBSD: Makefile,v 1.3 2015/09/01 04:14:54 mef Exp $
PKGNAME= gnuradio-pager-${VERSION}
PKGREVISION= 1
COMMENT= FLEX radiopager receiver/demodulator of GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"

View File

@@ -1,13 +1,12 @@
# $NetBSD: Makefile,v 1.6 2015/04/25 14:23:21 tnn Exp $
# $NetBSD: Makefile,v 1.7 2015/09/01 04:14:54 mef Exp $
PKGNAME= gnuradio-qtgui-${VERSION}
PKGREVISION= 2
COMMENT= Qt GUI module of GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"
.include "../../ham/gnuradio-core/Nocore.mk"
CONF_FILES+= ${EGDIR}/gr-qtgui.conf ${PKG_SYSCONFDIR}/gr-qtgui.conf
#ONF_FILES+= ${EGDIR}/gr-qtgui.conf ${PKG_SYSCONFDIR}/gr-qtgui.conf
CMAKE_ARGS+= -DENABLE_DEFAULT=OFF
CMAKE_ARGS+= -DENABLE_GR_QTGUI=ON

View File

@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.4 2015/03/07 05:10:45 mef Exp $
@comment $NetBSD: PLIST,v 1.5 2015/09/01 04:14:54 mef Exp $
bin/gr_constellation_plot
bin/gr_psd_plot_b
bin/gr_psd_plot_c
@@ -36,6 +36,7 @@ include/gnuradio/qtgui/displayform.h
include/gnuradio/qtgui/form_menus.h
include/gnuradio/qtgui/freq_sink_c.h
include/gnuradio/qtgui/freq_sink_f.h
include/gnuradio/qtgui/freqcontrolpanel.h
include/gnuradio/qtgui/freqdisplayform.h
include/gnuradio/qtgui/histogram_sink_f.h
include/gnuradio/qtgui/histogramdisplayform.h
@@ -53,6 +54,7 @@ include/gnuradio/qtgui/time_raster_sink_b.h
include/gnuradio/qtgui/time_raster_sink_f.h
include/gnuradio/qtgui/time_sink_c.h
include/gnuradio/qtgui/time_sink_f.h
include/gnuradio/qtgui/timecontrolpanel.h
include/gnuradio/qtgui/timedisplayform.h
include/gnuradio/qtgui/timerasterdisplayform.h
include/gnuradio/qtgui/trigger_mode.h
@@ -108,10 +110,10 @@ ${PYSITELIB}/gnuradio/qtgui/plot_time_raster_form.pyo
${PYSITELIB}/gnuradio/qtgui/qtgui_swig.py
${PYSITELIB}/gnuradio/qtgui/qtgui_swig.pyc
${PYSITELIB}/gnuradio/qtgui/qtgui_swig.pyo
${PYSITELIB}/gnuradio/qtgui/range.py
${PYSITELIB}/gnuradio/qtgui/range.pyc
${PYSITELIB}/gnuradio/qtgui/range.pyo
share/doc/gnuradio-${PKGVERSION}/README.qtgui
share/examples/gnuradio/conf.d/gr-qtgui.conf
share/gnuradio/examples/qt-gui/alt.qss
share/gnuradio/examples/qt-gui/dark.qss
share/gnuradio/examples/qt-gui/pyqt_const_c.py
share/gnuradio/examples/qt-gui/pyqt_example_c.py
share/gnuradio/examples/qt-gui/pyqt_example_f.py
@@ -135,6 +137,7 @@ share/gnuradio/grc/blocks/qtgui_freq_sink_x.xml
share/gnuradio/grc/blocks/qtgui_histogram_sink_x.xml
share/gnuradio/grc/blocks/qtgui_label.xml
share/gnuradio/grc/blocks/qtgui_number_sink.xml
share/gnuradio/grc/blocks/qtgui_push_button.xml
share/gnuradio/grc/blocks/qtgui_range.xml
share/gnuradio/grc/blocks/qtgui_sink_x.xml
share/gnuradio/grc/blocks/qtgui_tab_widget.xml
@@ -142,3 +145,5 @@ share/gnuradio/grc/blocks/qtgui_time_raster_x.xml
share/gnuradio/grc/blocks/qtgui_time_sink_x.xml
share/gnuradio/grc/blocks/qtgui_vector_sink_f.xml
share/gnuradio/grc/blocks/qtgui_waterfall_sink_x.xml
share/gnuradio/themes/alt.qss
share/gnuradio/themes/dark.qss

View File

@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.21 2015/04/17 15:53:08 adam Exp $
# $NetBSD: Makefile,v 1.22 2015/09/01 04:14:54 mef Exp $
PKGNAME= gnuradio-trellis-${VERSION}
PKGREVISION= 1
COMMENT= Trellis-based encoding and decoding algorithms for GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"

View File

@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.3 2015/04/17 15:53:08 adam Exp $
# $NetBSD: Makefile,v 1.4 2015/09/01 04:14:55 mef Exp $
PKGNAME= gnuradio-uhd-${VERSION}
PKGREVISION= 1
COMMENT= Uhd-based encoding and decoding algorithms for GNU Radio
# (acutually, redundent for now)

View File

@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.3 2014/10/28 16:59:33 mef Exp $
@comment $NetBSD: PLIST,v 1.4 2015/09/01 04:14:55 mef Exp $
bin/uhd_fft
bin/uhd_rx_cfile
bin/uhd_rx_nogui
@@ -8,6 +8,7 @@ include/gnuradio/swig/uhd_swig.i
include/gnuradio/swig/uhd_swig_doc.i
include/gnuradio/uhd/amsg_source.h
include/gnuradio/uhd/api.h
include/gnuradio/uhd/usrp_block.h
include/gnuradio/uhd/usrp_sink.h
include/gnuradio/uhd/usrp_source.h
lib/libgnuradio-uhd.so

View File

@@ -1,14 +1,13 @@
# $NetBSD: Makefile,v 1.3 2015/04/25 14:23:21 tnn Exp $
# $NetBSD: Makefile,v 1.4 2015/09/01 04:14:55 mef Exp $
PKGNAME= gnuradio-utils-${VERSION}
PKGREVISION= 2
COMMENT= Utilities in GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"
.include "../../ham/gnuradio-core/Nocore.mk"
DEPENDS+= ${PYPKGPREFIX}-matplotlib-[0-9]*:../../graphics/py-matplotlib
CONF_FILES+= ${EGDIR}/modtool.conf ${PKG_SYSCONFDIR}/modtool.conf
#ONF_FILES+= ${EGDIR}/modtool.conf ${PKG_SYSCONFDIR}/modtool.conf
CMAKE_ARGS+= -DENABLE_DEFAULT=False
CMAKE_ARGS+= -DENABLE_GR_UTILS=True

View File

@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.1 2014/10/13 12:51:10 mef Exp $
@comment $NetBSD: PLIST,v 1.2 2015/09/01 04:14:55 mef Exp $
bin/gr_modtool
bin/gr_plot_char
bin/gr_plot_const
@@ -48,6 +48,9 @@ ${PYSITELIB}/gnuradio/modtool/modtool_makexml.pyo
${PYSITELIB}/gnuradio/modtool/modtool_newmod.py
${PYSITELIB}/gnuradio/modtool/modtool_newmod.pyc
${PYSITELIB}/gnuradio/modtool/modtool_newmod.pyo
${PYSITELIB}/gnuradio/modtool/modtool_rename.py
${PYSITELIB}/gnuradio/modtool/modtool_rename.pyc
${PYSITELIB}/gnuradio/modtool/modtool_rename.pyo
${PYSITELIB}/gnuradio/modtool/modtool_rm.py
${PYSITELIB}/gnuradio/modtool/modtool_rm.pyc
${PYSITELIB}/gnuradio/modtool/modtool_rm.pyo
@@ -78,8 +81,8 @@ ${PYSITELIB}/gnuradio/pyqt_filter.pyo
${PYSITELIB}/gnuradio/pyqt_plot.py
${PYSITELIB}/gnuradio/pyqt_plot.pyc
${PYSITELIB}/gnuradio/pyqt_plot.pyo
share/examples/gnuradio/conf.d/modtool.conf
share/gnuradio/modtool/gr-newmod/CMakeLists.txt
share/gnuradio/modtool/gr-newmod/MANIFEST.md
share/gnuradio/modtool/gr-newmod/apps/CMakeLists.txt
share/gnuradio/modtool/gr-newmod/cmake/Modules/CMakeParseArgumentsCopy.cmake
share/gnuradio/modtool/gr-newmod/cmake/Modules/FindCppUnit.cmake

View File

@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.18 2015/04/25 14:23:21 tnn Exp $
# $NetBSD: Makefile,v 1.19 2015/09/01 04:14:55 mef Exp $
PKGNAME= gnuradio-video-sdl-${VERSION}
PKGREVISION= 2
COMMENT= SDL (Simple DirectMedia Layer) bindings for GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"

View File

@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.6 2014/10/28 16:59:33 mef Exp $
@comment $NetBSD: PLIST,v 1.7 2015/09/01 04:14:55 mef Exp $
include/gnuradio/swig/video_sdl_swig.i
include/gnuradio/swig/video_sdl_swig_doc.i
include/gnuradio/video_sdl/api.h
@@ -14,3 +14,5 @@ ${PYSITELIB}/gnuradio/video_sdl/_video_sdl_swig.so
${PYSITELIB}/gnuradio/video_sdl/video_sdl_swig.py
${PYSITELIB}/gnuradio/video_sdl/video_sdl_swig.pyc
${PYSITELIB}/gnuradio/video_sdl/video_sdl_swig.pyo
share/gnuradio/grc/blocks/video_block_tree.xml
share/gnuradio/grc/blocks/video_sdl_sink.xml

View File

@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.2 2015/04/17 15:53:08 adam Exp $
# $NetBSD: Makefile,v 1.3 2015/09/01 04:14:55 mef Exp $
PKGNAME= gnuradio-vocoder-${VERSION}
PKGREVISION= 1
COMMENT= All available vocoders in GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"

View File

@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.2 2015/04/17 15:53:08 adam Exp $
# $NetBSD: Makefile,v 1.3 2015/09/01 04:14:55 mef Exp $
PKGNAME= gnuradio-wavelet-${VERSION}
PKGREVISION= 1
COMMENT= Wavelet transform of GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"

View File

@@ -1,13 +1,12 @@
# $NetBSD: Makefile,v 1.55 2015/04/25 14:23:21 tnn Exp $
# $NetBSD: Makefile,v 1.56 2015/09/01 04:14:55 mef Exp $
PKGNAME= gnuradio-wxgui-${VERSION}
PKGREVISION= 2
COMMENT= WxGTK Toolkit module of GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"
.include "../../ham/gnuradio-core/Nocore.mk"
CONF_FILES+= ${EGDIR}/gr-wxgui.conf ${PKG_SYSCONFDIR}/gr-wxgui.conf
#CONF_FILES+= ${EGDIR}/gr-wxgui.conf ${PKG_SYSCONFDIR}/gr-wxgui.conf
CMAKE_ARGS+= -DENABLE_DEFAULT=False
CMAKE_ARGS+= -DENABLE_GR_WXGUI=True

View File

@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.10 2014/10/28 16:59:34 mef Exp $
@comment $NetBSD: PLIST,v 1.11 2015/09/01 04:14:55 mef Exp $
include/gnuradio/swig/wxgui_swig.i
include/gnuradio/swig/wxgui_swig_doc.i
include/gnuradio/wxgui/api.h
@@ -143,7 +143,6 @@ ${PYSITELIB}/grc_gnuradio/wxgui/panel.pyo
${PYSITELIB}/grc_gnuradio/wxgui/top_block_gui.py
${PYSITELIB}/grc_gnuradio/wxgui/top_block_gui.pyc
${PYSITELIB}/grc_gnuradio/wxgui/top_block_gui.pyo
share/examples/gnuradio/conf.d/gr-wxgui.conf
share/gnuradio/grc/blocks/notebook.xml
share/gnuradio/grc/blocks/variable_check_box.xml
share/gnuradio/grc/blocks/variable_chooser.xml

View File

@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.5 2015/04/17 15:53:09 adam Exp $
# $NetBSD: Makefile,v 1.6 2015/09/01 04:14:55 mef Exp $
PKGNAME= gnuradio-zeromq-${VERSION}
PKGREVISION= 1
COMMENT= All of the zeromq blocks, utilities, and examples
# zmq.hpp: No such file or directory

View File

@@ -1,12 +1,18 @@
@comment $NetBSD: PLIST,v 1.3 2014/10/28 16:59:34 mef Exp $
@comment $NetBSD: PLIST,v 1.4 2015/09/01 04:14:55 mef Exp $
include/gnuradio/swig/zeromq_swig.i
include/gnuradio/swig/zeromq_swig_doc.i
include/gnuradio/zeromq/api.h
include/gnuradio/zeromq/pub_msg_sink.h
include/gnuradio/zeromq/pub_sink.h
include/gnuradio/zeromq/pull_msg_source.h
include/gnuradio/zeromq/pull_source.h
include/gnuradio/zeromq/push_msg_sink.h
include/gnuradio/zeromq/push_sink.h
include/gnuradio/zeromq/rep_msg_sink.h
include/gnuradio/zeromq/rep_sink.h
include/gnuradio/zeromq/req_msg_source.h
include/gnuradio/zeromq/req_source.h
include/gnuradio/zeromq/sub_msg_source.h
include/gnuradio/zeromq/sub_source.h
lib/libgnuradio-zeromq.so
lib/libgnuradio-zeromq.so.${PKGVERSION}
@@ -27,9 +33,17 @@ ${PYSITELIB}/gnuradio/zeromq/zeromq_swig.pyo
share/gnuradio/examples/zeromq/zeromq_pubsub.grc
share/gnuradio/examples/zeromq/zeromq_pushpull.grc
share/gnuradio/examples/zeromq/zeromq_reqrep.grc
share/gnuradio/examples/zeromq/zmq_msg.grc
share/gnuradio/examples/zeromq/zmq_stream.grc
share/gnuradio/grc/blocks/zeromq_pub_msg_sink.xml
share/gnuradio/grc/blocks/zeromq_pub_sink.xml
share/gnuradio/grc/blocks/zeromq_pull_msg_source.xml
share/gnuradio/grc/blocks/zeromq_pull_source.xml
share/gnuradio/grc/blocks/zeromq_push_msg_sink.xml
share/gnuradio/grc/blocks/zeromq_push_sink.xml
share/gnuradio/grc/blocks/zeromq_rep_msg_sink.xml
share/gnuradio/grc/blocks/zeromq_rep_sink.xml
share/gnuradio/grc/blocks/zeromq_req_msg_source.xml
share/gnuradio/grc/blocks/zeromq_req_source.xml
share/gnuradio/grc/blocks/zeromq_sub_msg_source.xml
share/gnuradio/grc/blocks/zeromq_sub_source.xml

View File

@@ -1,21 +1,19 @@
# $NetBSD: Makefile,v 1.1 2014/10/13 13:05:36 mef Exp $
#
DISTNAME= v0.5.3
PKGNAME= rtl-sdr-${DISTNAME:S/v//}
# $NetBSD: Makefile,v 1.4 2015/09/02 20:56:23 mef Exp $
DISTNAME= rtl-sdr-0.5.3
CATEGORIES= ham
MASTER_SITES= -https://github.com/steve-m/librtlsdr/archive/${DISTNAME}${EXTRACT_SUFX}
EXTRACT_SUFX= .zip
MASTER_SITES= ${MASTER_SITE_GITHUB:=steve-m/}
GITHUB_PROJECT= librtlsdr
GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://sdr.osmocom.org/trac/wiki/rtl-sdr
COMMENT= Turns your Realtek RTL2832 based DVB dongle into a SDR receiver
LICENSE= gnu-gpl-v2
DIST_SUBDIR= rtl-sdr
USE_LANGUAGES+= c c++
USE_TOOLS+= gmake
USE_CMAKE= yes
WRKSRC= ${WRKDIR}/librtlsdr-${DISTNAME:S/v//}
AUTO_MKDIRS= yes
## CMake Error at CMakeLists.txt:69 (message):

View File

@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.1 2014/10/13 13:05:36 mef Exp $
$NetBSD: distinfo,v 1.3 2015/08/09 06:25:06 wiz Exp $
SHA1 (rtl-sdr/v0.5.3.zip) = 305d286a440d9feb02ee9f929200aab9cbfaccb5
RMD160 (rtl-sdr/v0.5.3.zip) = d314ce3515aa25c1fe1c6dc5686fff700f247641
Size (rtl-sdr/v0.5.3.zip) = 148189 bytes
SHA1 (rtl-sdr-0.5.3.tar.gz) = f6f20f7b0562a6d3f7b9ff7bff38a15bff175982
RMD160 (rtl-sdr-0.5.3.tar.gz) = 3b30938053870ed2d4b261ac9e27ad0863762ca4
Size (rtl-sdr-0.5.3.tar.gz) = 117414 bytes
SHA1 (patch-src_rtl__fm_c) = 04ec7142f38f26d2ed431765017f53e8e79a3a36

View File

@@ -1,13 +1,15 @@
# $NetBSD: Makefile,v 1.17 2012/10/03 13:01:45 asau Exp $
# $NetBSD: Makefile,v 1.20 2015/09/02 21:17:02 mef Exp $
#
DISTNAME= tlf-0.9.30
DISTNAME= tlf-0.9.31-2
PKGNAME= ${DISTNAME:C/([0-9])-/\1./}
CATEGORIES= ham
MASTER_SITES= http://sharon.pi8zaa.ampr.org/pub/linux/ham/tlf/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://home.iae.nl/users/reinc/TLF-0.2.html
COMMENT= Advanced hamradio logging and contest program
LICENSE= gnu-gpl-v2
USE_NCURSES= yes
USE_TOOLS+= gmake msgfmt
@@ -15,6 +17,9 @@ GNU_CONFIGURE= yes
PTHREAD_OPTS+= require
PTHREAD_AUTO_VARS= yes
# 0.9.31-2 -> 0.9.31
WRKSRC= ${WRKDIR}/${DISTNAME:C/-([0-9])$//}
CONFIGURE_ARGS+= --enable-hamlib
INSTALLATION_DIRS+= share/tlf

View File

@@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.6 2010/01/29 23:54:50 joerg Exp $
$NetBSD: distinfo,v 1.7 2015/09/02 21:17:02 mef Exp $
SHA1 (tlf-0.9.30.tar.gz) = 11e5d694c1b73c746b0d15b3e975f05fd55b7754
RMD160 (tlf-0.9.30.tar.gz) = d7b952fa202dbe1a3061f653b1eb698ea36188e6
Size (tlf-0.9.30.tar.gz) = 390608 bytes
SHA1 (tlf-0.9.31-2.tar.gz) = 12bad9ee27810dc17bc49f52b79a0124150ef964
RMD160 (tlf-0.9.31-2.tar.gz) = 654912f080e06e64d53f4e4313db79d19941dc63
Size (tlf-0.9.31-2.tar.gz) = 606427 bytes
SHA1 (patch-aa) = 0587a3f36bf0a6620c70a5d3290d6d5384c8c092
SHA1 (patch-ab) = 4cb7a8ed026d2a9bfed5dbe3ea6ce3d275ffc621
SHA1 (patch-ac) = dca763b7c9da4ed936fe686972d93f139d99c2e7

View File

@@ -1,11 +1,9 @@
# $NetBSD: Makefile,v 1.10 2015/04/17 15:53:09 adam Exp $
# $NetBSD: Makefile,v 1.13 2015/09/06 00:11:12 mef Exp $
DISTNAME= uhd-release_003_007_002
PKGNAME= uhd-3.7.2
PKGREVISION= 2
DISTNAME= uhd-3.9.0
CATEGORIES= ham
MASTER_SITES= -https://github.com/EttusResearch/uhd/archive/${DISTNAME:S/uhd-//}${EXTRACT_SUFX}
EXTRACT_SUFX= .zip
MASTER_SITES= ${MASTER_SITE_GITHUB:=EttusResearch/}
GITHUB_TAG= release_003_008_005
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://code.ettus.com/redmine/ettus/projects/uhd/wiki
@@ -16,17 +14,23 @@ BUILD_DEPENDS+= ${PYPKGPREFIX}-cheetah-[0-9]*:../../devel/py-cheetah
BUILD_DEPENDS+= ${PYPKGPREFIX}-docutils>=0.12:../../textproc/py-docutils
CMAKE_ARGS+= -DRST2HTML_EXECUTABLE=${PREFIX}/bin/rst2html-${PYVERSSUFFIX}.py
CMAKE_ARGS+= -Wno-dev
USE_LANGUAGES= c c++
USE_TOOLS= cmake pkg-config
USE_CMAKE= yes
# extra pax_global_header exists, and to avoid that:
EXTRACT_USING= gtar
#EXTRACT_ELEMENTS= uhd-${GITHUB_TAG}
# Please note distribution has many stuff under uhd/, but build itself
# needs under host/ only. Those uhd/ stuff will be handled post-{patch,install}:
WRKSRC= ${WRKDIR}/${DISTNAME}/host
WRKSRC= ${WRKDIR}/uhd-${GITHUB_TAG}/host
# The files with their name uhd-xxxx, are moved down from uhd/xxxx for this process.
REPLACE_PYTHON= \
utils/latency/graph.py \
utils/latency/run_tests.py \
utils/uhd_images_downloader.py.in \
utils/usrp2_card_burner.py \
utils/usrp2_card_burner_gui.py \
@@ -36,34 +40,6 @@ REPLACE_PYTHON= \
uhd-firmware/fx2/utils/edit-gpif-b100.py \
uhd-firmware/fx2/utils/edit-gpif.py \
uhd-firmware/fx2/utils/generate_regs.py \
uhd-firmware/x300/bin_to_coe.py \
uhd-firmware/zpu/bin/bin_to_mif.py \
uhd-firmware/zpu/bin/bin_to_ram_macro_init.py \
uhd-firmware/zpu/bin/divisors.py \
uhd-firmware/zpu/bin/elf_to_sbf \
uhd-firmware/zpu/bin/serial_loader \
uhd-firmware/zpu/bin/uart_ihex_flash_loader.py \
uhd-firmware/zpu/bin/uart_ihex_ram_loader.py \
uhd-fpga/usrp1/gen_makefile_extra.py \
uhd-fpga/usrp1/sdr_lib/gen_cordic_consts.py \
uhd-fpga/usrp1/tb/makesine.pl \
uhd-fpga/usrp1/toplevel/mrfm/mrfm.py \
uhd-fpga/usrp1/toplevel/mrfm/mrfm_fft.py \
uhd-fpga/usrp2/sdr_lib/gen_cordic_consts.py \
uhd-fpga/usrp2/top/extract_usage.py \
uhd-fpga/usrp2/top/python/check_inout.py \
uhd-fpga/usrp2/top/python/check_timing.py \
uhd-fpga/usrp3/top/python/bit_to_zynq_bin.py \
uhd-fpga/usrp3/top/python/check_inout.py \
uhd-fpga/usrp3/top/python/check_timing.py \
uhd-fpga/usrp3/lib/io_port2/create-lvbitx.py
REPLACE_PERL= uhd-fpga/usrp1/tb/makesine.pl
REPLACE_BASH= \
uhd-fpga/usrp2/top/impactor.sh \
uhd-fpga/usrp3/top/impactor.sh \
uhd-fpga/usrp3/top/python/batch-build
INSTALLATION_DIRS+= share/uhd
INSTALLATION_DIRS+= share/uhd/firmware
@@ -85,9 +61,9 @@ PLIST_SRC= ${PKGDIR}/PLIST
# to receive REPLACE_PYTHON conversion ( otherwise above the range )
post-patch:
(cd ${WRKDIR}; \
for i in firmware fpga images ; do \
for i in firmware images ; do \
${MKDIR} ${WRKSRC}/uhd-$$i ;\
${CP} -r ${WRKDIR}/${DISTNAME}/$$i/* ${WRKSRC}/uhd-$$i ;\
${CP} -r ${WRKDIR}/uhd-${GITHUB_TAG}/$$i/* ${WRKSRC}/uhd-$$i ;\
done)
# (1) move back the files to original location after REPLACE_PYTHON handled
@@ -96,7 +72,7 @@ post-patch:
# Converting ${CP} into ${INTALL_DATA_DIR} and ${INSTALL_DATA} as pkglint
# flags are NOT easy, sorry for that.
post-install:
for i in firmware fpga images ; do \
for i in firmware images ; do \
${CP} -r ${WRKSRC}/uhd-$$i/* ${DESTDIR}${PREFIX}/share/uhd/$$i/;\
${FIND} ${DESTDIR}${PREFIX}/share/uhd/$$i -type f -exec \
${CHMOD} -x '{}' \; ;\

File diff suppressed because it is too large Load Diff

View File

@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST.doxygen,v 1.2 2015/01/31 00:58:06 mef Exp $
@comment $NetBSD: PLIST.doxygen,v 1.3 2015/08/14 06:19:13 mef Exp $
share/doc/uhd/doxygen/html/algorithm_8hpp.html
share/doc/uhd/doxygen/html/algorithm_8hpp_source.html
share/doc/uhd/doxygen/html/annotated.html
@@ -90,9 +90,6 @@ share/doc/uhd/doxygen/html/classuhd_1_1transport_1_1managed__recv__buffer.png
share/doc/uhd/doxygen/html/classuhd_1_1transport_1_1managed__send__buffer-members.html
share/doc/uhd/doxygen/html/classuhd_1_1transport_1_1managed__send__buffer.html
share/doc/uhd/doxygen/html/classuhd_1_1transport_1_1managed__send__buffer.png
share/doc/uhd/doxygen/html/classuhd_1_1transport_1_1nirio__zero__copy-members.html
share/doc/uhd/doxygen/html/classuhd_1_1transport_1_1nirio__zero__copy.html
share/doc/uhd/doxygen/html/classuhd_1_1transport_1_1nirio__zero__copy.png
share/doc/uhd/doxygen/html/classuhd_1_1transport_1_1udp__simple-members.html
share/doc/uhd/doxygen/html/classuhd_1_1transport_1_1udp__simple.html
share/doc/uhd/doxygen/html/classuhd_1_1transport_1_1udp__simple.png
@@ -143,21 +140,6 @@ share/doc/uhd/doxygen/html/classuhd_1_1usrp_1_1tx__dboard__base.png
share/doc/uhd/doxygen/html/classuhd_1_1usrp_1_1xcvr__dboard__base-members.html
share/doc/uhd/doxygen/html/classuhd_1_1usrp_1_1xcvr__dboard__base.html
share/doc/uhd/doxygen/html/classuhd_1_1usrp_1_1xcvr__dboard__base.png
share/doc/uhd/doxygen/html/classuhd_1_1usrprio__rpc_1_1boost__serialization__archive__utils-members.html
share/doc/uhd/doxygen/html/classuhd_1_1usrprio__rpc_1_1boost__serialization__archive__utils.html
share/doc/uhd/doxygen/html/classuhd_1_1usrprio__rpc_1_1func__args__header__t-members.html
share/doc/uhd/doxygen/html/classuhd_1_1usrprio__rpc_1_1func__args__header__t.html
share/doc/uhd/doxygen/html/classuhd_1_1usrprio__rpc_1_1func__args__reader__t-members.html
share/doc/uhd/doxygen/html/classuhd_1_1usrprio__rpc_1_1func__args__reader__t.html
share/doc/uhd/doxygen/html/classuhd_1_1usrprio__rpc_1_1func__args__writer__t-members.html
share/doc/uhd/doxygen/html/classuhd_1_1usrprio__rpc_1_1func__args__writer__t.html
share/doc/uhd/doxygen/html/classuhd_1_1usrprio__rpc_1_1func__xport__buf__t-members.html
share/doc/uhd/doxygen/html/classuhd_1_1usrprio__rpc_1_1func__xport__buf__t.html
share/doc/uhd/doxygen/html/classuhd_1_1usrprio__rpc_1_1rpc__client-members.html
share/doc/uhd/doxygen/html/classuhd_1_1usrprio__rpc_1_1rpc__client.html
share/doc/uhd/doxygen/html/classuhd_1_1usrprio__rpc_1_1rpc__client.png
share/doc/uhd/doxygen/html/classuhd_1_1usrprio__rpc_1_1usrprio__rpc__client-members.html
share/doc/uhd/doxygen/html/classuhd_1_1usrprio__rpc_1_1usrprio__rpc__client.html
share/doc/uhd/doxygen/html/classuhd_1_1wb__iface-members.html
share/doc/uhd/doxygen/html/classuhd_1_1wb__iface.html
share/doc/uhd/doxygen/html/clock__config_8hpp.html
@@ -194,7 +176,6 @@ share/doc/uhd/doxygen/html/dir_000003.html
share/doc/uhd/doxygen/html/dir_000004.html
share/doc/uhd/doxygen/html/dir_000005.html
share/doc/uhd/doxygen/html/dir_000006.html
share/doc/uhd/doxygen/html/dir_000007.html
share/doc/uhd/doxygen/html/doc.png
share/doc/uhd/doxygen/html/doxygen.css
share/doc/uhd/doxygen/html/doxygen.png
@@ -265,8 +246,6 @@ share/doc/uhd/doxygen/html/gps__ctrl_8hpp_source.html
share/doc/uhd/doxygen/html/hierarchy.html
share/doc/uhd/doxygen/html/if__addrs_8hpp.html
share/doc/uhd/doxygen/html/if__addrs_8hpp_source.html
share/doc/uhd/doxygen/html/images_8hpp.html
share/doc/uhd/doxygen/html/images_8hpp_source.html
share/doc/uhd/doxygen/html/index.html
share/doc/uhd/doxygen/html/io__type_8hpp.html
share/doc/uhd/doxygen/html/io__type_8hpp_source.html
@@ -300,12 +279,9 @@ share/doc/uhd/doxygen/html/namespaceuhd_1_1msg.html
share/doc/uhd/doxygen/html/namespaceuhd_1_1transport.html
share/doc/uhd/doxygen/html/namespaceuhd_1_1transport_1_1vrt.html
share/doc/uhd/doxygen/html/namespaceuhd_1_1usrp.html
share/doc/uhd/doxygen/html/namespaceuhd_1_1usrprio__rpc.html
share/doc/uhd/doxygen/html/nav_f.png
share/doc/uhd/doxygen/html/nav_g.png
share/doc/uhd/doxygen/html/nav_h.png
share/doc/uhd/doxygen/html/nirio__zero__copy_8hpp.html
share/doc/uhd/doxygen/html/nirio__zero__copy_8hpp_source.html
share/doc/uhd/doxygen/html/open.png
share/doc/uhd/doxygen/html/otw__type_8hpp.html
share/doc/uhd/doxygen/html/otw__type_8hpp_source.html
@@ -321,10 +297,6 @@ share/doc/uhd/doxygen/html/ranges_8hpp.html
share/doc/uhd/doxygen/html/ranges_8hpp_source.html
share/doc/uhd/doxygen/html/ref__vector_8hpp.html
share/doc/uhd/doxygen/html/ref__vector_8hpp_source.html
share/doc/uhd/doxygen/html/rpc__client_8hpp.html
share/doc/uhd/doxygen/html/rpc__client_8hpp_source.html
share/doc/uhd/doxygen/html/rpc__common_8hpp.html
share/doc/uhd/doxygen/html/rpc__common_8hpp_source.html
share/doc/uhd/doxygen/html/safe__call_8hpp.html
share/doc/uhd/doxygen/html/safe__call_8hpp_source.html
share/doc/uhd/doxygen/html/safe__main_8hpp.html
@@ -397,8 +369,6 @@ share/doc/uhd/doxygen/html/search/classes_15.html
share/doc/uhd/doxygen/html/search/classes_15.js
share/doc/uhd/doxygen/html/search/classes_16.html
share/doc/uhd/doxygen/html/search/classes_16.js
share/doc/uhd/doxygen/html/search/classes_17.html
share/doc/uhd/doxygen/html/search/classes_17.js
share/doc/uhd/doxygen/html/search/classes_2.html
share/doc/uhd/doxygen/html/search/classes_2.js
share/doc/uhd/doxygen/html/search/classes_3.html
@@ -612,8 +582,6 @@ share/doc/uhd/doxygen/html/search/typedefs_c.html
share/doc/uhd/doxygen/html/search/typedefs_c.js
share/doc/uhd/doxygen/html/search/typedefs_d.html
share/doc/uhd/doxygen/html/search/typedefs_d.js
share/doc/uhd/doxygen/html/search/typedefs_e.html
share/doc/uhd/doxygen/html/search/typedefs_e.js
share/doc/uhd/doxygen/html/search/variables_0.html
share/doc/uhd/doxygen/html/search/variables_0.js
share/doc/uhd/doxygen/html/search/variables_1.html
@@ -759,10 +727,6 @@ share/doc/uhd/doxygen/html/structuhd_1_1usrp_1_1mboard__eeprom__t.png
share/doc/uhd/doxygen/html/structuhd_1_1usrp_1_1subdev__spec__pair__t-members.html
share/doc/uhd/doxygen/html/structuhd_1_1usrp_1_1subdev__spec__pair__t.html
share/doc/uhd/doxygen/html/structuhd_1_1usrp_1_1subdev__spec__pair__t.png
share/doc/uhd/doxygen/html/structuhd_1_1usrprio__rpc_1_1hshake__args__t-members.html
share/doc/uhd/doxygen/html/structuhd_1_1usrprio__rpc_1_1hshake__args__t.html
share/doc/uhd/doxygen/html/structuhd_1_1usrprio__rpc_1_1usrprio__device__info-members.html
share/doc/uhd/doxygen/html/structuhd_1_1usrprio__rpc_1_1usrprio__device__info.html
share/doc/uhd/doxygen/html/structuhd_1_1value__error-members.html
share/doc/uhd/doxygen/html/structuhd_1_1value__error.html
share/doc/uhd/doxygen/html/structuhd_1_1value__error.png
@@ -799,10 +763,6 @@ share/doc/uhd/doxygen/html/usb__device__handle_8hpp.html
share/doc/uhd/doxygen/html/usb__device__handle_8hpp_source.html
share/doc/uhd/doxygen/html/usb__zero__copy_8hpp.html
share/doc/uhd/doxygen/html/usb__zero__copy_8hpp_source.html
share/doc/uhd/doxygen/html/usrprio__rpc__client_8hpp.html
share/doc/uhd/doxygen/html/usrprio__rpc__client_8hpp_source.html
share/doc/uhd/doxygen/html/usrprio__rpc__common_8hpp.html
share/doc/uhd/doxygen/html/usrprio__rpc__common_8hpp_source.html
share/doc/uhd/doxygen/html/version_8hpp.html
share/doc/uhd/doxygen/html/version_8hpp_source.html
share/doc/uhd/doxygen/html/vrt__if__packet_8hpp.html

View File

@@ -1,7 +1,5 @@
$NetBSD: distinfo,v 1.4 2015/04/23 18:26:30 joerg Exp $
$NetBSD: distinfo,v 1.7 2015/09/06 00:11:12 mef Exp $
SHA1 (uhd-release_003_007_002.zip) = 41e110454a7e8a7c749226f17dcf49a62c7c4da4
RMD160 (uhd-release_003_007_002.zip) = 914115d13028ff753465119848ee9d88811f127b
Size (uhd-release_003_007_002.zip) = 90350334 bytes
SHA1 (patch-host_include_uhd_transport_nirio_nirio__driver__iface_h) = 2ba6c50f467515bfac9fe330572bb0154154a0ad
SHA1 (patch-lib_usrp_b200_b200__io__impl.cpp) = 937003ecd88a31d96c5223c95751ace7622e2256
SHA1 (uhd-3.9.0.tar.gz) = 815ef97870a3d0f3d65fa4075a3f2c1c476d1d17
RMD160 (uhd-3.9.0.tar.gz) = 69dabc854cb77a2ddde04c4615df602671610ed5
Size (uhd-3.9.0.tar.gz) = 2910398 bytes

View File

@@ -1,4 +1,4 @@
# $NetBSD: options.mk,v 1.2 2015/01/31 00:58:06 mef Exp $
# $NetBSD: options.mk,v 1.3 2015/08/14 06:19:13 mef Exp $
### Set options
PKG_OPTIONS_VAR= PKG_OPTIONS.uhd
PKG_SUPPORTED_OPTIONS= doxygen manual
@@ -13,5 +13,5 @@ PLIST_SRC+= ${PKGDIR}/PLIST.doxygen
.if !empty(PKG_OPTIONS:Mmanual)
BUILD_DEPENDS+= ${PYPKGPREFIX}-docutils-[0-9]*:../../textproc/py-docutils
PLIST_SRC+= ${PKGDIR}/PLIST.manual
#PLIST_SRC+= ${PKGDIR}/PLIST.manual
.endif

View File

@@ -1,24 +0,0 @@
$NetBSD: patch-host_include_uhd_transport_nirio_nirio__driver__iface_h,v 1.1 2014/09/08 07:12:05 mef Exp $
To avoid asking IOKit/IOKit.h
--- host/include/uhd/transport/nirio/nirio_driver_iface.h
+++ include/uhd/transport/nirio/nirio_driver_iface.h
@@ -28,7 +28,7 @@
#pragma warning(disable:4201) // nonstandard extension used : nameless struct/union
#include <WinIoCtl.h>
#pragma warning(default:4201)
-#elif !defined(UHD_PLATFORM_LINUX)
+#elif !defined(UHD_PLATFORM_LINUX) && !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(__DragonFly__)
#include <IOKit/IOKitLib.h>
#endif
@@ -441,7 +441,7 @@ static inline void init_syncop_out_params(nirio_syncop_out_params_t& param, void
//Device handle definition
-#if defined(UHD_PLATFORM_LINUX)
+#if defined(UHD_PLATFORM_LINUX) || defined(__NetBSD__) || defined(__FreeBSD__) || defined(__DragonFly__)
typedef int rio_dev_handle_t;
#elif defined(UHD_PLATFORM_WIN32)
typedef HANDLE rio_dev_handle_t;

View File

@@ -1,22 +0,0 @@
$NetBSD: patch-lib_usrp_b200_b200__io__impl.cpp,v 1.1 2015/04/23 18:26:30 joerg Exp $
--- lib/usrp/b200/b200_io_impl.cpp.orig 2015-04-23 14:23:25.000000000 +0000
+++ lib/usrp/b200/b200_io_impl.cpp
@@ -184,7 +184,7 @@ boost::optional<uhd::msg_task::msg_type_
{
managed_recv_buffer::sptr buff = xport->get_recv_buff();
if (not buff or buff->size() < 8)
- return NULL;
+ return boost::none;
const boost::uint32_t sid = uhd::wtohx(buff->cast<const boost::uint32_t *>()[1]);
switch (sid) {
@@ -248,7 +248,7 @@ boost::optional<uhd::msg_task::msg_type_
default:
UHD_MSG(error) << "Got a ctrl packet with unknown SID " << sid << std::endl;
}
- return NULL;
+ return boost::none;
}
/***********************************************************************

View File

@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.45 2015/04/25 14:23:21 tnn Exp $
# $NetBSD: Makefile,v 1.46 2015/09/06 09:56:08 mef Exp $
#
DISTNAME= xdx-2.4.3
PKGREVISION= 1
DISTNAME= xdx-2.5.0
CATEGORIES= ham
MASTER_SITES= http://sourceforge.net/projects/xdxclusterclient/files/latest/download

View File

@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.6 2014/12/12 15:43:39 mef Exp $
$NetBSD: distinfo,v 1.7 2015/09/06 09:56:08 mef Exp $
SHA1 (xdx-2.4.3.tar.gz) = 6dd1981742a424690f0ecf12adb2fa4c1bd7e207
RMD160 (xdx-2.4.3.tar.gz) = b207b01dc9e0f6459886e2bd232586bab292cb00
Size (xdx-2.4.3.tar.gz) = 324178 bytes
SHA1 (xdx-2.5.0.tar.gz) = 2138663ae34ef1020b0ee68f1547ee56a574ae81
RMD160 (xdx-2.5.0.tar.gz) = ff03ec922ca834fce3752f715e85b5059c819eff
Size (xdx-2.5.0.tar.gz) = 342548 bytes

View File

@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.64 2015/04/25 14:23:21 tnn Exp $
# $NetBSD: Makefile,v 1.65 2015/09/02 23:37:58 mef Exp $
#
DISTNAME= xlog-2.0.12
PKGREVISION= 1
DISTNAME= xlog-2.0.13
CATEGORIES= ham
MASTER_SITES= http://download.savannah.gnu.org/releases/xlog/
LICENSE= gnu-gpl-v3

View File

@@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.16 2014/12/23 18:52:54 joerg Exp $
$NetBSD: distinfo,v 1.17 2015/09/02 23:37:58 mef Exp $
SHA1 (xlog-2.0.12.tar.gz) = d63c200f388720e4cb594be6d8d2925b0df0511a
RMD160 (xlog-2.0.12.tar.gz) = b597452ae9468517da2c263c3f4dfcdf1702aecd
Size (xlog-2.0.12.tar.gz) = 11396005 bytes
SHA1 (xlog-2.0.13.tar.gz) = 5755d530cc775716d5dc874c0cd206b2bdf207b2
RMD160 (xlog-2.0.13.tar.gz) = 1d6633645b7eec05f002fe95cc4d3c70dcc803bd
Size (xlog-2.0.13.tar.gz) = 11427287 bytes
SHA1 (patch-src_callbacks_mainwindow_qsoframe_c) = 354d979f0f591039df0377e640bdc76b6d4831a4
SHA1 (patch-src_dxcc_c) = 2fea7448ecd452064ff86ab228ec7490a0c187f3
SHA1 (patch-src_logfile_adif2.c) = 19c52c20d2bb0c86fc489691a8bd996c14f6e03f

View File

@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.10 2015/04/25 14:23:22 tnn Exp $
# $NetBSD: Makefile,v 1.11 2015/09/06 09:50:47 mef Exp $
DISTNAME= xnec2c-3.3
PKGREVISION= 1
DISTNAME= xnec2c-3.4
CATEGORIES= ham
MASTER_SITES= http://www.qsl.net/5b4az/pkg/nec2/xnec2c/
EXTRACT_SUFX= .tar.bz2

View File

@@ -1,7 +1,8 @@
@comment $NetBSD: PLIST,v 1.2 2014/10/14 00:42:13 mef Exp $
@comment $NetBSD: PLIST,v 1.3 2015/09/06 09:50:47 mef Exp $
bin/xnec2c
share/doc/xnec2c/NEC2-bug.txt
share/doc/xnec2c/NearFieldCalcs.txt
share/doc/xnec2c/aspell.sh
share/doc/xnec2c/images/charges.png
share/doc/xnec2c/images/currents.png
share/doc/xnec2c/images/excitation.png

View File

@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.5 2015/04/17 01:55:24 mef Exp $
$NetBSD: distinfo,v 1.6 2015/09/06 09:50:47 mef Exp $
SHA1 (xnec2c-3.3.tar.bz2) = 0790b9ba67f7b4dae7b739ce4f5240f9ccb75bb1
RMD160 (xnec2c-3.3.tar.bz2) = 44427973b203e186c4880d81a0ff7b62dc4c1359
Size (xnec2c-3.3.tar.bz2) = 921522 bytes
SHA1 (xnec2c-3.4.tar.bz2) = 0e4a9e0343764167093a241ebe80ad2a60ee6705
RMD160 (xnec2c-3.4.tar.bz2) = 9240b30c773c61d990814ef192351930ce0ad8bb
Size (xnec2c-3.4.tar.bz2) = 922548 bytes