aboutsummaryrefslogtreecommitdiff
path: root/net-p2p
Commit message (Collapse)AuthorAgeFilesLines
* Update to 4.0.3Mario Sergio Fujikawa Ferreira2005-07-162-3/+3
| | | | Notes: svn path=/head/; revision=139364
* Chase master siteKris Kennaway2005-07-131-1/+1
| | | | Notes: svn path=/head/; revision=139155
* Add ktorrent 1.0, a BitTorrent client for KDE.Markus Brueffer2005-07-1315-0/+420
| | | | | | | | | | | | | | | Its main features are: o Download torrent files o Upload speed capping, seeing that most people can't upload infinite amounts of data o Internet searching using The Bittorrent website's search engine o UDP Trackers WWW: http://ktorrent.pwsp.net/ Notes: svn path=/head/; revision=139052
* - Update to 0.2.7.Florent Thoumie2005-07-122-3/+3
| | | | Notes: svn path=/head/; revision=138966
* - Update to 0.6.7.Florent Thoumie2005-07-122-4/+3
| | | | Notes: svn path=/head/; revision=138965
* Update to 2.5.30.17Mario Sergio Fujikawa Ferreira2005-07-112-5/+6
| | | | Notes: svn path=/head/; revision=138872
* Update to 0.1214Jean-Yves Lefort2005-07-062-4/+3
| | | | | | | | PR: ports/83060 Submitted by: HAYASHI Yasushi <yasi@yasi.to> Notes: svn path=/head/; revision=138588
* - Update to 1.2.7bPav Lucistnik2005-07-062-7/+13
| | | | | | | | PR: ports/83021 Submitted by: Stefan Ehmann <shoesoft@gmx.net> (maintainer) Notes: svn path=/head/; revision=138581
* - Update to 0.2.6.Florent Thoumie2005-07-062-3/+5
| | | | Notes: svn path=/head/; revision=138568
* - Update to 0.6.6.Florent Thoumie2005-07-062-3/+3
| | | | | | | | PR: ports/82869 Submitted by: Wesley Shields <wxs@csh.rit.edu> Notes: svn path=/head/; revision=138567
* Update to 0.2.1.6.Roman Bogorodskiy2005-07-062-3/+3
| | | | | | | | PR: 83020 Submitted by: Stefan Ehmann (maintainer) Notes: svn path=/head/; revision=138558
* [1]:Jean-Yves Lefort2005-07-024-93/+12
| | | | | | | | | | | | | | | | | | | - Update to 0.95.3 - Pass maintainership to submitter Moreover: - Respect ${CC} - Respect ${LOCALBASE} - Do not let the port use its own optimization cflags - Polish the Makefile [1]: PR: ports/82860 Submitted by: Jonas Sonntag <jonas@schiebtsich.net> (new maintainer) Approved by: former maintainer Notes: svn path=/head/; revision=138325
* - Update to 1.3.0Pav Lucistnik2005-07-012-5/+4
| | | | | | | | PR: ports/82702 Submitted by: No Name <arundel@h3c.de> Notes: svn path=/head/; revision=138295
* Track the in-place distfile change. Changes:Jean-Yves Lefort2005-06-293-2/+7
| | | | | | | | | | - the HTML pages have been modified - the executable has been modified Reported by: pointyhat Notes: svn path=/head/; revision=138176
* - Fix mldonkey-core buildPav Lucistnik2005-06-281-1/+1
| | | | | | | Pointy hat to: pav Notes: svn path=/head/; revision=138131
* - Update to 1.04.Florent Thoumie2005-06-282-3/+3
| | | | Notes: svn path=/head/; revision=138112
* - Update to 2.5.28.1Pav Lucistnik2005-06-246-38/+107
| | | | | | | | | | | | | | - Add rc script [1] PR: ports/82467 Submitted by: Jose M Rodriguez <josemi@freebsd.jazztel.es> Approved by: Holger Lamm <holger@e-gitt.net> (maintainer) [1] Submitted by: hq via maintainer Notes: svn path=/head/; revision=137957
* - Use the true USE_RC_SUBR force.Florent Thoumie2005-06-192-5/+3
| | | | | | | - Create /var/log/bnbt when installing from package. Notes: svn path=/head/; revision=137730
* Mega-patch to cleanup the ports infrastructure regarding our linux bits:Alexander Leidinger2005-06-177-36/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - USE_LINUX now implies NO_FILTER_SHLIBS=yes. It also doesn't use FreeBSD tools to strip binaries anymore, so it's not neccesary anymore to override STRIP and STRIP_CMD. - USE_LINUX_PREFIX implies NO_MTREE now. - In the USE_LINUX case, USE_XLIB now depends upon the linux X11 libraries instead upon the native FreeBSD libraries. - The variable LINUX_BASE_PORT contains a string which is suitable as an item in *_DEPENDS, so if a port BATCH_DEPENDS or FETCH_DEPENDS upon the default (or overriden) linux base, ${LINUX_BASE_PORT} should be used instead of a hardcoded reference. - Change all ports to comply to the "new world order". - The Ports Collection now allows to override the default linux_base port. Specify e.g. OVERRIDE_LINUX_BASE_PORT=rh-9 in /etc/make.conf to use ${PORTSDIR}/emulators/linux_base-rh-9 (the logic is to use ${PORTSDIR}/emulators/linux_base-${OVERRIDE_LINUX_BASE_PORT}). - If USE_LINUX or OVERRIDE_LINUX_BASE doesn't point to an existing linux_base port and if USE_LINUX isn't set to "yes" (case insensitive), the port will be marked as IGNORE. [1] - Readd USE_LINUX knobs into several ports and make several uses of a conditional dependency ("USE_LINUX?=") into an unconditional one ("USE_LINUX=") which where removed/changed by Trevor to allow the use of alternative linux_base ports. While this is a nice goal, the implementation resulted in missing dependencies. The OVERRIDE_LINUX_BASE_PORT knob in this commit is supposed to fix the problem while keeping the feature. Basicaly this includes a backout of Trevor's commit, to prevent confusion I mention it here explicitely. - Use the correct prefix (X11- instead of LOCAL- or LINUX-) for some ports. Chase dependencies for this. - Changes to make linux_devtools installable on amd64, remove some stray device nodes (they don't work on recent OS versions and aren't really needed). - Make linux_base-8 PREFIX clean and remove some stray device nodes. Additionally tell a little bit more about how to setup NIS/YP [2]. - Update the PGSQL dependency in the linux-opengroupware port to a recent version (the old one isn't available anymore), I don't know if this works (at least it isn't more broken than before). - Use PREFIX/usr/share/doc instead of PREFIX/usr/doc in the divx4linux ports, the former path exists already and gets populated by other packages too (PREFIX=LINUXPREFIX!). - Fix some obvious (non-linuxolator) bugs in some linux ports while being there. - Bump PORTREVISION where neccesary. Requested by: portmgr (linimon) [1] Submittted by: Gerrit Kuehn <gerrit_huehn@gruft.fido.de [2] Approved by: portmgr (kris, linimon), maintainers (or maintainer timeout) Tested on: ports cluster (kris) Reviewed by: silence on emulation@ Superseedes PR: 69997 Maintainer approval from: chris@chrisburkert.de cracauer@cons.org des girgen jamie@bishopston.net mezz mi nivit@users.sf.net pat simond@irrelevant.org riggs@rrr.de Udo.Schweigert@Siemens.com Notes: svn path=/head/; revision=137660
* - 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.6.5.Florent Thoumie2005-06-172-3/+3
| | | | Notes: svn path=/head/; revision=137614
* - Update to 2.0.3Michael Johnson2005-06-179-48/+48
| | | | | | | | PR: ports/82328 Submitted by: Ganael LAPLANCHE <ganael.laplanche@martymac.com> (maintainer) Notes: svn path=/head/; revision=137607
* - 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
* - Update to 0.6.4Florent Thoumie2005-06-134-17/+5
| | | | | | | | PR: ports/82172 Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> Notes: svn path=/head/; revision=137391
* Update to 2.5.30.16Mario Sergio Fujikawa Ferreira2005-06-122-4/+4
| | | | Notes: svn path=/head/; revision=137336
* BROKEN: Incomplete pkg-plistKris Kennaway2005-06-111-0/+2
| | | | Notes: svn path=/head/; revision=137294
* - Update to 0.6.4Pav Lucistnik2005-06-103-441/+460
| | | | | | | | PR: ports/82078 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=137226
* Update to 4.1.2Mario Sergio Fujikawa Ferreira2005-06-083-3/+11
| | | | Notes: svn path=/head/; revision=137021
* - Update to 2.0.2Pav Lucistnik2005-06-069-69/+207
| | | | | | | | PR: ports/81967 Submitted by: Ganael LAPLANCHE <ganael.laplanche@martymac.com> (maintainer) Notes: svn path=/head/; revision=136939
* Mark it as IGNORE; it doesn't run on BitTorrent 4.x yet. The author is workingJeremy Messenger2005-06-051-0/+3
| | | | | | | | | | | on BitTorrent 4.x support. http://sourceforge.net/project/shownotes.php?release_id=331211 Reported by: tmclaugh via IRC (#freebsd-gnome) Notes: svn path=/head/; revision=136802
* - Update to 0.1212 [1]Jean-Yves Lefort2005-06-033-13/+9
| | | | | | | | | | - Cleanup the port PR: ports/81835 [1] Submitted by: HAYASHI Yasushi <yasi@yasi.to> [1] Notes: svn path=/head/; revision=136726
* change the libtool version to use from 1.3 to 1.5Oliver Lehmann2005-06-022-2/+4
| | | | Notes: svn path=/head/; revision=136688
* - Fix brain failure of minePav Lucistnik2005-06-023-9/+9
| | | | | | | | Reported by: krismail Pointy hat to: pav Notes: svn path=/head/; revision=136663
* Fix typo: add PKGNAMESUFFIX?=-devel backMario Sergio Fujikawa Ferreira2005-05-301-0/+1
| | | | Notes: svn path=/head/; revision=136407
* Uphold NOPORTDOCS: do not define PORTDOCSMario Sergio Fujikawa Ferreira2005-05-301-2/+2
| | | | Notes: svn path=/head/; revision=136406
* Update to 4.0.2Mario Sergio Fujikawa Ferreira2005-05-305-28/+32
| | | | Notes: svn path=/head/; revision=136405
* o Update to 4.1.1 development version which brings many new featuresMario Sergio Fujikawa Ferreira2005-05-3020-190/+391
| | | | | | | | | | [1] such as trackerless [2] support 1) http://www.bittorrent.com/bittorrent_versions.html 2) http://www.bittorrent.com/trackerless.html Notes: svn path=/head/; revision=136404
* - Add pkg-message with a note about limitation of this software with big filesPav Lucistnik2005-05-282-0/+7
| | | | | | | | PR: ports/74177, ports/81581 Submitted by: No Name <arundel@h3c.de> Notes: svn path=/head/; revision=136343
* - Deal with locale directoriesPav Lucistnik2005-05-273-0/+18
| | | | Notes: svn path=/head/; revision=136281
* o Update to Freenet Stable build 5102 released 20050526 snapshotMario Sergio Fujikawa Ferreira2005-05-264-8/+8
| | | | | | | o Bump PORTREVISION since build version did not change Notes: svn path=/head/; revision=136184
* - Use PLIST_FILES/PORTDOCSVolker Stolz2005-05-233-9/+12
| | | | | | | - Mark as deprecated and initiate deorbit burn: no longer available Notes: svn path=/head/; revision=135942
* BROKEN on 4.x: Does not compileKris Kennaway2005-05-211-1/+7
| | | | Notes: svn path=/head/; revision=135785
* - Update to 1.1.0Pav Lucistnik2005-05-207-66/+47
| | | | | | | | PR: ports/81228 Submitted by: No Name <arundel@h3c.de> Notes: svn path=/head/; revision=135700
* - Update to 2.0.1Pav Lucistnik2005-05-209-51/+48
| | | | | | | | PR: ports/81223 Submitted by: Ganael LAPLANCHE <ganael.laplanche@martymac.com> (maintainer) Notes: svn path=/head/; revision=135693
* - Update to 0.3.12Pav Lucistnik2005-05-202-9/+13
| | | | | | | | PR: ports/81265 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer) Notes: svn path=/head/; revision=135686
* Add dcd.Jean-Yves Lefort2005-05-206-0/+113
| | | | | | | | | | | | | | | | | | | | | | DConnect Daemon is a Direct Connect Hub clone for Unix. It allows people to share their resources, i.e.: programs, graphics, other files... Features: * fast, pure C implementation * libwrap support (hosts.allow, hosts.deny) * low per-user memory consumption * uses threads (no forking) * nick pattern matching * simple administration through telnet console WWW: http://www.dc.ds.pg.gda.pl/ PR: ports/81021 Submitted by: Aleksandr S. Goncharov <mraleks@bk.ru> Notes: svn path=/head/; revision=135663
* Update to new stable release 2.0.0Max Khon2005-05-1721-0/+1218
| | | | | | | | PR: 80734 Submitted by: Ganael Laplanche Notes: svn path=/head/; revision=135456
* - Remove old patch.Florent Thoumie2005-05-171-11/+0
| | | | | | | Reported by: Markus Buretorp <markus.buretorp@home.se> Notes: svn path=/head/; revision=135454
* - Update to 0.2.2.Florent Thoumie2005-05-162-3/+3
| | | | Notes: svn path=/head/; revision=135404