Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.16.11 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) |
0.16.11 20 Sep 2013 22:28:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-p2p) |
0.16.11 18 Sep 2013 15:05:23 |
nemysis |
- Use the new format for LIB_DEPENDS
Approved by: wg/pawel (mentors) |
0.16.11 19 Aug 2013 16:41:06 |
nemysis |
- Update to 0.16.11
- Change maintainer email gmx.ch --> FreeBSD.org
- Remove PORTREVISION from slave Port
Approved by: wxs (mentor) |
0.16.10 31 Jul 2013 19:00:08 |
antoine |
Cleanup libtorrent-rasterbar-16 and unbreak libtorrent-rasterbar-16-python
PR: 180809, 180813
Submitted by: nemysis (maintainer) |
0.16.10 10 Jul 2013 17:06:01 |
wg |
net-p2p/libtorrent-rasterbar-16: update to 0.16.10
- Update to 0.16.10
- Add back Created by to Makefile header
- Add LICENSE (BSD)
- Pass maintainership to submitter
- Install examples
PR: ports/180436
Submitted by: nemysis <nemysis gmx.ch> |
0.16.7_2 27 Apr 2013 11:59:29 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising |
0.16.7_2 23 Apr 2013 14:20:28 |
bapt |
Finish converting the whole ports tree to USES=pkgconfig |
0.16.7_2 19 Mar 2013 13:04:31 |
eadler |
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) |
0.16.7_2 06 Feb 2013 19:43:00 |
bapt |
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> |
0.16.7_2 06 Feb 2013 15:33:55 |
bapt |
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 |
0.16.7_1 31 Jan 2013 14:15:00 |
danfe |
- Convert NOPORTDOCS -> PORT_OPTIONS:MDOCS
- Sort knobs and bring in minor whitespace changes |
0.16.7_1 31 Jan 2013 13:38:43 |
bapt |
Chase boost update |
0.16.7 31 Jan 2013 12:31:49 |
rm |
- 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) |
0.16.4_1 02 Dec 2012 16:16:44 |
rm |
- eliminate bogus setuptools dependency
- bump PORTREVISION because of dependency change
- extend python version in USE_PYTHON
- fix incorrect PYDISTUTILS_PKGNAME usage
Feature safe: yes |
0.16.4 08 Oct 2012 10:38:48 |
dougb |
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? |
0.16.4 29 Sep 2012 22:40:40 |
dougb |
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 |
0.16.3 02 Sep 2012 06:33:27 |
dougb |
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 |
0.16.2 30 Jul 2012 17:23:35 |
dougb |
Add explicit build depends on pkgconf |
0.16.2 15 Jul 2012 23:16:52 |
dougb |
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) |
0.16.1 26 Jun 2012 17:00:05 |
dougb |
I meant to silence these once I was done testing. |
0.16.1 25 Jun 2012 04:07:05 |
dougb |
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 |
0.16.0 17 May 2012 08:44:12 |
dougb |
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. |