diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2007-12-20 22:17:51 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2007-12-20 22:17:51 +0800 |
commit | 8ebc7b9fd0cacd0f73c84446c015313a6d37a0e0 (patch) | |
tree | 3dd5d50a3f0712356c7a584c4e56848780571f99 /net-p2p/rtgui/pkg-plist | |
parent | 50dc76cea1ffa59b3a2b53fd2ac417e4e4e32b9a (diff) | |
download | freebsd-ports-gnome-8ebc7b9fd0cacd0f73c84446c015313a6d37a0e0.tar.gz freebsd-ports-gnome-8ebc7b9fd0cacd0f73c84446c015313a6d37a0e0.tar.zst freebsd-ports-gnome-8ebc7b9fd0cacd0f73c84446c015313a6d37a0e0.zip |
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 <jadawin at tuxaco.net>
Diffstat (limited to 'net-p2p/rtgui/pkg-plist')
-rw-r--r-- | net-p2p/rtgui/pkg-plist | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/net-p2p/rtgui/pkg-plist b/net-p2p/rtgui/pkg-plist new file mode 100644 index 000000000000..0bf619ce824f --- /dev/null +++ b/net-p2p/rtgui/pkg-plist @@ -0,0 +1,34 @@ +%%WWWDIR%%/config.php +%%WWWDIR%%/control.php +%%WWWDIR%%/favicon.ico +%%WWWDIR%%/functions.php +%%WWWDIR%%/images/completeactive.gif +%%WWWDIR%%/images/completeinactive.gif +%%WWWDIR%%/images/delete.gif +%%WWWDIR%%/images/downarrow.gif +%%WWWDIR%%/images/hashcheck.gif +%%WWWDIR%%/images/incompleteactive.gif +%%WWWDIR%%/images/incompleteinactive.gif +%%WWWDIR%%/images/percentbar.gif +%%WWWDIR%%/images/refresh.gif +%%WWWDIR%%/images/start.gif +%%WWWDIR%%/images/stop.gif +%%WWWDIR%%/images/uparrow.gif +%%WWWDIR%%/images/view.gif +%%WWWDIR%%/index.php +%%WWWDIR%%/readme.txt +%%WWWDIR%%/style.css +%%WWWDIR%%/submodal/CHANGELOG +%%WWWDIR%%/submodal/close.gif +%%WWWDIR%%/submodal/common.js +%%WWWDIR%%/submodal/index.html +%%WWWDIR%%/submodal/loading.html +%%WWWDIR%%/submodal/maskBG.png +%%WWWDIR%%/submodal/modalContent.html +%%WWWDIR%%/submodal/style.css +%%WWWDIR%%/submodal/subModal.css +%%WWWDIR%%/submodal/subModal.js +%%WWWDIR%%/view.php +@dirrm %%WWWDIR%%/submodal +@dirrm %%WWWDIR%%/images +@dirrm %%WWWDIR%% |