aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/rtgui
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-011-3/+3
| | | | | With hat: portmgr Sponsored by: Absolight
* - Don't cat pkg-message from Makefilesamdmi32015-05-271-3/+0
| | | | Approved by: portmgr blanket
* MASTER_SITES cleanup.mat2015-05-141-4/+5
| | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight
* Cleanup plistantoine2014-11-131-3/+0
|
* Remove indefinite articles and trailing periods from COMMENT, plus minorolgeni2014-07-101-1/+1
| | | | | | | | | COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category N. CR: D307 Approved by: portmgr (bapt)
* - support STAGEjadawin2013-12-271-9/+4
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | net-p2p)
* - Update to 0.2.81jadawin2012-12-182-10/+20
| | | | | - Convert to new options framework - Patch php files because of php 5.4 issues not corrected upstream
* - unbreak buildohauer2012-09-051-6/+1
| | | | | | since the port has NO_BUILD set use s/USE_APACHE/USE_APACHE_RUN/ with hat apache@
* - remove www/apache20 and devel/apr0ohauer2012-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@
* - change required APACHE version from 13+ to 20+ohauer2012-01-021-1/+1
| | | | | | | | (prepare to remove www/apache13) - no PORTREVISION bump since apache22 is the default with hat apache@
* - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is definedohauer2011-08-211-2/+2
|
* - Kick MD5 Supportmiwi2011-07-031-1/+0
|
* Chase xmlrpc-c lib version and bump PORTREVISIONgarga2011-06-301-1/+1
|
* - Add missing dependencyjadawin2009-10-211-1/+2
| | | | | | - Bump PORTREVISION Submitted by: pabelanger _AT_ gmail.com (by private mail)
* - Update to 0.2.7jadawin2009-03-273-7/+19
|
* - Update maintainer addressjadawin2008-03-121-1/+1
| | | | Approved by: thierry (mentor)
* Use ${MASTER_SITE_GOOGLE_CODE} instead ofedwin2008-03-071-1/+1
| | | | | | http://something.googlecode.com/files PR: ports/121435 (related)
* - Drop some dependenciespav2008-01-041-4/+2
| | | | | PR: ports/119328 Submitted by: Philippe Audeoud <jadawin@tuxaco.net> (maintainer)
* - Add session extension for phptabthorpe2007-12-271-1/+2
| | | | | | | - Bump PORTREVISION PR: ports/119038 Submitted by: Philippe Audeoud <jadawin tuxaco.net> (maintainer)
* Fix inclusion of .mk files to work with OPTIONS correctly.nobutaka2007-12-231-1/+3
| | | | | PR: ports/118953 Submitted by: Philippe Audeoud <jadawin@tuxaco.net> (maintainer)
* rtGui is a web based front end for rTorrent - a command linetabthorpe2007-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>