Date: Mon, 3 Sep 2018 18:36:32 +0000 (UTC) From: "George V. Neville-Neil" <gnn@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478890 - in head/comms/ubertooth: . files Message-ID: <201809031836.w83IaWdt007300@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gnn Date: Mon Sep 3 18:36:32 2018 New Revision: 478890 URL: https://svnweb.freebsd.org/changeset/ports/478890 Log: Ubertooth Tools for use with Ubertooth One a Bluetooth and BLE sniffer Added: head/comms/ubertooth/ head/comms/ubertooth/Makefile (contents, props changed) head/comms/ubertooth/distinfo (contents, props changed) head/comms/ubertooth/files/ head/comms/ubertooth/files/patch-libubertooth_src_ubertooth__control.h (contents, props changed) head/comms/ubertooth/pkg-descr (contents, props changed) head/comms/ubertooth/pkg-plist (contents, props changed) Added: head/comms/ubertooth/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/ubertooth/Makefile Mon Sep 3 18:36:32 2018 (r478890) @@ -0,0 +1,25 @@ +# Created by: George V. Neville-Neil <gnn@freebsd.org> +# $FreeBSD$ + +PORTNAME= ubertooth +PORTVERSION= 201808R1 +CATEGORIES= comms + +MAINTAINER= gnn@FreeBSD.org +COMMENT= Bluetooth Baseband Library + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/../COPYING + +BUILD_DEPENDS= python27:lang/python27 \ + pyside-py27:devel/pyside \ + ${PYNUMPY} + +USES= cmake:outsource + +USE_GITHUB= yes +GH_ACCOUNT= greatscottgadgets +GH_TAGNAME= 2018-08-R1 + +WRKSRC_SUBDIR= host +.include <bsd.port.mk> Added: head/comms/ubertooth/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/ubertooth/distinfo Mon Sep 3 18:36:32 2018 (r478890) @@ -0,0 +1,3 @@ +TIMESTAMP = 1535998506 +SHA256 (greatscottgadgets-ubertooth-201808R1-2018-08-R1_GH0.tar.gz) = d567da047d659013876185a285b0b94a283ba16efaea441745e15043fd974ef3 +SIZE (greatscottgadgets-ubertooth-201808R1-2018-08-R1_GH0.tar.gz) = 1279106 Added: head/comms/ubertooth/files/patch-libubertooth_src_ubertooth__control.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/ubertooth/files/patch-libubertooth_src_ubertooth__control.h Mon Sep 3 18:36:32 2018 (r478890) @@ -0,0 +1,11 @@ +--- libubertooth/src/ubertooth_control.h.orig 2018-08-07 22:27:29 UTC ++++ libubertooth/src/ubertooth_control.h +@@ -36,7 +36,7 @@ + #define htole16 EndianU16_NtoL + #define htole32 EndianU32_NtoL + #else +-#include <endian.h> ++#include <sys/endian.h> + #endif + + #include <stdio.h> Added: head/comms/ubertooth/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/ubertooth/pkg-descr Mon Sep 3 18:36:32 2018 (r478890) @@ -0,0 +1,4 @@ +Project Ubertooth is an open source wireless development platform +suitable for Bluetooth experimentation. Ubertooth ships with a +capable BLE (Bluetooth Smart) sniffer and can sniff some data from +Basic Rate (BR) Bluetooth Classic connections. Added: head/comms/ubertooth/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/ubertooth/pkg-plist Mon Sep 3 18:36:32 2018 (r478890) @@ -0,0 +1,29 @@ +bin/ubertooth-afh +bin/ubertooth-btle +bin/ubertooth-debug +bin/ubertooth-dfu +bin/ubertooth-dump +bin/ubertooth-ego +bin/ubertooth-rx +bin/ubertooth-specan +bin/ubertooth-specan-ui +bin/ubertooth-tx +bin/ubertooth-util +include/ubertooth.h +include/ubertooth_callback.h +include/ubertooth_control.h +include/ubertooth_fifo.h +include/ubertooth_interface.h +lib/libubertooth.so +lib/libubertooth.so.1 +lib/libubertooth.so.1.1 +man/man1/ubertooth-afh.1.gz +man/man1/ubertooth-btle.1.gz +man/man1/ubertooth-dfu.1.gz +man/man1/ubertooth-dump.1.gz +man/man1/ubertooth-ego.1.gz +man/man1/ubertooth-rx.1.gz +man/man1/ubertooth-scan.1.gz +man/man1/ubertooth-specan.1.gz +man/man1/ubertooth-util.1.gz +man/man7/ubertooth.7.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809031836.w83IaWdt007300>