77b6 FreshPorts -- net-p2p/libtorrent-rasterbar-16
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
libtorrent-rasterbar-16 0.16.7_2 net-p2p on this many watch lists=1 search for ports that depend on this port
C++ library implementing a BitTorrent client

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: 17 May 2012 08:45:01
Also Listed In: ipv6
License: not specified in port


libtorrent is a C++ library that aims to be a good alternative to all the
other bittorrent implementations around.  It is a library and not a full
featured client.

The main goals of libtorrent are:
	* to be cpu efficient
	* to be memory efficient
	* to be very easy to use

The 0.16 branch adds uTP support.

Note that this is NOT the same library as the libtorrent port!

WWW: http://www.rasterbar.com/products/libtorrent/index.html
SVNWeb : Main Web Site : Distfiles Availability : PortsMon
Slave ports
  1. net-p2p/libtorrent-rasterbar-16-python

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. security/openssl
  2. devel/pkgconf
Required To Run:
  1. security/openssl
Required Libraries:
  1. devel/boost-libs
  2. net/GeoIP
  3. converters/libiconv

This port is required by:

for Libraries

To install the port: cd /usr/ports/net-p2p/libtorrent-rasterbar-16/ && make install clean
To add the package: pkg_add -r libtorrent-rasterbar


Configuration Options
===> The following configuration options are available for libtorrent-rasterbar-0.16.7_2:
     DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://libtorrent.googlecode.com/files/

Number of commits found: 17

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
27 Apr 2013 11:59:29
Original commit files touched by this commit  0.16.7_2
mva search for other commits by this committer
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	zeising
23 Apr 2013 14:20:28
Original commit files touched by this commit  0.16.7_2
bapt search for other commits by this committer
Finish converting the whole ports tree to USES=pkgconfig
19 Mar 2013 13:04:31
Original commit files touched by this commit  0.16.7_2
eadler search for other commits by this committer
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.

If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.

PR:		ports/177081
Reviewed by:	bapt
Approved by:	portmgr (miwi)
06 Feb 2013 19:43:00
Original commit files touched by this commit  0.16.7_2
bapt search for other commits by this committer
it's not --with-iconv but --with-libiconv, submitter got it right when
submitting the first time, I messed it up, sorry

Submitted by:	Jeroen van der Ham <jeroen@dckd.nl>
06 Feb 2013 15:33:55
Original commit files touched by this commit  0.16.7_2
bapt search for other commits by this committer
Force to build with --with-libiconv

Submitted by:	Jeroen van der Ham <jeroen@dckd.nl>
Reported by:	Jeroen van der Ham <jeroen@dckd.nl>, rm
31 Jan 2013 14:15:00
Original commit files touched by this commit  0.16.7_1
danfe search for other commits by this committer
- Convert NOPORTDOCS -> PORT_OPTIONS:MDOCS
- Sort knobs and bring in minor whitespace changes
31 Jan 2013 13:38:43
Original commit files touched by this commit  0.16.7_1
bapt search for other commits by this committer
Chase boost update
31 Jan 2013 12:31:49
Original commit files touched by this commit  0.16.7
rm search for other commits by this committer
- update to 0.16.7
- chase shlib version update in dependent ports
- use GOOGLE_CODE shortcut in MASTER_SITES
- convert to USE_PKGCONFIG
- remove shared lib version for net/GeoIP dependency

changelogs:
0.16.5: http://sourceforge.net/mailarchive/message.php?msg_id=30000954
0.16.6: http://sourceforge.net/mailarchive/message.php?msg_id=30237614
0.16.7: http://sourceforge.net/mailarchive/message.php?msg_id=30372288

PR:		175502
Submitted by:	nemysis <nemysis@gmx.ch> (maintainer)
02 Dec 2012 16:16:44
Original commit files touched by this commit  0.16.4_1
rm search for other commits by this committer
- eliminate bogus setuptools dependency
- bump PORTREVISION because of dependency change
- extend python version in USE_PYTHON
- fix incorrect PYDISTUTILS_PKGNAME usage

Feature safe:	yes
08 Oct 2012 10:38:48
Original commit files touched by this commit  0.16.4
dougb search for other commits by this committer
Throw my ports back in the pool, and make my intentions clear for the
various ports that I've created.

I bid fond fare well
A chapter closes for me
What opens for you?
29 Sep 2012 22:40:40
Original commit files touched by this commit  0.16.4
dougb search for other commits by this committer
Upgrade to 0.16.4:

* raise the default torrents allowed to announce to trackers to 1600
* improve uTP slow start behavior
* update use of boost.system to not use deprecated functions
* fix GIL issue in python bindings. Deprecated extension support in python
* fixed bug where setting upload slots to -1 would not mean infinite
* extend the UDP tracker protocol to include the request string from the
  tracker URL
02 Sep 2012 06:33:27
Original commit files touched by this commit  0.16.3
dougb search for other commits by this committer
0.16.3 release

 * fix python binding backwards compatibility in replace_trackers
 * fix possible starvation in metadata extension
 * fix crash when creating torrents/optimizing file order with pad files
 * disable support for large MTUs in uTP until it is more reliable
 * expose post_torrent_updates and state_update_alert to python bindings
 * fix incorrect SSL error messages
 * fix race condition causing shutdown hang
30 Jul 2012 17:23:35
Original commit files touched by this commit  0.16.2
dougb search for other commits by this committer
Add explicit build depends on pkgconf
15 Jul 2012 23:16:52
Original commit files touched by this commit  0.16.2
dougb search for other commits by this committer
0.16.2 release

 * use random peer IDs in anonymous mode
 * fix move_storage bugs
 * fix unnecessary dependency on boost.date_time when building boost.asio as
   separate compilation
 * always use SO_REUSEADDR and deprecate the flag to turn it on
 * add python bindings for SSL support
 * minor uTP tweaks
 * fix end-game mode issue when some files are selected to not be
   downloaded
 * improve uTP slow start
 * make uTP less aggressive resetting cwnd when idle

Approved by:	portmgr (beat)
26 Jun 2012 17:00:05
Original commit files touched by this commit  0.16.1
dougb search for other commits by this committer
I meant to silence these once I was done testing.
25 Jun 2012 04:07:05
Original commit files touched by this commit  0.16.1
dougb search for other commits by this committer
Upgrade to version 0.16.1:

 * fixed crash when providing corrupt resume data
 * fixed support for boost-1.44
 * fixed reversed semantics of queue_up() and queue_down()
 * added missing functions to python bindings
   (file_priority(), set_dht_settings())
 * fixed low_prio_disk support on linux
 * fixed time critical piece accounting in the request queue
 * fixed semantics of rate_limit_utp to also ignore per-torrent limits
 * fixed piece sorting bug of deadline pieces
 * fixed python binding build on BSD
 * fixed possible crash when enabling multiple connections per IP
 * change default of rate_limit_utp to true
 * fixed FreeBSD build
 * fixed web seed performance issue whith pieces > 1 MiB
 * fixed unchoke logic when using web seeds
 * fixed compatibility with older versions of boost (down to boost 1.40)

Remove the patch from their svn repo that was incorporated into this version
17 May 2012 08:44:12
Original commit files touched by this commit  0.16.0
dougb search for other commits by this committer
Add the 0.16 branch of libtorrent-rasterbar

The most revolutionary aspect of the new branch is that it brings in
support for uTP.

This port also brings in a patch consisting of the changes from 0.16.0
release through local SVN revision 6850. These fixes include patches we
had in the 0.15 version of the port, as well as various other fixes that
were reported by me, and others post the 0.16.0 release.  These fixes
should be in the 0.16.1 release.

Number of commits found: 17

284f
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
apache-xml-security-cJun 18
linux-f10-flashplugin10*Jun 18
linux-f10-flashplugin11*Jun 18
tor-develJun 16
dbusJun 13
owncloudJun 11
php5Jun 07
php53Jun 07
phpmyadminJun 05
telepathy-gabbleJun 05
chromiumJun 04
chromiumJun 04
libdmxJun 04
libFSJun 04
libGLJun 04

10 vulnerabilities affecting 30 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24572
Broken 191
Deprecated 459
Ignore 565
Forbidden 0
Restricted 288
No CDROM 110
Vulnerable 19
Expired 52
Set to expire 444
Interactive 33
new 24 hours 7
new 48 hours9
new 7 days29
new fortnight85
new month177

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0