svn commit: r302421 - in head: . net-p2p net-p2p/qbittorrent net-p2p/qbittorrent-29 net-p2p/qbittorrent-29-nox11 net-p2p/qbittorrent-nox11
Doug Barton
dougb at FreeBSD.org
Sun Aug 12 00:52:01 UTC 2012
Author: dougb
Date: Sun Aug 12 00:52:00 2012
New Revision: 302421
URL: http://svn.freebsd.org/changeset/ports/302421
Log:
* Thu Aug 09 2012 - Christophe Dumez <chris at qbittorrent.org> - v3.0.0
- FEATURE: Brand new torrent addition dialog
- FEATURE: Add the ability to choose the save path when using magnet links
(mutoso)
- FEATURE: Add support for adding multiple local torrents at once (Web UI)
- COSMETIC: Improve style of left panel
- BUGFIX: Lower panels no longer gets disabled
- BUGFIX: Major code refactoring and various optimizations.
- BUGFIX: No longer strip root folder from torrent files
For the port:
- Move to unversioned directory. The last few major releases have been
stable upgrades, so there is no reason to maintain different versions.
Added:
head/net-p2p/qbittorrent/
- copied from r302420, head/net-p2p/qbittorrent-29/
head/net-p2p/qbittorrent-nox11/
- copied from r302420, head/net-p2p/qbittorrent-29-nox11/
Deleted:
head/net-p2p/qbittorrent-29/
head/net-p2p/qbittorrent-29-nox11/
Modified:
head/MOVED
head/net-p2p/Makefile
head/net-p2p/qbittorrent-nox11/Makefile
head/net-p2p/qbittorrent-nox11/pkg-descr
head/net-p2p/qbittorrent/Makefile
head/net-p2p/qbittorrent/distinfo
head/net-p2p/qbittorrent/pkg-descr
Modified: head/MOVED
==============================================================================
--- head/MOVED Sat Aug 11 21:29:11 2012 (r302420)
+++ head/MOVED Sun Aug 12 00:52:00 2012 (r302421)
@@ -3634,3 +3634,5 @@ audio/volumecontrol.app|audio/volumecont
editors/textedit.app|editors/textedit|2012-08-07|Project renamed
deskutils/preferences.app|deskutils/preferences|2012-08-07|Project renamed
www/trac-ctxtnavadd||2012-08-09|Functionality of this plugin merged into Trac itself - see trac.web.chrome.add_ctxtnav function
+net-p2p/qbittorrent-29|net-p2p/qbittorrent|2012-08-11|Moved to match port name
+net-p2p/qbittorrent-29-nox11|net-p2p/qbittorrent-nox11|2012-08-11|Moved to match port name
Modified: head/net-p2p/Makefile
==============================================================================
--- head/net-p2p/Makefile Sat Aug 11 21:29:11 2012 (r302420)
+++ head/net-p2p/Makefile Sun Aug 12 00:52:00 2012 (r302421)
@@ -84,8 +84,8 @@
SUBDIR += py-py2play
SUBDIR += py-transmissionrpc
SUBDIR += py-vertex
- SUBDIR += qbittorrent-29
- SUBDIR += qbittorrent-29-nox11
+ SUBDIR += qbittorrent
+ SUBDIR += qbittorrent-nox11
SUBDIR += qtella
SUBDIR += qtorrent
SUBDIR += retroshare
Modified: head/net-p2p/qbittorrent-nox11/Makefile
==============================================================================
--- head/net-p2p/qbittorrent-29-nox11/Makefile Sat Aug 11 21:29:11 2012 (r302420)
+++ head/net-p2p/qbittorrent-nox11/Makefile Sun Aug 12 00:52:00 2012 (r302421)
@@ -1,5 +1,5 @@
-# New ports collection makefile for: qbittorrent-nox11-29
-# Date created: 1 October 2011
+# New ports collection makefile for: qbittorrent-nox11
+# Date created: 11 August 2012
# Whom: Doug Barton <dougb at FreeBSD.org>
#
# $FreeBSD$
@@ -8,13 +8,13 @@ PKGNAMESUFFIX= -nox11
COMMENT= Bittorrent client using libtorrent-rasterbar, web UI version
-MASTERDIR= ${.CURDIR}/../qbittorrent-29
+MASTERDIR= ${.CURDIR}/../qbittorrent
DESCR= ${.CURDIR}/pkg-descr
PLIST= ${.CURDIR}/pkg-plist
MAN1= qbittorrent-nox.1
-QB29_NOX_SLAVE= true
+QB_NOX_SLAVE= true
.include "${MASTERDIR}/Makefile"
Modified: head/net-p2p/qbittorrent-nox11/pkg-descr
==============================================================================
--- head/net-p2p/qbittorrent-29-nox11/pkg-descr Sat Aug 11 21:29:11 2012 (r302420)
+++ head/net-p2p/qbittorrent-nox11/pkg-descr Sun Aug 12 00:52:00 2012 (r302421)
@@ -1,5 +1,5 @@
-qBittorrent v2 is the closest open source (GNU GPL v2 license) equivalent
-to utorrent. It is based on libtorrent-rasterbar.
+qBittorrent is the closest open source (GNU GPL v2 license) equivalent
+to uTorrent. It is based on libtorrent-rasterbar.
Features:
@@ -10,13 +10,13 @@ Features:
Simultaneous search in most famous BitTorrent search sites
Per-category-specific search requests (e.g. Books, Music, Movies)
All Bittorrent extensions
- * DHT, Peer Exchange, Full encryption, Magnet URI
+ * DHT, Peer Exchange, Full encryption, Magnet URI, uTP
Advanced control over trackers, peers and torrents
* Torrents queueing and prioritizing
* Torrent content selection and prioritizing
UPnP / NAT-PMP port forwarding support
Available in ~25 languages (Unicode support)
- utorrent spoofing to bypass private trackers whitelisting
+ uTorrent spoofing to bypass private trackers whitelisting
Advanced RSS support with download filters (inc. regex)
IP Filtering (eMule and PeerGuardian compatible)
Modified: head/net-p2p/qbittorrent/Makefile
==============================================================================
--- head/net-p2p/qbittorrent-29/Makefile Sat Aug 11 21:29:11 2012 (r302420)
+++ head/net-p2p/qbittorrent/Makefile Sun Aug 12 00:52:00 2012 (r302421)
@@ -1,12 +1,12 @@
-# New ports collection makefile for: qbittorrent-29
-# Date created: 1 October 2011
+# New ports collection makefile for: qbittorrent
+# Date created: 11 August 2012
# Whom: Doug Barton <dougb at FreeBSD.org>
#
# $FreeBSD$
PORTNAME= qbittorrent
-PORTVERSION= 2.9.11
-PORTREVISION?= 1
+PORTVERSION= 3.0.0
+PORTREVISION?= 0
CATEGORIES= net-p2p ipv6
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/
@@ -19,11 +19,11 @@ LIB_DEPENDS= execinfo.1:${PORTSDIR}/deve
MAKE_JOBS_SAFE= yes
-CONFLICTS= qbittorrent-2.[2345678].* qbittorrent-3.[0-9].*
+CONFLICTS= qbittorrent-2.* qbittorrent-4.[0-9].*
USE_QT4= corelib network qmake_build moc_build rcc_build
-.if !defined(QB29_NOX_SLAVE)
+.if !defined(QB_NOX_SLAVE)
.if defined(WITHOUT_X11)
BROKEN= Use net-p2p/${PORTNAME}-nox11 for the non-GUI version
.endif
@@ -49,7 +49,7 @@ CONFIGURE_ARGS+= --disable-qt-dbus
.endif
post-install:
-.if !defined(QB29_NOX_SLAVE)
+.if !defined(QB_NOX_SLAVE)
@${STRIP_CMD} ${PREFIX}/bin/qbittorrent
@${CAT} ${PKGMESSAGE}
.else
Modified: head/net-p2p/qbittorrent/distinfo
==============================================================================
--- head/net-p2p/qbittorrent-29/distinfo Sat Aug 11 21:29:11 2012 (r302420)
+++ head/net-p2p/qbittorrent/distinfo Sun Aug 12 00:52:00 2012 (r302421)
@@ -1,2 +1,2 @@
-SHA256 (qbittorrent-2.9.11.tar.gz) = 3d090ff576f19074dc8acbfe64cdec23c430183d6593b82bdaf2fb691e41c222
-SIZE (qbittorrent-2.9.11.tar.gz) = 3571306
+SHA256 (qbittorrent-3.0.0.tar.gz) = 6999ce802724f5620b14a237f4616305e8b3956d5058cbfd153684a8af3f47c6
+SIZE (qbittorrent-3.0.0.tar.gz) = 3625280
Modified: head/net-p2p/qbittorrent/pkg-descr
==============================================================================
--- head/net-p2p/qbittorrent-29/pkg-descr Sat Aug 11 21:29:11 2012 (r302420)
+++ head/net-p2p/qbittorrent/pkg-descr Sun Aug 12 00:52:00 2012 (r302421)
@@ -1,5 +1,5 @@
-qBittorrent v2 is the closest open source (GNU GPL v2 license) equivalent
-to utorrent. It is based on the Qt4 toolkit and libtorrent-rasterbar.
+qBittorrent is the closest open source (GNU GPL v2 license) equivalent
+to uTorrent. It is based on the Qt4 toolkit and libtorrent-rasterbar.
Features:
@@ -7,7 +7,7 @@ Features:
Simultaneous search in most famous BitTorrent search sites
Per-category-specific search requests (e.g. Books, Music, Movies)
All Bittorrent extensions
- * DHT, Peer Exchange, Full encryption, Magnet URI
+ * DHT, Peer Exchange, Full encryption, Magnet URI, uTP
Remote control through a Web user interface
* Nearly identical to the regular UI, all in Ajax
Advanced control over trackers, peers and torrents
More information about the svn-ports-all
mailing list