notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
ubertooth Bluetooth Baseband Library
201812R1_2 comms Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 201812R1_2Version of this port present on the latest quarterly branch.
Maintainer: gnn@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2018-09-03 18:36:41
Last Update: 2019-03-16 22:34:37
SVN Revision: 495974
License: GPLv2
Description:
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.
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
pkg-plist: as obtained via: make generate-plist
Expand this list (32 items)
Collapse this list.
  1. /usr/local/share/licenses/ubertooth-201812R1_2/catalog.mk
  2. /usr/local/share/licenses/ubertooth-201812R1_2/LICENSE
  3. /usr/local/share/licenses/ubertooth-201812R1_2/GPLv2
  4. bin/ubertooth-afh
  5. bin/ubertooth-btle
  6. bin/ubertooth-debug
  7. bin/ubertooth-dfu
  8. bin/ubertooth-dump
  9. bin/ubertooth-ego
  10. bin/ubertooth-rx
  11. bin/ubertooth-specan
  12. bin/ubertooth-specan-ui
  13. bin/ubertooth-tx
  14. bin/ubertooth-util
  15. include/ubertooth.h
  16. include/ubertooth_callback.h
  17. include/ubertooth_control.h
  18. include/ubertooth_fifo.h
  19. include/ubertooth_interface.h
  20. lib/libubertooth.so
  21. lib/libubertooth.so.1
  22. lib/libubertooth.so.1.1
  23. man/man1/ubertooth-afh.1.gz
  24. man/man1/ubertooth-btle.1.gz
  25. man/man1/ubertooth-dfu.1.gz
  26. man/man1/ubertooth-dump.1.gz
  27. man/man1/ubertooth-ego.1.gz
  28. man/man1/ubertooth-rx.1.gz
  29. man/man1/ubertooth-scan.1.gz
  30. man/man1/ubertooth-specan.1.gz
  31. man/man1/ubertooth-util.1.gz
  32. man/man7/ubertooth.7.gz
Collapse this list.
Dependency lines:
  • ubertooth>0:comms/ubertooth
No installation instructions:
This port has been deleted.
PKGNAME: ubertooth
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1546423538 SHA256 (greatscottgadgets-ubertooth-201812R1-2018-08-R1_GH0.tar.gz) = d567da047d659013876185a285b0b94a283ba16efaea441745e15043fd974ef3 SIZE (greatscottgadgets-ubertooth-201812R1-2018-08-R1_GH0.tar.gz) = 1279106

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py27-numpy>0 : math/py-numpy@py27
  2. cmake : devel/cmake
  3. ninja : devel/ninja
  4. python2.7 : lang/python27
Runtime dependencies:
  1. python2.7 : lang/python27
Library dependencies:
  1. libpyside-python2.7.so : devel/pyside
  2. libbtbb.so : comms/libbtbb
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
USES:
cmake python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/greatscottgadgets/ubertooth/tar.gz/2018-08-R1?dummy=/
Collapse this list.

Number of commits found: 8

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
201812R1_2
16 Mar 2019 22:34:37
Revision:495974Original commit files touched by this commit
tcberner search for other commits by this committer
Qt4 deprecation

comms/ubertooth: Has expired: Qt4 has been EOL since december 2015

Approved by:	portmgr (implicit)
201812R1_2
16 Jan 2019 11:13:45
Revision:490472Original commit files touched by this commit
tijl search for other commits by this committer
Fix Qt5 symbol version scripts to put the catch-all clause first.  When
a symbol matches multiple clauses the last one takes precedence.  If the
catch-all is last it captures everything.  In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API.  This only affects lld because GNU ld always gives the
catch-all lowest priority.

Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium.  Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3]  The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one.  If there's no such non-weak symbol the call
(Only the first 15 lines of the commit message are shown above View all of this commit message)
201812R1_1
02 Jan 2019 14:16:08
Revision:489083Original commit files touched by this commit
gnn search for other commits by this committer
Update to 2018-12-R1 release
201808R1_1
25 Dec 2018 20:25:40
Revision:488341Original commit files touched by this commit
tcberner search for other commits by this committer
Change cmake default behaviour to outsource.

Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
201808R1_1
12 Dec 2018 01:35:36
Revision:487272Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
201808R1
03 Sep 2018 19:40:59
Revision:478915Original commit files touched by this commit
gnn search for other commits by this committer
Update dependencies to properly follow Python and libraries
201808R1
03 Sep 2018 18:43:15
Revision:478892Original commit files touched by this commit
gnn search for other commits by this committer
Make this port depend on its library
201808R1
03 Sep 2018 18:36:32
Revision:478890Original commit files touched by this commit
gnn search for other commits by this committer
Ubertooth Tools for use with Ubertooth One a Bluetooth and BLE sniffer

Number of commits found: 8