From owner-cvs-all@FreeBSD.ORG Wed May 2 16:25:46 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 C6C8716A402; Wed, 2 May 2007 16:25:46 +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 B81B313C469; Wed, 2 May 2007 16:25:46 +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 l42GPkNB045159; Wed, 2 May 2007 16:25:46 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l42GPkdr045158; Wed, 2 May 2007 16:25:46 GMT (envelope-from alepulver) Message-Id: <200705021625.l42GPkdr045158@repoman.freebsd.org> From: Alejandro Pulver Date: Wed, 2 May 2007 16:25:46 +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/torrent_swapper 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, 02 May 2007 16:25:46 -0000 alepulver 2007-05-02 16:25:46 UTC FreeBSD ports repository Modified files: net-p2p Makefile Added files: net-p2p/torrent_swapper Makefile distinfo pkg-descr pkg-plist Log: Torrent Swapper is an open sourced sociable peer to peer file-sharing client based on the Bittorrent protocol that is ideal for high-speed distribution of large files that has a basic understanding of human friendships, of user tastes in content, and of Internet connectivity between users. Torrent Swapper supports simultaneous downloads, download queue, selected downloads in torrent package, fast-resume, disk cache, speed limits, port mapping, proxy, ip-filter, etc. Features include: * Amazon-like recommendations to get interesting files. * Doubling the download speed by using the upload capacity of friends. * Real-time P2P file sharing with P2P video streaming. * Showing the locations of seeders / leechers of the same content with city-level accuracy on a world map. * Multiple downloads in a single window. * Queueing system with priority. * Supporing pause, stop, resume, queue, remove operations. * Supporting global setting such as upload and download limiting. * Supporting local setting for each torrent as well. WWW: http://bit-torrent.sourceforge.net/ Revision Changes Path 1.35 +1 -0 ports/net-p2p/Makefile 1.1 +56 -0 ports/net-p2p/torrent_swapper/Makefile (new) 1.1 +3 -0 ports/net-p2p/torrent_swapper/distinfo (new) 1.1 +22 -0 ports/net-p2p/torrent_swapper/pkg-descr (new) 1.1 +442 -0 ports/net-p2p/torrent_swapper/pkg-plist (new)