aboutsummaryrefslogtreecommitdiff
path: root/net-p2p
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to version 2.2.8, which has the following bugfixes:Doug Barton2010-05-252-5/+5
| | | | | | | | | | | | | | | | * ETA for finished torrent is now 0 instead of Infinite * Fix sorting of ETA column when having infinite values * Torrent queue position now starts at 1 * Fix unicode issue in start seeding after torrent creation code * Fix torrent error state clearance on resuming * Fix possible checkbox update in Web UI * Fix torrent properties layout For the port, update CONFLICTS from tne now-defunct 2.1.x to the upcoming 2.3.x -devel version. Notes: svn path=/head/; revision=255067
* Update to 2.0.2Max Brazhnikov2010-05-213-31/+52
| | | | | | | | | PR: ports/146636 Submitted by: Maxim Ignatenko <gelraen.ua at gmail.com> Approved by: Stas Timokhin (maintainer) Notes: svn path=/head/; revision=254747
* Mark as DEPRECATED: The software is ancient, unmaintained, works with the JDKStefan Walter2010-05-211-0/+5
| | | | | | | | | | | 1.3 only and does not have a master/project site. PR: ports/143195 Submitted by: Sevan Janiyan <venture37@geeklan.co.uk> Patch by: stefan Notes: svn path=/head/; revision=254744
* rblibtorrent is gone, so no need to CONFLICT it anymoreDoug Barton2010-05-201-1/+1
| | | | Notes: svn path=/head/; revision=254626
* Update to version 2.2.7, which has the following bug fixes:Doug Barton2010-05-142-5/+5
| | | | | | | | | | | | | | | | | * Fix unicode problem in torrent moving code * Fix possible initialization problem in Web UI * Fix torrent moving after completion feature * Improved empty folder removing code * Use guid or news url as RSS items identifier (instead of title) * Fix possible crash in RSS item selection code * Added support for url encoded ampersands in RSS And the following new features: * Sort torrent labels in popup menu * Added Croatian translation Notes: svn path=/head/; revision=254285
* - Make pointyhat tinderbox happy by removing extra @dirrmry for common localeDima Panov2010-05-132-11/+1
| | | | | | | | | | | and apps directories, which now handled by updated kdehier4. - Bump PORTREVISIONs to force rebuild. Noticed by: pointyhat via pav With hat on: kde Notes: svn path=/head/; revision=254277
* Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for thisKoop Mast2010-05-101-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | release can be found at http://library.gnome.org/misc/release-notes/2.30/ . This release brings initial PackageKit support, Upower (replaces power management part of hal), cuse4bsd integration with HAL and cheese, and a faster Evolution. Sadly GNOME 2.30.x will be the last release with FreeBSD 6.X support. This will also be the last of the 2.x releases. The next release will be the highly-anticipated GNOME 3.0 which will bring with it a new UI experience. Currently, there are a few bugs with GNOME 2.30 that may be of note for our users. Be sure to consult the UPGRADING note or the 2.30 upgrade FAQ at http://www.freebsd.org/gnome/docs/faq230.html for specific upgrading instructions, and the up-to-date list of known issues. This release features commits by avl, ahze, bland, marcus, mezz, and myself. The FreeBSD GNOME Team would like to thank Anders F Bjorklund for doing the initual packagekit porting. And the following contributors & testers for there help with this release: Eric L. Chen Vladimir Grebenschikov Sergio de Almeida Lenzi DomiX walder crsd Kevin Oberman Michal Varga Pavel Plesov Bapt kevin and ITetcu for two exp-run PR: ports/143852 ports/145347 ports/144980 ports/145830 ports/145511 Notes: svn path=/head/; revision=254099
* - Update to 1.93.Jeremy Messenger2010-05-096-11/+18
| | | | | | | | | | | - Don't patch in Makefile.am to avoid run automake run. It was a leftover when I switched from patch in configure.* to use option flags. [1] PR: ports/146330 [1] Submitted by: Anonymous <swell.k@gmail.com> [1] Notes: svn path=/head/; revision=253959
* - Update to 0.8.2Sylvio Cesar Teixeira2010-05-072-4/+4
| | | | | | | | PR: ports/145870 Submitted by: Dmitry Yashin <yashin.dm@gmail.com> (maintainer) Notes: svn path=/head/; revision=253922
* As advertised, remove net-p2p/qbittorrent.Doug Barton2010-05-018-165/+0
| | | | Notes: svn path=/head/; revision=253519
* - Another fix for 6.XPav Lucistnik2010-04-261-0/+5
| | | | | | | Submitted by: Stas Timokhin <devel@stasyan.com> (maintainer) Notes: svn path=/head/; revision=253271
* Upgrade to version 2.2.6 which has the following bugfixes:Doug Barton2010-04-242-4/+4
| | | | | | | | | | | | | | | * Announce to all trackers at once * Added support for single-thread boost * Remove old folder when moving a torrent * Improved reliability of torrent moving * Stop rechecking torrents when they are moved * Status filters height stays correct when the visual style changes And the following new feature: * Added Arabic translation Notes: svn path=/head/; revision=253174
* Switch to use newer GMP version.Alex Dupre2010-04-195-9/+10
| | | | | | | | | PR: ports/144487 Submitted by: ale Approved by: portmgr (-exp run by erwin) Notes: svn path=/head/; revision=252906
* - Try to fix the build on 6.XPav Lucistnik2010-04-131-0/+1
| | | | | | | Submitted by: Stas Timokhin <devel@stasyan.com> (maintainer) Notes: svn path=/head/; revision=252633
* Chase the curl update, bump the PORTREVISION.Jeremy Messenger2010-04-131-1/+1
| | | | | | | | PR: ports/145422 Submitted by: rene Notes: svn path=/head/; revision=252625
* Upgrade to version 2.2.5, which has the following bug fixes:Doug Barton2010-04-082-8/+6
| | | | | | | | | | | | | | | | | | | * Fix crash when adding a new torrent label * Fix HTTPS protocol support in torrent/rss downloader * Fix default width of file name column in torrent content * Fix torrent addition dialog buttons height * Fix deprecation warnings with libtorrent v0.15 * Fix "Download from URL" title size in Web UI * Fix transparency of speed limits icons * Dropped dependency on Qt gif library This removes the requirement for QT_COMPONENTS= imageformat * Improved libboost detection by configure file And the following cosmetic change: * Added icons to menu actions in Web UI Notes: svn path=/head/; revision=252448
* Mark mutella as deprecated: the last release was 2004-08-26, so it is safeGavin Atkinson2010-04-081-0/+3
| | | | | | | | | to say that this is now abandonware. Approved by: itetcu Notes: svn path=/head/; revision=252438
* - Update to 0.3.1Pav Lucistnik2010-04-074-27/+12
| | | | | | | | PR: ports/145421 Submitted by: Dmitry Yashin <yashin.dm@gmail.com> (maintainer) Notes: svn path=/head/; revision=252378
* Update to version 2.2.4, which has the following bug fixes:Doug Barton2010-04-062-5/+5
| | | | | | | | | | | | | | | | * Fix possible crash when adding a torrent * Fix failure to remember some torrents on startup * Fix torrent addition window layout (torrent content not expanding) * Fix about dialog in Web UI * Correctly clear trackers error messages once they work * Display correct share ratio for paused torrents And the following cosmetic change, which requires adding the imageformats qt4 component: * New alternative speed limits icons Notes: svn path=/head/; revision=252344
* Until ports that depend on libtorrent-raterbar have been convertedDoug Barton2010-04-061-0/+2
| | | | | | | to depend on this one it needs NO_LATEST_LINK. Notes: svn path=/head/; revision=252329
* Update to the release version of 0.15, thereby removing the -devel tagDoug Barton2010-04-064-33/+9
| | | | | | | | | | | | | | | | This simplifies things for the port quite a bit since we can now use MASTER_SITE_GOOGLE_CODE. Update CONFLICTS to acknowledge removal of rblibtorrent We need to change the CONFIGURE_ARG to --enable-deprecated-functions since qbittorrent 2.2.3 uses them. Remove a no longer needed patch, a better fix was adopted upstream after my report. Notes: svn path=/head/; revision=252303
* Remove rblibtorrent, it got deleted 2 weeks ago.Koop Mast2010-04-051-1/+0
| | | | Notes: svn path=/head/; revision=252248
* Upgrade to version 2.2.3 which has the following bugfixes:Doug Barton2010-04-052-6/+12
| | | | | | | | | | * Fix possible crash when deleting a torrent just after pausing it * Enable Apply button when alternative rate limits are changed * Cleaner binutils gold linker support * Clean fix for progress display with cleanlooks style Notes: svn path=/head/; revision=252231
* Update to version 2.2.2, minor bug fixesDoug Barton2010-04-054-16/+15
| | | | Notes: svn path=/head/; revision=252226
* Update to 0.052.Anton Berezin2010-04-042-7/+5
| | | | | | | Changes: http://search.cpan.org/dist/Net-BitTorrent/Changes Notes: svn path=/head/; revision=252195
* Update to 2.0Max Brazhnikov2010-04-038-482/+65
| | | | | | | | | PR: ports/145011 Submitted by: Gvozdikov Veniamin <g.veniamin at googlemail.com> Approved by: Stas Timokhin (maintainer) Notes: svn path=/head/; revision=252158
* Chase the ftp/curl shlib version bump.Peter Pentchev2010-04-036-11/+11
| | | | Notes: svn path=/head/; revision=252125
* - Update to 0.99Wen Heping2010-04-022-4/+4
| | | | | | | | PR: ports/145284 Submitted by: Peter Schuller <peter.schuller@infidyne.com> (maintainer) Notes: svn path=/head/; revision=252015
* - update to 1.4.1Dirk Meyer2010-03-2848-41/+48
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-2712-12/+12
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* Update to version 2.2.1 which has the following new features:Doug Barton2010-03-212-4/+4
| | | | | | | | | | | | | | | | | Display pieces that are being downloaded Added back folder watching in Web UI Added back file prioritizing in Web UI And the following bug fixes: Fix compilation with Qt 4.4 Fix Web UI compatibility with Safari Fix file filtering in complex torrents Ask for user confirmation for recursive torrent download Fix "add file" dialog in torrent creation tool Fix "Ctrl+A" in Web UI Notes: svn path=/head/; revision=251324
* Update to version 0.14.10, which has the following bug fixes:Doug Barton2010-03-212-4/+4
| | | | | | | | | | | | | * fixed udp tracker race condition * fixed error handling with torrents with invalid piece sizes * added support for torrents with odd piece sizes * fixed issue with disk read cache not being cleared when removing torrents * made the DHT socket bind to the same interface as the session * fixed issue where an http proxy would not be used on redirects * disabled buggy disconnect_peers feature Notes: svn path=/head/; revision=251323
* - Update to 1.2.0.20090314Wen Heping2010-03-172-8/+7
| | | | | | | | | | - Pass maintainership to submitter PR: ports/144810 Submitted by: Peter Thoenen <peter.thoenen@yahoo.com> Notes: svn path=/head/; revision=251174
* - Mark BROKEN on 6.X: does not compilePav Lucistnik2010-03-161-1/+7
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=251139
* Update to 1.92.Jeremy Messenger2010-03-164-5/+8
| | | | Notes: svn path=/head/; revision=251121
* Version 2.2 is all grown up now *sniff* so un-devel it.Doug Barton2010-03-162-8/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New features vs. 2.1.x: * User can set alternative speed limits for fast toggling * Bandwidth scheduler (automatically use alternative speed limits for a given period) * Added "Added/Completed On" columns to transfer list * Added "Upload/Download limit" columns to transfer list * Torrent files can be exported to a given directory * Outgoing ports range can be customized (for QoS) * User can choose to apply transfer limits on LAN too * User can choose to include the protocol overhead in transfer limits * Torrents can be automatically rechecked on completion * If 2 torrents have the same hash, add new trackers/URL seeds to the existing torrent * Trackers can be added from Web UI * Global transfer information are displayed in the new Web UI status bar * Allow to change the priority of several files at once * Support for multiple scan folders (Patch by Christian Kandeler) * Improved style management Bug fixes vs. 2.1.x: * Only one log window can be opened at a time * Optimized RSS module memory usage * Consider HTTP downloads >1MB as invalid .torrent files and abort * Fix Web UI authentication with some browsers * Set Web UI ban period to 1 hour Notes: svn path=/head/; revision=251120
* Deprecate this port in favor of the new 2.2.0 release versionDoug Barton2010-03-161-0/+4
| | | | Notes: svn path=/head/; revision=251118
* As previously advertised, remove the now-obsolete rblibtorrent portDoug Barton2010-03-169-370/+0
| | | | Notes: svn path=/head/; revision=251114
* - Update to 0.8.1bMartin Wilke2010-03-083-15/+7
| | | | | | | | PR: 144427 Submitted by: Ports Fury Notes: svn path=/head/; revision=250727
* - Allow to build on AMD64Martin Wilke2010-03-084-6/+6
| | | | | | | | | | PR: 144165 144167 144168 144170 144171 144172 144173 144174 144183 144493 144496 Submitted by: Andrius Morkunas <hinokind@gmail.com> Feature safe: yes Notes: svn path=/head/; revision=250704
* Update to version 2.1.6, which has the following bug fixes:Doug Barton2010-03-082-4/+4
| | | | | | | | | | | | * Fix Web UI authentication with Konqueror * Fix save path display in properties * Fix ratio calculation for directly seeded torrents * Fix memory leak in RSS parser * Only one log window can be opened at a time * Command-line parameters are no longer required to be in UTF-8 Notes: svn path=/head/; revision=250690
* Update to version 0.14.9, which has the following:Doug Barton2010-02-2820-619/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | disabled feature to drop requests after having been skipped too many times fixed range request bug for files larger than 2 GB in web seeds don't crash when trying to create torrents with 0 files fixed optimistic unchoke timer fixed bug where torrents with incorrectly formatted web seed URLs would be connected multiple times fixed DHT bootstrapping issue fixed UDP over SOCKS5 issue added support for "corrupt" tracker announce made end-game mode less aggressive From the PR (with some tweaks/modifications, and many thanks!): Use MASTER_SITE_GOOGLE_CODE Sort MAKE_JOBS_SAFE and CONFLICTS for portlint Switch to using the boost_system asio which allows some major simplification, removal of lots of patches, etc. Simplify CPPFLAGS/LDFLAGS Use PORTDOCS macro (thus simplifying plist too) Update BROKEN message to be more accurate Simplify patches to Makefile.am PR: ports/144337 Submitted by: lioux Feature safe: yes Notes: svn path=/head/; revision=250414
* Update to 1.91.Jeremy Messenger2010-02-244-6/+8
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=250252
* Fix dependency after libtorrent-devel update.Florent Thoumie2010-02-231-2/+2
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=250229
* Fix dependency after libtorrent update.Florent Thoumie2010-02-231-2/+2
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=250228
* Daemonize ctorrent a bit later so you can use CTCS authentication.Florent Thoumie2010-02-222-1/+18
| | | | | | | | Submitted by: Andrey Zakharchenko Feature safe: yes Notes: svn path=/head/; revision=250183
* Add local patch to release memory more efficiently.Florent Thoumie2010-02-224-2/+42
| | | | | | | | Submitted by: Thomas Burgess Feature safe: yes Notes: svn path=/head/; revision=250181
* As previously discussed on -ports, make the following changes:Doug Barton2010-02-2232-854/+300
| | | | | | | | | | | | | 1. Move net-p2p/rblibtorrent-devel to net-p2p/libtorrent-rasterbar-14 a. Update LIB_DEPENDS for ports that depended on rblibtorrent-devel b. Add entries to MOVED and UPDATING 2. Introduce net-p2p/libtorrent-rasterbar-15, the new devel version 3. Introduce net-p2p/qbittorrent-22, the new devel version of qbittorrent Feature safe: yes Notes: svn path=/head/; revision=250137
* - Update to 0.1.8.4Dmitry Marakasov2010-02-194-26/+35
| | | | | | | | | | - Take maintainership Approved by: dougb (via private email) Feature safe: yes Notes: svn path=/head/; revision=250060
* Add PSYCO option to enable devel/py-psyco optimization supportMario Sergio Fujikawa Ferreira2010-02-172-0/+30
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=249986