From e43ad474f6a98484e01725f254a36cd056958daa Mon Sep 17 00:00:00 2001 From: Humdinger Date: Wed, 9 Dec 2020 17:16:32 +0100 Subject: [PATCH] qBittorrent: improved summary/description --- net-p2p/qbittorrent/qbittorrent-4.3.1.recipe | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/net-p2p/qbittorrent/qbittorrent-4.3.1.recipe b/net-p2p/qbittorrent/qbittorrent-4.3.1.recipe index 8c1418df9..ab8f2a92c 100644 --- a/net-p2p/qbittorrent/qbittorrent-4.3.1.recipe +++ b/net-p2p/qbittorrent/qbittorrent-4.3.1.recipe @@ -1,15 +1,25 @@ -SUMMARY="BitTorrent client in C++ and Qt" +SUMMARY="A Bittorrent client" DESCRIPTION="The qBittorrent project aims to provide an open-source software \ -alternative to µTorrent. +alternative to µTorrent for decentralized peer-to-peer file sharing. -Additionally, qBittorrent runs and provides the same features on all major \ -platforms (Linux, macOS, Windows, OS/2, FreeBSD). +Some of qBittorrent's main features: + +* No Ads +* Well-integrated and extensible search engine +* Many Bittorrent extensions supported (Magnet links, DHT, PEX, LSD, Private \ +torrents, encrypted connections +* Remote control through Web user interface, written with AJAX +* Sequential downloading (download in order) +* Bandwidth scheduler +* Torrent creation tool +* IP Filtering (eMule & PeerGuardian format compatible) +* UPnP / NAT-PMP port forwarding support qBittorrent is based on the Qt toolkit and libtorrent-rasterbar library." HOMEPAGE="https://www.qbittorrent.org/" COPYRIGHT="2006-2020 The qBittorrent project" LICENSE="MIT" -REVISION="1" +REVISION="2" SOURCE_URI="https://github.com/qbittorrent/qBittorrent/archive/release-$portVersion.tar.gz" CHECKSUM_SHA256="4428ed710cfbcc48e75c4cdb014b803ea3f67311f55f4cba0d148987986bd6c8" SOURCE_DIR="qBittorrent-release-$portVersion"