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
xbt High-performance low-overhead BitTorrent tracker
g20221002_1 net-p2p 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 g20221002_1Version of this port present on the latest quarterly branch.
Maintainer: danfe@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2022-11-16 03:48:07
Last Update: 2023-12-29 18:24:39
Commit Hash: ee6c86a
License: GPLv3
WWW:
https://xbtt.sourceforge.net/
Description:
XBT (Extended BitTorrent) tracker is a BitTorrent tracker written in modern C++. It's designed to offer high performance while consuming little resources (CPU and RAM). It's a pure tracker, so it doesn't offer a frontend; please use any (e.g. PHP-based) frontend you want. The tracker stores statistics in a MySQL database/table; version 5 or higher is required.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (6 items)
Collapse this list.
  1. bin/xbt_tracker
  2. @sample etc/xbt_tracker.conf.sample
  3. share/xbt/xbt_tracker.sql
  4. /usr/local/share/licenses/xbt-g20221002_1/catalog.mk
  5. /usr/local/share/licenses/xbt-g20221002_1/LICENSE
  6. /usr/local/share/licenses/xbt-g20221002_1/GPLv3
Collapse this list.
Dependency lines:
  • xbt>0:net-p2p/xbt
To install the port:
cd /usr/ports/net-p2p/xbt/ && make install clean
To add the package, run one of these commands:
  • pkg install net-p2p/xbt
  • pkg install xbt
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: xbt
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1664705861 SHA256 (OlafvdSpek-xbt-g20221002-9c7dbc4_GH0.tar.gz) = dfc99aa59f661f5df2479cc10f27422b51b696353bfd1cbb2cfe5a155e25989c SIZE (OlafvdSpek-xbt-g20221002-9c7dbc4_GH0.tar.gz) = 276909

Packages (timestamps in pop-ups are UTC):
xbt
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latestg20221002_1g20221002_1-g20221002_1g20221002_1---
FreeBSD:13:quarterlyg20221002_1g20221002_1g20221002_1g20221002_1g20221002_1-g20221002_1g20221002_1
FreeBSD:14:latestg20221002_1g20221002_1g20221002g20221002_1g20221002_1--g20221002_1
FreeBSD:14:quarterlyg20221002_1g20221002_1-g20221002_1g20221002_1-g20221002_1g20221002_1
FreeBSD:15:latestg20221002_1g20221002_1n/ag20221002_1n/a-g20221002_1g20221002_1
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. asio.hpp : devel/boost-libs
  2. pkgconf>=1.3.0_1 : devel/pkgconf
Library dependencies:
  1. libmysqlclient.so.21 : databases/mysql80-client
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
net-p2p_xbt
USES:
compiler:c++17-lang mysql pkgconfig
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/OlafvdSpek/xbt/tar.gz/9c7dbc4?dummy=/
Collapse this list.

Number of commits found: 4

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
g20221002_1
29 Dec 2023 18:24:39
commit hash: ee6c86aea577dec2643f6a9915033feda7f67e26commit hash: ee6c86aea577dec2643f6a9915033feda7f67e26commit hash: ee6c86aea577dec2643f6a9915033feda7f67e26commit hash: ee6c86aea577dec2643f6a9915033feda7f67e26 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Refactor with IGNORE_WITH_MYSQL

- There are multiple ports which has MYSQL options and are non-DEFAULT.
  Most of the time committers actually forget to check with the OPTION
  enabled and in some cases they are BROKEN with newr versions of mysql.
  So test with different versions of mysql and mark IGNOPRE_WITH_MYSQL
  appropriately. Due to the EOL of 5.7 this has not been checked.
- Unbreak sysutils/cfengine* with MySQL 8.0 and later
- The primary purpose of running this check is having statistics of the
  MySQL usability over MariaDB to explore the future possibility of
  shifting to MariaDB as the default as major ports upstream have moved
  their codebase to support MariaDB over MySQL.
- The following actions will also be taken after the sunset of MySQL 5.7
  If a port is broken on all instances of MySQL/MariaDB:
  - If a port has the option of multiple DB backends and MySQL is the
    default then the DEFAULT will be changed to PGSQL/SQLITE before
    2024Q1. And the OPTION will be removed before 2024Q2. If a
    MAINTAINER is aware about such cases and want to prefer PGSQL over
    SQLITE or vice versa please do so at your own accord. Otherwise
    PGSQL will be preferred over SQLITE.
  - If a port has the option of multiple DB backends and MySQL is not
    the default then the the OPTION will be removed before 2024Q1.

Approved by:	portmgr (blanket)
g20221002_1
15 May 2023 21:11:25
commit hash: 1f90eca255f4843fd69fa365b3c0ab22abd020a3commit hash: 1f90eca255f4843fd69fa365b3c0ab22abd020a3commit hash: 1f90eca255f4843fd69fa365b3c0ab22abd020a3commit hash: 1f90eca255f4843fd69fa365b3c0ab22abd020a3 files touched by this commit
Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
net/asio: Bump PORTREVISION. net/asio was updated to 1.28.0
g20221002
10 Jan 2023 02:22:22
commit hash: 735a7f11b1c53e58d7ab011b274724a84a8e5e15commit hash: 735a7f11b1c53e58d7ab011b274724a84a8e5e15commit hash: 735a7f11b1c53e58d7ab011b274724a84a8e5e15commit hash: 735a7f11b1c53e58d7ab011b274724a84a8e5e15 files touched by this commit
Piotr Kubaj (pkubaj) search for other commits by this committer
net-p2p/xbt: fix build on ARM / POWER

Tracker/tracker_input.cpp:6:49: error: constant expression evaluates to -1 which
cannot be narrowed to type 'char' [-Wc++11-narrowing]
        std::array<char, 16> res = { 0, 0, 0, 0, 0, 0, -1, -1, 0, 0, 0, 0 };
                                                       ^~
g20221002
16 Nov 2022 03:42:02
commit hash: 31518129c6af7a445831fa96d407d4d1d344d75dcommit hash: 31518129c6af7a445831fa96d407d4d1d344d75dcommit hash: 31518129c6af7a445831fa96d407d4d1d344d75dcommit hash: 31518129c6af7a445831fa96d407d4d1d344d75d files touched by this commit
Alexey Dokuchaev (danfe) search for other commits by this committer
net-p2p/xbt: new BitTorrent tracker port had been added (+)

It is written in modern C++ and designed for high performance
while consuming little resources (CPU and RAM).

Consisting of just a dozen files, it can be easily built with
BSD or GNU make.

Number of commits found: 4