aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/rtgui
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.2.81Philippe Audeoud2012-12-172-10/+20
| | | | | | | | - Convert to new options framework - Patch php files because of php 5.4 issues not corrected upstream Notes: svn path=/head/; revision=309110
* - unbreak buildOlli Hauer2012-09-041-6/+1
| | | | | | | | | since the port has NO_BUILD set use s/USE_APACHE/USE_APACHE_RUN/ with hat apache@ Notes: svn path=/head/; revision=303678
* - remove www/apache20 and devel/apr0Olli Hauer2012-08-181-1/+1
| | | | | | | | | | | | - s/USE_APACHE= 20+/USE_APACHE= 22+/ - unify s/YES/yes/ - cleanup APACHE_VERSION <= 22 usage - add entry to MOVED with hat apache@ Notes: svn path=/head/; revision=302724
* - change required APACHE version from 13+ to 20+Olli Hauer2012-01-011-1/+1
| | | | | | | | | | | (prepare to remove www/apache13) - no PORTREVISION bump since apache22 is the default with hat apache@ Notes: svn path=/head/; revision=288372
* - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is definedOlli Hauer2011-08-201-2/+2
| | | | Notes: svn path=/head/; revision=280086
* - Kick MD5 SupportMartin Wilke2011-07-021-1/+0
| | | | Notes: svn path=/head/; revision=276919
* Chase xmlrpc-c lib version and bump PORTREVISIONRenato Botelho2011-06-301-1/+1
| | | | Notes: svn path=/head/; revision=276701
* - Add missing dependencyPhilippe Audeoud2009-10-211-1/+2
| | | | | | | | | - Bump PORTREVISION Submitted by: pabelanger _AT_ gmail.com (by private mail) Notes: svn path=/head/; revision=243139
* - Update to 0.2.7Philippe Audeoud2009-03-273-7/+19
| | | | Notes: svn path=/head/; revision=231098
* - Update maintainer addressPhilippe Audeoud2008-03-121-1/+1
| | | | | | | Approved by: thierry (mentor) Notes: svn path=/head/; revision=208891
* Use ${MASTER_SITE_GOOGLE_CODE} instead ofEdwin Groothuis2008-03-061-1/+1
| | | | | | | | | http://something.googlecode.com/files PR: ports/121435 (related) Notes: svn path=/head/; revision=208538
* - Drop some dependenciesPav Lucistnik2008-01-041-4/+2
| | | | | | | | PR: ports/119328 Submitted by: Philippe Audeoud <jadawin@tuxaco.net> (maintainer) Notes: svn path=/head/; revision=204980
* - Add session extension for phpThomas Abthorpe2007-12-261-1/+2
| | | | | | | | | | - Bump PORTREVISION PR: ports/119038 Submitted by: Philippe Audeoud <jadawin tuxaco.net> (maintainer) Notes: svn path=/head/; revision=204591
* Fix inclusion of .mk files to work with OPTIONS correctly.MANTANI Nobutaka2007-12-231-1/+3
| | | | | | | | PR: ports/118953 Submitted by: Philippe Audeoud <jadawin@tuxaco.net> (maintainer) Notes: svn path=/head/; revision=204396
* rtGui is a web based front end for rTorrent - a command lineThomas Abthorpe2007-12-205-0/+152
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> Notes: svn path=/head/; revision=204213