From owner-cvs-all@FreeBSD.ORG Wed Apr 18 00:35:50 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EAD2B16A401; Wed, 18 Apr 2007 00:35:50 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id DAF3213C45E; Wed, 18 Apr 2007 00:35:50 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3I0ZoBJ059947; Wed, 18 Apr 2007 00:35:50 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3I0Zoes059946; Wed, 18 Apr 2007 00:35:50 GMT (envelope-from alepulver) Message-Id: <200704180035.l3I0Zoes059946@repoman.freebsd.org> From: Alejandro Pulver Date: Wed, 18 Apr 2007 00:35:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-p2p Makefile ports/net-p2p/qbittorrent Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Apr 2007 00:35:51 -0000 alepulver 2007-04-18 00:35:50 UTC FreeBSD ports repository Modified files: net-p2p Makefile Added files: net-p2p/qbittorrent Makefile distinfo pkg-descr pkg-plist Log: 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. * Multiple simultaneous downloads / uploads. * 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). * Selective download of files in a torrent. * Media File previewing while downloading. * Torrent trackers edition and prioritizing. * Seeders / Leechers displayed in download list. * Torrent download in correct order. * System tray integration. * Tracker authentication support. * Unicode support. * Torrent downloading directly from their url. * Connection though a proxy. * IP Filtering similar to the one in eMule. WWW: http://www.qbittorrent.org/ Revision Changes Path 1.32 +1 -0 ports/net-p2p/Makefile 1.1 +40 -0 ports/net-p2p/qbittorrent/Makefile (new) 1.1 +3 -0 ports/net-p2p/qbittorrent/distinfo (new) 1.1 +23 -0 ports/net-p2p/qbittorrent/pkg-descr (new) 1.1 +38 -0 ports/net-p2p/qbittorrent/pkg-plist (new)