Commit graph

2311 commits

Author SHA1 Message Date
Mario Sergio Fujikawa Ferreira
5d8dfd13e7 Update to 3.0.3 2010-08-03 01:56:30 +00:00
Baptiste Daroussin
5a4055b083 Change maintainer address to my new @FreeBSD.org
Approved by:	jadawin@ (co-mentor)
2010-07-28 17:31:01 +00:00
Daniel Gerzo
efcfa37d04 - fix the handling of sig_stop signal in the rc.d script
PR:		148867
Submitted by:	danger
Approved by:	az (maintainer) via private email
2010-07-27 19:34:34 +00:00
Wesley Shields
15c1551ea3 Chase security/libgcrypt shlib bump.
PR:		ports/148755
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp>
2010-07-27 01:25:20 +00:00
Pav Lucistnik
6dc7825197 - Mark BROKEN: does not compile with new Sockets
Reported by:	pointyhat
2010-07-25 21:23:59 +00:00
Jeremy Messenger
90a918f71b Chase libevent update, bump the PORTREVISION on those. 2010-07-25 18:59:32 +00:00
Doug Barton
373117960c Introduce the -devel version of the 2.3.x branch at rc10.
It has the following new features relative to the 2.2.x branch:

 * Simplified torrent root folder renaming/truncating
   (< v2.3.0 is no longer forward compatible)
 * Remember previous save paths in torrent addition dialog
 * Max number of half-open connections can now be edited
 * Added support for strict super seeding
 * The user can force listening on a particular network interface
 * Added cookie support for RSS feeds
 * User can force tracker reannounce
 * Added "No action" setting for double-click action
 * Several torrents can be moved at once
 * Added error state for torrents (error is displayed in a tooltip)
 * Added filter for paused/error torrents
 * Add Check/Uncheck all feature in Web UI
 * Search engine can now be disabled
 * Torrents can be automatically paused once they reach a given ratio
 * Several files can now be disabled at once
 * Added "Select All/None" buttons to files list
 * Added support for BitComet links (bc://bt/...)
 * Hide seeding torrents files priorities in Web UI
 * The user can disable permanently recursive torrent download
 * Peer Exchange status is now correctly reported
 * Display peers country name in tooltip
 * Display number of torrents in transfers tab label
 * Simplified program preferences
 * Fix naming of actions opening new dialogs (use Name...)
2010-07-24 21:37:21 +00:00
Doug Barton
13d74e7092 Update to 2.2.11, which has the following bug fixes:
* Fix parsing of program arguments with spaces
 * Fix possible crash when using alternative speed limits
 * Fix possible crash on exit
 * Require GTK+ headers on compilation when libnotify is used
2010-07-24 19:40:24 +00:00
Jeremy Messenger
2d403a8240 Update to 2.03. 2010-07-24 16:04:25 +00:00
Mario Sergio Fujikawa Ferreira
60867a783f o Update to 0.8
o Remove JAVA_OS since it works with either version
2010-07-13 10:17:40 +00:00
Dmitry Marakasov
00094fc602 mktorrent is a simple command-line utility to create BitTorrent
metainfo files.  It supports multiple trackers, private trackers,
custom comments, and is multi-threaded to support multiple CPUs.

WWW: http://mktorrent.sourceforge.net/

PR:		146479
Submitted by:	Damian Gerow <dgerow@afflictions.org>
Feature safe:	yes
2010-07-06 00:13:06 +00:00
Sylvio Cesar Teixeira
c9d1923649 - Update to 1.10
PR:		ports/148299
Submitted by:	Peter Schuller <peter.schuller@infidyne.com> (maintainer)
Feature safe:	yes
2010-07-02 16:03:22 +00:00
Doug Barton
49494235f5 Bump PORTREVISION for rev 1.2 of the rc.d file
... because you can never have too many 1's in a PKGNAME

Feature safe:	yes
2010-07-01 19:27:18 +00:00
Doug Barton
412690965e Commit the proper version of the rc.d script, not the POC version:
* Allow configuration of _confdir and _logfile
 * Put the pid file in /var/run/$name with proper permissions
 * Clean up pid file and directory on exit, remove log if empty

Feature safe:	yes
2010-07-01 19:25:48 +00:00
Doug Barton
d6b26a875e Remove CONFLICTS for port that won't be added
Feature safe:	yes
2010-07-01 09:25:06 +00:00
Doug Barton
a57b21266a Remove stray \
Feature safe:	yes
2010-07-01 08:46:24 +00:00
Doug Barton
a23b262799 Update to version 1.3.0_rc1, which has numerous improvements and fixes
Major work on the update done by:	lioux
Tweaks, bugs, and rc.d script by:	me

Feature safe:	yes
2010-07-01 08:34:35 +00:00
Doug Barton
d0cf2ae03f Add a slave port for the python binding
Major effort from the PR, tweaks and bugs from me

PR:		ports/144337
Submitted by:	lioux

Feature safe:	yes
2010-07-01 07:19:44 +00:00
Doug Barton
a87fd3e21e Update to version 0.15.1, with numerous bug fixes:
* fixed rare crash when purging the peer list
 * fixed race condition around m_abort in session_impl
 * fixed bug in web_peer_connection which could cause a hang when
   downloading
   from web servers
 * fixed bug in metadata extensions combined with encryption
 * refactored socket reading code to not use async. operations
   unnecessarily
 * some timer optimizations
 * removed the reuse-address flag on the listen socket
 * fixed bug where local peer discovery and DHT wouldn't be announced to
   without trackers
 * fixed bug in bdecoder when decoding invalid messages
 * added build warning when building with UNICODE but the standard library
   doesn't provide std::wstring
 * fixed add_node python binding
 * fixed issue where trackers wouldn't tried immediately when the previous
   one failed
 * fixed synchronization issue between download queue and piece picker
 * fixed bug in udp tracker scrape response parsing
 * fixed bug in the disk thread that could get triggered under heavy load
 * fixed bug in add_piece() that would trigger asserts
 * fixed vs 2010 build
 * recognizes more clients in identify_client()
 * fixed bug where trackers wouldn't be retried if they failed
 * slight performance fix in disk elevator algorithm
 * fixed potential issue where a piece could be checked twice
 * fixed build issue on windows related to GetCompressedSize()
 * fixed deadlock when starting torrents with certain invalid tracker URLs
 * fixed iterator bug in disk I/O thread
 * fixed FIEMAP support on linux
 * fixed strict aliasing warning on gcc
 * fixed inconsistency when creating torrents with symlinks
 * properly detect windows version to initialize half-open connection limit
 * fixed bug in url encoder where $ would not be encoded

For the port:

 * Prepare for -python slave port for the python binding (In part from)[1]
 * Make LOCALBASE safe [2]
 * Python bindings require --enable-deprecated-functions
 * Stop building the static library
 * Patch is now incorporated into the distribution

PR:		ports/144337 [1]
Submitted by:	lioux [1]
Submitted by:	swell.k@gmail.com [2]
Feature safe:	yes
2010-07-01 07:16:03 +00:00
Doug Barton
6c3ac13d64 Update to version 2.2.10 which has the following bug fixes:
* Fix Web UI in qBittorrent nox version
 * Improved ETA display (more user friendly)
 * Fix possible compilation errors with libtorrent v0.15
 * Fix minor issues in torrent creation tool
 * Use checkable actions to avoid issues on systems hiding menu icons
   (e.g. recent Gnome)
 * Use busy cursor for search plugin updates
 * Free disk space calculation now works if destination folder does not exist
 * Fix "append .!qB extension to incomplete files" feature
 * Display "Alternative speed limits" button as pressed when enabled

Feature safe:	yes
2010-06-24 22:33:17 +00:00
Martin Wilke
905a740a2d - Update to 2.0.3
PR:		147735
Submitted by:	Maxim Ignatenko <gelraen.ua@gmail.com> (maintainer)
Feature safe:	yes
2010-06-20 04:58:59 +00:00
Doug Barton
fa853977fc Make the following changes to facilitate compiling with gcc > 4.2.1:
* Add a patch from libtorrent-rasterbar's svn repo
  * Disable compilation of the exmaples, and the tests for the related
    boost libs. The examples weren't installed anyway, so no loss.

Extra glob for CONFLICTS not needed now that libtorrent-rasterbar-15
is no longer devel

Bump PORTREVISION
2010-06-16 04:48:40 +00:00
Doug Barton
7f9c51fe90 Add a patch from libtorrent-rasterbar's svn repo to facilitate compiling
with gcc > 4.2.1.

The "deprecated" functions are no longer needed for qbittorrent, so go
back to disabling them.

Bump PORTREVISION
2010-06-15 21:59:59 +00:00
Doug Barton
d5ef054279 Upgrade to version 2.2.9, which has the following bug fixes:
* Disable torrent addition dialog as a default
  * Fix torrent availability computation
  * Fix Web UI authentication with Opera Browser
  * Fix Javascript error in Web UI when using IE
  * Fix a lot of encoding problems on non UTF-8 systems
  * Fix race condition allowing to run multiple instances
  * Fix window hiding problem when having a modal window

For the port, add LICENSE information
2010-06-14 10:14:18 +00:00
Mario Sergio Fujikawa Ferreira
c761d48728 Add LICENSE* information 2010-06-13 12:41:33 +00:00
Mario Sergio Fujikawa Ferreira
94268fd082 o Update to 3.0.2
o Add LICENSE* information
2010-06-13 12:07:07 +00:00
Mario Sergio Fujikawa Ferreira
2aea620cc1 - Update i2p to 0.7.14
- Update jetty to 5.1.15 due to security issues
- Add LICENSE* information
2010-06-13 11:50:43 +00:00
Gerald Pfeifer
47090fe790 Replace the deprecated USE_GCC=4.3+ by USE_GCC=4.4+. 2010-06-11 21:56:24 +00:00
Christian Weisgerber
30587b71c2 Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora).
2010-06-06 20:44:03 +00:00
Pav Lucistnik
acabbcc8ce - Update to 0.3.2
PR:		ports/147308
Submitted by:	Dmitry Yashin <yashin.dm@gmail.com> (maintainer)
2010-06-02 15:11:37 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Max Brazhnikov
7de98fc65a Fix build on 6.x
Pass maintainership to Maxim Ignatenko <gelraen.ua at gmail.com>

Submitted by:	Stas Timokhin (previous maintainer) via private mail
2010-05-28 18:18:09 +00:00
Doug Barton
f9ada7bc04 Upgrade to version 2.2.8, which has the following bugfixes:
* 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.
2010-05-25 18:43:16 +00:00
Max Brazhnikov
cd68786432 Update to 2.0.2
PR:		ports/146636
Submitted by:	Maxim Ignatenko <gelraen.ua at gmail.com>
Approved by:	Stas Timokhin (maintainer)
2010-05-21 20:36:03 +00:00
Stefan Walter
27c6bd4211 Mark as DEPRECATED: The software is ancient, unmaintained, works with the JDK
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
2010-05-21 18:55:38 +00:00
Doug Barton
24540fe66c rblibtorrent is gone, so no need to CONFLICT it anymore 2010-05-20 04:51:34 +00:00
Doug Barton
e04829c552 Update to version 2.2.7, which has the following bug fixes:
* 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
2010-05-14 01:32:20 +00:00
Dima Panov
c70284c888 - Make pointyhat tinderbox happy by removing extra @dirrmry for common locale
and apps directories, which now handled by updated kdehier4.
- Bump PORTREVISIONs to force rebuild.

Noticed by:	pointyhat via pav
With hat on:	kde
2010-05-13 22:40:15 +00:00
Koop Mast
48e62d9a37 Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for this
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
2010-05-10 21:19:08 +00:00
Jeremy Messenger
0a59cf8785 - Update to 1.93.
- 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]
2010-05-09 04:39:53 +00:00
Sylvio Cesar Teixeira
55b8b22a5e - Update to 0.8.2
PR:		ports/145870
Submitted by:	Dmitry Yashin <yashin.dm@gmail.com> (maintainer)
2010-05-07 22:51:04 +00:00
Doug Barton
fde5221f27 As advertised, remove net-p2p/qbittorrent. 2010-05-01 22:44:17 +00:00
Pav Lucistnik
07101891c3 - Another fix for 6.X
Submitted by:	Stas Timokhin <devel@stasyan.com> (maintainer)
2010-04-26 07:15:24 +00:00
Doug Barton
90ab371c45 Upgrade to version 2.2.6 which has the following bugfixes:
* 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
2010-04-24 18:18:48 +00:00
Alex Dupre
bf330a57d4 Switch to use newer GMP version.
PR:		ports/144487
Submitted by:	ale
Approved by:	portmgr (-exp run by erwin)
2010-04-19 10:43:42 +00:00
Pav Lucistnik
52dbc81e65 - Try to fix the build on 6.X
Submitted by:	Stas Timokhin <devel@stasyan.com> (maintainer)
2010-04-13 07:30:38 +00:00
Jeremy Messenger
929dd94c6d Chase the curl update, bump the PORTREVISION.
PR:		ports/145422
Submitted by:	rene
2010-04-13 02:42:08 +00:00
Doug Barton
83f8ddb2e8 Upgrade to version 2.2.5, which has the following bug fixes:
* 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
2010-04-08 18:37:09 +00:00
Gavin Atkinson
7aa5db07dd Mark mutella as deprecated: the last release was 2004-08-26, so it is safe
to say that this is now abandonware.

Approved by:	itetcu
2010-04-08 09:28:38 +00:00
Pav Lucistnik
a16728e58c - Update to 0.3.1
PR:		ports/145421
Submitted by:	Dmitry Yashin <yashin.dm@gmail.com> (maintainer)
2010-04-07 13:46:21 +00:00
Doug Barton
84a91ffcce Update to version 2.2.4, which has the following bug fixes:
* 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
2010-04-06 22:51:20 +00:00
Doug Barton
9ca7575255 Until ports that depend on libtorrent-raterbar have been converted
to depend on this one it needs NO_LATEST_LINK.
2010-04-06 17:50:07 +00:00
Doug Barton
e94719e494 Update to the release version of 0.15, thereby removing the -devel tag
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.
2010-04-06 06:28:28 +00:00
Koop Mast
a92a99713e Remove rblibtorrent, it got deleted 2 weeks ago. 2010-04-05 16:19:46 +00:00
Doug Barton
2d2aab594d Upgrade to version 2.2.3 which has the following bugfixes:
* 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
2010-04-05 09:58:21 +00:00
Doug Barton
e6f286da2a Update to version 2.2.2, minor bug fixes 2010-04-05 06:26:31 +00:00
Anton Berezin
e39e3bb96e Update to 0.052.
Changes:	http://search.cpan.org/dist/Net-BitTorrent/Changes
2010-04-04 11:06:40 +00:00
Max Brazhnikov
1d7ed860e4 Update to 2.0
PR:		ports/145011
Submitted by:	Gvozdikov Veniamin <g.veniamin at googlemail.com>
Approved by:	Stas Timokhin (maintainer)
2010-04-03 19:14:50 +00:00
Peter Pentchev
29863648e3 Chase the ftp/curl shlib version bump. 2010-04-03 10:44:36 +00:00
Wen Heping
0b34922646 - Update to 0.99
PR:		ports/145284
Submitted by:	Peter Schuller <peter.schuller@infidyne.com> (maintainer)
2010-04-02 12:10:52 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Doug Barton
c3903e7dce Update to version 2.2.1 which has the following new features:
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
2010-03-21 00:04:45 +00:00
Doug Barton
ae11a06322 Update to version 0.14.10, which has the following bug fixes:
* 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
2010-03-21 00:02:47 +00:00
Wen Heping
d957374c20 - Update to 1.2.0.20090314
- Pass maintainership to submitter

PR:		ports/144810
Submitted by:	Peter Thoenen <peter.thoenen@yahoo.com>
2010-03-17 08:11:12 +00:00
Pav Lucistnik
72465817c8 - Mark BROKEN on 6.X: does not compile
Reported by:	pointyhat
2010-03-16 18:02:30 +00:00
Jeremy Messenger
82cfa5a6e8 Update to 1.92. 2010-03-16 05:21:14 +00:00
Doug Barton
b8c338f0a8 Version 2.2 is all grown up now *sniff* so un-devel it.
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
2010-03-16 03:50:58 +00:00
Doug Barton
0825f4249c Deprecate this port in favor of the new 2.2.0 release version 2010-03-16 03:46:19 +00:00
Doug Barton
502199fa3c As previously advertised, remove the now-obsolete rblibtorrent port 2010-03-16 03:08:02 +00:00
Martin Wilke
6be621ed88 - Update to 0.8.1b
PR:		144427
Submitted by:	Ports Fury
2010-03-08 23:05:14 +00:00
Martin Wilke
588b8f2883 - Allow to build on AMD64
PR:		144165 144167 144168 144170 144171 144172 144173 144174
		144183 144493 144496
Submitted by:	Andrius Morkunas <hinokind@gmail.com>
Feature safe:	yes
2010-03-08 16:53:02 +00:00
Doug Barton
ba730ceffb Update to version 2.1.6, which has the following bug fixes:
* 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
2010-03-08 03:38:43 +00:00
Doug Barton
eaf0d5c4bd Update to version 0.14.9, which has the following:
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
2010-02-28 03:36:13 +00:00
Jeremy Messenger
a2db5d1e92 Update to 1.91.
Feature safe:	yes
2010-02-24 03:02:48 +00:00
Florent Thoumie
57a370406d Fix dependency after libtorrent-devel update.
Feature safe:	yes
2010-02-23 13:03:57 +00:00
Florent Thoumie
6562dabbb1 Fix dependency after libtorrent update.
Feature safe:	yes
2010-02-23 13:03:36 +00:00
Florent Thoumie
8f78835631 Daemonize ctorrent a bit later so you can use CTCS authentication.
Submitted by:	Andrey Zakharchenko
Feature safe:	yes
2010-02-22 19:02:37 +00:00
Florent Thoumie
f0c76a295b Add local patch to release memory more efficiently.
Submitted by:	Thomas Burgess
Feature safe:	yes
2010-02-22 18:36:55 +00:00
Doug Barton
be64f3bc83 As previously discussed on -ports, make the following changes:
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
2010-02-22 00:53:10 +00:00
Dmitry Marakasov
0c0b424005 - Update to 0.1.8.4
- Take maintainership

Approved by:	dougb (via private email)
Feature safe:	yes
2010-02-19 05:38:19 +00:00
Mario Sergio Fujikawa Ferreira
8379c973c9 Add PSYCO option to enable devel/py-psyco optimization support
Feature safe:	yes
2010-02-17 02:33:20 +00:00
Doug Barton
b10eff8d7b Add PORTDOCS, add ipv6 as a virtual category. Bump PORTREVISION. 2010-02-15 04:59:46 +00:00
Doug Barton
f43e33bcd6 Make net/GeoIP into a proper library depependency for both ports.
Tune up the comment for qbittorrent, but no PORTREVISION bump since GeoIP
was already a dependency.

Bump PORTREVISION for libtorrent, and add some more configure args both
to cement the GeoIP option and also to assert the defaults on other options.
The wacky post-configure kludge stays for now until I can have more time to
unravel the current asio-related auto* tangle that makes it necessary.
2010-02-12 08:16:53 +00:00
Doug Barton
8337f5d86b Deprecate these two ports. libtorrent-rasterbar version 0.13 is very old,
and no longer considered the most up to date version. sharktorrent is the
only port left that depends on it, and the version in ports is very old.

With alepulver's permission assume maintainership of sharktorrent for the
purpsoe of shepherding the deprecation. If anyone wants to update it to
a more modern version that depends on libtorrent-rasterbar version 0.14.8
or newer, feel free.
2010-02-12 07:54:13 +00:00
Mario Sergio Fujikawa Ferreira
8c71c303e1 Update to 0.7.10 2010-02-12 02:55:06 +00:00
Doug Barton
7274cc1ced Turns out the right place to fix the problem of subbing for
@BOOST_SYSTEM_LIB@ is in the libtorrent pkg-config file.

While I'm here, mark libtorrent MAKE_JOBS_SAFE.

Submitted by:	Christophe Dumez (qbittorrent author)
2010-02-11 22:44:25 +00:00
Doug Barton
d3659f4c1c Update to version 2.1.5, which has the following bug fixes:
Fix actions on selected torrents (non-selected torrents could be affected)
Only one program preferences dialog is allowed at a time
Link against boost and ssl to fix issues with gold linker
Fix memory leak in RSS
Improved HTTP gzip compression detection in downloader
Fix possible race condition in search engine

From version 2.1.4:
Fix file prioritizing in a torrent
Make sure seeding torrents display a progress of 100%
Usage display was improved and localized (--help)
Fix possible crash when deleting a torrent
Fix possible crash when changing torrents label

For the port, mark MAKE_JOBS_SAFE, do a better job with the libnotify
default, and add a small patch to fix the newly added boost system lib
dependency. The latter must be post-configure because it patches a file
created by the configure script.
2010-02-11 22:13:52 +00:00
Robert Noland
50575ce3e7 Update to 4.3.1.4 2010-02-11 16:02:05 +00:00
Max Brazhnikov
055de6d568 Update to 3.3.4 2010-02-08 22:00:57 +00:00
Robert Noland
b46fc8504f Update to 4.3.1.2. 2010-02-07 14:02:33 +00:00
Max Khon
14fb0a97f5 Fix huge memory leak (16M per every hashed file).
Approved by:	MAINTAINER
2010-02-06 21:28:12 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Jeremy Messenger
f2400385c9 Update to 1.83. 2010-02-03 23:09:52 +00:00
Tong LIU
d5af4ea921 - Update to 0.8.1
- Change maintainer from ports@ to yashin.dm@gmail.com

PR:	ports/143480
Submitted by:	Dmitry Yashin <yashin.dm@gmail.com>
2010-02-03 13:50:50 +00:00
Tong LIU
e85b82d2c2 - Add missing patch
Reported by:	QAT@
2010-02-02 09:32:08 +00:00
Tong LIU
75dbf689f3 - Update to to 0.3.0
PR:	ports/143428
Submitted by:	Dmitry Yashin <yashin.dm@gmail.com> (maintainer)
2010-02-02 09:27:09 +00:00
Max Brazhnikov
b20c09453a Update to 3.3.3
Submitted by:	fluffy@
2010-02-01 21:31:58 +00:00
Doug Barton
ef9edd707b Upgrade to version 2.1.3 which has the following bugfixes:
* Make sure bandwidth limiting dialogs are centered on screen
* Added support for HTTP redirection
* Fix crash when double-clicking on a torrent that has no metadata to
	open its save path
* Fix Scan directory preferences in Web UI
* Clear torrent error state when resuming it
2010-02-01 19:45:30 +00:00
Martin Wilke
daded8dae3 - Revert back to previous version (to many problems)
- Bump PORTEPOCH

Requested by:	many
2010-02-01 13:04:03 +00:00
Dima Panov
afb550e3cf The KDE FreeBSD team is proud to announce the release of SIP-4.10 and
PyQt-4.7 for FreeBSD. The official update notes can be found at
http://www.riverbankcomputing.com

We'd like to say thanks to all helpers, testers and submitters.
2010-01-30 14:27:27 +00:00
Dennis Herrmann
756caec7e2 - Forget to add a / :( 2010-01-27 12:03:14 +00:00
Dennis Herrmann
3776c4baf3 - Fix plist
- Bump PORTREVISION

Reported by:	QAT
2010-01-27 12:00:19 +00:00
Dennis Herrmann
d3ee561792 - Use $SUB_FILES to update pkg-message
PR:		ports/143193
Submitted by:	Sevan Janiyan <venture37@geeklan.co.uk>
Approved by:	Henrik Friedrichsen <hrkfdn@gmail.com> (maintainer)
2010-01-27 11:47:13 +00:00
Jun Kuriyama
22b0d4983b - Remove unneeded dependencies which is in perl-5.8.9 dist
(part 8).

Approved by:	portmgr (itetcu)
2010-01-26 15:01:09 +00:00
Mark Linimon
7b0764f024 Reset peter.thoenen@yahoo.com at his request; he is moving and will
not have access to a machine for a while.  We hope to see him back
this summer.

Hat:		portmgr
2010-01-25 22:49:45 +00:00
Doug Barton
6e18602879 Update to version 2.1.2 which has the following new/improved features:
Added back file prioritizing in a torrent
Improved transfer speed display in peers list

And the following bug fixes:
Fix issue causing torrents not to be displayed in the list
Make sure invalid torrent are removed from the transfer list
Fix overwrite check when renaming a folder in a torrent
Force a recheck after renaming files to avoid overwriting
Improve "Open destination folder" behavior
Fix race condition in RSS that could cause a crash on startup
Improved user friendlyness of size units
Optimized transfer list repainting
2010-01-24 22:36:33 +00:00
Doug Barton
ca27462913 Update to version 2.1.1, which has the following new features:
Torrents can be labeled/categorized
Labeled torrent can be downloaded corresponding subfolders
Disk cache size can be set from preferences
Peer Exchange (PeX) can be disabled from preferences
Torrent files/folders can be renamed (torrent addition dialog or files
	properties)
uTorrent compatible tracker list support (use torrentz.com url as a default)
Better proxy support and preferences remodeling
qBittorrent can identify itself as uTorrent, Vuze or KTorrent (Any stable
	version)
Torrents can be renamed in transfer list
Display torrent addition dialog for magnet links too
Files contained in a torrent are opened on double click (files panel)
Added support for magnet links in search engine
Added vertor.com and torrentdownloads.net search plugins
Search engine can now use a SOCKS5 proxy
HTTP proxy support for peer communication
Updated translations (Hungarian, Chinese, Russian)
Added legal notice on startup that the user must accept

And the following bug fixes:
Search engine loads new proxy settings without program restart
Use XDG folders (.cache, .local) instead of .qbittorrent
Protect Web UI authentication against brute forcing
Use HTTP digest mode for Web UI authentication (instead of Basic)
Properly display torrents with one file in subfolder(s)
Display Web UI favicon
File priority can be set for finished torrents that have filtered files
Fix compilation with Qt4.4
Save torrent metadata so that it does not have to be re-downloaded on
	restart (Magnet links)
Fix folder renaming in a torrent (would rename children under certain
	conditions)
Nox version no longer requires libQtXml
Configure file now checks for pkg-config executable which is required
Torrents added from magnet links were not remembered on restart
"Add in pause" setting can be ignored from torrent addition dialog
Fix renaming of files with unicode characters in their name
Fix typo in legal notice (startup)
Can listen on ports < 1024 (must be root)
Paused torrents can now be rechecked
Fix "open torrent destination" feature when path contains spaces
2010-01-23 21:36:48 +00:00
Pav Lucistnik
0bbaf8da2c - Try to fix amd64/6
Submitted by:	maintainer
2010-01-23 19:16:36 +00:00
Florent Thoumie
da2072549e Update net-p2p/rtorrent-devel to 0.8.6. 2010-01-23 00:25:39 +00:00
Florent Thoumie
8f39965ca0 Update net-p2p/rtorrent to 0.8.6.
PR:		ports/142888 [1], ports/143032 [2]
Submitted by:	soulcatcher <soulcatcher13@gmail.com> [1]
		Maxim Samsonov <xors@mne.ru> [2]
2010-01-23 00:25:21 +00:00
Florent Thoumie
2a771ce44a Update net-p2p/libtorrent-devel to 0.12.6. 2010-01-23 00:24:47 +00:00
Florent Thoumie
cdc9151a45 Update net-p2p/libtorrent to 0.12.6.
PR:		ports/142887 [1], ports/143031 [2]
Submitted by:	soulcatcher <soulcatcher13@gmail.com> [1]
		Maxim Samsonov <xors@mne.ru> [2]
2010-01-23 00:24:26 +00:00
Florent Thoumie
81e933357a Remove OBE USE_GCC variable.
PR:		ports/141650
Submitted by:	Andrius Morkunas <hinokind@gmail.com>
2010-01-22 23:49:53 +00:00
Martin Wilke
271683c3a2 - Drop empty file 2010-01-22 20:19:08 +00:00
Martin Wilke
4e1eaa3339 - Update to 1.2.0
PR:		142983
Submitted by:	Ports Fury
2010-01-21 21:14:34 +00:00
Pav Lucistnik
8856c55db6 - Update to 0.9.8e-r2
PR:		ports/140704
Submitted by:	Mikle Davidkin <skylord@vt.net.ru> (maintainer)
2010-01-20 21:58:38 +00:00
Pav Lucistnik
a0fbb415da - Mark BROKEN on 6.x
Reported by:	pointyhat
2010-01-20 17:33:21 +00:00
Mario Sergio Fujikawa Ferreira
f97a65984e Update to 0.7.9 2010-01-18 09:08:54 +00:00
Doug Barton
14212552dc Update to version 2.0.7, which contains the following bugfixes:
Fix 'Add in pause' setting in torrent addition dialog
Update RSS feed as soon as feed downloader is enabled
RSS Feed downloader ignores articles above maximum number of articles
Fix possible bug when deleting a RSS folder
Remove persistant data when a RSS feed is deleted
RSS filters are now alphabetically sorted
Fix crash when renaming currently displayed RSS filter
Remove overwriting confirmation when exporting RSS filters since Qt takes care of it
2010-01-14 22:38:47 +00:00
Doug Barton
72b592db95 Update to 0.14.8, which contains the following:
* ignore unkown metadata messages
* fixed typo that would sometimes prevent queued torrents to be checked
* fixed bug in auto-manager where active_downloads and active_seeds would
  sometimes be used incorrectly
* force_recheck() no longer crashes on torrents with no metadata
* fixed broadcast socket regression from 0.14.7
* fixed hang in NATPMP when shut down while waiting for a response
* fixed some more error handling in bdecode

PR:		ports/142574
Submitted by:	dikshie <dikshie@sfc.wide.ad.jp>
2010-01-14 22:37:17 +00:00
Wen Heping
7e380e9308 - Update to 2.0.2
- Add files/patch-MyTcpSocket.cpp
2010-01-13 02:04:12 +00:00
Wen Heping
b8f46efc66 - Update to 0.1.3 2010-01-13 01:57:02 +00:00
Mario Sergio Fujikawa Ferreira
1534deb135 Fix port installation 2010-01-11 01:45:54 +00:00
Doug Barton
13ab99bdbe Revert the "fix" for clobbering *FLAGS to restore building 2010-01-08 03:49:58 +00:00
Doug Barton
c371e8f890 Take over maintainership with the previous maintainer's permisison
Per portlint: Don't clobber *FLAGS in CONFIGURE_ENV

Update WWW
2010-01-08 01:30:32 +00:00
Doug Barton
22067d3705 Update to version 2.0.6 which contains the following bug fixes:
Fix detection of invalid torrent files
Stop catching signals once one has been caught to avoid possible infinite loop
Force data recheck whenever a torrent is moved
Detect existing torrent data even if incomplete torrents are saved to a different folder
Improve torrent deletion confirmation dialog so that the text that not get truncated
2010-01-08 01:21:29 +00:00
Max Brazhnikov
5ec946e7b1 Update to 3.3.2 2010-01-05 13:21:21 +00:00
Martin Wilke
1e342c6976 - Update to 0.8.1
PR:		142315
Submitted by:	Ports Fury
2010-01-04 23:14:16 +00:00
Doug Barton
68c8932952 Bump PORTREVISION relative to the recent boost-libs update. Old binaries
linked to this lib with new boost-libs will work. Compiling a new binary
(such as net-p2p/qbittorrent) linked to this lib linked to old boost-libs
will fail.

Adopt the orphan.
2010-01-02 19:33:48 +00:00
Doug Barton
d91f6119e9 Update to version 2.0.5, which contains the following bugfix:
Fix crash with downloaded/availability bars when the torrent has too many pieces

Take over maintainership of the port, add ipv6 to CATEGORIES, and
enable libnotify support by default.
2010-01-02 19:23:00 +00:00
Doug Barton
f05421f629 Update the description to highlight version 2.x features with
text from the web page.
2010-01-02 19:19:42 +00:00
Mario Sergio Fujikawa Ferreira
65b851ab45 Update to 0.7.8 2010-01-02 08:40:38 +00:00
Doug Barton
86fb8e9a0d Update to version 0.95
PR:		ports/142209
Submitted by:	Peter Schuller <peter.schuller@infidyne.com> (maintainer)
2010-01-01 00:06:12 +00:00
Doug Barton
7ad47e78b4 Update to version 2.0.4, which contains the following bugfixes:
Fix PeerGuardian .p2b binary filter support
Fix possible crash when closing a search engine tab
Make sure service port does not change
Fix possible DHT port saving issue
Fix communication between qBittorrent and Web UI (Qt 4.6)
Use Wildcard matching instead of full regex in RSS feed downloader
Fix code for listening on a random port whenever it failed to listen on the one defined
Use global maximum transfer rates as maximum values in per-torrent speed limiting dialogs
Fix global download rate limiting from Web UI
Display a disconnected icon in status bar whenever qBittorrent failed to listen on the port defined
2009-12-31 23:28:33 +00:00
Pav Lucistnik
2b406a49ce - Bump to force rebuild after boost upgrade
Requested by:	Michal Varga <varga.michal@gmail.com>
2009-12-30 08:46:30 +00:00
Pav Lucistnik
59e6a928d7 - Fix build with 1.41 2009-12-29 13:50:46 +00:00
Dima Panov
7c03894c51 - net-p2p/eiskaltdc: update to 1.0.40 release
PR:		142033
Submitted by:	myself
Approved by:	Stas Timokhin (maintainer)
Approved by:	miwi, tabthorpe (mentors implicit)
2009-12-29 13:03:35 +00:00
Jun Kuriyama
e82422627f - Remove test-only and included-in-perl-5.8 dependencies. 2009-12-25 15:54:39 +00:00
Doug Barton
fc8451ea2c Update to version 2.0.3, with the following BUGFIXES:
Minor cosmetic fix to program preferences
Fix "Temp path" button in program preferences
Handle paths with [~, ., ..] properly
Trackers are now displayed for torrents without metadata
Fix issue with speed limiting (unlimited was not handled properly)
Use the save path set in program preferences as a default in torrent addition dialog
2009-12-24 09:02:40 +00:00
Martin Wilke
d6e46d9e04 - Update to 0.8.0c
PR:		141818
Submitted by:	Ports Fury
2009-12-22 11:25:46 +00:00
Martin Wilke
bcd38ad09b - Update to 2.0.2
PR:		141819
Submitted by:	Ports Fury
2009-12-22 11:25:40 +00:00
Dmitry Marakasov
4de9366164 - Update to 5.4.6
PR:		141708
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2009-12-21 11:20:22 +00:00
Doug Barton
2fadfa2cfb For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports.
2009-12-21 02:19:12 +00:00
Philip M. Gollucci
77a4da9663 - missed a file 2009-12-17 23:23:52 +00:00
Philip M. Gollucci
042e1fc379 - USE_RC_SUBR != yes
PR:             ports/136848
Approved by:    maintainer
Submitted by:   myself (pgollucci@)
2009-12-17 23:23:35 +00:00
Martin Wilke
a2cec1c23e - Update to 1.5.6
PR:		141296
Submitted by:	Ports Fury
2009-12-13 00:20:22 +00:00
Wen Heping
3ea3b814de - Update to 0.53 and unbreak it 2009-12-11 02:37:22 +00:00
Wen Heping
64cefaa847 - mark BROKEN 2009-12-08 01:51:15 +00:00
Dima Panov
276304288b - Chase taglib update
Approved by:	miwi (mentor)
Exp-run by:	miwi
2009-12-02 17:16:16 +00:00