1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

- Update to version 1.0.0rc10.

This commit is contained in:
Alejandro Pulver 2007-12-12 05:46:08 +00:00
parent e5d103b7af
commit 4164d38532
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=203180
10 changed files with 30 additions and 32 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= qbittorrent
DISTVERSION= 1.0.0rc3
DISTVERSION= 1.0.0rc10
CATEGORIES= net-p2p
MASTER_SITES= SF
@ -14,6 +14,7 @@ MAINTAINER= alepulver@FreeBSD.org
COMMENT= Bittorrent client written in C++ / Qt4 using libtorrent
LIB_DEPENDS= ccext2-1.5.0:${PORTSDIR}/devel/commoncpp \
curl.4:${PORTSDIR}/ftp/curl \
torrent.1:${PORTSDIR}/net-p2p/rblibtorrent-devel
USE_PYTHON= 2.3+

View File

@ -1,3 +1,3 @@
MD5 (qbittorrent-1.0.0rc3.tar.gz) = e4a711b47447259b5cfc26481585740e
SHA256 (qbittorrent-1.0.0rc3.tar.gz) = a3a3a81a307fcec42deb6493ca8fc593a13d1e86ee5f05d3d41c75ee285062bd
SIZE (qbittorrent-1.0.0rc3.tar.gz) = 1380102
MD5 (qbittorrent-1.0.0rc10.tar.gz) = edcc397b42b532d9bee14400c1775e94
SHA256 (qbittorrent-1.0.0rc10.tar.gz) = 54cc5c65edc39c781ff9515ef1a2b3d049f1a849e90c0bb974e1f47a9ff0f865
SIZE (qbittorrent-1.0.0rc10.tar.gz) = 1392542

View File

@ -1,10 +0,0 @@
--- src/bittorrent.h.orig Sun Sep 9 06:09:24 2007
+++ src/bittorrent.h Mon Oct 1 12:37:38 2007
@@ -27,6 +27,7 @@
#include <QStringList>
#include <libtorrent/session.hpp>
+#include <libtorrent/ip_filter.hpp>
#include "qtorrenthandle.h"
using namespace libtorrent;

View File

@ -1,17 +1,22 @@
qBittorrent can now be considered as a good alternative to other bittorrent
clients. It provides a lot of features such as:
* A polished Graphical User Interface written with Qt4.2 toolkit.
* A polished Graphical User Interface written with Qt4 toolkit.
* UPnP / NAT-PMP port forwarding support.
* Encryption support (compatible with Azureus).
* Multiple simultaneous downloads / uploads.
* Download from RSS streams.
* An integrated search engine.
* DHT (trackerless) support.
* uTorrent Peer eXchange support (PeX).
* Directory scanning with automated download of torrents inside.
* Good internationalization (20+ languages supported).
* Good internationalization (~25 languages supported).
* Selective download of files in a torrent.
* Media File previewing while downloading.
* Torrent trackers edition and prioritizing.
* Seeders / Leechers displayed in download list.
* Styles support.
* Files prioritizing in a torrent.
* Torrent download in correct order.
* System tray integration.
* Tracker authentication support.

View File

@ -1,6 +1,7 @@
bin/qbittorrent
share/applications/qBittorrent.desktop
share/icons/hicolor/128x128/apps/qbittorrent.png
share/icons/hicolor/16x16/apps/qbittorrent.png
share/icons/hicolor/192x192/apps/qbittorrent.png
share/icons/hicolor/22x22/apps/qbittorrent.png
share/icons/hicolor/24x24/apps/qbittorrent.png
@ -28,6 +29,8 @@ share/icons/hicolor/96x96/apps/qbittorrent.png
@dirrmtry share/icons/hicolor/22x22
@dirrmtry share/icons/hicolor/192x192/apps
@dirrmtry share/icons/hicolor/192x192
@dirrmtry share/icons/hicolor/16x16/apps
@dirrmtry share/icons/hicolor/16x16
@dirrmtry share/icons/hicolor/128x128/apps
@dirrmtry share/icons/hicolor/128x128
@dirrmtry share/icons/hicolor

View File

@ -6,7 +6,7 @@
#
PORTNAME= qbittorrent
DISTVERSION= 1.0.0rc3
DISTVERSION= 1.0.0rc10
CATEGORIES= net-p2p
MASTER_SITES= SF
@ -14,6 +14,7 @@ MAINTAINER= alepulver@FreeBSD.org
COMMENT= Bittorrent client written in C++ / Qt4 using libtorrent
LIB_DEPENDS= ccext2-1.5.0:${PORTSDIR}/devel/commoncpp \
curl.4:${PORTSDIR}/ftp/curl \
torrent.1:${PORTSDIR}/net-p2p/rblibtorrent-devel
USE_PYTHON= 2.3+

View File

@ -1,3 +1,3 @@
MD5 (qbittorrent-1.0.0rc3.tar.gz) = e4a711b47447259b5cfc26481585740e
SHA256 (qbittorrent-1.0.0rc3.tar.gz) = a3a3a81a307fcec42deb6493ca8fc593a13d1e86ee5f05d3d41c75ee285062bd
SIZE (qbittorrent-1.0.0rc3.tar.gz) = 1380102
MD5 (qbittorrent-1.0.0rc10.tar.gz) = edcc397b42b532d9bee14400c1775e94
SHA256 (qbittorrent-1.0.0rc10.tar.gz) = 54cc5c65edc39c781ff9515ef1a2b3d049f1a849e90c0bb974e1f47a9ff0f865
SIZE (qbittorrent-1.0.0rc10.tar.gz) = 1392542

View File

@ -1,10 +0,0 @@
--- src/bittorrent.h.orig Sun Sep 9 06:09:24 2007
+++ src/bittorrent.h Mon Oct 1 12:37:38 2007
@@ -27,6 +27,7 @@
#include <QStringList>
#include <libtorrent/session.hpp>
+#include <libtorrent/ip_filter.hpp>
#include "qtorrenthandle.h"
using namespace libtorrent;

View File

@ -1,17 +1,22 @@
qBittorrent can now be considered as a good alternative to other bittorrent
clients. It provides a lot of features such as:
* A polished Graphical User Interface written with Qt4.2 toolkit.
* A polished Graphical User Interface written with Qt4 toolkit.
* UPnP / NAT-PMP port forwarding support.
* Encryption support (compatible with Azureus).
* Multiple simultaneous downloads / uploads.
* Download from RSS streams.
* An integrated search engine.
* DHT (trackerless) support.
* uTorrent Peer eXchange support (PeX).
* Directory scanning with automated download of torrents inside.
* Good internationalization (20+ languages supported).
* Good internationalization (~25 languages supported).
* Selective download of files in a torrent.
* Media File previewing while downloading.
* Torrent trackers edition and prioritizing.
* Seeders / Leechers displayed in download list.
* Styles support.
* Files prioritizing in a torrent.
* Torrent download in correct order.
* System tray integration.
* Tracker authentication support.

View File

@ -1,6 +1,7 @@
bin/qbittorrent
share/applications/qBittorrent.desktop
share/icons/hicolor/128x128/apps/qbittorrent.png
share/icons/hicolor/16x16/apps/qbittorrent.png
share/icons/hicolor/192x192/apps/qbittorrent.png
share/icons/hicolor/22x22/apps/qbittorrent.png
share/icons/hicolor/24x24/apps/qbittorrent.png
@ -28,6 +29,8 @@ share/icons/hicolor/96x96/apps/qbittorrent.png
@dirrmtry share/icons/hicolor/22x22
@dirrmtry share/icons/hicolor/192x192/apps
@dirrmtry share/icons/hicolor/192x192
@dirrmtry share/icons/hicolor/16x16/apps
@dirrmtry share/icons/hicolor/16x16
@dirrmtry share/icons/hicolor/128x128/apps
@dirrmtry share/icons/hicolor/128x128
@dirrmtry share/icons/hicolor