summaryrefslogtreecommitdiff
path: root/ham/hackrf
diff options
context:
space:
mode:
authorwiedi <wiedi@pkgsrc.org>2015-12-08 21:40:44 +0000
committerwiedi <wiedi@pkgsrc.org>2015-12-08 21:40:44 +0000
commitd58636b00f0b8def8c6505dd9afe636b9adde529 (patch)
tree0ef4c1291b8eb90644bfd413bae95d3725fb1a6f /ham/hackrf
parent18475ee320a31a9830eadfc469e85cfa55324511 (diff)
downloadpkgsrc-d58636b00f0b8def8c6505dd9afe636b9adde529.tar.gz
Update hackrf to 2015.07.2
Changes: release 2015.07.2 Bonus release! This release contains fixes for CMake configuration bugs that affected installation of 2015.07.1 on some platforms. release 2015.07.1 To upgrade to this release, you must update libhackrf and hackrf-tools on your host computer. You must also update firmware on your HackRF. It is important to update both the host code and firmware for this release to work properly. If you only update one or the other, you may experience unpredictable behaviour. Major changes in this release include: Multiple HackRF support. Users with more than one HackRF can target a specific device from software using the device serial number. The serial number is easy to find with hackrf_info. Thanks, Hessu! Linux kernel module detaching. A work-around to avoid the unofficial HackRF kernel module in recent kernel versions that has been causing problems for many users. Updating the CPLD is now possible from Windows. There is no CPLD update with this release, but Windows users should now be able to update. Support for rad1o hardware, the badge of CCCamp 2015 based on HackRF One. This package contains host software supporting rad1o; for firmware and other resources, refer to: https://rad1o.badge.events.ccc.de/ There have been many more enhancements and bug fixes, for a full list of changes, see the git log.
Diffstat (limited to 'ham/hackrf')
-rw-r--r--ham/hackrf/Makefile6
-rw-r--r--ham/hackrf/PLIST43
-rw-r--r--ham/hackrf/distinfo10
3 files changed, 27 insertions, 32 deletions
diff --git a/ham/hackrf/Makefile b/ham/hackrf/Makefile
index d940afe6595..08d5ab9c16e 100644
--- a/ham/hackrf/Makefile
+++ b/ham/hackrf/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2014/10/13 13:46:23 mef Exp $
+# $NetBSD: Makefile,v 1.2 2015/12/08 21:40:44 wiedi Exp $
-DISTNAME= hackrf-2014.08.1
+DISTNAME= hackrf-2015.07.2
CATEGORIES= ham
-MASTER_SITES= http://sourceforge.net/projects/hackrf/files/
+MASTER_SITES= https://github.com/mossmann/hackrf/releases/download/v${PKGVERSION_NOREV}/
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/ham/hackrf/PLIST b/ham/hackrf/PLIST
index 28be271ab00..91e6ed260ae 100644
--- a/ham/hackrf/PLIST
+++ b/ham/hackrf/PLIST
@@ -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
diff --git a/ham/hackrf/distinfo b/ham/hackrf/distinfo
index 2d7aea59e00..f4e02e82cbc 100644
--- a/ham/hackrf/distinfo
+++ b/ham/hackrf/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/02 23:57:23 agc 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
-SHA512 (hackrf-2014.08.1.tar.xz) = 2bb2e9398479f635fc4cb73875d9728c689f5d29bfbdcaae661d98ecafe51d38ac8768dd4f38b87766195d9ed08757e76d790030edf6f6f572d547146287c073
-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