branch: * Sat Oct 08 2011 - Christophe Dumez <chris@qbittorrent.org> - v2.9.0 - FEATURE: Add setting to ignore slow torrents in queueing system - FEATURE: Add advanced setting to announce to all trackers - FEATURE: Add quick "set as default save path" checkbox to torrent addition dialog (sledgehammer999) - BUGFIX: Add tray menu entry for toggling window visibility - BUGFIX: Fix execution log lines selection and copying - BUGFIX: Reduce CPU usage when running Web UI - BUGFIX: Save RSS items to disk regularly for safety - BUGFIX: Fix ratio calculation (use all_time_download) - BUGFIX: Fix torrent upload issues (Web UI) - BUGFIX: Fix some IE incompatibilities (Web UI) - COSMETIC: Display speed at the beginning of the Window title - COSMETIC: Several cosmetic fixes to the Web UI - COSMETIC: Make top toolbar follow system style - OTHER: Display libraries versions in about dialog (sledgehammer999) - OTHER: Display qBittorrent version in Web UI about dialog Set NO_LATEST_LINK in qbittorrent-28, and DEPRECATE it.
20 lines
426 B
Makefile
20 lines
426 B
Makefile
# New ports collection makefile for: qbittorrent-nox11-29
|
|
# Date created: 1 October 2011
|
|
# Whom: Doug Barton <dougb@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -nox11
|
|
|
|
COMMENT= Bittorrent client using libtorrent-rasterbar, web UI version
|
|
|
|
MASTERDIR= ${.CURDIR}/../qbittorrent-29
|
|
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
MAN1= qbittorrent-nox.1
|
|
|
|
QB29_NOX_SLAVE= true
|
|
|
|
.include "${MASTERDIR}/Makefile"
|