aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/rtgui
Commit message (Collapse)AuthorAgeFilesLines
* GOOGLE_CODE has gone away.Mathieu Arnold2016-09-141-0/+2
| | | | | | | | | | | | | - If a port has another upstream, remove GOOGLE_CODE - If a port only has GOOGLE_CODE mark it BROKEN Some ports have a local mirror configured but for security reasons, it is not considered upstream. Sponsored by: Absolight Notes: svn path=/head/; revision=422140
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - Don't cat pkg-message from MakefilesDmitry Marakasov2015-05-271-3/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=387529
* MASTER_SITES cleanup.Mathieu Arnold2015-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 Notes: svn path=/head/; revision=386312
* Cleanup plistAntoine Brodin2014-11-121-3/+0
| | | | Notes: svn path=/head/; revision=372503
* Remove indefinite articles and trailing periods from COMMENT, plus minorJimmy Olgeni2014-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) Notes: svn path=/head/; revision=361440
* - support STAGEPhilippe Audeoud2013-12-271-9/+4
| | | | Notes: svn path=/head/; revision=337733
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net-p2p) Notes: svn path=/head/; revision=327758
* - 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