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
libbtbb 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.
Deprecated DEPRECATED: Uses deprecated version of python
Expired This port expired on: 2020-09-15
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2018-09-03 18:35:40
Last Update: 2020-09-19 13:01:00
SVN Revision: 548980
License: GPLv2+
Description:
A Bluetooth baseband decoding library This is a Bluetooth baseband decoding library. It can be used to extract Bluetooth packet and piconet information from Ubertooth devices as well as GR-Bluetooth/USRP.
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (9 items)
Collapse this list.
  1. /usr/local/share/licenses/libbtbb-201812R1_2/catalog.mk
  2. /usr/local/share/licenses/libbtbb-201812R1_2/LICENSE
  3. /usr/local/share/licenses/libbtbb-201812R1_2/GPLv2+
  4. bin/btaptap
  5. include/btbb.h
  6. lib/libbtbb.so
  7. lib/libbtbb.so.1
  8. lib/libbtbb.so.1.0
  9. libdata/pkgconfig/libbtbb.pc
Collapse this list.
Dependency lines:
  • libbtbb>0:comms/libbtbb
No installation instructions:
This port has been deleted.
PKGNAME: libbtbb
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1546423352 SHA256 (greatscottgadgets-libbtbb-201812R1-2018-08-R1_GH0.tar.gz) = 86c5f0c432ae36fd4e69be20e6422ef408c71b2fd2f536786a9cb726c1c28ef0 SIZE (greatscottgadgets-libbtbb-201812R1-2018-08-R1_GH0.tar.gz) = 310542

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>=1.16,1<1.19,1 : math/py-numpy@py27
  2. cmake : devel/cmake
  3. ninja : devel/ninja
  4. python2.7 : lang/python27
NOTE: dependencies for deleted ports are notoriously suspect
This port is required by:
for Libraries

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. comms/ubertooth*
  2. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
No options to configure
Options name:
N/A
USES:
cmake python:2.7,build
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/libbtbb/tar.gz/2018-08-R1?dummy=/
Collapse this list.

Number of commits found: 14

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
201812R1_2
19 Sep 2020 13:01:00
Revision:548980Original commit files touched by this commit
rene search for other commits by this committer
Remove expired ports:

2020-09-15 audio/abraca: Uses deprecated version of python
2020-09-15 audio/ardour5: Uses deprecated version of python
2020-09-15 audio/cplay: Uses deprecated version of python
2020-09-15 audio/cpp-xmms2: Uses deprecated version of python
2020-09-15 audio/p5-xmms2: Uses deprecated version of python
2020-09-15 biology/haplohseq: Uses deprecated version of python
2020-09-15 biology/tophat: Uses deprecated version of python
2020-09-15 chinese/ibus-array: Uses deprecated version of python
2020-09-15 comms/congruity: Uses deprecated version of python
2020-09-15 comms/libbtbb: Uses deprecated version of python
2020-09-15 comms/quisk: Uses deprecated version of python
2020-09-15 databases/mtools-mongodb: Uses deprecated version of python
2020-09-15 databases/mydbf2mysql: Uses deprecated version of python
(Only the first 15 lines of the commit message are shown above View all of this commit message)
201812R1_2
02 Jun 2020 20:31:18
Revision:537580Original commit files touched by this commit
rene search for other commits by this committer
Return gnn@'s ports to the pool after safekeeping his commit bit.
201812R1_2
08 Mar 2020 17:01:47
Revision:528058Original commit files touched by this commit
antoine search for other commits by this committer
Deprecate some ports using deprecated version of python

With hat:	portmgr
201812R1_2
30 Jul 2019 12:03:42
Revision:507633Original commit files touched by this commit
pkubaj search for other commits by this committer
comms/libbtbb: fix build with GCC-based architectures

Base GCC doesn't support gnu90, but does support gnu89, which is the same.

PR:		239296
Approved by:	gnn (maintainer), linimon (mentor)
Differential Revision:	https://reviews.freebsd.org/D20996
201812R1_2
26 Jul 2019 20:46:57
Revision:507372Original 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
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

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, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
201812R1_1
02 Jan 2019 14:17:20
Revision:489084Original commit files touched by this commit
gnn search for other commits by this committer
Update to release 2018-12-R1
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
04 Sep 2018 14:11:57
Revision:478962Original commit files touched by this commit
gnn search for other commits by this committer
Fix typo
201808R1
04 Sep 2018 13:14:07
Revision:478956Original commit files touched by this commit
gnn search for other commits by this committer
Update the license allow post GPLv2

Reported by:	jbeich
201808R1
04 Sep 2018 13:12:08
Revision:478954Original commit files touched by this commit
gnn search for other commits by this committer
Remove an unused dependency, update to properly grab version of Python

Reported by:	jbeich
201808R1
03 Sep 2018 19:43:07
Revision:478916Original commit files touched by this commit
gnn search for other commits by this committer
Update build dependencies to track a library rather than an executable
201808R1
03 Sep 2018 19:33:28
Revision:478914Original commit files touched by this commit
gnn search for other commits by this committer
Switch to the more idiomatic inclusion of Python
201808R1
03 Sep 2018 18:35:25
Revision:478889Original commit files touched by this commit
gnn search for other commits by this committer
Bluetooth Baseband Library for use by Ubertooth and others

Number of commits found: 14