summaryrefslogtreecommitdiff
path: root/net-p2p/rtorrent (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* net-p2p/libtorrent|rtorrent: Drop MAINTAINER'shipDanilo G. Baio2021-06-201-1/+1
|
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* net-p2p/rtorrent: Update to 0.9.8Danilo G. Baio2019-07-303-8/+13
| | | | | | | Reported by: tj@mrsk.me (email) Notes: svn path=/head/; revision=507685
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* net-p2p/rtorrent: Take MAINTAINER'shipDanilo G. Baio2018-11-141-1/+1
| | | | Notes: svn path=/head/; revision=484973
* net-p2p/[libtorrent|rtorrent]: Fix incoming connectionsDanilo G. Baio2018-11-082-428/+1
| | | | | | | | | | | | | Remove unused patches. While here, fix build with OpenSSL 1.1.x PR: 231274 Submitted by: Henry David Bartholomew <PopularMoment@protonmail.com> MFH: 2018Q4 Notes: svn path=/head/; revision=484484
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-0/+1
| | | | | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542 Notes: svn path=/head/; revision=475857
* net-p2p/rtorrent: Update to 0.9.7Danilo G. Baio2018-07-244-32/+6
| | | | | | | | | | | | - Remove outdated patches. - Reset maintainer, three timeouts. PR: 229554 Reported by: tj@mrsk.me (email) Approved by: maintainer timeout (pipfstarrd@openmailbox.org, > 2 weeks) Notes: svn path=/head/; revision=475217
* - Remove always true OSVERSION conditionsDmitry Marakasov2018-06-131-2/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=472309
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-1/+1
| | | | | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275 Notes: svn path=/head/; revision=449591
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-1/+1
| | | | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707 Notes: svn path=/head/; revision=437439
* Remove vestigial BROKEN_arm. It does not do anything. These ports allMark Linimon2017-01-311-2/+0
| | | | | | | | | build on aarch64 in any case. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=432900
* - Pass maintainership to submitterDmitry Marakasov2016-08-191-9/+9
| | | | | | | | | | - While here, some cosmetic fixes PR: 211679 Submitted by: pipfstarrd@opmbx.org Notes: svn path=/head/; revision=420467
* Change ports that depend of xmlrpc-c-devel to xmlrpc-c since it's now onRenato Botelho2016-06-111-1/+2
| | | | | | | 1.3x series Notes: svn path=/head/; revision=416748
* 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
* net-p2p/rtorrent: USES+= ncursesJohn Marino2016-02-051-1/+1
| | | | Notes: svn path=/head/; revision=408171
* - Update LICENSESunpoet Po-Chuan Hsieh2015-11-215-25/+28
| | | | | | | | | | | - Use PLIST_FILES and PORTEXAMPLES instead of PLIST - Use USE_CXXSTD - Convert to new options target helper - Cosmetic change - Pet portlint: fix diff header of patch files Notes: svn path=/head/; revision=402122
* - Update to 0.9.6Roman Bogorodskiy2015-10-134-10/+6
| | | | | | | | | - Update MASTER_SITES and WWW to point to the actual site - Drop dead link from pkg-message.in - Do not include shlib version in libtorrent dependency line Notes: svn path=/head/; revision=399198
* - Use OPTIONS helpersDmitry Marakasov2015-06-251-18/+11
| | | | | | | | - Use BROKEN_arm helper - Fix longstanding brokennes of dependency on libtorrent Notes: svn path=/head/; revision=390608
* Chase libtorrent bumpAntoine Brodin2015-06-221-2/+2
| | | | Notes: svn path=/head/; revision=390297
* Add USES=compiler to rtorrent port.Guido Falsi2014-12-041-2/+2
| | | | | | | | | | | | Various ports it depends on have the same USES and so honour the FAVORITE_COMPILER, and doing the dsame here avoids build problems when using FAVORITE_COMPILER=gcc. PR: 195397 Submitted by: Craig Wiesen <ctyz1999+bugzilla at gmail.com> Notes: svn path=/head/; revision=373913
* Cleanup plistAntoine Brodin2014-11-121-1/+0
| | | | Notes: svn path=/head/; revision=372503
* In some straightforward situations, protect examples behind PORTEXAMPLES,Adam Weinberger2014-08-062-6/+6
| | | | | | | | adding EXAMPLES to OPTIONS_DEFINE where necessary. In a couple instances, correct examples being controlled by the DOCS option. Notes: svn path=/head/; revision=364152
* - Remove uneeded dependency from libtorrent [1]Guido Falsi2014-07-101-2/+3
| | | | | | | | | | | - Update dependency lines in rtorrent PR: 191621 Submitted by: Colin <anonymous.bug.report@gmail.com> (original submitter) Reported By: Andre <a.heider@gmail.com> [1] (as followup comment) Notes: svn path=/head/; revision=361474
* - Update libtorrent to 0.13.4Guido Falsi2014-07-072-9/+6
| | | | | | | | | | | | | | | - Update rtorrent to 0.9.4 - Convert to new LIB_DEPENDS format - Remove uneeded ?= - Remove libtorrent-devel and rtorrent-devel ports since the non devel port has a newer version and no development release is available anymore PR: 191621 Submitted by: Colin <anonymous.bug.report@gmail.com> Notes: svn path=/head/; revision=361124
* net-p2p/rtorrent: Bring in DragonFly support from dportsJohn Marino2014-07-051-0/+13
| | | | Notes: svn path=/head/; revision=360844
* Improve the workaround for FreeBSD >= 10 to actually use the base clang.Marius Strobl2014-03-244-6/+460
| | | | | | | | | | | | Mostly based on: https://raw.github.com/ArchBSD/abs/master/community/libtorrent/PKGBUILD https://github.com/ArchBSD/abs/raw/master/community/libtorrent/missing_references.diff https://raw.github.com/ArchBSD/abs/master/community/rtorrent/missing_references.diff Approved by: bapt (mentor) Notes: svn path=/head/; revision=349021
* Chase libtorrent bumpAntoine Brodin2014-03-111-2/+2
| | | | Notes: svn path=/head/; revision=347915
* Update the default version of GCC used in the Ports Collection fromGerald Pfeifer2014-03-101-1/+1
| | | | | | | | | | | | | | GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. Part II, Bump PORTREVISIONs. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs) Notes: svn path=/head/; revision=347809
* - Stage supportAntoine Brodin2014-02-241-16/+12
| | | | | | | - New LIB_DEPENDS syntax Notes: svn path=/head/; revision=345890
* drop maintainership. I don't have time for these ports.Andrej Zverev2014-02-241-1/+1
| | | | Notes: svn path=/head/; revision=345871
* put hack for freebsd 10.x under OPSYS, this will unbreak build under dbsd portsAndrej Zverev2013-11-031-1/+1
| | | | | | | Requested by: marino@ Notes: svn path=/head/; revision=332632
* - Try to fix build on 10.x and fix segfault while running rtorrentAndrej Zverev2013-11-021-0/+6
| | | | Notes: svn path=/head/; revision=332456
* 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 7.31.0Sunpoet Po-Chuan Hsieh2013-07-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION for ftp/curl shlib change - Add TEST_DEPENDS - Convert to new options framework - Adjust options: - Add COOKIES - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1] - Add GSSAPI and SPNEGO [2] - Remove KERBEROS4 - Rename LIBIDN to IDN - Remove TRACKMEMORY [1] - Sort option handler - Add SLAVEDIRS: ftp/curl-hiphop - Cosmetic change - Cleanup Makefile header - While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile Changes: http://curl.haxx.se/changes.html PR: ports/172325 (-exp run), ports/177369 (based on) [1] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2] Exp run by: miwi Notes: svn path=/head/; revision=322783
* Try to build with clang natively.Andrej Zverev2013-06-181-3/+1
| | | | Notes: svn path=/head/; revision=321214
* Finish converting the whole ports tree to USES=pkgconfigBaptiste Daroussin2013-04-231-1/+1
| | | | Notes: svn path=/head/; revision=316355
* * Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 whichKoop Mast2013-03-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | are the latest stable releases. * Update vala to the newest stable release 0.18.1, also update a few ports in the gtk/gnome stack. * The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles. * Remove pkg-config run depends from glib20 and freetype2. This doesn't eliminate pkg-config run dependency completely, a second phase is needed and is planned. * Support for .:run. and .:build. for USE_GNOME components was added. Currently only libxml2 and libxslt support this mechanism. * Updates of the telepathy stack and empathy. * Trim makefile headers, convert ports to new options, trim off library versions for some ports. * Fix other ports so they build with the new glib version. Thanks to miwi and crees for helping out with some exp-runs. Approved by: portmgr (miwi & bapt) Obtained from: gnome team repo Notes: svn path=/head/; revision=313633
* separate logic for these two group of ports.Andrej Zverev2013-01-151-11/+9
| | | | Notes: svn path=/head/; revision=310441
* Take maintainershipAndrej Zverev2012-11-191-1/+1
| | | | | | | | Approved by: maintainer (flz@ via email) Feature safe: yes Notes: svn path=/head/; revision=307553
* - fix bug causing CPU load on FreeBSD.Andrej Zverev2012-10-151-3/+3
| | | | | | | | | | | | | - bump portrevisions. PR: ports/170766 Submitted by: Yamagi Burmeister <yamagi@yamagi.org> Approved by: maintainer (timeout > 2 weeks) Feature safe: yes Notes: svn path=/head/; revision=305913
* - Convert to new option frameworkBaptiste Daroussin2012-10-061-10/+6
| | | | | | | | | - Trim headers Approved by: flz (irc) Notes: svn path=/head/; revision=305404
* Mark as broken on ARM.Mark Linimon2012-09-041-0/+4
| | | | | | | | | PR: ports/170946 Submitted by: linimon Hat: portmgr Notes: svn path=/head/; revision=303634
* Update net-p2p/rtorrent to 0.9.2.Florent Thoumie2012-07-053-43/+6
| | | | Notes: svn path=/head/; revision=300508
* - Backport upstream patch to fix high cpu load issues.Florent Thoumie2012-01-292-1/+27
| | | | | | | | Submitted by: Nicholas Smith Obtained from: http://libtorrent.rakshasa.no/ticket/2661 Notes: svn path=/head/; revision=290014
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-3/+0
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232