From owner-cvs-all@FreeBSD.ORG Thu Dec 20 14:17:52 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 251D016A417; Thu, 20 Dec 2007 14:17:52 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 13D5913C4DD; Thu, 20 Dec 2007 14:17:52 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lBKEHpf5077455; Thu, 20 Dec 2007 14:17:51 GMT (envelope-from tabthorpe@repoman.freebsd.org) Received: (from tabthorpe@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBKEHpHS077454; Thu, 20 Dec 2007 14:17:51 GMT (envelope-from tabthorpe) Message-Id: <200712201417.lBKEHpHS077454@repoman.freebsd.org> From: Thomas Abthorpe Date: Thu, 20 Dec 2007 14:17:51 +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/rtgui Makefile distinfo pkg-descr pkg-plist ports/net-p2p/rtgui/files pkg-message.in 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: Thu, 20 Dec 2007 14:17:52 -0000 tabthorpe 2007-12-20 14:17:51 UTC FreeBSD ports repository Modified files: net-p2p Makefile Added files: net-p2p/rtgui Makefile distinfo pkg-descr pkg-plist net-p2p/rtgui/files pkg-message.in Log: rtGui is a web based front end for rTorrent - a command line BitTorrent client. It's written in PHP and uses XML-RPC to communicate with the rTorrent client. Features * List all torrent downloads or by * started/stopped/complete/incomplete/seeding status. * Sort view by any of the displayed columns. * View detailed torrent information. * Stop/start/hash-check torrent. * Set upload/download speed cap. * Add torrents by URL. * Does not require mySQL or any other database. * Set priority per torrent or file. WWW: http://code.google.com/p/rtgui/ PR: ports/118866 Submitted by: Philippe Audeoud Revision Changes Path 1.57 +1 -0 ports/net-p2p/Makefile 1.1 +50 -0 ports/net-p2p/rtgui/Makefile (new) 1.1 +3 -0 ports/net-p2p/rtgui/distinfo (new) 1.1 +49 -0 ports/net-p2p/rtgui/files/pkg-message.in (new) 1.1 +16 -0 ports/net-p2p/rtgui/pkg-descr (new) 1.1 +34 -0 ports/net-p2p/rtgui/pkg-plist (new)