Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

View File

@@ -1,10 +1,12 @@
$NetBSD: distinfo,v 1.7 2009/04/07 18:45:04 hasso Exp $
$NetBSD: distinfo,v 1.8 2015/11/02 23:57:22 agc Exp $
SHA1 (7pl225sr.tgz) = 9c393e8f6968d24ec469fbca45ade65a5c6d52fc
RMD160 (7pl225sr.tgz) = 23fe71c10ab4e006c49c7b0e7fbf96d498b2ccf7
SHA512 (7pl225sr.tgz) = c1c303b19ed14b3398a8a0c58eb505f03f27e957cfe3cbf2432db115a1efaf6a637e657490079791d245aebf6d2b14497e111b5d5cfd52637f25f135e5008476
Size (7pl225sr.tgz) = 65122 bytes
SHA1 (7pl210mg.tgz) = 7acc708cabf8d166f74bd398940fb71aac2c7495
RMD160 (7pl210mg.tgz) = ffaf7b5dd4c55fb847a6b5fd87cdfaecf904e53e
SHA512 (7pl210mg.tgz) = 579a18b734dd719dc0a8f1074af3f9ebeb0a42c7219c7d79c6a92cc956a64a00b241d9a2d6e9fc176e3649fa96e127fd08a8d09d2ff7b7afa92237f16e932014
Size (7pl210mg.tgz) = 31095 bytes
SHA1 (patch-aa) = 62fa52455c8225cbd4465bbd5e1565e7eaae3421
SHA1 (patch-ab) = 4bf37d21aceced7b8faaeb67dffb8280b220fc16

View File

@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.3 2015/04/25 14:23:20 tnn Exp $
# $NetBSD: Makefile,v 1.5 2016/08/03 10:22:57 adam Exp $
#
DISTNAME= chirp-0.4.1
PKGREVISION= 1
PKGREVISION= 2
CATEGORIES= ham
MASTER_SITES= http://chirp.danplanet.com/download/${PKGVERSION}/
@@ -14,7 +14,7 @@ LICENSE= gnu-gpl-v3
USE_LANGUAGES= #none
REPLACE_PYTHON= *.py chirp/*.py chirpui/*.py
DEPENDS+= py27-serial>=2.7:../../comms/py-serial
DEPENDS+= ${PYPKGPREFIX}-serial>=2.7:../../comms/py-serial
.include "../../mk/bsd.prefs.mk"

View File

@@ -1,7 +1,8 @@
$NetBSD: distinfo,v 1.2 2014/10/16 03:10:11 mef Exp $
$NetBSD: distinfo,v 1.3 2015/11/02 23:57:22 agc Exp $
SHA1 (chirp-0.4.1.tar.gz) = d42ce971bc1d77a6934e813774f418b9b3a4479f
RMD160 (chirp-0.4.1.tar.gz) = 5cbd3aefeba9e4feabfbef0952aa63837dd29c02
SHA512 (chirp-0.4.1.tar.gz) = 13f36e96bb1608a41605cedd2fa3dfb46efc37e97437d09b75a0dd9ff10bb85c32ef3190d8db3fdb0360de8b85470588492df3ca5b3e2ecbdb813f3f11a9cc57
Size (chirp-0.4.1.tar.gz) = 416851 bytes
SHA1 (patch-chirp_platform.py) = 724fb28f38582c5b1e3b6666bc15a128800cab8c
SHA1 (patch-chirpui_mainapp.py) = 0a9953fb55d92b612d440b63431cb6e6a0bfa563

View File

@@ -1,12 +1,10 @@
# $NetBSD: Makefile,v 1.1 2014/07/21 07:30:50 dbj Exp $
# $NetBSD: Makefile,v 1.3 2016/09/19 09:27:57 mef Exp $
#
DISTNAME= codec2-0.3.0.1698
WRKSRC= ${WRKDIR}/codec2
DISTNAME= codec2-0.5.1
CATEGORIES= ham
# svn://svn.code.sf.net/p/freetel/code/codec2-dev
MASTER_SITES= ${MASTER_SITE_LOCAL}
EXTRACT_SUFX= .tgz
MASTER_SITES= http://files.freedv.org/codec2/
EXTRACT_SUFX= .tar.xz
MAINTAINER= dbj@NetBSD.org
HOMEPAGE= http://rowetel.com/codec2.html
@@ -14,10 +12,7 @@ COMMENT= Speech codec for 2400 bit/s and below
LICENSE= gnu-lgpl-v2.1
# This package doesn't really use c++, but cmake probes for it
# causing the configure to fail unless we declare it here. Maybe
# there is a way to tell cmake to not require c++
USE_LANGUAGES= c c++
USE_LANGUAGES= c
USE_CMAKE=yes
CONFIGURE_DIRS=build

View File

@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.3 2014/08/01 06:13:46 dbj Exp $
@comment $NetBSD: PLIST,v 1.4 2016/01/19 04:02:07 dbj Exp $
bin/c2dec
bin/c2demo
bin/c2enc
@@ -10,11 +10,20 @@ bin/fdmdv_mod
bin/fdmdv_put_test_bits
bin/fec_dec
bin/fec_enc
bin/fm_demod
bin/insert_errors
include/codec2/codec2.h
include/codec2/codec2_cohpsk.h
include/codec2/codec2_fdmdv.h
include/codec2/codec2_fifo.h
include/codec2/codec2_fm.h
include/codec2/comp.h
include/codec2/comp_prim.h
include/codec2/freedv_api.h
include/codec2/freedv_api_internal.h
include/codec2/golay23.h
include/codec2/kiss_fft.h
include/codec2/modem_stats.h
include/codec2/varicode.h
lib/libcodec2.so
lib/libcodec2.so.0.3
lib/libcodec2.so.0.5

View File

@@ -1,12 +1,15 @@
# $NetBSD: buildlink3.mk,v 1.1 2014/07/21 07:30:50 dbj Exp $
# $NetBSD: buildlink3.mk,v 1.2 2016/01/19 04:02:07 dbj Exp $
BUILDLINK_TREE+= codec2
.if !defined(CODEC2_BUILDLINK3_MK)
CODEC2_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.codec2+= codec2>=0.3.0.1698
BUILDLINK_API_DEPENDS.codec2+= codec2>=0.5
BUILDLINK_PKGSRCDIR.codec2?= ../../ham/codec2
BUILDLINK_INCDIRS.codec2+= include/codec2
.endif # CODEC2_BUILDLINK3_MK
BUILDLINK_TREE+= -codec2

View File

@@ -1,5 +1,6 @@
$NetBSD: distinfo,v 1.1 2014/07/21 07:30:50 dbj Exp $
$NetBSD: distinfo,v 1.4 2016/09/19 09:27:57 mef Exp $
SHA1 (codec2-0.3.0.1698.tgz) = 18ea4e0d0348f8ce9eaece578e34626bbd4bfd02
RMD160 (codec2-0.3.0.1698.tgz) = 3babc819ae69b5b246fb8ba04f84fc5958831e76
Size (codec2-0.3.0.1698.tgz) = 12149601 bytes
SHA1 (codec2-0.5.1.tar.xz) = dcac0544048787a07a891e71c77fbf9ae3d78aca
RMD160 (codec2-0.5.1.tar.xz) = ed6c2474231e64c905d320751d5b4432cd6bf0a4
SHA512 (codec2-0.5.1.tar.xz) = 2ddfe2ef3dc89bd440a9861ed0d7b43a0be126712b18c29e40a6044da1b6a2cec508e0f40cb1d90fb8d4710646fa13606820f016a040cd147c84c44600b22cd9
Size (codec2-0.5.1.tar.xz) = 7862968 bytes

View File

@@ -1,7 +1,8 @@
$NetBSD: distinfo,v 1.6 2012/11/01 19:43:42 joerg Exp $
$NetBSD: distinfo,v 1.7 2015/11/02 23:57:23 agc Exp $
SHA1 (cwtext-0.96.tar.gz) = 5e6d7d57b5329de80fce84eb65d47c0b776f2d4f
RMD160 (cwtext-0.96.tar.gz) = 1d47de9a6441846484e993708b9c0fdd9042e8ba
SHA512 (cwtext-0.96.tar.gz) = 6765c79b6feea2947974bf4654ed1edc83f6c9ddaae1bf37d5ed95dedc4ce9b45d5e41dff7ec50d6586f34901d8f93a3230f1a7e1cf4d52b8a84c851cfbdbd33
Size (cwtext-0.96.tar.gz) = 16596 bytes
SHA1 (patch-morse.c) = 19f95a2d66d54708cd13d19468964cfac282b47a
SHA1 (patch-pcm.c) = 305d818ee9557a626673b2023b758bd19150ce44

View File

@@ -1,7 +1,8 @@
$NetBSD: distinfo,v 1.11 2007/01/08 03:42:13 rillig Exp $
$NetBSD: distinfo,v 1.12 2015/11/02 23:57:23 agc Exp $
SHA1 (dpbox-60000.tar.gz) = 73a55785f499324f57736c7fb3cc0bd1001facd3
RMD160 (dpbox-60000.tar.gz) = 05a14f7601b531fcdd0bc0252d171eed3bfafb7f
SHA512 (dpbox-60000.tar.gz) = 24258c73e657d1a1daa55d65262acdf967e350956958a807ab786e891938df324a4639b55b51c2dfa0015c3a944cac7f419194edea970a0564d3f370aefb02bc
Size (dpbox-60000.tar.gz) = 957010 bytes
SHA1 (patch-aa) = abf41e621eecd933e5d0d46d4fbae7e64fe2ec88
SHA1 (patch-ab) = abeee7b86844c8937792ef09a938caf232574fb3

View File

@@ -1,7 +1,8 @@
$NetBSD: distinfo,v 1.3 2012/11/16 00:33:36 gdt Exp $
$NetBSD: distinfo,v 1.4 2015/11/02 23:57:23 agc Exp $
SHA1 (fl_logbook-2.5.tar.gz) = cbe13e21af25f4a7f897974d90b9f41171f0dc1f
RMD160 (fl_logbook-2.5.tar.gz) = 5c7831a712c88c43179e7042cdf7f0d2fbdae4a9
SHA512 (fl_logbook-2.5.tar.gz) = 0ea8dfd2cfa5b726baa059800a7696081c4cb13d624b66a5637a4881438335388defeac11000dbc91be39a584758845a58a480bc83894383cc432aa2d8e50a36
Size (fl_logbook-2.5.tar.gz) = 58672 bytes
SHA1 (patch-aa) = a5648952f486455e9063ec3f6bf679f9842ec3b2
SHA1 (patch-src_date.h) = 20a39aa4ccc7402c7243a77062fb3ec0dfa16e1f

View File

@@ -1,14 +1,13 @@
# $NetBSD: Makefile,v 1.57 2015/07/23 12:11:29 mef Exp $
# $NetBSD: Makefile,v 1.78 2016/09/19 09:16:18 mef Exp $
DISTNAME= fldigi-3.22.13
DISTNAME= fldigi-3.23.14
CATEGORIES= ham
MASTER_SITES= http://www.w1hkj.com/downloads/fldigi/
LICENSE= gnu-gpl-v3
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fldigi/}
MAINTAINER= makoto@ki.nu
HOMEPAGE= http://www.w1hkj.com/Fldigi.html
#HOMEPAGE= http://lists.berlios.de/mailman/listinfo/fldigi-devel
HOMEPAGE= http://www.w1hkj.com/
COMMENT= Digital radio modem
LICENSE= gnu-gpl-v3
USE_TOOLS+= gmake pkg-config
USE_LANGUAGES= c c++
@@ -41,11 +40,7 @@ SUBST_SED.brag-os= -e s/@@OS@@/${OPSYS}/
CHECK_WRKREF_SKIP+= bin/flarq
CHECK_WRKREF_SKIP+= bin/fldigi
.include "../../mk/bsd.prefs.mk"
.if ${LOWER_OPSYS} == "netbsd"
CONFIGURE_ENV+= ac_cv_header_execinfo_h=no
.endif
CONFIGURE_ENV.NetBSD+= ac_cv_header_execinfo_h=no
.include "../../mk/compiler.mk"
.if !empty(PKGSRC_COMPILER:Mclang)

View File

@@ -1,12 +1,9 @@
$NetBSD: distinfo,v 1.29 2015/08/10 19:26:43 joerg Exp $
$NetBSD: distinfo,v 1.49 2016/09/19 09:16:18 mef Exp $
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 (fldigi-3.23.14.tar.gz) = 611dabeb7f072e5a54cb833f9caaaf640ef4541f
RMD160 (fldigi-3.23.14.tar.gz) = 396e310dccfacfae4efc69e8a3d0040ecc454f3e
SHA512 (fldigi-3.23.14.tar.gz) = 9adfef9e5b9048bbcc43842260bdd1fde16370c0621215d416afc88c3f0c7c28f981a53859711225d0b4452a33a742e3a6add10a65b3c3dbecdba33e8ed3bea0
Size (fldigi-3.23.14.tar.gz) = 3115714 bytes
SHA1 (patch-src_include_qrunner.h) = c395684f676bcd06e0d0f8a95a9c22dc92667879
SHA1 (patch-src_misc_configuration.cxx) = 4ebf0c46913f73047ad5b858f6d4ae9def82ec60
SHA1 (patch-src_misc_newinstall.cxx) = 2c215e9423d27dd4f4657221b17cf4ed3f12355c
SHA1 (patch-src_thor_thor.cxx) = 8148f14d6f2a96d5435be871345c24ed2e4cc8b9
SHA1 (patch-src_xmlrpcpp_XmlRpcBase64.h) = 2fedf94f19b58494287c970abbe0ee8ddaaba5d9

View File

@@ -1,13 +0,0 @@
$NetBSD: patch-src_dominoex_dominoex.cxx,v 1.5 2015/04/27 23:51:52 joerg Exp $
--- src/dominoex/dominoex.cxx.orig 2015-04-27 23:30:32.000000000 +0000
+++ src/dominoex/dominoex.cxx
@@ -63,7 +63,7 @@ void dominoex::tx_init(SoundBase *sc)
strSecXmtText = progdefaults.secText;
if (strSecXmtText.length() == 0)
- strSecXmtText = "fldigi "PACKAGE_VERSION" ";
+ strSecXmtText = "fldigi " PACKAGE_VERSION " ";
videoText();
}

View File

@@ -1,20 +0,0 @@
$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,4 +1,9 @@
$NetBSD: patch-src_include_qrunner.h,v 1.5 2015/04/27 23:51:52 joerg Exp $
$NetBSD: patch-src_include_qrunner.h,v 1.6 2015/10/11 03:59:56 mef Exp $
date: 2015-04-28 08:51:52 +0900; author: joerg; state: Exp; lines: +2 -6; commitid: 2iTQbBPEdUwBShjy;
Avoid implicit conversions to bool for streams.
Require C++11 for Clang and prefer std version over tr1 when in C++11
mode.
--- src/include/qrunner.h.orig 2015-04-27 23:31:20.000000000 +0000
+++ src/include/qrunner.h

View File

@@ -1,17 +0,0 @@
$NetBSD: patch-src_thor_thor.cxx,v 1.3 2014/09/05 07:29:28 mef Exp $
Avoid implicit conversions to bool for streams.
Require C++11 for Clang and prefer std version over tr1 when in C++11
mode.
--- src/thor/thor.cxx.orig 2013-05-03 14:19:08.000000000 +0000
+++ src/thor/thor.cxx
@@ -63,7 +63,7 @@ void thor::tx_init(SoundBase *sc)
videoText();
strSecXmtText = progdefaults.THORsecText;
if (strSecXmtText.length() == 0)
- strSecXmtText = "fldigi "PACKAGE_VERSION" ";
+ strSecXmtText = "fldigi " PACKAGE_VERSION " ";
cptr = 0;
}

View File

@@ -1,12 +0,0 @@
$NetBSD: patch-src_xmlrpcpp_XmlRpcBase64.h,v 1.1 2015/04/27 23:51:52 joerg Exp $
--- src/xmlrpcpp/XmlRpcBase64.h.orig 2015-04-27 23:29:49.000000000 +0000
+++ src/xmlrpcpp/XmlRpcBase64.h
@@ -19,6 +19,7 @@
#define __BASE64_H_INCLUDED__ 1
#include <iterator>
+#include <ios>
static
int _xmlrpc_base64Chars[]= {'A','B','C','D','E','F','G','H','I','J','K','L','M','N','O','P','Q','R','S','T','U','V','W','X','Y','Z',

View File

@@ -1,15 +1,11 @@
# $NetBSD: Makefile,v 1.6 2015/04/25 14:23:20 tnn Exp $
# $NetBSD: Makefile,v 1.8 2016/08/03 10:22:57 adam Exp $
#
VERSION= 0.97.0.1696
PKGNAME= freedv-${VERSION}
DISTNAME= fdmdv2-${VERSION}
PKGREVISION= 2
WRKSRC= ${WRKDIR}/fdmdv2
DISTNAME= freedv-1.1
PKGREVISION= 1
CATEGORIES= ham
# svn://svn.code.sf.net/p/freetel/code/fdmdv2
MASTER_SITES= ${MASTER_SITE_LOCAL}
EXTRACT_SUFX= .tgz
MASTER_SITES= http://files.freedv.org/freedv/
EXTRACT_SUFX= .tar.xz
MAINTAINER= dbj@NetBSD.org
HOMEPAGE= http://freedv.org/
@@ -18,18 +14,13 @@ COMMENT= FreeDV: HF Digital Voice for Radio Amateurs
LICENSE= gnu-lgpl-v2.1
USE_TOOLS+= pkg-config
USE_LANGUAGES=c c++
USE_LANGUAGES= c c++
CHECK_PORTABILITY_SKIP+= configure
USE_CMAKE=yes
CONFIGURE_DIRS=build
BUILD_DIRS=${CONFIGURE_DIRS}
CMAKE_ARG_PATH=..
.include "fixbinconst.mk"
SUBST_STAGE.fixbinconst= pre-configure
SUBST_FILES.fixbinconst+= src/varicode_table.h
USE_CMAKE= yes
CONFIGURE_DIRS= build
CMAKE_ARG_PATH= ..
CMAKE_ARGS+= -DUSE_STATIC_CODEC2=FALSE
CMAKE_ARGS+= -DUSE_STATIC_SPEEXDSP=FALSE
.include "../../mk/bsd.prefs.mk"
@@ -43,6 +34,7 @@ pre-configure:
.include "../../ham/codec2/buildlink3.mk"
.include "../../ham/hamlib/buildlink3.mk"
.include "../../audio/sox/buildlink3.mk"
.include "../../audio/speexdsp/buildlink3.mk"
.include "../../audio/portaudio-devel/buildlink3.mk"
.include "../../audio/libsamplerate/buildlink3.mk"
.include "../../x11/wxGTK30/buildlink3.mk"

View File

@@ -1,5 +1,8 @@
$NetBSD: distinfo,v 1.2 2014/07/30 08:47:52 dbj Exp $
$NetBSD: distinfo,v 1.4 2016/01/19 04:03:21 dbj Exp $
SHA1 (fdmdv2-0.97.0.1696.tgz) = c99311738ffb6960416dd261a11b08756827dc6e
RMD160 (fdmdv2-0.97.0.1696.tgz) = 122f630f7651607501c84a2109c92f989c04e519
Size (fdmdv2-0.97.0.1696.tgz) = 1537981 bytes
SHA1 (freedv-1.1.tar.xz) = ec98a60e04c4eafb112793028468345d9f8aed55
RMD160 (freedv-1.1.tar.xz) = c2be5877a7a8865581aff8badb1bb6441f8fdc0b
SHA512 (freedv-1.1.tar.xz) = bd149f74ceae9c63b23c37d2e6d876238b9c1759d8bd1213675d3d0d2f817863e952129306ca37da9f41297b17a9f74d57cb807689ef051b3d94a8f8b52b5727
Size (freedv-1.1.tar.xz) = 424420 bytes
SHA1 (patch-src_CMakeLists.txt) = 6dc34dbc89394c92afbb435d8b06bd76603cc5d2
SHA1 (patch-src_sox__biquad.c) = b59975d6590cddacd3978759b254ce54894c1a7b

View File

@@ -1,38 +0,0 @@
# $NetBSD: fixbinconst.mk,v 1.1 2015/01/27 08:19:22 dbj Exp $
# A hack to fix up single byte binary constants
SUBST_CLASSES+= fixbinconst
SUBST_SED.fixbinconst+= -e 's/0[bB]0000/0b0/g'
SUBST_SED.fixbinconst+= -e 's/0[bB]0001/0b1/g'
SUBST_SED.fixbinconst+= -e 's/0[bB]0010/0b2/g'
SUBST_SED.fixbinconst+= -e 's/0[bB]0011/0b3/g'
SUBST_SED.fixbinconst+= -e 's/0[bB]0100/0b4/g'
SUBST_SED.fixbinconst+= -e 's/0[bB]0101/0b5/g'
SUBST_SED.fixbinconst+= -e 's/0[bB]0110/0b6/g'
SUBST_SED.fixbinconst+= -e 's/0[bB]0111/0b7/g'
SUBST_SED.fixbinconst+= -e 's/0[bB]1000/0b8/g'
SUBST_SED.fixbinconst+= -e 's/0[bB]1001/0b9/g'
SUBST_SED.fixbinconst+= -e 's/0[bB]1010/0ba/g'
SUBST_SED.fixbinconst+= -e 's/0[bB]1011/0bb/g'
SUBST_SED.fixbinconst+= -e 's/0[bB]1100/0bc/g'
SUBST_SED.fixbinconst+= -e 's/0[bB]1101/0bd/g'
SUBST_SED.fixbinconst+= -e 's/0[bB]1110/0be/g'
SUBST_SED.fixbinconst+= -e 's/0[bB]1111/0bf/g'
SUBST_SED.fixbinconst+= -e 's/0b\([0-9a-f]\)0000/0x\10/g'
SUBST_SED.fixbinconst+= -e 's/0b\([0-9a-f]\)0001/0x\11/g'
SUBST_SED.fixbinconst+= -e 's/0b\([0-9a-f]\)0010/0x\12/g'
SUBST_SED.fixbinconst+= -e 's/0b\([0-9a-f]\)0011/0x\13/g'
SUBST_SED.fixbinconst+= -e 's/0b\([0-9a-f]\)0100/0x\14/g'
SUBST_SED.fixbinconst+= -e 's/0b\([0-9a-f]\)0101/0x\15/g'
SUBST_SED.fixbinconst+= -e 's/0b\([0-9a-f]\)0110/0x\16/g'
SUBST_SED.fixbinconst+= -e 's/0b\([0-9a-f]\)0111/0x\17/g'
SUBST_SED.fixbinconst+= -e 's/0b\([0-9a-f]\)1000/0x\18/g'
SUBST_SED.fixbinconst+= -e 's/0b\([0-9a-f]\)1001/0x\19/g'
SUBST_SED.fixbinconst+= -e 's/0b\([0-9a-f]\)1010/0x\1a/g'
SUBST_SED.fixbinconst+= -e 's/0b\([0-9a-f]\)1011/0x\1b/g'
SUBST_SED.fixbinconst+= -e 's/0b\([0-9a-f]\)1100/0x\1c/g'
SUBST_SED.fixbinconst+= -e 's/0b\([0-9a-f]\)1101/0x\1d/g'
SUBST_SED.fixbinconst+= -e 's/0b\([0-9a-f]\)1110/0x\1e/g'
SUBST_SED.fixbinconst+= -e 's/0b\([0-9a-f]\)1111/0x\1f/g'
SUBST_MESSAGE.fixbinconst= Fixing unportable binary constants

View File

@@ -0,0 +1,30 @@
$NetBSD: patch-src_CMakeLists.txt,v 1.1 2016/01/19 04:03:21 dbj Exp $
Disable building App bundle on MacOS. This isn't very useful
unless we have a native version wxWidgets, which we don't at the
moment.
--- src/CMakeLists.txt.orig 2015-08-30 10:27:14.000000000 +0000
+++ src/CMakeLists.txt
@@ -43,21 +43,3 @@ endif(FREEDV_STATIC_DEPS)
install(TARGETS freedv
RUNTIME DESTINATION bin)
-# Custom commands to build OSX images.
-if(APPLE)
- add_custom_command(
- TARGET freedv
- POST_BUILD
- COMMAND mkdir ARGS -p FreeDV.app/Contents/MacOS
- COMMAND mkdir ARGS -p FreeDV.app/Contents/Resources/English.lproj
- COMMAND cp ARGS ${CMAKE_CURRENT_SOURCE_DIR}/info.plist FreeDV.app/Contents
- COMMAND cp ARGS ${CMAKE_CURRENT_SOURCE_DIR}/freedv.icns FreeDV.app/Contents/Resources
- COMMAND echo ARGS -n "APPL????" > FreeDV.app/Contents/PkgInfo
- COMMAND cp ARGS freedv FreeDV.app/Contents/MacOS/FreeDV
- COMMAND dylibbundler ARGS -od -b -x FreeDV.app/Contents/MacOS/FreeDV -d FreeDV.app/Contents/libs -p @executable_path/../libs/
- COMMAND mkdir dist_tmp
- COMMAND cp -r FreeDV.app dist_tmp
- COMMAND hdiutil create -srcfolder dist_tmp/ -volname FreeDV -format UDZO ./FreeDV.dmg
- COMMAND rm -rf dist_tmp
- )
-endif(APPLE)

View File

@@ -0,0 +1,26 @@
$NetBSD: patch-src_sox__biquad.c,v 1.1 2016/01/19 04:03:21 dbj Exp $
Avoid calling a sox internal function that is no longer
exported by the library.
--- src/sox_biquad.c.orig 2014-06-04 11:05:20.000000000 +0000
+++ src/sox_biquad.c
@@ -34,9 +34,6 @@
#define N_MAX 1024
-int lsx_biquad_flow(sox_effect_t * effp, const sox_sample_t *ibuf,
- sox_sample_t *obuf, size_t *isamp, size_t *osamp);
-
void sox_biquad_start(void)
{
int r = sox_init();
@@ -94,7 +91,7 @@ void sox_biquad_filter(void *sbq, short
for(i=0; i<n; i++)
ibuf[i] = SOX_SIGNED_16BIT_TO_SAMPLE(in[i], clips);
isamp = osamp = (unsigned int)n;
- lsx_biquad_flow(e, ibuf, obuf, &isamp, &osamp);
+ e->handler.flow(e, ibuf, obuf, &isamp, &osamp);
for(i=0; i<n; i++)
out[i] = SOX_SAMPLE_TO_SIGNED_16BIT(obuf[i], clips);
}

View File

@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.61 2015/04/25 14:23:21 tnn Exp $
# $NetBSD: Makefile,v 1.63 2016/08/03 10:22:58 adam Exp $
#
DISTNAME= gmfsk-0.6
PKGREVISION= 45
PKGREVISION= 47
CATEGORIES= ham
MASTER_SITES= http://gmfsk.connect.fi/

View File

@@ -1,7 +1,8 @@
$NetBSD: distinfo,v 1.6 2012/12/24 21:13:28 joerg Exp $
$NetBSD: distinfo,v 1.7 2015/11/02 23:57:23 agc Exp $
SHA1 (gmfsk-0.6.tar.gz) = 2738bc2b83eb8f2001ed2503c466123ce4b258a5
RMD160 (gmfsk-0.6.tar.gz) = 532d2454ccc7fab36e707002c6fda7f9e2ec14cd
SHA512 (gmfsk-0.6.tar.gz) = e4312832ffd463673210fb05bd3c686e72621ac3e3318c6dac27ff23d810bbfb17d50f76cf5c7313fc40d02a89eb502b9290f4dd69f140306eaff6c1fe6fe6ea
Size (gmfsk-0.6.tar.gz) = 540765 bytes
SHA1 (patch-aa) = 1a919f2ea16f9ed23d490e8f4654dabb19295882
SHA1 (patch-ab) = a40132dddf93e88b166a4d9a5428e1e15dee3ccd

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2015/09/01 04:14:54 mef Exp $
# $NetBSD: Makefile,v 1.5 2016/07/12 11:36:46 mef Exp $
PKGNAME= gnuradio-atsc-${VERSION}
COMMENT= Advanced Television Systems Committee, ATSC module of GNU Radio
@@ -13,4 +13,5 @@ CMAKE_ARGS+= -DENABLE_GR_FEC=ON
DEPENDS+= gnuradio-fec-[0-9]*:../../ham/gnuradio-fec
PLIST_MINUS+= fec
.include "../../math/gsl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -1,28 +1,5 @@
@comment $NetBSD: PLIST,v 1.3 2014/10/28 16:59:32 mef Exp $
include/gnuradio/atsc/CMakeLists.txt
include/gnuradio/atsc/GrAtscBitTimingLoop.h
include/gnuradio/atsc/GrAtscBitTimingLoop2.h
include/gnuradio/atsc/GrAtscBitTimingLoop3.h
include/gnuradio/atsc/GrAtscConvert2xTo20.h
include/gnuradio/atsc/GrAtscDataSegToSoftDataSeg.h
include/gnuradio/atsc/GrAtscDeinterleaver.h
include/gnuradio/atsc/GrAtscDerandomizer.h
include/gnuradio/atsc/GrAtscEqualizer.h
include/gnuradio/atsc/GrAtscFPLL.h
include/gnuradio/atsc/GrAtscFieldSyncChecker.h
include/gnuradio/atsc/GrAtscFieldSyncCorrelator.h
include/gnuradio/atsc/GrAtscFieldSyncDemux.h
include/gnuradio/atsc/GrAtscFieldSyncMux.h
include/gnuradio/atsc/GrAtscInterleaver.h
include/gnuradio/atsc/GrAtscRSDecoder.h
include/gnuradio/atsc/GrAtscRSEncoder.h
include/gnuradio/atsc/GrAtscRandomizer.h
include/gnuradio/atsc/GrAtscSegSymSync.h
include/gnuradio/atsc/GrAtscSegSymSyncImpl.h
@comment $NetBSD: PLIST,v 1.4 2016/07/12 11:36:46 mef Exp $
include/gnuradio/atsc/GrAtscSegSymSyncImpl_export.h
include/gnuradio/atsc/GrAtscSymbolMapper.h
include/gnuradio/atsc/GrAtscTrellisEncoder.h
include/gnuradio/atsc/GrAtscViterbiDecoder.h
include/gnuradio/atsc/api.h
include/gnuradio/atsc/basic_trellis_encoder_impl.h
include/gnuradio/atsc/bit_timing_loop.h
@@ -42,7 +19,6 @@ include/gnuradio/atsc/equalizer_impl.h
include/gnuradio/atsc/equalizer_lms2_impl.h
include/gnuradio/atsc/equalizer_lms_impl.h
include/gnuradio/atsc/equalizer_nop_impl.h
include/gnuradio/atsc/exp2_lp_impl.h
include/gnuradio/atsc/fake_single_viterbi_impl.h
include/gnuradio/atsc/field_sync_demux.h
include/gnuradio/atsc/field_sync_mux.h
@@ -59,8 +35,6 @@ include/gnuradio/atsc/pnXXX_impl.h
include/gnuradio/atsc/randomizer.h
include/gnuradio/atsc/randomizer_impl.h
include/gnuradio/atsc/reed_solomon_impl.h
include/gnuradio/atsc/root_raised_cosine_bandpass_impl.h
include/gnuradio/atsc/root_raised_cosine_impl.h
include/gnuradio/atsc/rs_decoder.h
include/gnuradio/atsc/rs_encoder.h
include/gnuradio/atsc/single_viterbi_impl.h
@@ -74,7 +48,6 @@ include/gnuradio/atsc/trellis_encoder_impl.h
include/gnuradio/atsc/types.h
include/gnuradio/atsc/viterbi_decoder.h
include/gnuradio/atsc/viterbi_decoder_impl.h
include/gnuradio/atsc/vsbtx_lp_impl.h
include/gnuradio/swig/atsc_swig.i
include/gnuradio/swig/atsc_swig_doc.i
lib/libgnuradio-atsc.so

View File

@@ -1,13 +1,14 @@
# $NetBSD: Makefile,v 1.8 2015/09/01 04:14:54 mef Exp $
# $NetBSD: Makefile,v 1.10 2016/08/03 10:22:58 adam Exp $
PKGNAME= gnuradio-companion-${VERSION}
PKGREVISION= 1
COMMENT= User interface entry of GNU Radio
#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
REPLACE_BASH= grc/freedesktop/grc_setup_freedesktop.in
REPLACE_BASH= grc/scripts/freedesktop/grc_setup_freedesktop.in
.include "../../ham/gnuradio-core/Makefile.common"
.include "../../ham/gnuradio-core/Nocore.mk"

View File

@@ -1,44 +1,83 @@
@comment $NetBSD: PLIST,v 1.4 2015/09/01 04:14:54 mef Exp $
@comment $NetBSD: PLIST,v 1.7 2016/07/12 11:36:46 mef Exp $
bin/gnuradio-companion
${PYSITELIB}/gnuradio/grc/__init__.py
${PYSITELIB}/gnuradio/grc/__init__.pyc
${PYSITELIB}/gnuradio/grc/__init__.pyo
${PYSITELIB}/gnuradio/grc/base/Block.py
${PYSITELIB}/gnuradio/grc/base/Block.pyc
${PYSITELIB}/gnuradio/grc/base/Block.pyo
${PYSITELIB}/gnuradio/grc/base/Connection.py
${PYSITELIB}/gnuradio/grc/base/Connection.pyc
${PYSITELIB}/gnuradio/grc/base/Connection.pyo
${PYSITELIB}/gnuradio/grc/base/Constants.py
${PYSITELIB}/gnuradio/grc/base/Constants.pyc
${PYSITELIB}/gnuradio/grc/base/Constants.pyo
${PYSITELIB}/gnuradio/grc/base/Element.py
${PYSITELIB}/gnuradio/grc/base/Element.pyc
${PYSITELIB}/gnuradio/grc/base/Element.pyo
${PYSITELIB}/gnuradio/grc/base/FlowGraph.py
${PYSITELIB}/gnuradio/grc/base/FlowGraph.pyc
${PYSITELIB}/gnuradio/grc/base/FlowGraph.pyo
${PYSITELIB}/gnuradio/grc/base/Param.py
${PYSITELIB}/gnuradio/grc/base/Param.pyc
${PYSITELIB}/gnuradio/grc/base/Param.pyo
${PYSITELIB}/gnuradio/grc/base/ParseXML.py
${PYSITELIB}/gnuradio/grc/base/ParseXML.pyc
${PYSITELIB}/gnuradio/grc/base/ParseXML.pyo
${PYSITELIB}/gnuradio/grc/base/Platform.py
${PYSITELIB}/gnuradio/grc/base/Platform.pyc
${PYSITELIB}/gnuradio/grc/base/Platform.pyo
${PYSITELIB}/gnuradio/grc/base/Port.py
${PYSITELIB}/gnuradio/grc/base/Port.pyc
${PYSITELIB}/gnuradio/grc/base/Port.pyo
${PYSITELIB}/gnuradio/grc/base/__init__.py
${PYSITELIB}/gnuradio/grc/base/__init__.pyc
${PYSITELIB}/gnuradio/grc/base/__init__.pyo
${PYSITELIB}/gnuradio/grc/base/block_tree.dtd
${PYSITELIB}/gnuradio/grc/base/domain.dtd
${PYSITELIB}/gnuradio/grc/base/flow_graph.dtd
${PYSITELIB}/gnuradio/grc/base/odict.py
${PYSITELIB}/gnuradio/grc/base/odict.pyc
${PYSITELIB}/gnuradio/grc/base/odict.pyo
${PYSITELIB}/gnuradio/grc/__main__.py
${PYSITELIB}/gnuradio/grc/__main__.pyc
${PYSITELIB}/gnuradio/grc/__main__.pyo
${PYSITELIB}/gnuradio/grc/checks.py
${PYSITELIB}/gnuradio/grc/checks.pyc
${PYSITELIB}/gnuradio/grc/checks.pyo
${PYSITELIB}/gnuradio/grc/core/Block.py
${PYSITELIB}/gnuradio/grc/core/Block.pyc
${PYSITELIB}/gnuradio/grc/core/Block.pyo
${PYSITELIB}/gnuradio/grc/core/Config.py
${PYSITELIB}/gnuradio/grc/core/Config.pyc
${PYSITELIB}/gnuradio/grc/core/Config.pyo
${PYSITELIB}/gnuradio/grc/core/Connection.py
${PYSITELIB}/gnuradio/grc/core/Connection.pyc
${PYSITELIB}/gnuradio/grc/core/Connection.pyo
${PYSITELIB}/gnuradio/grc/core/Constants.py
${PYSITELIB}/gnuradio/grc/core/Constants.pyc
${PYSITELIB}/gnuradio/grc/core/Constants.pyo
${PYSITELIB}/gnuradio/grc/core/Element.py
${PYSITELIB}/gnuradio/grc/core/Element.pyc
${PYSITELIB}/gnuradio/grc/core/Element.pyo
${PYSITELIB}/gnuradio/grc/core/FlowGraph.py
${PYSITELIB}/gnuradio/grc/core/FlowGraph.pyc
${PYSITELIB}/gnuradio/grc/core/FlowGraph.pyo
${PYSITELIB}/gnuradio/grc/core/Messages.py
${PYSITELIB}/gnuradio/grc/core/Messages.pyc
${PYSITELIB}/gnuradio/grc/core/Messages.pyo
${PYSITELIB}/gnuradio/grc/core/Param.py
${PYSITELIB}/gnuradio/grc/core/Param.pyc
${PYSITELIB}/gnuradio/grc/core/Param.pyo
${PYSITELIB}/gnuradio/grc/core/ParseXML.py
${PYSITELIB}/gnuradio/grc/core/ParseXML.pyc
${PYSITELIB}/gnuradio/grc/core/ParseXML.pyo
${PYSITELIB}/gnuradio/grc/core/Platform.py
${PYSITELIB}/gnuradio/grc/core/Platform.pyc
${PYSITELIB}/gnuradio/grc/core/Platform.pyo
${PYSITELIB}/gnuradio/grc/core/Port.py
${PYSITELIB}/gnuradio/grc/core/Port.pyc
${PYSITELIB}/gnuradio/grc/core/Port.pyo
${PYSITELIB}/gnuradio/grc/core/__init__.py
${PYSITELIB}/gnuradio/grc/core/__init__.pyc
${PYSITELIB}/gnuradio/grc/core/__init__.pyo
${PYSITELIB}/gnuradio/grc/core/block.dtd
${PYSITELIB}/gnuradio/grc/core/block_tree.dtd
${PYSITELIB}/gnuradio/grc/core/default_flow_graph.grc
${PYSITELIB}/gnuradio/grc/core/domain.dtd
${PYSITELIB}/gnuradio/grc/core/flow_graph.dtd
${PYSITELIB}/gnuradio/grc/core/generator/FlowGraphProxy.py
${PYSITELIB}/gnuradio/grc/core/generator/FlowGraphProxy.pyc
${PYSITELIB}/gnuradio/grc/core/generator/FlowGraphProxy.pyo
${PYSITELIB}/gnuradio/grc/core/generator/Generator.py
${PYSITELIB}/gnuradio/grc/core/generator/Generator.pyc
${PYSITELIB}/gnuradio/grc/core/generator/Generator.pyo
${PYSITELIB}/gnuradio/grc/core/generator/__init__.py
${PYSITELIB}/gnuradio/grc/core/generator/__init__.pyc
${PYSITELIB}/gnuradio/grc/core/generator/__init__.pyo
${PYSITELIB}/gnuradio/grc/core/generator/flow_graph.tmpl
${PYSITELIB}/gnuradio/grc/core/utils/__init__.py
${PYSITELIB}/gnuradio/grc/core/utils/__init__.pyc
${PYSITELIB}/gnuradio/grc/core/utils/__init__.pyo
${PYSITELIB}/gnuradio/grc/core/utils/complexity.py
${PYSITELIB}/gnuradio/grc/core/utils/complexity.pyc
${PYSITELIB}/gnuradio/grc/core/utils/complexity.pyo
${PYSITELIB}/gnuradio/grc/core/utils/epy_block_io.py
${PYSITELIB}/gnuradio/grc/core/utils/epy_block_io.pyc
${PYSITELIB}/gnuradio/grc/core/utils/epy_block_io.pyo
${PYSITELIB}/gnuradio/grc/core/utils/expr_utils.py
${PYSITELIB}/gnuradio/grc/core/utils/expr_utils.pyc
${PYSITELIB}/gnuradio/grc/core/utils/expr_utils.pyo
${PYSITELIB}/gnuradio/grc/core/utils/extract_docs.py
${PYSITELIB}/gnuradio/grc/core/utils/extract_docs.pyc
${PYSITELIB}/gnuradio/grc/core/utils/extract_docs.pyo
${PYSITELIB}/gnuradio/grc/core/utils/odict.py
${PYSITELIB}/gnuradio/grc/core/utils/odict.pyc
${PYSITELIB}/gnuradio/grc/core/utils/odict.pyo
${PYSITELIB}/gnuradio/grc/gui/ActionHandler.py
${PYSITELIB}/gnuradio/grc/gui/ActionHandler.pyc
${PYSITELIB}/gnuradio/grc/gui/ActionHandler.pyo
@@ -57,6 +96,9 @@ ${PYSITELIB}/gnuradio/grc/gui/BlockTreeWindow.pyo
${PYSITELIB}/gnuradio/grc/gui/Colors.py
${PYSITELIB}/gnuradio/grc/gui/Colors.pyc
${PYSITELIB}/gnuradio/grc/gui/Colors.pyo
${PYSITELIB}/gnuradio/grc/gui/Config.py
${PYSITELIB}/gnuradio/grc/gui/Config.pyc
${PYSITELIB}/gnuradio/grc/gui/Config.pyo
${PYSITELIB}/gnuradio/grc/gui/Connection.py
${PYSITELIB}/gnuradio/grc/gui/Connection.pyc
${PYSITELIB}/gnuradio/grc/gui/Connection.pyo
@@ -72,6 +114,9 @@ ${PYSITELIB}/gnuradio/grc/gui/DrawingArea.pyo
${PYSITELIB}/gnuradio/grc/gui/Element.py
${PYSITELIB}/gnuradio/grc/gui/Element.pyc
${PYSITELIB}/gnuradio/grc/gui/Element.pyo
${PYSITELIB}/gnuradio/grc/gui/Executor.py
${PYSITELIB}/gnuradio/grc/gui/Executor.pyc
${PYSITELIB}/gnuradio/grc/gui/Executor.pyo
${PYSITELIB}/gnuradio/grc/gui/FileDialogs.py
${PYSITELIB}/gnuradio/grc/gui/FileDialogs.pyc
${PYSITELIB}/gnuradio/grc/gui/FileDialogs.pyo
@@ -81,9 +126,6 @@ ${PYSITELIB}/gnuradio/grc/gui/FlowGraph.pyo
${PYSITELIB}/gnuradio/grc/gui/MainWindow.py
${PYSITELIB}/gnuradio/grc/gui/MainWindow.pyc
${PYSITELIB}/gnuradio/grc/gui/MainWindow.pyo
${PYSITELIB}/gnuradio/grc/gui/Messages.py
${PYSITELIB}/gnuradio/grc/gui/Messages.pyc
${PYSITELIB}/gnuradio/grc/gui/Messages.pyo
${PYSITELIB}/gnuradio/grc/gui/NotebookPage.py
${PYSITELIB}/gnuradio/grc/gui/NotebookPage.pyc
${PYSITELIB}/gnuradio/grc/gui/NotebookPage.pyo
@@ -111,82 +153,28 @@ ${PYSITELIB}/gnuradio/grc/gui/StateCache.pyo
${PYSITELIB}/gnuradio/grc/gui/Utils.py
${PYSITELIB}/gnuradio/grc/gui/Utils.pyc
${PYSITELIB}/gnuradio/grc/gui/Utils.pyo
${PYSITELIB}/gnuradio/grc/gui/VariableEditor.py
${PYSITELIB}/gnuradio/grc/gui/VariableEditor.pyc
${PYSITELIB}/gnuradio/grc/gui/VariableEditor.pyo
${PYSITELIB}/gnuradio/grc/gui/__init__.py
${PYSITELIB}/gnuradio/grc/gui/__init__.pyc
${PYSITELIB}/gnuradio/grc/gui/__init__.pyo
${PYSITELIB}/gnuradio/grc/python/Block.py
${PYSITELIB}/gnuradio/grc/python/Block.pyc
${PYSITELIB}/gnuradio/grc/python/Block.pyo
${PYSITELIB}/gnuradio/grc/python/Connection.py
${PYSITELIB}/gnuradio/grc/python/Connection.pyc
${PYSITELIB}/gnuradio/grc/python/Connection.pyo
${PYSITELIB}/gnuradio/grc/python/Constants.py
${PYSITELIB}/gnuradio/grc/python/Constants.pyc
${PYSITELIB}/gnuradio/grc/python/Constants.pyo
${PYSITELIB}/gnuradio/grc/python/FlowGraph.py
${PYSITELIB}/gnuradio/grc/python/FlowGraph.pyc
${PYSITELIB}/gnuradio/grc/python/FlowGraph.pyo
${PYSITELIB}/gnuradio/grc/python/Generator.py
${PYSITELIB}/gnuradio/grc/python/Generator.pyc
${PYSITELIB}/gnuradio/grc/python/Generator.pyo
${PYSITELIB}/gnuradio/grc/python/Param.py
${PYSITELIB}/gnuradio/grc/python/Param.pyc
${PYSITELIB}/gnuradio/grc/python/Param.pyo
${PYSITELIB}/gnuradio/grc/python/Platform.py
${PYSITELIB}/gnuradio/grc/python/Platform.pyc
${PYSITELIB}/gnuradio/grc/python/Platform.pyo
${PYSITELIB}/gnuradio/grc/python/Port.py
${PYSITELIB}/gnuradio/grc/python/Port.pyc
${PYSITELIB}/gnuradio/grc/python/Port.pyo
${PYSITELIB}/gnuradio/grc/python/__init__.py
${PYSITELIB}/gnuradio/grc/python/__init__.pyc
${PYSITELIB}/gnuradio/grc/python/__init__.pyo
${PYSITELIB}/gnuradio/grc/python/block.dtd
${PYSITELIB}/gnuradio/grc/python/default_flow_graph.grc
${PYSITELIB}/gnuradio/grc/python/expr_utils.py
${PYSITELIB}/gnuradio/grc/python/expr_utils.pyc
${PYSITELIB}/gnuradio/grc/python/expr_utils.pyo
${PYSITELIB}/gnuradio/grc/python/extract_docs.py
${PYSITELIB}/gnuradio/grc/python/extract_docs.pyc
${PYSITELIB}/gnuradio/grc/python/extract_docs.pyo
${PYSITELIB}/gnuradio/grc/python/flow_graph.tmpl
${PYSITELIB}/grc_gnuradio/__init__.py
${PYSITELIB}/grc_gnuradio/__init__.pyc
${PYSITELIB}/grc_gnuradio/__init__.pyo
${PYSITELIB}/grc_gnuradio/blks2/__init__.py
${PYSITELIB}/grc_gnuradio/blks2/__init__.pyc
${PYSITELIB}/grc_gnuradio/blks2/__init__.pyo
${PYSITELIB}/grc_gnuradio/blks2/error_rate.py
${PYSITELIB}/grc_gnuradio/blks2/error_rate.pyc
${PYSITELIB}/grc_gnuradio/blks2/error_rate.pyo
${PYSITELIB}/grc_gnuradio/blks2/packet.py
${PYSITELIB}/grc_gnuradio/blks2/packet.pyc
${PYSITELIB}/grc_gnuradio/blks2/packet.pyo
${PYSITELIB}/grc_gnuradio/blks2/selector.py
${PYSITELIB}/grc_gnuradio/blks2/selector.pyc
${PYSITELIB}/grc_gnuradio/blks2/selector.pyo
${PYSITELIB}/grc_gnuradio/blks2/tcp.py
${PYSITELIB}/grc_gnuradio/blks2/tcp.pyc
${PYSITELIB}/grc_gnuradio/blks2/tcp.pyo
${PYSITELIB}/gnuradio/grc/gui/external_editor.py
${PYSITELIB}/gnuradio/grc/gui/external_editor.pyc
${PYSITELIB}/gnuradio/grc/gui/external_editor.pyo
${PYSITELIB}/gnuradio/grc/main.py
${PYSITELIB}/gnuradio/grc/main.pyc
${PYSITELIB}/gnuradio/grc/main.pyo
libexec/gnuradio/grc_setup_freedesktop
share/gnuradio/examples/grc/simple/variable_config.grc
share/gnuradio/examples/grc/xmlrpc/readme.txt
share/gnuradio/examples/grc/xmlrpc/xmlrpc_client.grc
share/gnuradio/examples/grc/xmlrpc/xmlrpc_client_script.py
share/gnuradio/examples/grc/xmlrpc/xmlrpc_server.grc
share/gnuradio/grc/blocks/blks2_error_rate.xml
share/gnuradio/grc/blocks/blks2_packet_decoder.xml
share/gnuradio/grc/blocks/blks2_packet_encoder.xml
share/gnuradio/grc/blocks/blks2_selector.xml
share/gnuradio/grc/blocks/blks2_tcp_sink.xml
share/gnuradio/grc/blocks/blks2_tcp_source.xml
share/gnuradio/grc/blocks/blks2_valve.xml
share/gnuradio/examples/grc.conf
share/gnuradio/grc/blocks/block_tree.xml
share/gnuradio/grc/blocks/bus_sink.xml
share/gnuradio/grc/blocks/bus_source.xml
share/gnuradio/grc/blocks/bus_structure_sink.xml
share/gnuradio/grc/blocks/bus_structure_source.xml
share/gnuradio/grc/blocks/dummy.xml
share/gnuradio/grc/blocks/epy_block.xml
share/gnuradio/grc/blocks/epy_module.xml
share/gnuradio/grc/blocks/gr_message_domain.xml
share/gnuradio/grc/blocks/gr_stream_domain.xml
share/gnuradio/grc/blocks/import.xml
@@ -198,10 +186,9 @@ share/gnuradio/grc/blocks/parameter.xml
share/gnuradio/grc/blocks/variable.xml
share/gnuradio/grc/blocks/variable_config.xml
share/gnuradio/grc/blocks/variable_function_probe.xml
share/gnuradio/grc/blocks/variable_struct.xml
share/gnuradio/grc/blocks/virtual_sink.xml
share/gnuradio/grc/blocks/virtual_source.xml
share/gnuradio/grc/blocks/xmlrpc_client.xml
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
@@ -211,4 +198,3 @@ 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,6 +1,7 @@
# $NetBSD: Makefile,v 1.50 2015/09/01 04:13:43 mef Exp $
# $NetBSD: Makefile,v 1.53 2016/07/09 06:38:23 wiz Exp $
PKGNAME= gnuradio-core-${VERSION}
PKGREVISION= 1
COMMENT= Core part of GNU Radio, all others need this
PLIST_MINUS= # empty

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile.common,v 1.8 2015/09/01 04:13:43 mef Exp $
# $NetBSD: Makefile.common,v 1.12 2016/07/09 13:03:52 wiz Exp $
# This Makefile fragment is included in the package Makefiles for
# GNU Radio distributed packages (they all share common configure and build
# settings).
@@ -51,14 +51,14 @@ DEPENDS+= ${PYPKGPREFIX}-qwt-qt4-[0-9]*:../../x11/py-qwt-qt4
DISTINFO_FILE= ${.CURDIR}/../../ham/gnuradio-core/distinfo
PATCHDIR= ${.CURDIR}/../../ham/gnuradio-core/patches
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 3.3.0
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 3.3.0
PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX}
PLIST_SUBST+= PYSITELIB=${PYSITELIB}
PY_PATCHPLIST= yes
CONFIGURE_DIRS= build
EGDIR= share/examples/gnuradio/conf.d
EGDIR= share/gnuradio/examples
PKG_SYSCONFSUBDIR= gnuradio/conf.d
LDFLAGS.DragonFly+= -lboost_system
@@ -93,7 +93,7 @@ CMAKE_ARGS+= -DCMAKE_INSTALL_RPATH_USE_LINK_PATH=TRUE
CMAKE_ARGS+= -DLIBUSB_INCLUDE_DIR=${PREFIX}/include/libusb-1.0
CMAKE_ARGS+= -DGR_LIBRARY_DIR=${PREFIX}/lib
CMAKE_ARGS+= -DGR_PREFSDIR=${DESTDIR}${PREFIX}/share/
CMAKE_ARGS+= -DGR_PREFSDIR=${PREFIX}/share/gnuradio/examples/
CMAKE_ARGS+= -DZEROMQ_INCLUDE_DIRS=${PREFIX}/include
CMAKE_ARG_PATH= ../

View File

@@ -1,3 +1,3 @@
# $NetBSD: Makefile.version,v 1.6 2015/09/01 04:13:43 mef Exp $
# $NetBSD: Makefile.version,v 1.8 2016/07/12 11:36:46 mef Exp $
VERSION= 3.7.8
VERSION= 3.7.10

View File

@@ -1,4 +1,4 @@
# $NetBSD: Nocore.mk,v 1.7 2015/09/01 04:13:43 mef Exp $
# $NetBSD: Nocore.mk,v 1.9 2016/07/12 11:36:46 mef Exp $
DEPENDS+= gnuradio-core-[0-9]*:../../ham/gnuradio-core
@@ -25,7 +25,15 @@ post-install:
fi \
done \
done \
| ${AWK} ${_PLIST_SHLIB_AWK} \
| ${PKGSRC_SETENV} ${_PLIST_AWK_ENV} ${AWK} ${_PLIST_SHLIB_AWK} \
> ${WRKDIR}/.PLIST.minus;
(cd ${WRKDIR}/.destdir/${PREFIX}; \
${RM} -f $$(cat ${WRKDIR}/.PLIST.minus) );
# workaround for gnuradio-doxygen
# (the same target can't be set on gnuradio-doxygen side
#
(cd ${WRKDIR}/.destdir/${PREFIX}; \
${RM} -f share/doc/gnuradio-${PKGVERSION}/html/_formulas.aux; \
${RM} -f share/doc/gnuradio-${PKGVERSION}/html/_formulas.log; \
${RM} -f share/doc/gnuradio-${PKGVERSION}/html/_formulas.dvi; \
)

View File

@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.20 2015/09/01 04:13:43 mef Exp $
@comment $NetBSD: PLIST,v 1.25 2016/09/14 20:43:55 wiedi Exp $
bin/gnuradio-config-info
bin/gr_filter_design
bin/volk-config-info
@@ -39,6 +39,9 @@ include/gnuradio/analog/pwr_squelch_cc.h
include/gnuradio/analog/pwr_squelch_ff.h
include/gnuradio/analog/quadrature_demod_cf.h
include/gnuradio/analog/rail_ff.h
include/gnuradio/analog/random_uniform_source_b.h
include/gnuradio/analog/random_uniform_source_i.h
include/gnuradio/analog/random_uniform_source_s.h
include/gnuradio/analog/sig_source_c.h
include/gnuradio/analog/sig_source_f.h
include/gnuradio/analog/sig_source_i.h
@@ -98,6 +101,7 @@ include/gnuradio/blocks/complex_to_imag.h
include/gnuradio/blocks/complex_to_interleaved_short.h
include/gnuradio/blocks/complex_to_mag.h
include/gnuradio/blocks/complex_to_mag_squared.h
include/gnuradio/blocks/complex_to_magphase.h
include/gnuradio/blocks/complex_to_real.h
include/gnuradio/blocks/conjugate_cc.h
include/gnuradio/blocks/control_loop.h
@@ -137,6 +141,7 @@ include/gnuradio/blocks/lfsr_15_1_0.h
include/gnuradio/blocks/lfsr_32k.h
include/gnuradio/blocks/lfsr_32k_source_s.h
include/gnuradio/blocks/log2_const.h
include/gnuradio/blocks/magphase_to_complex.h
include/gnuradio/blocks/max_ff.h
include/gnuradio/blocks/max_ii.h
include/gnuradio/blocks/max_ss.h
@@ -153,6 +158,7 @@ include/gnuradio/blocks/moving_average_cc.h
include/gnuradio/blocks/moving_average_ff.h
include/gnuradio/blocks/moving_average_ii.h
include/gnuradio/blocks/moving_average_ss.h
include/gnuradio/blocks/multiply_by_tag_value_cc.h
include/gnuradio/blocks/multiply_cc.h
include/gnuradio/blocks/multiply_conjugate_cc.h
include/gnuradio/blocks/multiply_const_cc.h
@@ -244,6 +250,7 @@ include/gnuradio/blocks/tagged_stream_multiply_length.h
include/gnuradio/blocks/tagged_stream_mux.h
include/gnuradio/blocks/tagged_stream_to_pdu.h
include/gnuradio/blocks/tags_strobe.h
include/gnuradio/blocks/test_tag_variable_rate_ff.h
include/gnuradio/blocks/threshold_ff.h
include/gnuradio/blocks/throttle.h
include/gnuradio/blocks/transcendental.h
@@ -488,6 +495,7 @@ include/volk/volk_16i_permute_and_scalar_add.h
include/volk/volk_16i_s32f_convert_32f.h
include/volk/volk_16i_x4_quad_max_star_16i.h
include/volk/volk_16i_x5_add_quad_16i_x4.h
include/volk/volk_16ic_convert_32fc.h
include/volk/volk_16ic_deinterleave_16i_x2.h
include/volk/volk_16ic_deinterleave_real_16i.h
include/volk/volk_16ic_deinterleave_real_8i.h
@@ -495,8 +503,12 @@ include/volk/volk_16ic_magnitude_16i.h
include/volk/volk_16ic_s32f_deinterleave_32f_x2.h
include/volk/volk_16ic_s32f_deinterleave_real_32f.h
include/volk/volk_16ic_s32f_magnitude_32f.h
include/volk/volk_16ic_x2_dot_prod_16ic.h
include/volk/volk_16ic_x2_multiply_16ic.h
include/volk/volk_16u_byteswap.h
include/volk/volk_16u_byteswappuppet_16u.h
include/volk/volk_32f_8u_polarbutterfly_32f.h
include/volk/volk_32f_8u_polarbutterflypuppet_32f.h
include/volk/volk_32f_accumulator_s32f.h
include/volk/volk_32f_acos_32f.h
include/volk/volk_32f_asin_32f.h
@@ -507,6 +519,7 @@ include/volk/volk_32f_convert_64f.h
include/volk/volk_32f_cos_32f.h
include/volk/volk_32f_expfast_32f.h
include/volk/volk_32f_index_max_16u.h
include/volk/volk_32f_index_max_32u.h
include/volk/volk_32f_invsqrt_32f.h
include/volk/volk_32f_log2_32f.h
include/volk/volk_32f_null_32f.h
@@ -540,12 +553,14 @@ include/volk/volk_32f_x3_sum_of_poly_32f.h
include/volk/volk_32fc_32f_dot_prod_32fc.h
include/volk/volk_32fc_32f_multiply_32fc.h
include/volk/volk_32fc_conjugate_32fc.h
include/volk/volk_32fc_convert_16ic.h
include/volk/volk_32fc_deinterleave_32f_x2.h
include/volk/volk_32fc_deinterleave_64f_x2.h
include/volk/volk_32fc_deinterleave_imag_32f.h
include/volk/volk_32fc_deinterleave_real_32f.h
include/volk/volk_32fc_deinterleave_real_64f.h
include/volk/volk_32fc_index_max_16u.h
include/volk/volk_32fc_index_max_32u.h
include/volk/volk_32fc_magnitude_32f.h
include/volk/volk_32fc_magnitude_squared_32f.h
include/volk/volk_32fc_s32f_atan2_32f.h
@@ -558,6 +573,7 @@ include/volk/volk_32fc_s32fc_multiply_32fc.h
include/volk/volk_32fc_s32fc_rotatorpuppet_32fc.h
include/volk/volk_32fc_s32fc_x2_rotator_32fc.h
include/volk/volk_32fc_x2_conjugate_dot_prod_32fc.h
include/volk/volk_32fc_x2_divide_32fc.h
include/volk/volk_32fc_x2_dot_prod_32fc.h
include/volk/volk_32fc_x2_multiply_32fc.h
include/volk/volk_32fc_x2_multiply_conjugate_32fc.h
@@ -587,13 +603,19 @@ include/volk/volk_8ic_s32f_deinterleave_real_32f.h
include/volk/volk_8ic_x2_multiply_conjugate_16ic.h
include/volk/volk_8ic_x2_s32f_multiply_conjugate_32fc.h
include/volk/volk_8u_conv_k7_r2puppet_8u.h
include/volk/volk_8u_x2_encodeframepolar_8u.h
include/volk/volk_8u_x3_encodepolar_8u_x2.h
include/volk/volk_8u_x3_encodepolarpuppet_8u.h
include/volk/volk_8u_x4_conv_k7_r2_8u.h
include/volk/volk_avx_intrinsics.h
include/volk/volk_common.h
include/volk/volk_complex.h
include/volk/volk_config_fixed.h
include/volk/volk_cpu.h
include/volk/volk_malloc.h
include/volk/volk_neon_intrinsics.h
include/volk/volk_prefs.h
include/volk/volk_sse3_intrinsics.h
include/volk/volk_typedefs.h
lib/cmake/gnuradio/CMakeMacroLibtoolFile.cmake
lib/cmake/gnuradio/CMakeParseArgumentsCopy.cmake
@@ -645,7 +667,7 @@ lib/libgnuradio-pmt.so.${PKGVERSION}
lib/libgnuradio-runtime.so
lib/libgnuradio-runtime.so.${PKGVERSION}
lib/libvolk.so
lib/libvolk.so.1.0.2
lib/libvolk.so.1.3
lib/pkgconfig/gnuradio-analog.pc
lib/pkgconfig/gnuradio-audio.pc
lib/pkgconfig/gnuradio-blocks.pc
@@ -877,6 +899,21 @@ ${PYSITELIB}/gnuradio/gru/seq_with_cursor.pyo
${PYSITELIB}/gnuradio/gru/socket_stuff.py
${PYSITELIB}/gnuradio/gru/socket_stuff.pyc
${PYSITELIB}/gnuradio/gru/socket_stuff.pyo
${PYSITELIB}/grc_gnuradio/__init__.py
${PYSITELIB}/grc_gnuradio/__init__.pyc
${PYSITELIB}/grc_gnuradio/__init__.pyo
${PYSITELIB}/grc_gnuradio/blks2/__init__.py
${PYSITELIB}/grc_gnuradio/blks2/__init__.pyc
${PYSITELIB}/grc_gnuradio/blks2/__init__.pyo
${PYSITELIB}/grc_gnuradio/blks2/error_rate.py
${PYSITELIB}/grc_gnuradio/blks2/error_rate.pyc
${PYSITELIB}/grc_gnuradio/blks2/error_rate.pyo
${PYSITELIB}/grc_gnuradio/blks2/selector.py
${PYSITELIB}/grc_gnuradio/blks2/selector.pyc
${PYSITELIB}/grc_gnuradio/blks2/selector.pyo
${PYSITELIB}/grc_gnuradio/blks2/tcp.py
${PYSITELIB}/grc_gnuradio/blks2/tcp.pyc
${PYSITELIB}/grc_gnuradio/blks2/tcp.pyo
${PYSITELIB}/pmt/__init__.py
${PYSITELIB}/pmt/__init__.pyc
${PYSITELIB}/pmt/__init__.pyo
@@ -922,6 +959,7 @@ 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/test_stream_mux_tags.grc
share/gnuradio/examples/blocks/vector_source_with_tags.grc
share/gnuradio/examples/filter/channelize.py
share/gnuradio/examples/filter/chirp_channelize.py
@@ -940,6 +978,10 @@ share/gnuradio/examples/filter/resampler.py
share/gnuradio/examples/filter/resampler_demo.grc
share/gnuradio/examples/filter/synth_filter.py
share/gnuradio/examples/filter/synth_to_chan.py
share/gnuradio/examples/gnuradio-runtime.conf
share/gnuradio/examples/gr-audio-jack.conf
share/gnuradio/examples/gr-audio-portaudio.conf
share/gnuradio/examples/gr-audio.conf
share/gnuradio/examples/metadata/file_metadata_sink.grc
share/gnuradio/examples/metadata/file_metadata_source.grc
share/gnuradio/examples/metadata/file_metadata_vector_sink.grc
@@ -990,6 +1032,7 @@ share/gnuradio/grc/blocks/analog_pwr_squelch_xx.xml
share/gnuradio/grc/blocks/analog_quadrature_demod_cf.xml
share/gnuradio/grc/blocks/analog_rail_ff.xml
share/gnuradio/grc/blocks/analog_random_source_x.xml
share/gnuradio/grc/blocks/analog_random_uniform_source_x.xml
share/gnuradio/grc/blocks/analog_sig_source_x.xml
share/gnuradio/grc/blocks/analog_simple_squelch_cc.xml
share/gnuradio/grc/blocks/analog_standard_squelch.xml
@@ -998,6 +1041,11 @@ share/gnuradio/grc/blocks/analog_wfm_rcv_pll.xml
share/gnuradio/grc/blocks/analog_wfm_tx.xml
share/gnuradio/grc/blocks/audio_sink.xml
share/gnuradio/grc/blocks/audio_source.xml
share/gnuradio/grc/blocks/blks2_error_rate.xml
share/gnuradio/grc/blocks/blks2_selector.xml
share/gnuradio/grc/blocks/blks2_tcp_sink.xml
share/gnuradio/grc/blocks/blks2_tcp_source.xml
share/gnuradio/grc/blocks/blks2_valve.xml
share/gnuradio/grc/blocks/blocks_abs_xx.xml
share/gnuradio/grc/blocks/blocks_add_const_vxx.xml
share/gnuradio/grc/blocks/blocks_add_xx.xml
@@ -1011,9 +1059,11 @@ share/gnuradio/grc/blocks/blocks_char_to_short.xml
share/gnuradio/grc/blocks/blocks_complex_to_arg.xml
share/gnuradio/grc/blocks/blocks_complex_to_float.xml
share/gnuradio/grc/blocks/blocks_complex_to_imag.xml
share/gnuradio/grc/blocks/blocks_complex_to_interleaved_char.xml
share/gnuradio/grc/blocks/blocks_complex_to_interleaved_short.xml
share/gnuradio/grc/blocks/blocks_complex_to_mag.xml
share/gnuradio/grc/blocks/blocks_complex_to_mag_squared.xml
share/gnuradio/grc/blocks/blocks_complex_to_magphase.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
@@ -1045,6 +1095,7 @@ share/gnuradio/grc/blocks/blocks_interleaved_char_to_complex.xml
share/gnuradio/grc/blocks/blocks_interleaved_short_to_complex.xml
share/gnuradio/grc/blocks/blocks_keep_m_in_n.xml
share/gnuradio/grc/blocks/blocks_keep_one_in_n.xml
share/gnuradio/grc/blocks/blocks_magphase_to_complex.xml
share/gnuradio/grc/blocks/blocks_max_xx.xml
share/gnuradio/grc/blocks/blocks_message_burst_source.xml
share/gnuradio/grc/blocks/blocks_message_debug.xml
@@ -1054,6 +1105,7 @@ share/gnuradio/grc/blocks/blocks_message_strobe.xml
share/gnuradio/grc/blocks/blocks_message_strobe_random.xml
share/gnuradio/grc/blocks/blocks_min_xx.xml
share/gnuradio/grc/blocks/blocks_moving_average_xx.xml
share/gnuradio/grc/blocks/blocks_multiply_by_tag_value_cc.xml
share/gnuradio/grc/blocks/blocks_multiply_conjugate_cc.xml
share/gnuradio/grc/blocks/blocks_multiply_const_vxx.xml
share/gnuradio/grc/blocks/blocks_multiply_matrix_xx.xml
@@ -1107,6 +1159,7 @@ 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
share/gnuradio/grc/blocks/blocks_tags_strobe.xml
share/gnuradio/grc/blocks/blocks_test_tag_variable_rate_ff.xml
share/gnuradio/grc/blocks/blocks_threshold_ff.xml
share/gnuradio/grc/blocks/blocks_throttle.xml
share/gnuradio/grc/blocks/blocks_transcendental.xml
@@ -1163,3 +1216,5 @@ 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
share/gnuradio/grc/blocks/xmlrpc_client.xml
share/gnuradio/grc/blocks/xmlrpc_server.xml

View File

@@ -1,3 +1,3 @@
@comment $NetBSD: PLIST.Darwin,v 1.1 2015/01/27 06:03:17 dbj Exp $
@comment $NetBSD: PLIST.Darwin,v 1.2 2015/11/26 20:53:52 wiedi Exp $
include/gnuradio/audio/osx_impl.h
share/examples/gnuradio/conf.d/gr-audio-osx.conf
share/gnuradio/examples/gr-audio-osx.conf

View File

@@ -1,2 +1,2 @@
@comment $NetBSD: PLIST.alsa,v 1.1 2014/10/17 09:51:56 mef Exp $
share/examples/gnuradio/conf.d/gr-audio-alsa.conf
@comment $NetBSD: PLIST.alsa,v 1.2 2015/11/26 20:57:48 wiedi Exp $
share/gnuradio/examples/gr-audio-alsa.conf

View File

@@ -1 +1,2 @@
@comment $NetBSD: PLIST.oss,v 1.2 2015/09/01 04:13:43 mef Exp $
@comment $NetBSD: PLIST.oss,v 1.3 2015/12/06 15:34:15 mef Exp $
share/gnuradio/examples/gr-audio-oss.conf

View File

@@ -1,11 +1,11 @@
$NetBSD: distinfo,v 1.21 2015/09/01 04:13:43 mef Exp $
$NetBSD: distinfo,v 1.25 2016/07/12 11:36:46 mef Exp $
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 (gnuradio-3.7.10.tar.gz) = 829abcf64df6ae76ee6f7643139a9eee9f8fd35a
RMD160 (gnuradio-3.7.10.tar.gz) = 7b8668117ad672259505c8b48002637503da54f4
SHA512 (gnuradio-3.7.10.tar.gz) = 11c40d2844e570f55cde8997b3375acdcfe250de4a5048c9db0a451d8fa53bfed44f07a831e3151bd02d892a2cb37bf3a46b4305f0811b58e81a9534fe153e1f
Size (gnuradio-3.7.10.tar.gz) = 4332494 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) = 15dde8f3a9e057061e56157533f8af1919240b93

View File

@@ -1,35 +1,5 @@
REPLACE_PYTHON = \
grc/base/Platform.py \
grc/base/Port.py \
grc/base/Constants.py \
grc/base/Param.py \
grc/base/Connection.py \
grc/base/Element.py \
grc/base/ParseXML.py \
grc/base/FlowGraph.py \
grc/base/odict.py \
grc/base/__init__.py \
grc/base/Block.py \
grc/python/Platform.py \
grc/python/Port.py \
grc/python/Constants.py \
grc/python/expr_utils.py \
grc/python/flow_graph.tmpl \
grc/python/Param.py \
grc/python/Connection.py \
grc/python/FlowGraph.py \
grc/python/__init__.py \
grc/python/Generator.py \
grc/python/extract_docs.py \
grc/python/Block.py \
grc/grc_gnuradio/blks2/packet.py \
grc/grc_gnuradio/blks2/selector.py \
grc/grc_gnuradio/blks2/error_rate.py \
grc/grc_gnuradio/blks2/__init__.py \
grc/grc_gnuradio/blks2/tcp.py \
grc/grc_gnuradio/__init__.py \
grc/__init__.py \
grc/examples/xmlrpc/xmlrpc_client_script.py \
grc/gui/Platform.py \
grc/gui/Port.py \
grc/gui/NotebookPage.py \
@@ -44,7 +14,6 @@ REPLACE_PYTHON = \
grc/gui/Actions.py \
grc/gui/MainWindow.py \
grc/gui/BlockTreeWindow.py \
grc/gui/Messages.py \
grc/gui/Connection.py \
grc/gui/Dialogs.py \
grc/gui/Preferences.py \
@@ -541,8 +510,6 @@ REPLACE_PYTHON = \
docs/sphinx/hieroglyph/__init__.py \
docs/sphinx/hieroglyph/nodes.py \
docs/sphinx/gnuradio_sphinx.py \
docs/sphinx/source/analog/get_blocks.py \
docs/sphinx/source/blocks/get_blocks.py \
docs/doxygen/swig_doc.py \
docs/doxygen/doxyxml/generated/indexsuper.py \
docs/doxygen/doxyxml/generated/index.py \

View File

@@ -1,15 +0,0 @@
$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 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

View File

@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.2 2015/09/08 21:01:31 mef Exp $
@comment $NetBSD: PLIST,v 1.3 2016/03/07 13:14:31 mef Exp $
bin/gr-ctrlport-monitor
bin/gr-ctrlport-monitorc
bin/gr-ctrlport-monitoro
@@ -28,3 +28,9 @@ ${PYSITELIB}/gnuradio/ctrlport/icon.png
${PYSITELIB}/gnuradio/ctrlport/monitor.py
${PYSITELIB}/gnuradio/ctrlport/monitor.pyc
${PYSITELIB}/gnuradio/ctrlport/monitor.pyo
share/gnuradio/examples/ctrlport/comparing_resamplers.grc
share/gnuradio/examples/ctrlport/pfb_sync_test.grc
share/gnuradio/examples/ctrlport/simple_copy.grc
share/gnuradio/examples/ctrlport/simple_copy_controller.py
share/gnuradio/examples/ctrlport/usrp_source_control.grc
share/gnuradio/examples/ctrlport/usrp_source_controller.py

View File

@@ -1,12 +1,9 @@
@comment $NetBSD: PLIST,v 1.5 2015/09/01 04:14:54 mef Exp $
@comment $NetBSD: PLIST,v 1.6 2016/07/12 11:36:47 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
@@ -20,6 +17,7 @@ include/gnuradio/digital/constellation.h
include/gnuradio/digital/constellation_decoder_cb.h
include/gnuradio/digital/constellation_receiver_cb.h
include/gnuradio/digital/constellation_soft_decoder_cf.h
include/gnuradio/digital/corr_est_cc.h
include/gnuradio/digital/correlate_access_code_bb.h
include/gnuradio/digital/correlate_access_code_bb_ts.h
include/gnuradio/digital/correlate_access_code_ff_ts.h
@@ -41,15 +39,23 @@ include/gnuradio/digital/glfsr_source_b.h
include/gnuradio/digital/glfsr_source_f.h
include/gnuradio/digital/hdlc_deframer_bp.h
include/gnuradio/digital/hdlc_framer_pb.h
include/gnuradio/digital/header_buffer.h
include/gnuradio/digital/header_format_base.h
include/gnuradio/digital/header_format_counter.h
include/gnuradio/digital/header_format_crc.h
include/gnuradio/digital/header_format_default.h
include/gnuradio/digital/header_format_ofdm.h
include/gnuradio/digital/header_payload_demux.h
include/gnuradio/digital/kurtotic_equalizer_cc.h
include/gnuradio/digital/lfsr.h
include/gnuradio/digital/lms_dd_equalizer_cc.h
include/gnuradio/digital/map_bb.h
include/gnuradio/digital/metric_type.h
include/gnuradio/digital/modulate_vector.h
include/gnuradio/digital/mpsk_receiver_cc.h
include/gnuradio/digital/mpsk_snr_est.h
include/gnuradio/digital/mpsk_snr_est_cc.h
include/gnuradio/digital/msk_timing_recovery_cc.h
include/gnuradio/digital/ofdm_carrier_allocator_cvc.h
include/gnuradio/digital/ofdm_chanest_vcvc.h
include/gnuradio/digital/ofdm_cyclic_prefixer.h
@@ -74,6 +80,9 @@ include/gnuradio/digital/pfb_clock_sync_fff.h
include/gnuradio/digital/pn_correlator_cc.h
include/gnuradio/digital/probe_density_b.h
include/gnuradio/digital/probe_mpsk_snr_est_c.h
include/gnuradio/digital/protocol_formatter_async.h
include/gnuradio/digital/protocol_formatter_bb.h
include/gnuradio/digital/protocol_parser_b.h
include/gnuradio/digital/scrambler_bb.h
include/gnuradio/digital/simple_correlator.h
include/gnuradio/digital/simple_framer.h
@@ -183,6 +192,9 @@ ${PYSITELIB}/gnuradio/digital/utils/mod_codes.pyo
${PYSITELIB}/gnuradio/digital/utils/tagged_streams.py
${PYSITELIB}/gnuradio/digital/utils/tagged_streams.pyc
${PYSITELIB}/gnuradio/digital/utils/tagged_streams.pyo
${PYSITELIB}/grc_gnuradio/blks2/packet.py
${PYSITELIB}/grc_gnuradio/blks2/packet.pyc
${PYSITELIB}/grc_gnuradio/blks2/packet.pyo
share/doc/gnuradio-${PKGVERSION}/README.digital
share/gnuradio/examples/digital/burst_shaper.grc
share/gnuradio/examples/digital/demod/ber_simulation.grc
@@ -222,8 +234,33 @@ share/gnuradio/examples/digital/ofdm/transmit_path.py
share/gnuradio/examples/digital/ofdm/tunnel.py
share/gnuradio/examples/digital/ofdm/tx_ofdm.grc
share/gnuradio/examples/digital/ofdm/uhd_interface.py
share/gnuradio/examples/digital/packet/burst_tagger.grc
share/gnuradio/examples/digital/packet/example_corr_est.grc
share/gnuradio/examples/digital/packet/example_corr_est_and_clock_sync.grc
share/gnuradio/examples/digital/packet/example_corr_est_and_phase_sync.grc
share/gnuradio/examples/digital/packet/formatter_crc.grc
share/gnuradio/examples/digital/packet/formatter_ofdm.grc
share/gnuradio/examples/digital/packet/packet_loopback_hier.grc
share/gnuradio/examples/digital/packet/packet_rx.grc
share/gnuradio/examples/digital/packet/packet_tx.grc
share/gnuradio/examples/digital/packet/simple_bpsk_tx.grc
share/gnuradio/examples/digital/packet/transmitter_sim_hier.grc
share/gnuradio/examples/digital/packet/tx_stage0.grc
share/gnuradio/examples/digital/packet/tx_stage1.grc
share/gnuradio/examples/digital/packet/tx_stage2.grc
share/gnuradio/examples/digital/packet/tx_stage3.grc
share/gnuradio/examples/digital/packet/tx_stage4.grc
share/gnuradio/examples/digital/packet/tx_stage5.grc
share/gnuradio/examples/digital/packet/tx_stage6.grc
share/gnuradio/examples/digital/packet/tx_stage6a.grc
share/gnuradio/examples/digital/packet/uhd_packet_rx.grc
share/gnuradio/examples/digital/packet/uhd_packet_rx_tun.grc
share/gnuradio/examples/digital/packet/uhd_packet_tx.grc
share/gnuradio/examples/digital/packet/uhd_packet_tx_tun.grc
share/gnuradio/examples/digital/run_length.py
share/gnuradio/examples/digital/snr_estimators.py
share/gnuradio/grc/blocks/blks2_packet_decoder.xml
share/gnuradio/grc/blocks/blks2_packet_encoder.xml
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
@@ -237,11 +274,11 @@ share/gnuradio/grc/blocks/digital_constellation_modulator.xml
share/gnuradio/grc/blocks/digital_constellation_receiver_cb.xml
share/gnuradio/grc/blocks/digital_constellation_rect.xml
share/gnuradio/grc/blocks/digital_constellation_soft_decoder_cf.xml
share/gnuradio/grc/blocks/digital_corr_est_cc.xml
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
@@ -294,6 +331,9 @@ share/gnuradio/grc/blocks/digital_pfb_clock_sync.xml
share/gnuradio/grc/blocks/digital_pn_correlator_cc.xml
share/gnuradio/grc/blocks/digital_probe_density_b.xml
share/gnuradio/grc/blocks/digital_probe_mpsk_snr_est_c.xml
share/gnuradio/grc/blocks/digital_protocol_formatter_async.xml
share/gnuradio/grc/blocks/digital_protocol_formatter_bb.xml
share/gnuradio/grc/blocks/digital_protocol_parser_b.xml
share/gnuradio/grc/blocks/digital_psk_demod.xml
share/gnuradio/grc/blocks/digital_psk_mod.xml
share/gnuradio/grc/blocks/digital_qam_demod.xml
@@ -301,3 +341,4 @@ share/gnuradio/grc/blocks/digital_qam_mod.xml
share/gnuradio/grc/blocks/digital_scrambler_bb.xml
share/gnuradio/grc/blocks/digital_simple_correlator.xml
share/gnuradio/grc/blocks/digital_simple_framer.xml
share/gnuradio/grc/blocks/variable_header_format_default.xml

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.7 2015/09/01 04:14:54 mef Exp $
# $NetBSD: Makefile,v 1.11 2016/07/20 15:03:14 mef Exp $
PKGNAME= gnuradio-doxygen-${VERSION}
COMMENT= Doxygen documentation of GNU Radio
@@ -10,6 +10,10 @@ BUILD_DEPENDS+= doxygen>=1.8.9.1:../../devel/doxygen
BUILD_DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
BUILD_DEPENDS+= graphviz-[0-9]*:../../graphics/graphviz
DEPENDS+= web2c-[0-9]*:../../print/web2c
# in case those packages are already installed by other requirement..
DEPENDS+= texlive-collection-latex-[0-9]*:../../meta-pkgs/texlive-collection-latex
CMAKE_ARGS+= -DENABLE_DEFAULT=False
CMAKE_ARGS+= -DENABLE_DOXYGEN=ON
CMAKE_ARGS+= -DENABLE_SPHINX=ON

File diff suppressed because it is too large Load Diff

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.4 2015/09/01 04:14:54 mef Exp $
# $NetBSD: Makefile,v 1.6 2016/07/12 11:36:47 mef Exp $
PKGNAME= gnuradio-dtv-${VERSION}
COMMENT= Various digital television standards of GNU Radio
@@ -12,5 +12,6 @@ CMAKE_ARGS+= -DENABLE_GR_FEC=True
PLIST_MINUS+= fec
.include "../../ham/gnuradio-fec/buildlink3.mk"
.include "../../math/gsl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.4 2015/09/01 04:14:54 mef Exp $
@comment $NetBSD: PLIST,v 1.6 2016/07/12 11:36:47 mef Exp $
include/gnuradio/dtv/api.h
include/gnuradio/dtv/atsc_consts.h
include/gnuradio/dtv/atsc_deinterleaver.h
@@ -16,6 +16,11 @@ 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/catv_frame_sync_enc_bb.h
include/gnuradio/dtv/catv_randomizer_bb.h
include/gnuradio/dtv/catv_reed_solomon_enc_bb.h
include/gnuradio/dtv/catv_transport_framing_enc_bb.h
include/gnuradio/dtv/catv_trellis_enc_bb.h
include/gnuradio/dtv/dvb_bbheader_bb.h
include/gnuradio/dtv/dvb_bbscrambler_bb.h
include/gnuradio/dtv/dvb_bch_bb.h
@@ -35,15 +40,23 @@ 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_deinterleaver.h
include/gnuradio/dtv/dvbt_bit_inner_interleaver.h
include/gnuradio/dtv/dvbt_config.h
include/gnuradio/dtv/dvbt_convolutional_deinterleaver.h
include/gnuradio/dtv/dvbt_convolutional_interleaver.h
include/gnuradio/dtv/dvbt_demap.h
include/gnuradio/dtv/dvbt_demod_reference_signals.h
include/gnuradio/dtv/dvbt_energy_descramble.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_ofdm_sym_acquisition.h
include/gnuradio/dtv/dvbt_reed_solomon_dec.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/dtv/dvbt_viterbi_decoder.h
include/gnuradio/swig/dtv_swig.i
include/gnuradio/swig/dtv_swig_doc.i
lib/libgnuradio-dtv.so
@@ -63,6 +76,25 @@ ${PYSITELIB}/gnuradio/dtv/dtv_swig.py
${PYSITELIB}/gnuradio/dtv/dtv_swig.pyc
${PYSITELIB}/gnuradio/dtv/dtv_swig.pyo
share/doc/gnuradio-${PKGVERSION}/README.dtv
share/gnuradio/examples/dtv/README.catv
share/gnuradio/examples/dtv/README.dvbs
share/gnuradio/examples/dtv/README.dvbs2
share/gnuradio/examples/dtv/README.dvbt
share/gnuradio/examples/dtv/README.dvbt2
share/gnuradio/examples/dtv/atsc_ctrlport_monitor.py
share/gnuradio/examples/dtv/catv_tx_64qam.grc
share/gnuradio/examples/dtv/dvbs2_tx.grc
share/gnuradio/examples/dtv/dvbs_tx.grc
share/gnuradio/examples/dtv/dvbt_rx_8k.grc
share/gnuradio/examples/dtv/dvbt_tx_2k.grc
share/gnuradio/examples/dtv/dvbt_tx_8k.grc
share/gnuradio/examples/dtv/file_atsc_rx.grc
share/gnuradio/examples/dtv/file_atsc_tx.grc
share/gnuradio/examples/dtv/uhd_atsc_capture.grc
share/gnuradio/examples/dtv/uhd_rx_atsc.grc
share/gnuradio/examples/dtv/vv003-cr23.grc
share/gnuradio/examples/dtv/vv009-4kfft.grc
share/gnuradio/examples/dtv/vv018-miso.grc
share/gnuradio/grc/blocks/dtv_atsc_deinterleaver.xml
share/gnuradio/grc/blocks/dtv_atsc_depad.xml
share/gnuradio/grc/blocks/dtv_atsc_derandomizer.xml
@@ -81,6 +113,11 @@ 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_catv_frame_sync_enc_bb.xml
share/gnuradio/grc/blocks/dtv_catv_randomizer_bb.xml
share/gnuradio/grc/blocks/dtv_catv_reed_solomon_enc_bb.xml
share/gnuradio/grc/blocks/dtv_catv_transport_framing_enc_bb.xml
share/gnuradio/grc/blocks/dtv_catv_trellis_enc_bb.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
@@ -97,11 +134,19 @@ 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_deinterleaver.xml
share/gnuradio/grc/blocks/dtv_dvbt_bit_inner_interleaver.xml
share/gnuradio/grc/blocks/dtv_dvbt_convolutional_deinterleaver.xml
share/gnuradio/grc/blocks/dtv_dvbt_convolutional_interleaver.xml
share/gnuradio/grc/blocks/dtv_dvbt_demap.xml
share/gnuradio/grc/blocks/dtv_dvbt_demod_reference_signals.xml
share/gnuradio/grc/blocks/dtv_dvbt_energy_descramble.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_ofdm_sym_acquisition.xml
share/gnuradio/grc/blocks/dtv_dvbt_reed_solomon_dec.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
share/gnuradio/grc/blocks/dtv_dvbt_viterbi_decoder.xml

View File

@@ -1,6 +1,7 @@
# $NetBSD: Makefile,v 1.4 2015/09/01 04:14:54 mef Exp $
# $NetBSD: Makefile,v 1.5 2016/08/03 10:22:58 adam Exp $
PKGNAME= gnuradio-fcd-${VERSION}
PKGREVISION= 1
COMMENT= FanCube support of GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2015/09/01 04:14:54 mef Exp $
# $NetBSD: Makefile,v 1.5 2016/07/12 11:36:47 mef Exp $
PKGNAME= gnuradio-fec-${VERSION}
COMMENT= Forward Error Correction blocks, utilities, & examples of GNU Radio
@@ -9,4 +9,5 @@ COMMENT= Forward Error Correction blocks, utilities, & examples of GNU Radio
CMAKE_ARGS+= -DENABLE_DEFAULT=OFF
CMAKE_ARGS+= -DENABLE_GR_FEC=ON
.include "../../math/gsl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -1,12 +1,16 @@
@comment $NetBSD: PLIST,v 1.4 2015/09/01 04:14:54 mef Exp $
@comment $NetBSD: PLIST,v 1.7 2016/07/12 11:36:47 mef Exp $
bin/polar_channel_construction
include/gnuradio/fec/alist.h
include/gnuradio/fec/api.h
include/gnuradio/fec/async_decoder.h
include/gnuradio/fec/async_encoder.h
include/gnuradio/fec/awgn_bp.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
include/gnuradio/fec/cldpc.h
include/gnuradio/fec/conv_bit_corr_bb.h
include/gnuradio/fec/decode_ccsds_27_fb.h
include/gnuradio/fec/decoder.h
@@ -15,8 +19,25 @@ include/gnuradio/fec/dummy_decoder.h
include/gnuradio/fec/dummy_encoder.h
include/gnuradio/fec/encode_ccsds_27_bb.h
include/gnuradio/fec/encoder.h
include/gnuradio/fec/fec_mtrx.h
include/gnuradio/fec/generic_decoder.h
include/gnuradio/fec/generic_encoder.h
include/gnuradio/fec/gf2mat.h
include/gnuradio/fec/gf2vec.h
include/gnuradio/fec/ldpc_G_matrix.h
include/gnuradio/fec/ldpc_H_matrix.h
include/gnuradio/fec/ldpc_bit_flip_decoder.h
include/gnuradio/fec/ldpc_decoder.h
include/gnuradio/fec/ldpc_encoder.h
include/gnuradio/fec/ldpc_gen_mtrx_encoder.h
include/gnuradio/fec/ldpc_par_mtrx_encoder.h
include/gnuradio/fec/polar_common.h
include/gnuradio/fec/polar_decoder_common.h
include/gnuradio/fec/polar_decoder_sc.h
include/gnuradio/fec/polar_decoder_sc_list.h
include/gnuradio/fec/polar_decoder_sc_systematic.h
include/gnuradio/fec/polar_encoder.h
include/gnuradio/fec/polar_encoder_systematic.h
include/gnuradio/fec/puncture_bb.h
include/gnuradio/fec/puncture_ff.h
include/gnuradio/fec/repetition_decoder.h
@@ -30,6 +51,15 @@ include/gnuradio/swig/fec_swig_doc.i
lib/libgnuradio-fec.so
lib/libgnuradio-fec.so.${PKGVERSION}
lib/pkgconfig/gnuradio-fec.pc
${PYSITELIB}/gnuradio/fec/LDPC/Generate_LDPC_matrix.py
${PYSITELIB}/gnuradio/fec/LDPC/Generate_LDPC_matrix.pyc
${PYSITELIB}/gnuradio/fec/LDPC/Generate_LDPC_matrix.pyo
${PYSITELIB}/gnuradio/fec/LDPC/Generate_LDPC_matrix_functions.py
${PYSITELIB}/gnuradio/fec/LDPC/Generate_LDPC_matrix_functions.pyc
${PYSITELIB}/gnuradio/fec/LDPC/Generate_LDPC_matrix_functions.pyo
${PYSITELIB}/gnuradio/fec/LDPC/__init__.py
${PYSITELIB}/gnuradio/fec/LDPC/__init__.pyc
${PYSITELIB}/gnuradio/fec/LDPC/__init__.pyo
${PYSITELIB}/gnuradio/fec/__init__.py
${PYSITELIB}/gnuradio/fec/__init__.pyc
${PYSITELIB}/gnuradio/fec/__init__.pyo
@@ -67,6 +97,21 @@ ${PYSITELIB}/gnuradio/fec/fec_swig.pyo
${PYSITELIB}/gnuradio/fec/fec_test.py
${PYSITELIB}/gnuradio/fec/fec_test.pyc
${PYSITELIB}/gnuradio/fec/fec_test.pyo
${PYSITELIB}/gnuradio/fec/polar/__init__.py
${PYSITELIB}/gnuradio/fec/polar/__init__.pyc
${PYSITELIB}/gnuradio/fec/polar/__init__.pyo
${PYSITELIB}/gnuradio/fec/polar/channel_construction.py
${PYSITELIB}/gnuradio/fec/polar/channel_construction.pyc
${PYSITELIB}/gnuradio/fec/polar/channel_construction.pyo
${PYSITELIB}/gnuradio/fec/polar/channel_construction_awgn.py
${PYSITELIB}/gnuradio/fec/polar/channel_construction_awgn.pyc
${PYSITELIB}/gnuradio/fec/polar/channel_construction_awgn.pyo
${PYSITELIB}/gnuradio/fec/polar/channel_construction_bec.py
${PYSITELIB}/gnuradio/fec/polar/channel_construction_bec.pyc
${PYSITELIB}/gnuradio/fec/polar/channel_construction_bec.pyo
${PYSITELIB}/gnuradio/fec/polar/helper_functions.py
${PYSITELIB}/gnuradio/fec/polar/helper_functions.pyc
${PYSITELIB}/gnuradio/fec/polar/helper_functions.pyo
${PYSITELIB}/gnuradio/fec/threaded_decoder.py
${PYSITELIB}/gnuradio/fec/threaded_decoder.pyc
${PYSITELIB}/gnuradio/fec/threaded_decoder.pyo
@@ -74,18 +119,41 @@ ${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_curve_gen_ldpc.grc
share/gnuradio/examples/fec/ber_test.grc
share/gnuradio/examples/fec/fecapi_async_decoders.grc
share/gnuradio/examples/fec/fecapi_async_encoders.grc
share/gnuradio/examples/fec/fecapi_async_packed_decoders.grc
share/gnuradio/examples/fec/fecapi_async_to_stream.grc
share/gnuradio/examples/fec/fecapi_cc_decoders.grc
share/gnuradio/examples/fec/fecapi_decoders.grc
share/gnuradio/examples/fec/fecapi_encoders.grc
share/gnuradio/examples/fec/fecapi_polar_async_packed_decoders.grc
share/gnuradio/examples/fec/fecapi_polar_decoders.grc
share/gnuradio/examples/fec/fecapi_polar_encoders.grc
share/gnuradio/examples/fec/fecapi_tagged_decoders.grc
share/gnuradio/examples/fec/fecapi_tagged_encoders.grc
share/gnuradio/examples/fec/polar_ber_curve_gen.grc
share/gnuradio/examples/fec/polar_code_example.grc
share/gnuradio/examples/fec/tpc_ber_curve_gen.grc
share/gnuradio/fec/ldpc/271.127.3.112
share/gnuradio/fec/ldpc/PNB2_512_23C1.alist
share/gnuradio/fec/ldpc/n_0100_k_0023_gap_10.alist
share/gnuradio/fec/ldpc/n_0100_k_0027_gap_04.alist
share/gnuradio/fec/ldpc/n_0100_k_0042_gap_02.alist
share/gnuradio/fec/ldpc/n_0100_k_0058_gen_matrix.alist
share/gnuradio/fec/ldpc/n_0300_k_0103_gap_24.alist
share/gnuradio/fec/ldpc/n_0300_k_0122_gap_06.alist
share/gnuradio/fec/ldpc/n_0300_k_0152_gap_03.alist
share/gnuradio/fec/ldpc/n_0500_k_0127_gap_21.alist
share/gnuradio/fec/ldpc/n_0500_k_0202_gap_11.alist
share/gnuradio/fec/ldpc/n_0512_k_0130_gap_21.alist
share/gnuradio/fec/ldpc/n_0700_k_0282_gap_16.alist
share/gnuradio/fec/ldpc/n_1100_k_0442_gap_24.alist
share/gnuradio/fec/ldpc/n_1300_k_0522_gap_30.alist
share/gnuradio/fec/ldpc/n_1800_k_0902_gap_28.alist
share/gnuradio/fec/ldpc/simple_g_matrix.alist
share/gnuradio/grc/blocks/fec_async_decoder.xml
share/gnuradio/grc/blocks/fec_async_encoder.xml
share/gnuradio/grc/blocks/fec_ber_bf.xml
@@ -113,5 +181,16 @@ share/gnuradio/grc/blocks/variable_cc_encoder_def_list.xml
share/gnuradio/grc/blocks/variable_ccsds_encoder_def_list.xml
share/gnuradio/grc/blocks/variable_dummy_decoder_def_list.xml
share/gnuradio/grc/blocks/variable_dummy_encoder_def_list.xml
share/gnuradio/grc/blocks/variable_ldpc_G_matrix_object.xml
share/gnuradio/grc/blocks/variable_ldpc_H_matrix_object.xml
share/gnuradio/grc/blocks/variable_ldpc_bit_flip_decoder.xml
share/gnuradio/grc/blocks/variable_ldpc_encoder_G.xml
share/gnuradio/grc/blocks/variable_ldpc_encoder_H.xml
share/gnuradio/grc/blocks/variable_polar_code_configurator.xml
share/gnuradio/grc/blocks/variable_polar_decoder_sc.xml
share/gnuradio/grc/blocks/variable_polar_decoder_sc_list.xml
share/gnuradio/grc/blocks/variable_polar_decoder_sc_systematic.xml
share/gnuradio/grc/blocks/variable_polar_encoder.xml
share/gnuradio/grc/blocks/variable_polar_encoder_systematic.xml
share/gnuradio/grc/blocks/variable_repetition_decoder_def_list.xml
share/gnuradio/grc/blocks/variable_repetition_encoder_def_list.xml

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.7 2015/09/01 04:14:54 mef Exp $
# $NetBSD: Makefile,v 1.9 2016/07/12 11:36:47 mef Exp $
PKGNAME= gnuradio-qtgui-${VERSION}
COMMENT= Qt GUI module of GNU Radio

View File

@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.5 2015/09/01 04:14:54 mef Exp $
@comment $NetBSD: PLIST,v 1.8 2016/07/12 11:36:47 mef Exp $
bin/gr_constellation_plot
bin/gr_psd_plot_b
bin/gr_psd_plot_c
@@ -23,7 +23,6 @@ include/gnuradio/qtgui/ConstellationDisplayPlot.h
include/gnuradio/qtgui/DisplayPlot.h
include/gnuradio/qtgui/FrequencyDisplayPlot.h
include/gnuradio/qtgui/HistogramDisplayPlot.h
include/gnuradio/qtgui/SpectrumGUIClass.h
include/gnuradio/qtgui/TimeDomainDisplayPlot.h
include/gnuradio/qtgui/TimeRasterDisplayPlot.h
include/gnuradio/qtgui/VectorDisplayPlot.h
@@ -33,6 +32,7 @@ include/gnuradio/qtgui/ber_sink_b.h
include/gnuradio/qtgui/const_sink_c.h
include/gnuradio/qtgui/constellationdisplayform.h
include/gnuradio/qtgui/displayform.h
include/gnuradio/qtgui/edit_box_msg.h
include/gnuradio/qtgui/form_menus.h
include/gnuradio/qtgui/freq_sink_c.h
include/gnuradio/qtgui/freq_sink_f.h
@@ -48,7 +48,6 @@ include/gnuradio/qtgui/qtgui_types.h
include/gnuradio/qtgui/sink_c.h
include/gnuradio/qtgui/sink_f.h
include/gnuradio/qtgui/spectrumUpdateEvents.h
include/gnuradio/qtgui/spectrumdisplayform.h
include/gnuradio/qtgui/timeRasterGlobalData.h
include/gnuradio/qtgui/time_raster_sink_b.h
include/gnuradio/qtgui/time_raster_sink_f.h
@@ -114,6 +113,8 @@ ${PYSITELIB}/gnuradio/qtgui/range.py
${PYSITELIB}/gnuradio/qtgui/range.pyc
${PYSITELIB}/gnuradio/qtgui/range.pyo
share/doc/gnuradio-${PKGVERSION}/README.qtgui
share/gnuradio/examples/gr-qtgui.conf
share/gnuradio/examples/qt-gui/display_qt
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
@@ -126,12 +127,16 @@ share/gnuradio/examples/qt-gui/pyqt_time_raster_b.py
share/gnuradio/examples/qt-gui/pyqt_time_raster_f.py
share/gnuradio/examples/qt-gui/pyqt_waterfall_c.py
share/gnuradio/examples/qt-gui/pyqt_waterfall_f.py
share/gnuradio/examples/qt-gui/qtgui_message_inputs.grc
share/gnuradio/examples/qt-gui/qtgui_tags_viewing.grc
share/gnuradio/examples/qt-gui/qtgui_vector_sink_example.grc
share/gnuradio/examples/qt-gui/test_qtgui_msg.grc
share/gnuradio/grc/blocks/qtgui_ber_sink_b.xml
share/gnuradio/grc/blocks/qtgui_block_tree.xml
share/gnuradio/grc/blocks/qtgui_check_box.xml
share/gnuradio/grc/blocks/qtgui_chooser.xml
share/gnuradio/grc/blocks/qtgui_const_sink_x.xml
share/gnuradio/grc/blocks/qtgui_edit_box_msg.xml
share/gnuradio/grc/blocks/qtgui_entry.xml
share/gnuradio/grc/blocks/qtgui_freq_sink_x.xml
share/gnuradio/grc/blocks/qtgui_histogram_sink_x.xml
@@ -147,3 +152,5 @@ 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
share/gnuradio/themes/plain.qss
share/gnuradio/themes/projector.qss

View File

@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.4 2015/09/01 04:14:55 mef Exp $
@comment $NetBSD: PLIST,v 1.5 2016/03/07 13:14:31 mef Exp $
bin/uhd_fft
bin/uhd_rx_cfile
bin/uhd_rx_nogui
@@ -18,6 +18,9 @@ ${PYSITELIB}/gnuradio/uhd/__init__.py
${PYSITELIB}/gnuradio/uhd/__init__.pyc
${PYSITELIB}/gnuradio/uhd/__init__.pyo
${PYSITELIB}/gnuradio/uhd/_uhd_swig.so
${PYSITELIB}/gnuradio/uhd/uhd_app.py
${PYSITELIB}/gnuradio/uhd/uhd_app.pyc
${PYSITELIB}/gnuradio/uhd/uhd_app.pyo
${PYSITELIB}/gnuradio/uhd/uhd_siggen_base.py
${PYSITELIB}/gnuradio/uhd/uhd_siggen_base.pyc
${PYSITELIB}/gnuradio/uhd/uhd_siggen_base.pyo

View File

@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.2 2015/09/01 04:14:55 mef Exp $
@comment $NetBSD: PLIST,v 1.3 2015/12/08 21:28:57 wiedi Exp $
bin/gr_modtool
bin/gr_plot_char
bin/gr_plot_const
@@ -81,6 +81,7 @@ ${PYSITELIB}/gnuradio/pyqt_filter.pyo
${PYSITELIB}/gnuradio/pyqt_plot.py
${PYSITELIB}/gnuradio/pyqt_plot.pyc
${PYSITELIB}/gnuradio/pyqt_plot.pyo
share/gnuradio/examples/modtool.conf
share/gnuradio/modtool/gr-newmod/CMakeLists.txt
share/gnuradio/modtool/gr-newmod/MANIFEST.md
share/gnuradio/modtool/gr-newmod/apps/CMakeLists.txt

View File

@@ -1,12 +1,9 @@
@comment $NetBSD: PLIST,v 1.3 2014/10/28 16:59:34 mef Exp $
@comment $NetBSD: PLIST,v 1.4 2016/07/12 11:36:47 mef Exp $
include/gnuradio/swig/vocoder_swig.i
include/gnuradio/swig/vocoder_swig_doc.i
include/gnuradio/vocoder/alaw_decode_bs.h
include/gnuradio/vocoder/alaw_encode_sb.h
include/gnuradio/vocoder/api.h
include/gnuradio/vocoder/codec2.h
include/gnuradio/vocoder/codec2_decode_ps.h
include/gnuradio/vocoder/codec2_encode_sp.h
include/gnuradio/vocoder/cvsd_decode_bs.h
include/gnuradio/vocoder/cvsd_encode_sb.h
include/gnuradio/vocoder/g721_decode_bs.h

View File

@@ -1,12 +1,13 @@
# $NetBSD: Makefile,v 1.56 2015/09/01 04:14:55 mef Exp $
# $NetBSD: Makefile,v 1.58 2016/08/03 10:22:58 adam Exp $
PKGNAME= gnuradio-wxgui-${VERSION}
PKGREVISION= 1
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.11 2015/09/01 04:14:55 mef Exp $
@comment $NetBSD: PLIST,v 1.12 2015/12/06 15:34:15 mef Exp $
include/gnuradio/swig/wxgui_swig.i
include/gnuradio/swig/wxgui_swig_doc.i
include/gnuradio/wxgui/api.h
@@ -143,6 +143,7 @@ ${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/gnuradio/examples/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,7 @@
# $NetBSD: Makefile,v 1.42 2015/04/25 14:23:21 tnn Exp $
# $NetBSD: Makefile,v 1.44 2016/08/03 10:22:58 adam Exp $
DISTNAME= gpredict-1.3
PKGREVISION= 3
PKGREVISION= 5
CATEGORIES= ham
MASTER_SITES= http://sourceforge.net/projects/gpredict/files/Gpredict/1.3/

View File

@@ -1,5 +1,6 @@
$NetBSD: distinfo,v 1.6 2014/02/07 13:20:17 mef Exp $
$NetBSD: distinfo,v 1.7 2015/11/02 23:57:23 agc Exp $
SHA1 (gpredict-1.3.tar.gz) = a02a979fb68f9be8b9294a7c4ca248aaecd73b34
RMD160 (gpredict-1.3.tar.gz) = ad9104a332f91bf877ac2cb5328c168233c6fc5b
SHA512 (gpredict-1.3.tar.gz) = e465e5162d46375e6d8c1ca6b98ec5860f974eec0cbcf8219b65c919ab74ce342e6296886e3fadcb64882c9059da26707e8b10670dac7b1f8146641ed0992f09
Size (gpredict-1.3.tar.gz) = 4750388 bytes

View File

@@ -1,5 +1,6 @@
$NetBSD: distinfo,v 1.2 2014/11/04 21:40:48 joerg Exp $
$NetBSD: distinfo,v 1.3 2015/11/02 23:57:23 agc Exp $
SHA1 (gr-fcdproplus_3.7.11.orig.tar.xz) = f9997af287116c821e49209d65e7cb5525b21544
RMD160 (gr-fcdproplus_3.7.11.orig.tar.xz) = 571c4e698bd68d3f162cabb9dea03c7d4683ab10
SHA512 (gr-fcdproplus_3.7.11.orig.tar.xz) = 43931eaba7bc299c063925b83653177c24d1e23bf36074f698d6396d9e4882ac55e4ca1b75c769d7a71c24121f978170c0d4ab3ed447a27492466d7420507bfa
Size (gr-fcdproplus_3.7.11.orig.tar.xz) = 102896 bytes

View File

@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.4 2015/04/17 15:53:09 adam Exp $
# $NetBSD: Makefile,v 1.5 2015/12/08 21:42:10 wiedi Exp $
DISTNAME= gr-osmosdr-0.1.4
PKGREVISION= 1
PKGREVISION= 2
CATEGORIES= ham
MASTER_SITES+= http://git.osmocom.org/gr-osmosdr/snapshot/

View File

@@ -0,0 +1,15 @@
# $NetBSD: buildlink3.mk,v 1.1 2016/07/25 00:10:43 gdt Exp $
BUILDLINK_TREE+= gr-osmosdr
.if !defined(GR_OSMOSDR_BUILDLINK3_MK)
GR_OSMOSDR_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.gr-osmosdr+= gr-osmosdr>=0.1.4nb2
BUILDLINK_PKGSRCDIR.gr-osmosdr?= ../../ham/gr-osmosdr
.include "../../devel/boost-headers/buildlink3.mk"
.include "../../ham/gnuradio-core/buildlink3.mk"
.endif # GR_OSMOSDR_BUILDLINK3_MK
BUILDLINK_TREE+= -gr-osmosdr

View File

@@ -1,5 +1,6 @@
$NetBSD: distinfo,v 1.2 2015/02/17 13:56:08 mef Exp $
$NetBSD: distinfo,v 1.3 2015/11/02 23:57:23 agc Exp $
SHA1 (gr-osmosdr-0.1.4.tar.gz) = 672041a6ffa767d39ffad2432e2a13c11e3ec984
RMD160 (gr-osmosdr-0.1.4.tar.gz) = 30f97d10655e5a88fdf2bf43a323ea9d9aba0479
SHA512 (gr-osmosdr-0.1.4.tar.gz) = b364f95c140ba61ab1fc51c49fd01cf4d0db4ce3c3a7680f34ea13bc646820d9b2b860bc0438df83df942249fa959cb90f83c5d117737cd0818db35c27253e65
Size (gr-osmosdr-0.1.4.tar.gz) = 222961 bytes

View File

@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.42 2015/04/25 14:23:21 tnn Exp $
# $NetBSD: Makefile,v 1.44 2016/08/03 10:22:58 adam Exp $
#
DISTNAME= grig-0.8.0
PKGREVISION= 8
DISTNAME= grig-0.8.1
PKGREVISION= 1
CATEGORIES= ham
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=groundstation/}

View File

@@ -1,12 +1,14 @@
@comment $NetBSD: PLIST,v 1.6 2012/11/03 22:56:06 gdt Exp $
@comment $NetBSD: PLIST,v 1.7 2016/07/14 12:11:56 mef Exp $
bin/grig
lib/locale/fr/LC_MESSAGES/grig.mo
man/man1/grig.1
share/grig/AUTHORS
share/grig/COPYING
share/grig/ChangeLog
share/grig/NEWS
share/grig/README
share/locale/de/LC_MESSAGES/grig.mo
share/locale/fr/LC_MESSAGES/grig.mo
share/locale/tr/LC_MESSAGES/grig.mo
share/pixmaps/grig/digits_normal.png
share/pixmaps/grig/digits_small.png
share/pixmaps/grig/grig-logo.png

View File

@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.8 2013/06/26 21:21:25 joerg Exp $
$NetBSD: distinfo,v 1.10 2016/07/14 12:11:56 mef Exp $
SHA1 (grig-0.8.0.tar.gz) = 4de0b484dcc868eddf82ead66ef6a337592b9aee
RMD160 (grig-0.8.0.tar.gz) = a4854280717ac38419848b70c8e4f457c3c2d7ca
Size (grig-0.8.0.tar.gz) = 514072 bytes
SHA1 (patch-src_main.c) = 6939910340b89ec00247f920b4ffb2b487b079a3
SHA1 (grig-0.8.1.tar.gz) = 6c93486c3d9fd692a4ce70a8274f57ef51238c4f
RMD160 (grig-0.8.1.tar.gz) = 01deadaea1ae2e6ed3e27ada07ad4557039ddf8c
SHA512 (grig-0.8.1.tar.gz) = 84eda8db5d18324f26f0775483c8272296aad05dd75f0572c01a3c7af6dbd14bff7b98cc6a61fe3c43d25193866be4b3dafdc4e68dfc37217e88b53ca53266f9
Size (grig-0.8.1.tar.gz) = 621728 bytes

View File

@@ -1,21 +0,0 @@
$NetBSD: patch-src_main.c,v 1.1 2013/06/26 21:21:26 joerg Exp $
--- src/main.c.orig 2013-06-26 20:34:46.000000000 +0000
+++ src/main.c
@@ -177,16 +177,6 @@ main (int argc, char *argv[])
g_free (fname);
-
- /* initialize threads; according to glib docs, this call will terminate
- the program if threads are not supported... then why doesn''t it work
- on FreeBSD?
- */
- if (!g_thread_supported ())
- g_thread_init (NULL);
-
-
-
/* decode command line arguments; this part of the code only sets the
global flags and variables, whereafter we check each variable in
descending priority order. This way it is easy to exit the program

View File

@@ -1,8 +1,9 @@
# $NetBSD: Makefile,v 1.1 2014/10/13 13:46:23 mef Exp $
# $NetBSD: Makefile,v 1.3 2015/12/19 22:38:32 mef Exp $
DISTNAME= hackrf-2014.08.1
DISTNAME= hackrf-2015.07.2
CATEGORIES= ham
MASTER_SITES= http://sourceforge.net/projects/hackrf/files/
MASTER_SITES= ${MASTER_SITE_GITHUB:=mossmann/}
GITHUB_RELEASE= v${PKGVERSION_NOREV}
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org

View File

@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.1 2014/10/13 13:46:23 mef Exp $
@comment $NetBSD: PLIST,v 1.2 2015/12/08 21:40:44 wiedi Exp $
bin/hackrf_cpldjtag
bin/hackrf_info
bin/hackrf_max2837
@@ -10,7 +10,7 @@ include/libhackrf/hackrf.h
lib/libhackrf.a
lib/libhackrf.so
lib/libhackrf.so.0
lib/libhackrf.so.0.3.0
lib/libhackrf.so.0.4.0
lib/pkgconfig/libhackrf.pc
share/hackerRF/COPYING
share/hackerRF/RELEASENOTES
@@ -58,6 +58,8 @@ share/hackerRF/doc/jawbreaker.jpeg
share/hackerRF/doc/lemonAndjelly.jpeg
share/hackerRF/doc/wiki/hardware/modifications/sgpio-gclk2-reroute.jpg
share/hackerRF/doc/wiki/hardware/modifications/sgpio-p1_12-cut-trace.jpg
share/hackerRF/doc/wiki/images/baseband-filter/max2837-1m75bw-at-2m.png
share/hackerRF/doc/wiki/images/baseband-filter/max2837-1m75bw-at-8m.png
share/hackerRF/doc/wiki/images/hackrf_blockdiagram-digital.png
share/hackerRF/doc/wiki/images/hackrf_blockdiagram-digital.svg
share/hackerRF/doc/wiki/images/hackrf_blockdiagram-frontend_baseband.png
@@ -68,16 +70,9 @@ share/hackerRF/firmware-bin/hackrf_jawbreaker_usb_rom_to_ram.bin
share/hackerRF/firmware-bin/hackrf_one_usb_ram.dfu
share/hackerRF/firmware-bin/hackrf_one_usb_rom_to_ram.bin
share/hackerRF/firmware/.gitignore
share/hackerRF/firmware/Makefile
share/hackerRF/firmware/CMakeLists.txt
share/hackerRF/firmware/README
share/hackerRF/firmware/blinky/.svn/all-wcprops
share/hackerRF/firmware/blinky/.svn/entries
share/hackerRF/firmware/blinky/.svn/text-base/Makefile.svn-base
share/hackerRF/firmware/blinky/.svn/text-base/README.svn-base
share/hackerRF/firmware/blinky/.svn/text-base/blinky.c.svn-base
share/hackerRF/firmware/blinky/.svn/tmp/Makefile.2.tmp
share/hackerRF/firmware/blinky/.svn/tmp/Makefile.tmp
share/hackerRF/firmware/blinky/Makefile
share/hackerRF/firmware/blinky/CMakeLists.txt
share/hackerRF/firmware/blinky/README
share/hackerRF/firmware/blinky/blinky.c
share/hackerRF/firmware/common/LPC4320_M4_memory.ld
@@ -85,7 +80,6 @@ share/hackerRF/firmware/common/LPC4330_M4_memory.ld
share/hackerRF/firmware/common/LPC43xx_M0_memory.ld
share/hackerRF/firmware/common/LPC43xx_M4_M0_image_from_text.ld
share/hackerRF/firmware/common/LPC43xx_M4_memory.ld
share/hackerRF/firmware/common/Makefile_inc.mk
share/hackerRF/firmware/common/README
share/hackerRF/firmware/common/bitband.c
share/hackerRF/firmware/common/bitband.h
@@ -97,7 +91,7 @@ share/hackerRF/firmware/common/gpdma.c
share/hackerRF/firmware/common/gpdma.h
share/hackerRF/firmware/common/hackrf_core.c
share/hackerRF/firmware/common/hackrf_core.h
share/hackerRF/firmware/common/m0_bin.s
share/hackerRF/firmware/common/m0_bin.s.cmake
share/hackerRF/firmware/common/m0_sleep.c
share/hackerRF/firmware/common/max2837.c
share/hackerRF/firmware/common/max2837.h
@@ -154,7 +148,8 @@ share/hackerRF/firmware/cpld/sgpio_if_passthrough/sgpio_if_passthrough.svf
share/hackerRF/firmware/cpld/sgpio_if_passthrough/sgpio_if_passthrough.xise
share/hackerRF/firmware/cpld/sgpio_if_passthrough/top.ucf
share/hackerRF/firmware/cpld/sgpio_if_passthrough/top.vhd
share/hackerRF/firmware/hackrf_usb/Makefile
share/hackerRF/firmware/hackrf-common.cmake
share/hackerRF/firmware/hackrf_usb/CMakeLists.txt
share/hackerRF/firmware/hackrf_usb/hackrf_usb.c
share/hackerRF/firmware/hackrf_usb/sgpio_isr.c
share/hackerRF/firmware/hackrf_usb/sgpio_isr.h
@@ -176,40 +171,41 @@ share/hackerRF/firmware/hackrf_usb/usb_device.c
share/hackerRF/firmware/hackrf_usb/usb_device.h
share/hackerRF/firmware/hackrf_usb/usb_endpoint.c
share/hackerRF/firmware/hackrf_usb/usb_endpoint.h
share/hackerRF/firmware/mixertx/Makefile
share/hackerRF/firmware/mixertx/CMakeLists.txt
share/hackerRF/firmware/mixertx/README
share/hackerRF/firmware/mixertx/mixertx.c
share/hackerRF/firmware/sgpio-rx/Makefile
share/hackerRF/firmware/sgpio-rx/CMakeLists.txt
share/hackerRF/firmware/sgpio-rx/README
share/hackerRF/firmware/sgpio-rx/sgpio-rx.c
share/hackerRF/firmware/sgpio-rx/table.py
share/hackerRF/firmware/sgpio/Makefile
share/hackerRF/firmware/sgpio/CMakeLists.txt
share/hackerRF/firmware/sgpio/README
share/hackerRF/firmware/sgpio/sgpio_test.c
share/hackerRF/firmware/sgpio_passthrough/Makefile
share/hackerRF/firmware/sgpio_passthrough/CMakeLists.txt
share/hackerRF/firmware/sgpio_passthrough/README
share/hackerRF/firmware/sgpio_passthrough/Test_SGPIO0_to15.ods
share/hackerRF/firmware/sgpio_passthrough/Test_SGPIO0_to15.pdf
share/hackerRF/firmware/sgpio_passthrough/Test_SGPIO_GPIO_mode_test_sgpio_interface.txt
share/hackerRF/firmware/sgpio_passthrough/sgpio_passthrough.c
share/hackerRF/firmware/simpletx/Makefile
share/hackerRF/firmware/simpletx/CMakeLists.txt
share/hackerRF/firmware/simpletx/README
share/hackerRF/firmware/simpletx/simpletx.c
share/hackerRF/firmware/spiflash/Makefile
share/hackerRF/firmware/spiflash/CMakeLists.txt
share/hackerRF/firmware/spiflash/README
share/hackerRF/firmware/spiflash/spiflash.c
share/hackerRF/firmware/startup/Makefile
share/hackerRF/firmware/startup/CMakeLists.txt
share/hackerRF/firmware/startup/README
share/hackerRF/firmware/startup/startup.c
share/hackerRF/firmware/startup_systick/Makefile
share/hackerRF/firmware/startup_systick/CMakeLists.txt
share/hackerRF/firmware/startup_systick/README
share/hackerRF/firmware/startup_systick/startup_systick.c
share/hackerRF/firmware/startup_systick_perfo/Makefile
share/hackerRF/firmware/startup_systick_perfo/CMakeLists.txt
share/hackerRF/firmware/startup_systick_perfo/README
share/hackerRF/firmware/startup_systick_perfo/perf_mips.c
share/hackerRF/firmware/startup_systick_perfo/result_exec_from_SPIFI.txt
share/hackerRF/firmware/startup_systick_perfo/result_exec_from_SRAM.txt
share/hackerRF/firmware/startup_systick_perfo/startup_systick.c
share/hackerRF/firmware/toolchain-arm-cortex-m.cmake
share/hackerRF/firmware/tools/check_clock.py
share/hackerRF/firmware/tools/dump_cgu.py
share/hackerRF/hardware/.gitignore
@@ -306,4 +302,3 @@ share/hackerRF/hardware/lollipop/lollipop.pro
share/hackerRF/hardware/lollipop/lollipop.sch
share/hackerRF/hardware/lollipop/lollipop_logic.py
share/hackerRF/hardware/test/si5351-configure.py
@pkgdir share/hackerRF/firmware/libopencm3

View File

@@ -1,5 +1,6 @@
$NetBSD: distinfo,v 1.1 2014/10/13 13:46:23 mef Exp $
$NetBSD: distinfo,v 1.3 2015/12/08 21:40:44 wiedi Exp $
SHA1 (hackrf-2014.08.1.tar.xz) = f6e1372d128f86d374f58f9ca7b8a27aa54d1466
RMD160 (hackrf-2014.08.1.tar.xz) = e179414cfb6ef0c65d0f22511f7bf72935528a5e
Size (hackrf-2014.08.1.tar.xz) = 14376904 bytes
SHA1 (hackrf-2015.07.2.tar.xz) = 9dc09003b9da7f39fcd4b3b75323f2cefeab6800
RMD160 (hackrf-2015.07.2.tar.xz) = f392c378058e32f5f73463f0fd2cefc28efcabb8
SHA512 (hackrf-2015.07.2.tar.xz) = a4f7b7800ece9b260d5c8c374f5544aa55cd2e97e10c6a0b33cf476e2ad4811321ffb1308d9dfb2168b2624cd3af616d1c314ad86bcd6f4c3fd0897319fa2cbd
Size (hackrf-2015.07.2.tar.xz) = 14415212 bytes

View File

@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.37 2015/06/12 10:50:14 wiz Exp $
# $NetBSD: Makefile,v 1.39 2016/07/09 06:38:23 wiz Exp $
#
DISTNAME= hamlib-1.2.15.3
PKGREVISION= 3
DISTNAME= hamlib-3.0.1
PKGREVISION= 1
CATEGORIES= ham
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hamlib/}
@@ -11,35 +11,22 @@ HOMEPAGE= http://hamlib.sourceforge.net/
COMMENT= API for digital communications equipment
LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1
# As of 2012-11-02, there seems to be no good reason to set this.
MAKE_JOBS_SAFE= no
USE_LANGUAGES= c c++
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
INFO_FILES= yes
USE_LIBTOOL= yes
# \todo Consider language bindings.
CONFIGURE_ARGS+=--without-tcl-binding \
--without-perl-binding \
--without-python-binding
.include "../../mk/bsd.prefs.mk"
PLIST_VARS+= rpc
.if ${OS_VARIANT} == "SmartOS"
CONFIGURE_ARGS+= --without-rpc-backends
.else
PLIST.rpc= yes
.endif
# The configure script is broken. It even requires a Python interpreter
# when none is needed.
CONFIGURE_ENV+= PYTHON=/nonexistent
TEST_TARGET= check
INSTALLATION_DIRS= include/hamlib
# \todo Consider adding readline.
.include "../../devel/libltdl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.14 2014/01/10 11:14:44 jperkin Exp $
@comment $NetBSD: PLIST,v 1.15 2016/02/14 13:24:03 gdt Exp $
bin/rigctl
bin/rigctld
bin/rigmem
@@ -13,45 +13,7 @@ include/hamlib/riglist.h
include/hamlib/rotator.h
include/hamlib/rotclass.h
include/hamlib/rotlist.h
lib/hamlib/hamlib-adat.la
lib/hamlib/hamlib-alinco.la
lib/hamlib/hamlib-amsat.la
lib/hamlib/hamlib-aor.la
lib/hamlib/hamlib-ars.la
lib/hamlib/hamlib-celestron.la
lib/hamlib/hamlib-drake.la
lib/hamlib/hamlib-dummy.la
lib/hamlib/hamlib-easycomm.la
lib/hamlib/hamlib-flexradio.la
lib/hamlib/hamlib-fodtrack.la
lib/hamlib/hamlib-gs232a.la
lib/hamlib/hamlib-heathkit.la
lib/hamlib/hamlib-icom.la
lib/hamlib/hamlib-jrc.la
lib/hamlib/hamlib-kachina.la
lib/hamlib/hamlib-kenwood.la
lib/hamlib/hamlib-kit.la
lib/hamlib/hamlib-lowe.la
lib/hamlib/hamlib-m2.la
lib/hamlib/hamlib-pcr.la
lib/hamlib/hamlib-prm80.la
lib/hamlib/hamlib-racal.la
lib/hamlib/hamlib-rft.la
lib/hamlib/hamlib-rotorez.la
${PLIST.rpc}lib/hamlib/hamlib-rpcrig.la
${PLIST.rpc}lib/hamlib/hamlib-rpcrot.la
lib/hamlib/hamlib-rs.la
lib/hamlib/hamlib-sartek.la
lib/hamlib/hamlib-skanti.la
lib/hamlib/hamlib-spid.la
lib/hamlib/hamlib-tapr.la
lib/hamlib/hamlib-tentec.la
lib/hamlib/hamlib-ts7400.la
lib/hamlib/hamlib-tuner.la
lib/hamlib/hamlib-uniden.la
lib/hamlib/hamlib-winradio.la
lib/hamlib/hamlib-wj.la
lib/hamlib/hamlib-yaesu.la
info/hamlib.info
lib/libhamlib++.la
lib/libhamlib.la
lib/pkgconfig/hamlib.pc
@@ -62,8 +24,6 @@ man/man1/rigswr.1
man/man1/rotctl.1
man/man8/rigctld.8
man/man8/rotctld.8
${PLIST.rpc}man/man8/rpc.rigd.8
${PLIST.rpc}man/man8/rpc.rotd.8
${PLIST.rpc}sbin/rpc.rigd
${PLIST.rpc}sbin/rpc.rotd
share/aclocal/hamlib.m4
share/doc/hamlib/Hamlib_design.png
share/doc/hamlib/hamlib.html

View File

@@ -1,7 +1,6 @@
$NetBSD: distinfo,v 1.17 2012/11/02 23:54:45 gdt Exp $
$NetBSD: distinfo,v 1.19 2016/02/14 13:24:03 gdt Exp $
SHA1 (hamlib-1.2.15.3.tar.gz) = 15ab404ea37e5627abea89f9e051d393966918ba
RMD160 (hamlib-1.2.15.3.tar.gz) = 62abf92bf53dedd06f4aff3a49342108fb02c8d5
Size (hamlib-1.2.15.3.tar.gz) = 1675879 bytes
SHA1 (patch-ac) = 6637c3973904e64f4d34e41b02736086f45bc264
SHA1 (patch-ad) = 10de5555c2aa1eb52e3ec8352781dc01fe937134
SHA1 (hamlib-3.0.1.tar.gz) = 2263b77775b6bf86e0c9b0ac22d4df60119dfffe
RMD160 (hamlib-3.0.1.tar.gz) = 1636e379e35786eb8d2385679fdc387d60817e4c
SHA512 (hamlib-3.0.1.tar.gz) = c71d76343092da03dd3bd8470494fe9bd2789597ab3c83a5c98e007c94016c59de21cdbfb461fa6093e27ca8f300cfed65b4ba7e579b3070c6ed0bf6a4de38b2
Size (hamlib-3.0.1.tar.gz) = 2074254 bytes

View File

@@ -1,22 +0,0 @@
$NetBSD: patch-ac,v 1.3 2012/08/07 12:21:54 gdt Exp $
This patch was added in 2003, to "make this work with rpcgen that
exports _rpcsvcdirty incorrectly".
It is not known to be reported upstream.
--- rpcrig/rpcrigd.c.orig 2012-01-08 02:53:57.000000000 +0000
+++ rpcrig/rpcrigd.c
@@ -43,6 +43,12 @@
#include <hamlib/rig.h>
+#ifdef __NetBSD__
+#include <sys/param.h>
+#if (__NetBSD_Version__ < 106210000)
+int _rpcsvcdirty;
+#endif
+#endif
/*

View File

@@ -1,22 +0,0 @@
$NetBSD: patch-ad,v 1.3 2012/08/07 12:21:54 gdt Exp $
This patch was added in 2003, to "make this work with rpcgen that
exports _rpcsvcdirty incorrectly".
It is not known to be reported upstream.
--- rpcrot/rpcrotd.c.orig 2012-01-08 02:54:30.000000000 +0000
+++ rpcrot/rpcrotd.c
@@ -43,6 +43,12 @@
#include <hamlib/rotator.h>
+#ifdef __NetBSD__
+#include <sys/param.h>
+#if (__NetBSD_Version__ < 106210000)
+int _rpcsvcdirty;
+#endif
+#endif
/*
* Prototypes

View File

@@ -1,5 +1,6 @@
$NetBSD: distinfo,v 1.2 2015/01/26 06:56:43 dbj Exp $
$NetBSD: distinfo,v 1.3 2015/11/02 23:57:24 agc Exp $
SHA1 (libmirisdr-59ba372.tar.gz) = 9dc777a126a74357fdc68ee2604fd1ca80828be5
RMD160 (libmirisdr-59ba372.tar.gz) = 8c68ade38c2ccdd0c45e7d21c5da6e782d7c27ac
SHA512 (libmirisdr-59ba372.tar.gz) = a63d7c64f053059594972f8c9d69941aeb1f76917bbc540be84631a2bc270986e78e66817f4320254911276cf9b5270069d59ba3809e978361c36cf2aef464ed
Size (libmirisdr-59ba372.tar.gz) = 45826 bytes

View File

@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.34 2015/06/12 10:50:14 wiz Exp $
# $NetBSD: Makefile,v 1.35 2016/07/09 06:38:23 wiz Exp $
#
DISTNAME= linpsk-0.8.1
PKGREVISION= 19
PKGREVISION= 20
CATEGORIES= ham
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=linpsk/}

View File

@@ -1,7 +1,8 @@
$NetBSD: distinfo,v 1.10 2014/09/25 12:29:35 jperkin Exp $
$NetBSD: distinfo,v 1.11 2015/11/02 23:57:24 agc Exp $
SHA1 (linpsk-0.8.1.tar.gz) = d55d8c793ecd3a4395603ebdd8e795f1dc4d20f9
RMD160 (linpsk-0.8.1.tar.gz) = 975bbdfc0b63e516f1d5fdfe6baf10fa12899219
SHA512 (linpsk-0.8.1.tar.gz) = c2488b08d47b46225d38f9f1a2558b0deaa261c939f633fcdbd4c6cdf3e8b1ce63aa5a53cd55437636887347097504b9d371a087b67d096b660fcb388f9ed69b
Size (linpsk-0.8.1.tar.gz) = 435463 bytes
SHA1 (patch-aa) = ac3c504022d495c619056ad0e5fd7b8e9ff6f71c
SHA1 (patch-ab) = 0cc21222e30d9122657e5c373b19af15c39eb883

View File

@@ -1,7 +1,8 @@
$NetBSD: distinfo,v 1.6 2012/05/04 16:19:37 joerg Exp $
$NetBSD: distinfo,v 1.7 2015/11/02 23:57:24 agc Exp $
SHA1 (locator-0.1.tar.gz) = a7c6efe6b10df583b473e673f9332c1ddfd424ea
RMD160 (locator-0.1.tar.gz) = 5d50e54318d88437fbfd76c51fa5b5052cf732d7
SHA512 (locator-0.1.tar.gz) = 5031477b7e4fe6f861208ef71f1757ecded08552065779fb0e73d2b1e6f31d007ede06f86f5fecd13764cb561e3674bbe47c2d829ed18a10bcd792ac16594db8
Size (locator-0.1.tar.gz) = 2555 bytes
SHA1 (patch-aa) = 810c0ec364beeb0d399907fbfdf8f887b091bf6c
SHA1 (patch-locator.cc) = 10101d147bb3ec6e1adabb6c3a9ad2e27d138a66

View File

@@ -1,5 +1,6 @@
$NetBSD: distinfo,v 1.2 2014/10/14 00:45:41 mef Exp $
$NetBSD: distinfo,v 1.3 2015/11/02 23:57:24 agc Exp $
SHA1 (nec2c-1.3.tar.bz2) = 0e70b44b73d4943146163e32cba3ed355cf307a8
RMD160 (nec2c-1.3.tar.bz2) = 240e540ef55a07b32bdc0b234afc18e706b8cded
SHA512 (nec2c-1.3.tar.bz2) = a451153bf13c82731a4c7213201a2afae34f3a12a40fccc06323aefc2156333b6eedbca6553dfd5076b9eb5e9b54c5b504b82b12a2e4b68e58112c829e5b2cbb
Size (nec2c-1.3.tar.bz2) = 159933 bytes

View File

@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.3 2015/06/12 10:50:14 wiz Exp $
# $NetBSD: Makefile,v 1.4 2016/07/09 06:38:23 wiz Exp $
DISTNAME= osmo-sdr-0.1
PKGREVISION= 1
PKGREVISION= 2
CATEGORIES= ham
MASTER_SITES+= http://cgit.osmocom.org/osmo-sdr/snapshot/
EXTRACT_SUFX= .tar.bz2

View File

@@ -1,5 +1,6 @@
$NetBSD: distinfo,v 1.2 2014/10/15 15:14:36 mef Exp $
$NetBSD: distinfo,v 1.3 2015/11/02 23:57:24 agc Exp $
SHA1 (osmo-sdr-0.1.tar.bz2) = 3fc2f9676604127601feec2fcb690ed7704ac617
RMD160 (osmo-sdr-0.1.tar.bz2) = ed7533605c6fb1247bf8cb379f278cb6627b5f07
SHA512 (osmo-sdr-0.1.tar.bz2) = fb03d8ca7685802be212faa581d429f9d9bb548433929ed6f48bbbc960d29399440b61d0946fcd240230b6276eb934205b827b407161ef4410b4cd6626c6c61e
Size (osmo-sdr-0.1.tar.bz2) = 29509030 bytes

View File

@@ -1,6 +1,7 @@
# $NetBSD: Makefile,v 1.4 2015/09/02 20:56:23 mef Exp $
# $NetBSD: Makefile,v 1.9 2016/09/17 22:13:26 wiedi Exp $
DISTNAME= rtl-sdr-0.5.3
PKGREVISION= 2
CATEGORIES= ham
MASTER_SITES= ${MASTER_SITE_GITHUB:=steve-m/}
GITHUB_PROJECT= librtlsdr
@@ -12,30 +13,19 @@ COMMENT= Turns your Realtek RTL2832 based DVB dongle into a SDR receiver
LICENSE= gnu-gpl-v2
USE_LANGUAGES+= c c++
USE_TOOLS+= gmake
USE_TOOLS+= gmake pkg-config
USE_CMAKE= yes
AUTO_MKDIRS= yes
CONFIGURE_DIRS=build
BUILD_DIRS=${CONFIGURE_DIRS}
CMAKE_ARG_PATH=..
## CMake Error at CMakeLists.txt:69 (message):
## LibUSB 1.0 required to compile rtl-sdr
CMAKE_ARGS+= -DLIBUSB_INCLUDE_DIR=${PREFIX}/include/libusb-1.0
CMAKE_ARG_PATH= ../
CONFIGURE_DIRS= build
PKGCONFIG_OVERRIDE+= librtlsdr.pc.in
SUBST_CLASSES+= destdir
SUBST_MESSAGE.destdir= Replace install destination to ${DESTDIR}
SUBST_FILES.destdir= build/cmake_install.cmake
SUBST_STAGE.destdir= pre-install
SUBST_SED.destdir= -e 's|\$${CMAKE_INSTALL_PREFIX}|${DESTDIR}\$${CMAKE_INSTALL_PREFIX}|'
LDFLAGS.SunOS+= -lsocket -lnsl
pre-configure:
(cd ${WRKSRC}; ${MKDIR} build;)
do-build:
(cd ${WRKSRC}/build; ${GMAKE})
do-install:
(cd ${WRKSRC}/build; ${GMAKE} install)
${MKDIR} ${WRKSRC}/build
.include "../../devel/libusb1/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.1 2014/10/13 13:05:36 mef Exp $
@comment $NetBSD: PLIST,v 1.2 2016/01/26 09:10:39 dbj Exp $
bin/rtl_adsb
bin/rtl_eeprom
bin/rtl_fm
@@ -12,3 +12,4 @@ lib/librtlsdr.a
lib/librtlsdr.so
lib/librtlsdr.so.0
lib/librtlsdr.so.${PKGVERSION}
lib/pkgconfig/librtlsdr.pc

View File

@@ -1,4 +1,4 @@
# $NetBSD: buildlink3.mk,v 1.1 2014/10/13 13:05:36 mef Exp $
# $NetBSD: buildlink3.mk,v 1.2 2016/01/26 09:10:39 dbj Exp $
BUILDLINK_TREE+= rtl-sdr
@@ -6,7 +6,6 @@ BUILDLINK_TREE+= rtl-sdr
RTL_SDR_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.rtl-sdr+= rtl-sdr>=0.5.3
BUILDLINK_ABI_DEPENDS.rtl-sdr+= rtl-sdr>=0.5.3
BUILDLINK_PKGSRCDIR.rtl-sdr?= ../../ham/rtl-sdr
.endif # RTL_SDR_BUILDLINK3_MK

View File

@@ -1,6 +1,12 @@
$NetBSD: distinfo,v 1.3 2015/08/09 06:25:06 wiz Exp $
$NetBSD: distinfo,v 1.6 2016/04/07 12:10:55 wiedi Exp $
SHA1 (rtl-sdr-0.5.3.tar.gz) = f6f20f7b0562a6d3f7b9ff7bff38a15bff175982
RMD160 (rtl-sdr-0.5.3.tar.gz) = 3b30938053870ed2d4b261ac9e27ad0863762ca4
SHA512 (rtl-sdr-0.5.3.tar.gz) = b2887b5df2728f8481b07fb4d8b9bee18b98c5c0ccd0c8e65c2e784a32826cc2301631e95e54071324e5dfbdaa11f0a5aa483cc619b864d4788c3700980b38b6
Size (rtl-sdr-0.5.3.tar.gz) = 117414 bytes
SHA1 (patch-cmake_Modules_FindLibUSB.cmake) = 95df1dd9ff3b9d5cf7afc55cc5f80cabe1d90491
SHA1 (patch-src_librtlsdr.c) = 881418afaff87e98511e955cb0ed4d40fba19237
SHA1 (patch-src_rtl__adsb.c) = 15cc0c9f2641523da0bb9ce7dd0d1bdc6b52252a
SHA1 (patch-src_rtl__fm_c) = 04ec7142f38f26d2ed431765017f53e8e79a3a36
SHA1 (patch-src_rtl__power.c) = 2b84120530ef384540ed84a5b55af96971e5f597
SHA1 (patch-src_tuner__r82xx.c) = 54763a749eaa64e2c7f816cfe04df8b76eff93c9

View File

@@ -0,0 +1,16 @@
$NetBSD: patch-cmake_Modules_FindLibUSB.cmake,v 1.1 2016/01/26 09:10:39 dbj Exp $
--- cmake/Modules/FindLibUSB.cmake.orig 2014-02-07 01:04:24.000000000 +0000
+++ cmake/Modules/FindLibUSB.cmake
@@ -32,11 +32,6 @@ if(LIBUSB_LIBRARIES)
set(CMAKE_REQUIRED_LIBRARIES ${LIBUSB_LIBRARIES})
endif()
-CHECK_FUNCTION_EXISTS("libusb_handle_events_timeout_completed" HAVE_LIBUSB_HANDLE_EVENTS_TIMEOUT_COMPLETED)
-if(HAVE_LIBUSB_HANDLE_EVENTS_TIMEOUT_COMPLETED)
- add_definitions(-DHAVE_LIBUSB_HANDLE_EVENTS_TIMEOUT_COMPLETED=1)
-endif(HAVE_LIBUSB_HANDLE_EVENTS_TIMEOUT_COMPLETED)
-
CHECK_FUNCTION_EXISTS("libusb_error_name" HAVE_LIBUSB_ERROR_NAME)
if(HAVE_LIBUSB_ERROR_NAME)
add_definitions(-DHAVE_LIBUSB_ERROR_NAME=1)

View File

@@ -0,0 +1,57 @@
$NetBSD: patch-src_librtlsdr.c,v 1.1 2016/01/26 09:10:39 dbj Exp $
--- src/librtlsdr.c.orig 2014-02-07 01:04:24.000000000 +0000
+++ src/librtlsdr.c
@@ -39,6 +39,12 @@
#define LIBUSB_CALL
#endif
+/* libusb < 1.0.9 doesn't have libusb_handle_events_timeout_completed */
+#ifndef HAVE_LIBUSB_HANDLE_EVENTS_TIMEOUT_COMPLETED
+#define libusb_handle_events_timeout_completed(ctx, tv, c) \
+ libusb_handle_events_timeout(ctx, tv)
+#endif
+
/* two raised to the power of n */
#define TWO_POW(n) ((double)(1ULL<<(n)))
@@ -1776,11 +1782,8 @@ int rtlsdr_read_async(rtlsdr_dev_t *dev,
}
while (RTLSDR_INACTIVE != dev->async_status) {
-#ifdef HAVE_LIBUSB_HANDLE_EVENTS_TIMEOUT_COMPLETED
- r = libusb_handle_events_timeout_completed(dev->ctx, &tv, &dev->async_cancel);
-#else
- r = libusb_handle_events_timeout(dev->ctx, &tv);
-#endif
+ r = libusb_handle_events_timeout_completed(dev->ctx, &tv,
+ &dev->async_cancel);
if (r < 0) {
/*fprintf(stderr, "handle_events returned: %d\n", r);*/
if (r == LIBUSB_ERROR_INTERRUPTED) /* stray signal */
@@ -1801,6 +1804,11 @@ int rtlsdr_read_async(rtlsdr_dev_t *dev,
if (LIBUSB_TRANSFER_CANCELLED !=
dev->xfer[i]->status) {
r = libusb_cancel_transfer(dev->xfer[i]);
+ /* handle events after canceling
+ * to allow transfer status to
+ * propagate */
+ libusb_handle_events_timeout_completed(dev->ctx,
+ &zerotv, NULL);
if (r < 0)
continue;
@@ -1812,11 +1820,8 @@ int rtlsdr_read_async(rtlsdr_dev_t *dev,
/* handle any events that still need to
* be handled before exiting after we
* just cancelled all transfers */
-#ifdef HAVE_LIBUSB_HANDLE_EVENTS_TIMEOUT_COMPLETED
- libusb_handle_events_timeout_completed(dev->ctx, &zerotv, NULL);
-#else
- libusb_handle_events_timeout(dev->ctx, &zerotv);
-#endif
+ libusb_handle_events_timeout_completed(dev->ctx,
+ &zerotv, NULL);
break;
}
}

View File

@@ -0,0 +1,36 @@
$NetBSD: patch-src_rtl__adsb.c,v 1.1 2016/04/07 12:10:55 wiedi Exp $
Use "static inline" to fix build on osx
--- src/rtl_adsb.c.orig 2014-02-07 01:04:24.000000000 +0000
+++ src/rtl_adsb.c
@@ -180,7 +180,7 @@ int magnitute(uint8_t *buf, int len)
return len/2;
}
-inline uint16_t single_manchester(uint16_t a, uint16_t b, uint16_t c, uint16_t d)
+static inline uint16_t single_manchester(uint16_t a, uint16_t b, uint16_t c, uint16_t d)
/* takes 4 consecutive real samples, return 0 or 1, BADSAMPLE on error */
{
int bit, bit_p;
@@ -221,17 +221,17 @@ inline uint16_t single_manchester(uint16
return BADSAMPLE;
}
-inline uint16_t min16(uint16_t a, uint16_t b)
+static inline uint16_t min16(uint16_t a, uint16_t b)
{
return a<b ? a : b;
}
-inline uint16_t max16(uint16_t a, uint16_t b)
+static inline uint16_t max16(uint16_t a, uint16_t b)
{
return a>b ? a : b;
}
-inline int preamble(uint16_t *buf, int i)
+static inline int preamble(uint16_t *buf, int i)
/* returns 0/1 for preamble at index i */
{
int i2;

View File

@@ -0,0 +1,15 @@
$NetBSD: patch-src_rtl__power.c,v 1.1 2016/04/07 12:10:55 wiedi Exp $
Use "static inline" to fix build on osx
--- src/rtl_power.c.orig 2014-02-07 01:04:24.000000000 +0000
+++ src/rtl_power.c
@@ -249,7 +249,7 @@ void sine_table(int size)
}
}
-inline int16_t FIX_MPY(int16_t a, int16_t b)
+static inline int16_t FIX_MPY(int16_t a, int16_t b)
/* fixed point multiply and scale */
{
int c = ((int)a * (int)b) >> 14;

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-src_tuner__r82xx.c,v 1.1 2016/01/26 09:10:39 dbj Exp $
--- src/tuner_r82xx.c.orig 2014-02-07 01:04:24.000000000 +0000
+++ src/tuner_r82xx.c
@@ -547,7 +547,7 @@ static int r82xx_set_pll(struct r82xx_pr
}
if (!(data[2] & 0x40)) {
- printf("[R82XX] PLL not locked!\n");
+ fprintf(stderr, "[R82XX] PLL not locked!\n");
priv->has_lock = 0;
return 0;
}

View File

@@ -1,7 +1,8 @@
$NetBSD: distinfo,v 1.6 2009/02/16 19:19:01 joerg Exp $
$NetBSD: distinfo,v 1.7 2015/11/02 23:57:24 agc Exp $
SHA1 (tfkiss-1.2.4.tar.gz) = 4bf8afb539fd155a86de439554f1b5b0ffd45343
RMD160 (tfkiss-1.2.4.tar.gz) = b220afb5940e377957cfebfb8167f183202a89ab
SHA512 (tfkiss-1.2.4.tar.gz) = e40cfd723a1045320a6113ef5a7bf4fad1c795254daa1da2f3d3c7e5d4329fc56fea4c064c02b8bacb1aea1e133b487e62a7e5b666a2afae161815a5a6746520
Size (tfkiss-1.2.4.tar.gz) = 142842 bytes
SHA1 (patch-aa) = 25ff7b5753885826e12e53adc440bcba622d008a
SHA1 (patch-ab) = 40ce8e60a0b85e260f0fd45739f2056066034f71

View File

@@ -1,7 +1,8 @@
$NetBSD: distinfo,v 1.7 2015/09/02 21:17:02 mef Exp $
$NetBSD: distinfo,v 1.8 2015/11/02 23:57:24 agc Exp $
SHA1 (tlf-0.9.31-2.tar.gz) = 12bad9ee27810dc17bc49f52b79a0124150ef964
RMD160 (tlf-0.9.31-2.tar.gz) = 654912f080e06e64d53f4e4313db79d19941dc63
SHA512 (tlf-0.9.31-2.tar.gz) = 18340b6b580bd63b76c848ea8e92466dc2833b1fb693c5960e707325cd3220c3f269624d99de8d7a4a10f7df3331ee2d19ca68d9e34ca4dda2c5af4e8dd2581e
Size (tlf-0.9.31-2.tar.gz) = 606427 bytes
SHA1 (patch-aa) = 0587a3f36bf0a6620c70a5d3290d6d5384c8c092
SHA1 (patch-ab) = 4cb7a8ed026d2a9bfed5dbe3ea6ce3d275ffc621

View File

@@ -1,7 +1,8 @@
$NetBSD: distinfo,v 1.10 2012/08/08 13:11:48 marino Exp $
$NetBSD: distinfo,v 1.11 2015/11/02 23:57:24 agc Exp $
SHA1 (tnt-1.9.2.tar.gz) = 8826e7e730c3440113bf723e18bb136e91cef8f8
RMD160 (tnt-1.9.2.tar.gz) = 10e5812715d564f25797ff3d83124ad2b86f2a62
SHA512 (tnt-1.9.2.tar.gz) = 70d8f47c0ace08c2d7a192d176fb0160d72b276d067295b145c90bcb68b5d5261a56470613c09e50f84a4a6425f8d49ab6448d7d59f0b29dd33579d6e7a17fc1
Size (tnt-1.9.2.tar.gz) = 920883 bytes
SHA1 (patch-aa) = f2b6c9f22ffd4ef418f5aab6ca179d656e0a563c
SHA1 (patch-ac) = 86865198639da69469c2766ec638898553eb7662

View File

@@ -1,9 +1,9 @@
# $NetBSD: Makefile,v 1.16 2015/06/12 10:50:14 wiz Exp $
# $NetBSD: Makefile,v 1.23 2016/07/09 06:38:23 wiz Exp $
DISTNAME= tqsl-2.0.3
PKGREVISION= 2
DISTNAME= tqsl-2.2.1
PKGREVISION= 1
CATEGORIES= ham
MASTER_SITES= http://sourceforge.net/projects/trustedqsl/files/TrustedQSL/v2.0.3/
MASTER_SITES= http://sourceforge.net/projects/trustedqsl/files/TrustedQSL/v${PKGVERSION_NOREV}/
MAINTAINER= makoto@ki.nu
HOMEPAGE= http://sourceforge.net/projects/trustedqsl/
@@ -25,7 +25,7 @@ USE_CMAKE= yes
# usage in Makefile.am, without matching -R.
do-configure:
(cd $(WRKSRC) ; \
(cd ${WRKSRC} ; \
cmake \
-DBDB_PREFIX=${PREFIX} \
-DBDB_INCLUDE_DIR=${PREFIX}/include \
@@ -33,15 +33,19 @@ do-configure:
-DCMAKE_INSTALL_PREFIX=${PREFIX} \
-DCMAKE_INSTALL_RPATH=${PREFIX}/lib \
-DCMAKE_INSTALL_RPATH_USE_LINK_PATH=FALSE \
-DCMAKE_INSTALL_MANDIR:PATH=${PKGMANDIR} \
.)
post-install:
(cd ${WRKSRC} ;\
${INSTALL_DATA} LICENSE.txt ${DESTDIR}${PREFIX}/share/TrustedQSL/ \
)
# Conflicting PLIST with wxGTK28-2.8.12nb8:
${RM} -f ${DESTDIR}${PREFIX}/share/locale/*/LC_MESSAGES/wxstd.mo
.include "../../textproc/expat/buildlink3.mk"
.include "../../databases/db5/buildlink3.mk"
.include "../../x11/wxGTK28/buildlink3.mk"
.include "../../mk/wxGTK.mk"
.include "../../www/curl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.4 2014/06/13 11:38:03 mef Exp $
@comment $NetBSD: PLIST,v 1.6 2016/03/16 14:22:01 mef Exp $
bin/tqsl
include/adif.h
include/cabrillo.h
@@ -8,10 +8,15 @@ include/tqsllib.h
lib/libtqsllib.so
man/man5/tqsl.5
share/TrustedQSL/LICENSE.txt
share/TrustedQSL/ca-bundle.crt
share/TrustedQSL/config.xml
share/TrustedQSL/help/tqslapp/CertProp.bmp
share/TrustedQSL/help/tqslapp/EnterPassword.bmp
share/TrustedQSL/help/tqslapp/LoTWCerts.bmp
share/TrustedQSL/help/tqslapp/MainNoStatusTab.bmp
share/TrustedQSL/help/tqslapp/MainWithStatusTab.bmp
share/TrustedQSL/help/tqslapp/P12.bmp
share/TrustedQSL/help/tqslapp/Pending.bmp
share/TrustedQSL/help/tqslapp/RenewUpload.bmp
share/TrustedQSL/help/tqslapp/TQ5.bmp
share/TrustedQSL/help/tqslapp/TQ6.bmp
share/TrustedQSL/help/tqslapp/TQ8.bmp
@@ -27,6 +32,10 @@ share/TrustedQSL/help/tqslapp/cabrillo.htm
share/TrustedQSL/help/tqslapp/certaccept.htm
share/TrustedQSL/help/tqslapp/certaccept1.bmp
share/TrustedQSL/help/tqslapp/certaccept2.bmp
share/TrustedQSL/help/tqslapp/certificateproperties.htm
share/TrustedQSL/help/tqslapp/certificatesecurity.htm
share/TrustedQSL/help/tqslapp/certificatevalidity.htm
share/TrustedQSL/help/tqslapp/certreplace.htm
share/TrustedQSL/help/tqslapp/certreq.htm
share/TrustedQSL/help/tqslapp/certreq1.bmp
share/TrustedQSL/help/tqslapp/certs-icons.htm
@@ -53,7 +62,9 @@ share/TrustedQSL/help/tqslapp/files-icons.htm
share/TrustedQSL/help/tqslapp/glossary.htm
share/TrustedQSL/help/tqslapp/index.htm
share/TrustedQSL/help/tqslapp/installation.htm
share/TrustedQSL/help/tqslapp/loadcert.htm
share/TrustedQSL/help/tqslapp/key-concepts.htm
share/TrustedQSL/help/tqslapp/load-certificate.htm
share/TrustedQSL/help/tqslapp/localization.htm
share/TrustedQSL/help/tqslapp/login.htm
share/TrustedQSL/help/tqslapp/logopstab.bmp
share/TrustedQSL/help/tqslapp/lotw.htm
@@ -73,15 +84,20 @@ share/TrustedQSL/help/tqslapp/pref-cab3.bmp
share/TrustedQSL/help/tqslapp/pref-opt.bmp
share/TrustedQSL/help/tqslapp/pref-opt.htm
share/TrustedQSL/help/tqslapp/primary.htm
share/TrustedQSL/help/tqslapp/promptforcall.bmp
share/TrustedQSL/help/tqslapp/qsodata.bmp
share/TrustedQSL/help/tqslapp/qsodata.htm
share/TrustedQSL/help/tqslapp/renewing.htm
share/TrustedQSL/help/tqslapp/renewing1.bmp
share/TrustedQSL/help/tqslapp/renewing2.bmp
share/TrustedQSL/help/tqslapp/replaced.bmp
share/TrustedQSL/help/tqslapp/save.htm
share/TrustedQSL/help/tqslapp/restoredeletedcert.htm
share/TrustedQSL/help/tqslapp/restoredeletedstnloc.htm
share/TrustedQSL/help/tqslapp/save-certificate.htm
share/TrustedQSL/help/tqslapp/savestnl.bmp
share/TrustedQSL/help/tqslapp/secondarycertops.htm
share/TrustedQSL/help/tqslapp/secondarystnlocops.htm
share/TrustedQSL/help/tqslapp/selectlanguage.htm
share/TrustedQSL/help/tqslapp/sign1.bmp
share/TrustedQSL/help/tqslapp/signconf.bmp
share/TrustedQSL/help/tqslapp/signdone.bmp
@@ -90,10 +106,12 @@ share/TrustedQSL/help/tqslapp/signupload.htm
share/TrustedQSL/help/tqslapp/signupload1.bmp
share/TrustedQSL/help/tqslapp/stnloc.bmp
share/TrustedQSL/help/tqslapp/stnloc.htm
share/TrustedQSL/help/tqslapp/stnloc0.bmp
share/TrustedQSL/help/tqslapp/stnloc1.bmp
share/TrustedQSL/help/tqslapp/stnloc1.htm
share/TrustedQSL/help/tqslapp/stnloc2.bmp
share/TrustedQSL/help/tqslapp/stnloc2.htm
share/TrustedQSL/help/tqslapp/stnloc2park.bmp
share/TrustedQSL/help/tqslapp/stnloc3.bmp
share/TrustedQSL/help/tqslapp/stnloc4.bmp
share/TrustedQSL/help/tqslapp/stnloc5.bmp
@@ -105,4 +123,10 @@ share/TrustedQSL/help/tqslapp/unlock.htm
share/TrustedQSL/help/tqslapp/update.htm
share/TrustedQSL/help/tqslapp/update1.bmp
share/TrustedQSL/help/tqslapp/update2.bmp
share/locale/de/LC_MESSAGES/tqslapp.mo
share/locale/es/LC_MESSAGES/tqslapp.mo
share/locale/fr/LC_MESSAGES/tqslapp.mo
share/locale/it/LC_MESSAGES/tqslapp.mo
share/locale/ja/LC_MESSAGES/tqslapp.mo
share/locale/pt/LC_MESSAGES/tqslapp.mo
share/pixmaps/TrustedQSL.png

View File

@@ -1,8 +1,10 @@
$NetBSD: distinfo,v 1.9 2014/07/18 02:40:21 mef Exp $
$NetBSD: distinfo,v 1.15 2016/04/21 12:26:19 jperkin Exp $
SHA1 (tqsl-2.0.3.tar.gz) = d1ded1c8e55dcacc194db79a32c9e8fab6995af7
RMD160 (tqsl-2.0.3.tar.gz) = eebe99ef2fecaefaaa1a29768da70cfb72896712
Size (tqsl-2.0.3.tar.gz) = 2764308 bytes
SHA1 (patch-apps_CMakeLists.txt) = eed3a7eb926cfe6c384b10a3488f8b6e47ef3795
SHA1 (patch-apps_tqsl_cpp) = 7feb48d6070abdccd59c404ffadf1e507cebd9d4
SHA1 (tqsl-2.2.1.tar.gz) = c0bcfc9a7e5a9e53fd9c5e3debb98d1f3b8fb309
RMD160 (tqsl-2.2.1.tar.gz) = 7e2b3f01564e48cfbee48c9e380382bba888b69e
SHA512 (tqsl-2.2.1.tar.gz) = 8aa2577f449b20ce0f53cb7725b246ac79e5581ec9694f1189b3469883087b33d9e6262da862e537f63cdf751a77625302a06deedb70b798680aea496c7b3947
Size (tqsl-2.2.1.tar.gz) = 3782449 bytes
SHA1 (patch-apps_CMakeLists.txt) = 5063cf616a65e6d5650e946fd0929759ad04c9c0
SHA1 (patch-apps_tqsl_cpp) = a21e3264051feb8230af7e031688ba98f51db1df
SHA1 (patch-openssl__cert.cpp) = 158c7086014f9cef05835beb1fb9aa52f091343f
SHA1 (patch-src_tqslconvert_cpp) = 212530497270d7354d2081f2a985e266e8569896

View File

@@ -1,11 +1,10 @@
$NetBSD: patch-apps_CMakeLists.txt,v 1.3 2014/06/13 11:38:03 mef Exp $
$NetBSD: patch-apps_CMakeLists.txt,v 1.6 2016/04/21 12:26:19 jperkin Exp $
(1) Avoid ${WRKSRC} included in RPATH.
(2) WARN: PLIST:105: Man pages should be installed into man/, not share/man/.
--- apps/CMakeLists.txt.orig 2014-01-12 23:39:24.000000000 +0900
+++ apps/CMakeLists.txt 2014-01-14 00:13:12.000000000 +0900
@@ -115,8 +115,8 @@ if(APPLE)
--- apps/CMakeLists.txt.orig 2016-03-12 05:49:01.000000000 +0000
+++ apps/CMakeLists.txt
@@ -120,8 +120,8 @@ if(APPLE)
endif()
if(NOT WIN32) #rpath setup
@@ -16,11 +15,15 @@ $NetBSD: patch-apps_CMakeLists.txt,v 1.3 2014/06/13 11:38:03 mef Exp $
SET(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
SET(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib")
endif()
@@ -144,6 +144,6 @@ if(NOT APPLE AND NOT WIN32)
@@ -149,9 +149,9 @@ if(NOT APPLE AND NOT WIN32)
install(TARGETS tqsl DESTINATION bin)
install(DIRECTORY help DESTINATION share/TrustedQSL)
install(FILES ca-bundle.crt DESTINATION share/TrustedQSL)
- install(FILES tqsl.5 DESTINATION share/man/man5)
+ install(FILES tqsl.5 DESTINATION man/man5)
if (CMAKE_INSTALL_PREFIX STREQUAL "/usr")
- install(FILES tqsl.5 DESTINATION share/man/man5)
+ install(FILES tqsl.5 DESTINATION ${CMAKE_INSTALL_MANDIR}/man5)
else()
- install(FILES tqsl.5 DESTINATION man/man5)
+ install(FILES tqsl.5 DESTINATION ${CMAKE_INSTALL_MANDIR}/man5)
endif()
install(FILES icons/key48.png DESTINATION share/pixmaps RENAME TrustedQSL.png)
endif()
install(FILES lang/de/tqslapp.mo DESTINATION share/locale/de/LC_MESSAGES)

View File

@@ -1,4 +1,4 @@
$NetBSD: patch-apps_tqsl_cpp,v 1.2 2014/06/13 11:38:03 mef Exp $
$NetBSD: patch-apps_tqsl_cpp,v 1.5 2016/03/16 14:22:01 mef Exp $
(1)
Avoid following error (interim, only valid with db5)
@@ -10,9 +10,14 @@ gmake[1]: *** [apps/CMakeFiles/tqsl.dir/all] Error 2
tqsl-2.0.1/apps/tqsl.cpp:2963:10: error: #pragma GCC diagnostic not allowed inside functions
tqsl-2.0.1/apps/tqsl.cpp:2967:10: error: #pragma GCC diagnostic not allowed inside functions
--- apps/tqsl.cpp.orig 2014-02-27 03:07:41.000000000 +0900
+++ apps/tqsl.cpp 2014-02-27 20:21:11.000000000 +0900
@@ -55,7 +55,7 @@
(3) Trial code for wxGTK30
(4) Avoid error with wxGTK30
error: cannot pass objects of non-trivially-copyable type 'class wxCStrData' through '...'
--- apps/tqsl.cpp.orig 2016-03-12 14:49:01.000000000 +0900
+++ apps/tqsl.cpp 2016-03-16 22:49:15.000000000 +0900
@@ -64,7 +64,7 @@
#endif
#include <zlib.h>
#include <openssl/opensslv.h> // only for version info!
@@ -21,21 +26,52 @@ tqsl-2.0.1/apps/tqsl.cpp:2967:10: error: #pragma GCC diagnostic not allowed insi
#include <iostream>
#include <fstream>
@@ -3022,7 +3022,7 @@ MyFrame::OnUpdateCheckDone(wxCommandEven
@@ -3145,7 +3145,7 @@ void MyFrame::UpdateConfigFile() {
FILE *configFile = fopen(filename.ToUTF8(), "wb");
#endif
if (!configFile) {
- tqslTrace("UpdateConfigFile", "Can't open new file %s: %hs", filename.c_str(), strerror(errno));
+ tqslTrace("UpdateConfigFile", "Can't open new file %s: %hs", ((const wxChar*) filename), strerror(errno));
wxMessageBox(wxString::Format(_("Can't open new configuration file %s: %hs"), filename.c_str(), strerror(errno)), _("Error"), wxOK | wxICON_ERROR, this);
return;
}
@@ -3153,15 +3153,15 @@ void MyFrame::UpdateConfigFile() {
while (left > 0) {
size_t written = fwrite(newconfig, 1, left, configFile);
if (written == 0) {
- tqslTrace("UpdateConfigFile", "Can't write new file %s: %hs", filename.c_str(), strerror(errno));
- wxMessageBox(wxString::Format(_("Can't write new configuration file %s: %hs"), filename.c_str(), strerror(errno)), _("Error"), wxOK | wxICON_ERROR, this);
+ tqslTrace("UpdateConfigFile", "Can't write new file %s: %hs", ((const wxChar*) filename), strerror(errno));
+ wxMessageBox(wxString::Format(_("Can't write new configuration file %s: %hs"), ((const wxChar*) filename), strerror(errno)), _("Error"), wxOK | wxICON_ERROR, this);
if (configFile) fclose(configFile);
return;
}
left -= written;
}
if (fclose(configFile)) {
- tqslTrace("UpdateConfigFile", "Error writing new file %s: %hs", filename.c_str(), strerror(errno));
+ tqslTrace("UpdateConfigFile", "Error writing new file %s: %hs", ((const wxChar*) filename), strerror(errno));
wxMessageBox(wxString::Format(_("Error writing new configuration file %s: %hs"), filename.c_str(), strerror(errno)), _("Error"), wxOK | wxICON_ERROR, this);
return;
}
@@ -3489,7 +3489,7 @@ MyFrame::OnUpdateCheckDone(wxCommandEven
// The macro for declaring a hash map defines a couple of typedefs
// that it never uses. Current GCC warns about those. The pragma
// below suppresses those warnings for those.
-#if !defined(__APPLE__) && !defined(_WIN32)
+#if !defined(__APPLE__) && !defined(_WIN32) && !defined(__NetBSD__) && !defined(__DragonFly__) && !defined(__FreeBSD__)
-#if !defined(__APPLE__) && !defined(_WIN32) && !defined(__clang__)
+#if !defined(__APPLE__) && !defined(_WIN32) && !defined(__clang__) && !defined(__NetBSD__) && !defined(__DragonFly__) && !defined(__FreeBSD__)
#pragma GCC diagnostic ignored "-Wunused-local-typedefs"
#endif
void
@@ -3192,7 +3192,7 @@ MyFrame::DoCheckForUpdates(bool silent,
DoCheckExpiringCerts(noGUI);
return;
}
-#if !defined(__APPLE__) && !defined(_WIN32)
+#if !defined(__APPLE__) && !defined(_WIN32) && !defined(__NetBSD__) && !defined(__DragonFly__) && !defined(__FreeBSD__)
#pragma GCC diagnostic warning "-Wunused-local-typedefs"
#endif
@@ -4770,7 +4770,11 @@ QSLApp::OnInit() {
// Well, if it's a pointer and it might be null but it's also not a pointer
// and can't be null, then it's not possible to compile this without warning.
// Warnings ahoy!
+#if defined (wxABI_VERSION) && (wxABI_VERSION < 30000 )
if (argv[i][0] == wxT('-') || argv[i][0] == wxT('/'))
+#else
+ if (!argv[i].empty() && (argv[i][0] == wxT('-') || argv[i][0] == wxT('/')))
+#endif
if (wxIsalpha(argv[i][1]) && wxIsupper(argv[i][1]))
argv[i][1] = wxTolower(argv[i][1]);
}

View File

@@ -0,0 +1,16 @@
$NetBSD: patch-openssl__cert.cpp,v 1.1 2015/10/11 02:59:07 mef Exp $
error: 'PATH_MAX' was not declared in this scope
--- src/openssl_cert.cpp.orig 2015-09-20 09:15:24.000000000 +0900
+++ src/openssl_cert.cpp 2015-10-11 01:10:26.000000000 +0900
@@ -131,6 +131,9 @@
#define TQSLLIB_DEF
+#ifdef __NetBSD__
+# include "sys/syslimits.h"
+#endif
#include <sys/stat.h>
#include <sys/types.h>

View File

@@ -1,9 +1,11 @@
# $NetBSD: Makefile,v 1.13 2015/09/06 00:11:12 mef Exp $
# $NetBSD: Makefile,v 1.19 2016/06/08 07:26:59 wiz Exp $
DISTNAME= uhd-3.9.0
DISTNAME= uhd-3.9.4
PKGREVISION= 1
CATEGORIES= ham
MASTER_SITES= ${MASTER_SITE_GITHUB:=EttusResearch/}
GITHUB_TAG= release_003_008_005
# 3.9.1 -> 003_009_001
GITHUB_TAG= release_${PKGVERSION_NOREV:C/([0-9])\.([0-9])\.([0-9])/00\1_00\2_00\3/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://code.ettus.com/redmine/ettus/projects/uhd/wiki
@@ -12,6 +14,7 @@ LICENSE= gnu-gpl-v2
BUILD_DEPENDS+= ${PYPKGPREFIX}-cheetah-[0-9]*:../../devel/py-cheetah
BUILD_DEPENDS+= ${PYPKGPREFIX}-docutils>=0.12:../../textproc/py-docutils
BUILD_DEPENDS+= ${PYPKGPREFIX}-mako-[0-9]*:../../devel/py-mako
CMAKE_ARGS+= -DRST2HTML_EXECUTABLE=${PREFIX}/bin/rst2html-${PYVERSSUFFIX}.py
CMAKE_ARGS+= -Wno-dev
@@ -35,11 +38,7 @@ REPLACE_PYTHON= \
utils/usrp2_card_burner.py \
utils/usrp2_card_burner_gui.py \
utils/usrp_n2xx_net_burner.py \
utils/usrp_n2xx_net_burner_gui.py \
uhd-firmware/fx2/utils/build_eeprom.py \
uhd-firmware/fx2/utils/edit-gpif-b100.py \
uhd-firmware/fx2/utils/edit-gpif.py \
uhd-firmware/fx2/utils/generate_regs.py \
utils/usrp_n2xx_net_burner_gui.py
INSTALLATION_DIRS+= share/uhd
INSTALLATION_DIRS+= share/uhd/firmware
@@ -57,27 +56,6 @@ SUBST_SED.man= -e '/UHD_INSTALL/s,$${PKG_MAN_DIR},${PREFIX}/${PKGMANDIR}/man1,'
PLIST_SRC= ${PKGDIR}/PLIST
.include "options.mk"
# Copy (beyond) upper directory files (which should be handled at post-install)
# to receive REPLACE_PYTHON conversion ( otherwise above the range )
post-patch:
(cd ${WRKDIR}; \
for i in firmware images ; do \
${MKDIR} ${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
# (2) suppress warning at intallation, "non executable files get +x bit set".
#
# Converting ${CP} into ${INTALL_DATA_DIR} and ${INSTALL_DATA} as pkglint
# flags are NOT easy, sorry for that.
post-install:
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 '{}' \; ;\
done
.include "../../lang/python/application.mk"
.include "../../devel/boost-libs/buildlink3.mk"
.include "../../devel/libusb1/buildlink3.mk"

File diff suppressed because it is too large Load Diff

Some files were not shown because too many files have changed in this diff Show More