From owner-svn-ports-head@freebsd.org Mon Sep 3 18:36:33 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9ABCCFF1705; Mon, 3 Sep 2018 18:36:33 +0000 (UTC) (envelope-from gnn@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 59F6F8FD46; Mon, 3 Sep 2018 18:36:33 +0000 (UTC) (envelope-from gnn@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 548643ECB; Mon, 3 Sep 2018 18:36:33 +0000 (UTC) (envelope-from gnn@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w83IaXlO007304; Mon, 3 Sep 2018 18:36:33 GMT (envelope-from gnn@FreeBSD.org) Received: (from gnn@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w83IaWdt007300; Mon, 3 Sep 2018 18:36:32 GMT (envelope-from gnn@FreeBSD.org) Message-Id: <201809031836.w83IaWdt007300@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gnn set sender to gnn@FreeBSD.org using -f From: "George V. Neville-Neil" Date: Mon, 3 Sep 2018 18:36:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478890 - in head/comms/ubertooth: . files X-SVN-Group: ports-head X-SVN-Commit-Author: gnn X-SVN-Commit-Paths: in head/comms/ubertooth: . files X-SVN-Commit-Revision: 478890 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Sep 2018 18:36:33 -0000 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 +# $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 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 ++#include + #endif + + #include 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