Port details |
- libtorrent-rasterbar-python Python bindings for libtorrent-rasterbar
- 1.1.10 net-p2p
=3 1.1.10Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2013-11-06 11:42:27
- Last Update: 2018-10-06 20:31:53
- SVN Revision: 481392
- People watching this port, also watch:: nginx, deluge, bash, pkg
- Also Listed In: ipv6 python
- License: BSD3CLAUSE
- WWW:
- http://libtorrent.org/
- Description:
- The python vinfing of libtorrent, an open source C++ library implementing the
BitTorrent protocol.
WWW: http://libtorrent.org/
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}libtorrent-rasterbar>0:net-p2p/libtorrent-rasterbar-python@${PY_FLAVOR}
- No installation instructions:
- This port has been deleted.
- PKGNAME: py27-libtorrent-rasterbar
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1538852302
SHA256 (libtorrent-rasterbar-1.1.10.tar.gz) = 07b2b391e0d16bc693d793e352338488a0e41f3130b70884bb2e0270ea00b8c2
SIZE (libtorrent-rasterbar-1.1.10.tar.gz) = 3902542
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py27-setuptools>0 : devel/py-setuptools@py27
- python2.7 : lang/python27
- Runtime dependencies:
-
- py27-setuptools>0 : devel/py-setuptools@py27
- python2.7 : lang/python27
- Library dependencies:
-
- libtorrent-rasterbar.so : net-p2p/libtorrent-rasterbar
- libboost_python27.so : devel/boost-python-libs@py27
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- localbase python:2.7
- 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 |
1.1.10 06 Oct 2018 20:31:53
  |
yuri  |
Move net-p2p/libtorrent-rasterbar-python -> net-p2p/py-libtorrent-rasterbar
It now builds for all versions of python. |
1.1.10 06 Oct 2018 20:13:20
  |
yuri  |
net-p2p/libtorrent-rasterbar and net-p2p/libtorrent-rasterbar-python: Update
1.1.9 -> 1.1.10
Port changes for net-p2p/libtorrent-rasterbar:
* Change to cmake
* Add LICENSE_FILE
* Add USES=compiler:c++14-lang
* Remove the TEST option, add the cmake-based do-test target, but it is broken
upstream
Port changes for net-p2p/libtorrent-rasterbar-python:
* Complete redesign, made it an individual port instead of a slave
Bump 5 dependencies.
Reported by: TJ <tj@mrsk.me> |
1.1.6 15 Feb 2018 12:34:50
  |
mat  |
devel/boost-python-libs got forgotten in the python flavorization, fix
this oversight.
Reviewed by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D14368 |
1.1.4_3 30 Nov 2017 15:50:34
  |
mat  |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
1.1.4 08 Sep 2017 05:24:36
  |
rezny  |
Update to 1.1.4 |
1.1.3_1 02 May 2017 06:48:11
  |
jbeich  |
devel/boost-*: update to 1.64.0
Changes: http://www.boost.org/users/history/version_1_64_0.html
PR: 218835
Approved by: office (bapt)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D10472 |
1.1.3 24 Apr 2017 17:40:10
  |
rezny  |
Update to 1.1.3
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10463 |
1.1.1_3 06 Jan 2017 08:45:04
  |
jbeich  |
devel/boost-*: update to 1.63.0
Changes: http://www.boost.org/users/history/version_1_63_0.html
PR: 215598
Exp-run by: antoine
Approved by: office (bapt)
MFH: 2017Q1 |
1.1.1_2 23 Nov 2016 12:45:47
  |
jbeich  |
devel/boost-*: update to 1.62.0
- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC
Changes: http://www.boost.org/users/history/
PR: 199601
Submitted by: Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by: rakuco (kde) (earlier version)
Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions)
Approved by: bapt (office) |
1.1.0 19 Aug 2016 14:22:46
  |
amdmi3  |
Update net-p2p/libtorrent-rasterbar and its slave libtorrent-rasterbar-python to
1.1.0
* USE_OPENSSL -> USES=ssl
* remove GeoIP bits as those have been removed from the library
* update LIB_DEPENDS and switch to += in the master as the slave needs the same
boost libs
* remove 2 obsolete patches, regen 1 patch
* add a patch from upstream git to resolve CVE-2016-5301
* add a TEST option and a patch from upstream git to let tests compile
* simplify the install of DOCS and EXAMPLES
* remove stale portscout restriction so updates can be discovered
* update text and WWW in pkg-descr
* update pkg-plist
* cleanup the slave port's Makefile
* assume maintainership
PR: 211963
Submitted by: matthew@reztek.cz |
1.0.9 01 Apr 2016 14:16:20
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
0.16.17_1 29 Nov 2014 07:57:19
  |
nemysis  |
- Revert last commit r373094
- Remove BROKEN
PR: 195347 |
0.16.18 27 Nov 2014 18:30:33
  |
antoine  |
Mark BROKEN: Fails to build
cc -DNDEBUG -O2 -pipe -fstack-protector -fno-strict-aliasing -fPIC
-I../../include -I/usr/local/include -I/usr/include
-I/usr/local/include/python2.7 -c src/session.cpp -o
build/temp.freebsd-10.0-RELEASE-p9-amd64-2.7/src/session.o -DTORRENT_USE_OPENSSL
-DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE
-DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_ASIO_DYN_LINK -DTORRENT_LINKING_SHARED
src/session.cpp:25:10: fatal error: 'bytes.hpp' file not found
Reported by: pkg-fallout |
0.16.17_1 24 Oct 2014 16:29:52
  |
mva  |
- Convert ports of net-im/, net-mgmt/ and net-p2p/ to new USES=python
Approved by: portmgr (implicit) |
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.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) |