diff options
author | tnn <tnn@pkgsrc.org> | 2019-02-07 14:08:29 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2019-02-07 14:08:29 +0000 |
commit | 397f06be2fa53f1ff031aa2067f150b86eff4075 (patch) | |
tree | c8eefbac9e893156d775c811f88abb4bfdec1de9 | |
parent | f806e46b4ada07d0f4b5878d7f75610a94e17464 (diff) | |
download | pkgsrc-397f06be2fa53f1ff031aa2067f150b86eff4075.tar.gz |
add ham/kalibrate-{hackrf,rtl}
-rw-r--r-- | doc/CHANGES-2019 | 4 | ||||
-rw-r--r-- | ham/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/CHANGES-2019 b/doc/CHANGES-2019 index 18b4740d026..5c181fd6d46 100644 --- a/doc/CHANGES-2019 +++ b/doc/CHANGES-2019 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2019,v 1.628 2019/02/07 14:07:18 taca Exp $ +$NetBSD: CHANGES-2019,v 1.629 2019/02/07 14:08:29 tnn Exp $ Changes to the packages collection and infrastructure in 2019: @@ -1232,3 +1232,5 @@ Changes to the packages collection and infrastructure in 2019: Updated chat/cgiirc to 0.5.12 [nia 2019-02-07] Updated lang/php72 to 7.2.15 [taca 2019-02-07] Updated lang/php73 to 7.3.2 [taca 2019-02-07] + Added ham/kalibrate-hackrf version 20160704 [tnn 2019-02-07] + Added ham/kalibrate-rtl version 20131215 [tnn 2019-02-07] diff --git a/ham/Makefile b/ham/Makefile index 75ef793588a..48c5b0a26d5 100644 --- a/ham/Makefile +++ b/ham/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2018/06/04 07:18:47 dbj Exp $ +# $NetBSD: Makefile,v 1.40 2019/02/07 14:08:29 tnn Exp $ # COMMENT= Wireless communication tools and applications @@ -39,6 +39,8 @@ SUBDIR+= gr-osmosdr SUBDIR+= grig SUBDIR+= hackrf SUBDIR+= hamlib +SUBDIR+= kalibrate-hackrf +SUBDIR+= kalibrate-rtl SUBDIR+= libmirisdr SUBDIR+= locator SUBDIR+= nec2c |