Commit graph

1224 commits

Author SHA1 Message Date
Tilman Keskinoz
53d95a4d11 - Fix build on 64bit platforms
PR:		97503
Submitted by:	Dan Ponte <dcp1990@neptune.atopia.net>

- Move location of global config file from /etc to LOCALBASE/etc
- Bump PORTREVISION
2006-05-21 16:09:08 +00:00
Ion-Mihai Tetcu
af78f9ada8 Vertex is an implementation of the Q2Q protocol (sort of like P2P, but one
better). There are a few moving parts in Vertex:

    * PTCP: a protocol which is nearly identical to TCP, but which runs over
      UDP. This lets Q2Q penetrate most NAT configurations.
    * JUICE ([JU]ice [I]s [C]oncurrent [E]vents): a very simple but immensely
      flexible protocol which forms the basis of the high-level aspects of Q2Q
    * vertex: a command line tool which exposes a few features useful in many
      situations (such as registration and authentication)

The Q2Q network has some decentralized features (there is no one server or
company which can control all Q2Q addresses) and features of centralization
(addresses beneath a particular domain are issued by a server for that domain;
once issued, some activities require the server to be contacted again, while
others do not). Vertex includes an identity server capable of hosting Q2Q
addresses.

WWW: http://divmod.org/trac/wiki/DivmodVertex

PR:		ports/97506
Submitted by:	Alexander Botero-Lowry <alex@foxybanana.com>
Approved by:	lawrance (mentor)
2006-05-20 01:22:31 +00:00
Mario Sergio Fujikawa Ferreira
f4719ea4e3 Update to 0.6.1.19 2006-05-19 02:03:15 +00:00
Florent Thoumie
974204a41f - Transform rtorrent into a master port.
- Add rtorrent-devel, the development version of rtorrent.
2006-05-17 11:26:56 +00:00
Florent Thoumie
2802fd279f - Transform libtorrent into a master port.
- Add libtorrent-devel, the development version of libtorrent.
2006-05-17 11:25:22 +00:00
Joe Marcus Clarke
04e8919955 Use Network instead of Internet as a desktop item category as the former
is a registered Freedesktop category type.

Reported by:	pointyhat via kris
2006-05-17 03:07:26 +00:00
Mario Sergio Fujikawa Ferreira
38efdb35d7 o Update WIP swarming patch to revision n
o Save memory by using only 2 integers instead of 4 to record IPv4
  addresses
o Bump PORTREVISION
2006-05-15 21:26:15 +00:00
Stefan Walter
3937319d77 Update to 0.1.2
Approved by:	arved (mentor)
2006-05-14 20:22:21 +00:00
Edwin Groothuis
0f12b488a5 Remove USE_REINPLACE from all categories starting with N 2006-05-11 22:49:56 +00:00
Andrej Zverev
c21ac35f27 - Update to version 0.6.5
- Fix build on 4.x
- rcNG'fy port

PR:		ports/96463
Submitted by:	az
Reviewed by:	maintainer (via email)
2006-05-11 07:03:31 +00:00
Alex Dupre
ffcb54b54f Chase gmp library and bump PORTREVISION. 2006-05-10 14:46:47 +00:00
Mario Sergio Fujikawa Ferreira
3eb809dfe3 Update to 0.6.1.18 2006-05-09 23:06:17 +00:00
Mario Sergio Fujikawa Ferreira
294d8bc9a2 o Update WIP swarming patch to revision h
o Fix: depend on gtk20 instead of gtk12
o Bump PORTREVISION
2006-05-09 13:05:28 +00:00
Stefan Walter
a8f97fb786 Convert MAINTAINER to my freebsd.org account. 2006-05-07 13:32:13 +00:00
Pav Lucistnik
4800029565 - Update to 0.1.9
PR:		ports/96812
Submitted by:	Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer)
2006-05-06 16:51:38 +00:00
Mario Sergio Fujikawa Ferreira
36c60d34c5 o Fix PLIST; thus, removing BROKEN status
o Bump PORTREVISION
2006-05-06 15:13:47 +00:00
Pav Lucistnik
c558673f0b - Switch lua dependency to lang/lua50 2006-05-03 13:25:07 +00:00
Edwin Groothuis
179697185d Remove USE_REINPLACE from ports in categories starting with A. 2006-05-03 05:14:35 +00:00
Marcus Alves Grando
541e4d5aff - Add extra patch to fix slow running in 4.x
- Fix wrong test of PYXML in OPTIONS
- Bump PORTREVISION

PR:		95152
Notified by:	Sven Berkvens-Matthijsse <sven___berkvens.net>
Submitted by:	maintainer
2006-04-29 17:47:41 +00:00
Mario Sergio Fujikawa Ferreira
f0bda73f7d Update to 0.6.1.17 2006-04-24 22:04:25 +00:00
Kris Kennaway
93952c8f3f BROKEN: Incorrect pkg-plist 2006-04-22 21:53:43 +00:00
Mario Sergio Fujikawa Ferreira
db71196212 o BUILD_DEPENDS on www/jetty instead of fetching/building it on its
own for every build. Incidently, it gives i2p an updated jetty
  release.
o Bump PORTREVISION since it now uses an updated jetty release
2006-04-21 20:09:35 +00:00
Mario Sergio Fujikawa Ferreira
aefd787748 Really bump PORTREVISION forgotten on previous commit 2006-04-21 17:22:11 +00:00
Mario Sergio Fujikawa Ferreira
4a0ce2b401 o Apply WIP3c patches from MLDonkey developer's:
- Both fix and refactor the handling of sources from multiple
  p2p networks. For example, downloading of a file from
  different networks at once.
	1) some more commonSwarming.ml cleanups and commenting
	2) bugfix of compute_block_num algorithm
o Bump PORTREVISION

Submitted by:	pango <petchema@concept-micro.com>
2006-04-21 17:20:53 +00:00
Michael Nottebrock
883486482a Ports using Qt without setting USE_QT_VER need environment fixups. 2006-04-20 21:55:37 +00:00
Mario Sergio Fujikawa Ferreira
ce8172b8fb Update to 2.7.5 2006-04-17 21:36:32 +00:00
Mario Sergio Fujikawa Ferreira
d11c8a380f Update to 0.6.1.16 2006-04-17 21:35:21 +00:00
Tilman Keskinoz
71feae6320 Fix configure patch to detect other boost libraries, so client_test is
compiled

PR:		95604
Submitted by:	Johan Strom <johan@stromnet.org>
cvs: ----------------------------------------------------------------------
2006-04-15 16:30:29 +00:00
Edwin Groothuis
e5dade0e2b [PATCH] net-p2p/nicotine: portlint(1) fixes
PR:		ports/95789
Submitted by:	Alexander Botero-Lowry <alex@foxybanana.com>
Approved by:	Stefan Walter <sw@gegenunendlich.de>
2006-04-15 11:52:31 +00:00
Mario Sergio Fujikawa Ferreira
4bdc746302 Update to 0.6.1.15 2006-04-14 04:39:40 +00:00
Jean-Yves Lefort
09655d2ea7 Update to 0.1217 2006-04-11 21:54:31 +00:00
Mario Sergio Fujikawa Ferreira
b5f61708f8 Add a feature: an extra column to both "Downloads" and download
file detail tabs.
  This column named 'number' holds the internal identification
number of a given download. Such information is required for several
console commands.
2006-04-10 23:02:10 +00:00
Johan van Selst
cf5c0d2182 - Update to new master site and updated tarball
- Bumped revision

PR: 94774
Submitted by: Ganael LAPLANCHE (maintainer)
Approved by: flz (mentor)
2006-04-06 13:44:57 +00:00
Mario Sergio Fujikawa Ferreira
38104388f1 Update to 0.6.1.14 2006-04-06 03:33:42 +00:00
Edwin Groothuis
ad95510985 Use SUB_FILES for pkg-message 2006-04-01 12:22:23 +00:00
Mario Sergio Fujikawa Ferreira
38f784c01a Add missing USE_BZIP2 entry 2006-03-31 16:26:04 +00:00
Mario Sergio Fujikawa Ferreira
5034a13e0d Add working MASTER_SITES
Submitted by:	kris (dosirak)
2006-03-31 04:12:56 +00:00
Pav Lucistnik
9fe982973f - Update to 0.96.1
PR:		ports/93859
Submitted by:	Jonas Sonntag <jonas@schiebtsich.net> (maintainer)
2006-03-29 12:14:55 +00:00
Pav Lucistnik
84320e2a8a - Update to 0.3.15
Approved by:	maintainer
2006-03-28 09:58:15 +00:00
Mario Sergio Fujikawa Ferreira
86e32ac0fd Update to 0.6.1.13 2006-03-27 20:44:47 +00:00
Mario Sergio Fujikawa Ferreira
b7b41eda73 Do not hardcode rc.subr(8) location 2006-03-27 20:44:32 +00:00
Tilman Keskinoz
4717032620 Update to 0.1.0
PR:		94092
Submitted by:	Stefan Walter <sw@gegenunendlich.de>
2006-03-26 20:20:34 +00:00
Mario Sergio Fujikawa Ferreira
40ae9b0e9b New port gkremldk version 0.9.7: shows current mldonkey donwload/upload
rates and allows setting them
2006-03-25 06:40:52 +00:00
Markus Brueffer
2bdda7e438 Drop maintainership 2006-03-24 21:20:08 +00:00
Andrey Slusar
ebe89309c3 Add rblibtorrent 0.9.1, a C++ library implementing a BitTorrent client.
PR:		ports/94014
Submitted by:	Johan Ström <johan@stromnet.org>
2006-03-24 20:44:18 +00:00
Florent Thoumie
1c4a700615 Update to 0.4.5.
Reminded by:	Simon Olofsson <simon@olofsson.de>
2006-03-21 16:31:38 +00:00
Florent Thoumie
b55094fe3a Update to 0.8.5.
Reminded by:	Simon Olofsson <simon@olofsson.de>
2006-03-21 16:28:31 +00:00
Mario Sergio Fujikawa Ferreira
19bc31e6f1 o Update to 2.4.0.2 following required update of x11-toolkits/swt31
to 3.1.1
o This version works with jdk version >= 1.4 instead of only 1.4
o Add PKGMESSAGE instructing that x11-toolkits/swt31 should be of
  version 3.1.1 or later.

PR:		94607
Submitted by:	Mikhail T. <mi@aldan.algebra.com>
2006-03-20 05:57:26 +00:00
Jeremy Messenger
2470af1a6c Fix the build on FreeBSD 4.x; it's untest.
Reported by:	krismail
2006-03-19 05:53:04 +00:00
Pav Lucistnik
0f3bde51ba - Update to 2.1.1
- Update rcng usage

PR:		ports/94634
Submitted by:	Ganael LAPLANCHE <ganael.laplanche@martymac.com> (maintainer)
2006-03-18 17:12:23 +00:00