Port details |
- libtorrent-rasterbar C++ library implementing a BitTorrent client
- 1.2.20,2 net-p2p
=7 1.2.19_2,2Version of this port present on the latest quarterly branch. BROKEN: fails to build with Boost>=1.87, see https://github.com/arvidn/libtorrent/issues/7875
IGNORE: is marked as broken: fails to build with Boost>=1.87, see https://github.com/arvidn/libtorrent/issues/7875
- Maintainer: yuri@FreeBSD.org
 - Port Added: 2013-11-06 11:42:27
- Last Update: 2025-02-19 09:19:04
- Commit Hash: d8892d5
- People watching this port, also watch:: pkg, python27, nginx, git, gnutls
- License: BSD3CLAUSE
- WWW:
- https://libtorrent.org
- https://github.com/arvidn/libtorrent
- Description:
- libtorrent is an open source C++ library implementing the BitTorrent
protocol, along with most popular extensions, making it suitable for
real world deployment. It is configurable to be able to fit both
servers and embedded devices.
The main goals of libtorrent are to be efficient and easy to use.
NB: this is NOT the same library as the net-p2p/libtorrent port!
 ¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libtorrent-rasterbar>0:net-p2p/libtorrent-rasterbar
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/net-p2p/libtorrent-rasterbar/ && make install clean
- We doubt a package is available for this port because we see it marked as as:
-
Packages are normally not provided for ports that are marked as above.
- To add the package, run one of these commands:
- pkg install net-p2p/libtorrent-rasterbar
- pkg install libtorrent-rasterbar
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libtorrent-rasterbar
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1738128489
SHA256 (libtorrent-rasterbar-1.2.20.tar.gz) = ccbf8e8c21dc81635de95166b498922b4725f9725a23b2cfe2a6b2fead6fb9fc
SIZE (libtorrent-rasterbar-1.2.20.tar.gz) = 4227996
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- Test dependencies:
-
- python3.11 : lang/python311
- Library dependencies:
-
- libboost_chrono.so : devel/boost-libs
- libboost_random.so : devel/boost-libs
- libboost_system.so : devel/boost-libs
- libiconv.so : converters/libiconv
- This port is required by:
- for Libraries
-
- net-p2p/py-libtorrent-rasterbar
-
Deleted ports which required this port:
- * - 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:
- ===> The following configuration options are available for libtorrent-rasterbar-1.2.20,2:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
LOGGING=on: Enable logging to disk
===> Use 'make config' to modify these settings
- Options name:
- net-p2p_libtorrent-rasterbar
- USES:
- cmake compiler:c++17-lang iconv:wchar_t localbase:ldflags pathfix pkgconfig python:test shebangfix 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 |
0.16.16 05 May 2014 09:45:37
  |
bapt  |
Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)
bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore
Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier
With hat: portmgr |
0.16.16 25 Mar 2014 11:11:00
  |
nemysis  |
- Update to 0.16.16, Announce message:
* add missing add_files overload to the python bindings
* improve error handling in http gunzip
* fix debug logging for banning web seeds
* improve support for de-selected files in full allocation mode
* fix dht_bootstrap_alert being posted
* SetFileValidData fix on windows (prevents zero-fill)
* fix minor lock_files issue on unix
- Add ChangeLog to DOCS
- Simplify DOCS installation handling
- Use .if for DOCS and EXAMPLES due to large number of files installed |
0.16.15 16 Feb 2014 11:49:32
  |
nemysis  |
- Update to 0.16.15
- Remove obsolete patches, changed by Upstream |
0.16.14 13 Feb 2014 22:58:15
  |
nemysis  |
- Update to 0.16.14
- Don't silence warnings
- Remove PORTSCOUT, with 0.16.14 works now
qBittorrent all Versions
- Add DEBUG Option
- Add patches from Upstrem, fix bad C++ code |
0.16.13_3 07 Feb 2014 11:44:09
  |
bapt  |
Chase boost and icu bump
While here convert some LIB_DEPENDS |
0.16.13_2 03 Feb 2014 22:43:37
  |
nemysis  |
net-p2p/libtorrent-rasterbar
- Change master sites, use SF instead of GOOGLE_CODE
- Change license BSD to BSD3CLAUSE
- Disable all warnings with -w
- Set PORTSCOUT, with 0.16.14 segmentation fault with
qBittorrent Versions 3.1.5, 3.1.6, 3.1.8
- Add SHLIB_VER and PLIST_SUB
- Add STRIP Option, and add to default Options
- Strip libraries for Master and Slave Port
net-p2p/libtorrent-rasterbar-python
- Add STRIP to OPTIONS_EXCLUDE |
0.16.13_2 22 Jan 2014 13:08:21
  |
nemysis  |
- Use USES=compiler:c++11-lang instead of compiler:c++11-lib
Reported by: many users
Reviewed by: bapt |
0.16.13_2 14 Jan 2014 18:32:32
  |
nemysis  |
- Fix build at 11.x [1]
- Use LIB_DEPENDS? instead of LIB_DEPENDS, because
Master port have had overwritten the LIB_DEPENDS [1]
- Use USES=compiler:c++11-lib instead of compiler:c++11-lang [1]
- Use CONFIGURE_ARGS instead of CONFIGURE_ARGS+ [2]
- Break lines around 80 characters [2]
Reported by: swills [1], danfe [2] |
0.16.13_2 02 Jan 2014 19:47:58
  |
nemysis  |
- Bump PORTREVISION
- Fix build on 8.x and 9.x
- Use USES=compiler:c++11-lang instead of compiler
Approved by: pawel / wg (mentors, implicit) |
0.16.13_1 31 Dec 2013 13:33:08
  |
nemysis  |
- Bump PORTREVISION
- Add USES compiler
- Change pkg-descr
Reported by: many users
Approved by: pawel / wg (mentors, implicit) |
0.16.13 30 Dec 2013 15:54:51
  |
nemysis  |
- Unbreak net-p2p/libtorrent-rasterbar to fix install of net-p2p/deluge
Reported by: rm
Approved by: pawel / wg (mentors, implicit) |
0.16.13 30 Dec 2013 15:32:07
  |
nemysis  |
- Update to 0.16.13
Approved by: pawel / wg (mentors, implicit) |
0.16.12 16 Nov 2013 13:29:20
  |
rm  |
Unbreak net-p2p/libtorrent-rasterbar-python to fix install
of net-p2p/deluge (my port) |
0.16.12 06 Nov 2013 11:59:17
  |
bdrewery  |
- Copy libtorrent-rasterbar from libtorrent-rasterbar-16@r332964
Original log in r332965 from nemysis:
net-p2p/libtorrent-rasterbar
- Update to 0.16.12
- Rename from net-p2p/libtorrent-rasterbar-16 to net-p2p/libtorrent-rasterbar
- Remove conflict with deprecated Port
- Add pkg-message
- Support STAGEDIR
net-p2p/libtorrent-rasterbar-python
- Rename from net-p2p/libtorrent-rasterbar-python-16 to
net-p2p/libtorrent-rasterbar-python
- Change comment and MASTERDIR
- Change dependency to net-p2p/libtorrent-rasterbar
- Add SLAVE_PORT=yes |
06 Nov 2013 11:56:43

|
bdrewery  |
- Remove libtorrent-rasterbar to fix copy from libtorrent-rasterbar-16 |
0.16.12 06 Nov 2013 11:42:15
  |
nemysis  |
net-p2p/libtorrent-rasterbar
- Update to 0.16.12
- Rename from net-p2p/libtorrent-rasterbar-16 to net-p2p/libtorrent-rasterbar
- Remove conflict with deprecated Port
- Add pkg-message
- Support STAGEDIR
net-p2p/libtorrent-rasterbar-python
- Rename from net-p2p/libtorrent-rasterbar-python-16 to
net-p2p/libtorrent-rasterbar-python
- Change comment and MASTERDIR
- Change dependency to net-p2p/libtorrent-rasterbar
- Add SLAVE_PORT=yes
Approved by: wg (mentor) |