Port details |
- btcheck BitTorrent data checker and torrent file content viewer
- 2.1_2 net-p2p =2 2.1_1Version of this port present on the latest quarterly branch.
- Maintainer: danfe@FreeBSD.org
- Port Added: 2021-05-10 09:18:08
- Last Update: 2025-01-02 16:31:07
- Commit Hash: 5e762dc
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv3
- WWW:
- https://sourceforge.net/projects/btcheck/
- Description:
- BtCheck can check downloaded data integrity according to the given
torrent and it can also show the information stored in the torrent
file: announce trackers, list of files with their size, hash value,
creation date, comments, etc.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- btcheck>0:net-p2p/btcheck
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/net-p2p/btcheck/ && make install clean
- To add the package, run one of these commands:
- pkg install net-p2p/btcheck
- pkg install btcheck
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: btcheck
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1503959726
SHA256 (btcheck-2.1.tar.gz) = 4718109d591e27bd58e1b2b07dbed7b63ae2fe869f5ced58c45b8aa64543c4b4
SIZE (btcheck-2.1.tar.gz) = 155618
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for btcheck-2.1_2:
DOCS=on: Build and/or install documentation
====> Optimized SHA-1 calculation: you can only select none or one of them
BEECRYPT=off: Use SHA-1 implementation from BeeCrypt
GCRYPT=off: Use SHA-1 implementation from GNU crypt
GNUTLS=off: Use SHA-1 implementation from GnuTLS
MBEDTLS=off: Use SHA-1 implementation from mbedTLS/PolarSSL
NETTLE=off: Use SHA-1 implementation from Nettle
OPENSSL=on: Use SHA-1 implementation from OpenSSL
TOMCRYPT=off: Use SHA-1 implementation from LibTomCrypt
===> Use 'make config' to modify these settings
- Options name:
- net-p2p_btcheck
- USES:
- ssl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.1_2 02 Jan 2025 16:31:07 |
Tijl Coosemans (tijl) |
security/mbedtls: Move to security/mbedtls2
The port has expired but isn't removed yet because there are still too
many consumers. Rename it because the name "security/mbedtls" makes it
look like it's the default version.
PR: 283792 |
2.1_1 22 Jan 2024 12:09:10 |
Alexey Dokuchaev (danfe) |
Override GNU_CONFIGURE_MANPREFIX in my GNU autotools-based ports
This is a temporary measure to facilitate entering the new world
order where manual pages are installed under ${PREFIX}/share/man. |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.1_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.1_1 20 Jul 2022 14:22:43 |
Tobias C. Berner (tcberner) |
net-p2p: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Attila Nagy <bra@fsn.hu>
* Chad J. Milios <milios@ccsys.com>
* Damian Gerow <dgerow@afflictions.org>
* Daniel Morante <daniel@morante.net>
* Dave Cottlehuber <dch@skunkwerks.at>
* Dereckson <dereckson@gmail.com>
* Devin Teske <dteske@FreeBSD.org>
* Dmitriy Limonov (Only the first 15 lines of the commit message are shown above ) |
2.1_1 28 Jan 2022 12:14:09 |
Tijl Coosemans (tijl) |
security/mbedtls: Update to 2.28.0 and fix make test
Also bump dependent ports for library version change.
PR: 255084 |
2.1 10 Jan 2022 15:15:39 |
Stefan Eßer (se) |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
2.1 10 May 2021 09:15:30 |
Alexey Dokuchaev (danfe) |
BtCheck is BitTorrent data checker and torrent file content viewer.
WWW: https://sourceforge.net/projects/btcheck/ |