aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/rtorrent
Commit message (Collapse)AuthorAgeFilesLines
* Remove stale patch that's causing issues with scgi_port option.Florent Thoumie2009-07-172-12/+1
| | | | Notes: svn path=/head/; revision=237976
* Update net-p2p/rtorrent to 0.8.4.Florent Thoumie2009-07-153-19/+7
| | | | Notes: svn path=/head/; revision=237873
* Bump the version of the xmlrpc-c-devel shared libraryChin-San Huang2009-04-111-2/+2
| | | | Notes: svn path=/head/; revision=232054
* Bump the version of the xmlrpc-c-devel shared libraryChin-San Huang2009-04-101-1/+1
| | | | | | | - Bump PORTREVISION of all dependent ports. Notes: svn path=/head/; revision=232030
* Bump the version of the curl shared library after the ftp/curl updatePeter Pentchev2009-01-231-2/+2
| | | | | | | | | to 7.19.2. Bump PORTREVISION, even on the ports that do not have a versioned dependency, since the binaries will most probably still stop working. Notes: svn path=/head/; revision=226721
* net-p2p/rtorrent needs recent gcc (4.2+).Florent Thoumie2008-12-111-0/+2
| | | | Notes: svn path=/head/; revision=224102
* Update net-p2p/rtorrent to 0.8.2.Florent Thoumie2008-12-093-11/+30
| | | | Notes: svn path=/head/; revision=224028
* Only add extra patches if they are present.Florent Thoumie2008-11-161-0/+2
| | | | | | | | | | PR: ports/128775 [1], ports/128807 [2], ports/128921 [3] Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> [1] Jimmie James <jimmiejaz@gmail.com> [2] Falko Richter <xendorphin@gmail.com> [3] Notes: svn path=/head/; revision=222946
* - Use net/xmlrpc-c-devel instead of net/xmlrpc-c.Florent Thoumie2008-11-102-25/+4
| | | | | | | - Rename patch as it won't apply against new unstable version. Notes: svn path=/head/; revision=222679
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* - Remove USE_GCC where it can be satisfied with base compiler on followingPav Lucistnik2008-07-251-1/+0
| | | | | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT Notes: svn path=/head/; revision=217485
* Don't install documentation if NOPORTDOCS is defined.Florent Thoumie2008-06-181-2/+4
| | | | | | | Reported by: itetcu Notes: svn path=/head/; revision=215073
* - Don't override USE_GCC in master port.Florent Thoumie2008-05-191-4/+2
| | | | | | | | | | - Style fixes. PR: ports/123780 Submitted by: Gea-Suan Lin Notes: svn path=/head/; revision=213331
* - Remove USE_GETOPT_LONG which is a no-op since March 2007Pav Lucistnik2008-03-201-1/+0
| | | | Notes: svn path=/head/; revision=209420
* - OPTIONS'ify.Florent Thoumie2007-12-182-8/+31
| | | | | | | - Add support for XMLRPC (default: on). Notes: svn path=/head/; revision=204043
* Update net-p2p/rtorrent and net-p2p/rtorrent-devel to 0.7.9.Florent Thoumie2007-12-122-7/+18
| | | | Notes: svn path=/head/; revision=203234
* Update net-p2p/rtorrent to 0.7.7.Florent Thoumie2007-09-102-6/+6
| | | | Notes: svn path=/head/; revision=199277
* Update net-p2p/rtorrent to 0.7.5.Florent Thoumie2007-08-142-4/+4
| | | | Notes: svn path=/head/; revision=197682
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+1
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* Fix manpage location.Florent Thoumie2007-06-231-1/+1
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=194126
* Allow build with gcc 3.4+.Florent Thoumie2007-06-021-1/+1
| | | | | | | | PR: ports/113237 Submitted by: Henrik Brix Andersen Notes: svn path=/head/; revision=192582
* Update rtorrent to 0.7.4.Florent Thoumie2007-04-132-8/+7
| | | | Notes: svn path=/head/; revision=189895
* Quiet PKGMESSAGE command.Florent Thoumie2007-01-261-1/+1
| | | | Notes: svn path=/head/; revision=183332
* Add local backup master site.Florent Thoumie2007-01-101-1/+3
| | | | | | | Reported by: sat Notes: svn path=/head/; revision=181972
* Depend on libtorrent, not libtorrent-devel. [1]Florent Thoumie2007-01-101-4/+4
| | | | | | | | | Whitespace fixes. Reported by: itetcu Notes: svn path=/head/; revision=181935
* Update rtorrent to 0.7.1.Florent Thoumie2007-01-093-18/+10
| | | | | | | Reminded by: kwm Notes: svn path=/head/; revision=181857
* Update the ftp/curl port to 7.16.0.Peter Pentchev2006-12-131-2/+2
| | | | | | | | | | | | | Bump PORTREVISION of all dependent ports. Fix the build errors in the few ports that still use the long deprecated, and now obsoleted, cURL options. Thanks to everyone who took the time to look over the patch! Discussed on: -ports Notes: svn path=/head/; revision=179653
* Update rtorrent and rtorrent-devel to 0.6.4.Florent Thoumie2006-11-082-4/+4
| | | | | | | | PR: ports/105231 Submitted by: Gea-Suan Lin <gslin@gslin.org> Notes: svn path=/head/; revision=176807
* - Update to rtorrent 0.6.3.Florent Thoumie2006-10-262-7/+7
| | | | | | | Approved by: portmgr (erwin) Notes: svn path=/head/; revision=175532
* Attempt to fix build on 4.x.Florent Thoumie2006-08-081-0/+1
| | | | | | | Reported by: krisbot Notes: svn path=/head/; revision=170087
* Bump PORTREVISION.Florent Thoumie2006-07-121-1/+1
| | | | Notes: svn path=/head/; revision=167600
* Fix problem with getopt.Florent Thoumie2006-07-121-0/+12
| | | | | | | Reported by: Charles Clark <cmc@stegosaur.us> Notes: svn path=/head/; revision=167599
* - Update rtorrent and rtorrent-devel to 0.5.3.Florent Thoumie2006-06-202-5/+5
| | | | Notes: svn path=/head/; revision=165854
* - Transform rtorrent into a master port.Florent Thoumie2006-05-171-6/+9
| | | | | | | - Add rtorrent-devel, the development version of rtorrent. Notes: svn path=/head/; revision=162644
* Remove USE_REINPLACE from all categories starting with NEdwin Groothuis2006-05-111-1/+0
| | | | Notes: svn path=/head/; revision=162141
* Update to 0.4.5.Florent Thoumie2006-03-212-4/+4
| | | | | | | Reminded by: Simon Olofsson <simon@olofsson.de> Notes: svn path=/head/; revision=157898
* Conversion to a single libtool environment.Ade Lovett2006-02-231-1/+0
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Populate newly create net-p2p category with these ports:Pav Lucistnik2006-01-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ftp/jigdo net/amule1 net/amule2 net/apollon net/azureus net/bnbt net/btpeer net/btqueue net/cdonkey net/ctorrent net/dcd net/dclib net/dctc net/dctc-gui net/dctc-gui-qt net/edonkey-gui-gtk net/edonkey-gui-gtk-urlslave net/fcptools net/fidelio net/freenet net/frost net/giftcurs net/giftoxic net/giftui net/gift net/gift-fasttrack net/gift-gnutella net/gift-openft net/gkrellm-gift net/gnewtellium net/gnome-btdownload net/gnunet net/gtkhx net/gtk-gnutella net/gtorrentviewer net/hagelslag net/hx net/i2p net/javadc net/kmldonkey net/ktorrent net/libbt net/liberator net/libfreenet net/libpdtp net/libtorrent net/limewire net/linux-agsatellite net/linux-edonkey-core net/linux-edonkey-server net/linux-jigdo net/linux-overnet-core net/minder net/mldonkey net/mldonkey-core net/mldonkey-core-devel net/mldonkey-devel net/mldonkey-gui net/mldonkey-gui-devel net/mldonkey-perlreactor net/mldonkey-sancho net/mldonkey-serverspy net/mldonkey-urlslave net/mutella net/mute-net net/mute-net-gui net/mute-net-text net/napshare net/nicotine net/opendchub net/peercast net/phex net/pyslsk net/py-bittornado net/py-bittornado-core net/py-bittorrent net/py-bittorrent-core net/py-bittorrent-core-devel net/py-bittorrent-devel net/py-fngrab net/py-kenosis net/py-kenosis-bittorrent net/py-py2play net/p5-pdonkey net/qtella net/qtorrent net/rtorrent net/squall net/torrentflux net/torrentsniff net/trackerbt net/transmission net/valknut net/verlihub net/verlihub-plugins net/xmule net/xnap misc/ed2k misc/edonkey-tool-hash misc/linux-edonkey-tool-recovermet Repocopies by: marcus Notes: svn path=/head/; revision=154851
* - Update to 0.4.3.Florent Thoumie2006-01-292-5/+5
| | | | Notes: svn path=/head/; revision=154694
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* - Add SHA256 checksums.Florent Thoumie2005-11-091-0/+1
| | | | Notes: svn path=/head/; revision=147688
* - Update to 0.3.6.Florent Thoumie2005-11-012-3/+3
| | | | Notes: svn path=/head/; revision=146901
* - Update to 0.3.5.Florent Thoumie2005-10-203-4/+9
| | | | | | | - Add a note about slow hashing. Notes: svn path=/head/; revision=145939
* - Update to 0.3.0.Florent Thoumie2005-07-242-4/+4
| | | | Notes: svn path=/head/; revision=140007
* - Update to 0.2.7.Florent Thoumie2005-07-122-3/+3
| | | | Notes: svn path=/head/; revision=138966
* - Update to 0.2.6.Florent Thoumie2005-07-062-3/+5
| | | | Notes: svn path=/head/; revision=138568
* - Add pkg-plist and pkg-message.Florent Thoumie2005-06-172-0/+8
| | | | Notes: svn path=/head/; revision=137616
* - Update to 0.2.5.Florent Thoumie2005-06-172-4/+8
| | | | | | | - Install sample configuration file in ${EXAMPLESDIR}. Notes: svn path=/head/; revision=137615
* - Update to 0.2.4.Florent Thoumie2005-06-132-4/+4
| | | | | | | | PR: ports/82173 Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> Notes: svn path=/head/; revision=137392
* - Remove old patch.Florent Thoumie2005-05-171-11/+0
| | | | | | | Reported by: Markus Buretorp <markus.buretorp@home.se> Notes: svn path=/head/; revision=135454