cvs commit: ports/net Makefile ports/net/jgroups Makefile distinfo
pkg-descr ports/net/jgroups/files
patch-src_org_jgroups_protocols_MPING.java
patch-src_org_jgroups_protocols_TP.java
patch-src_org_jgroups_protocols_UDP.java
patch-src_org_jgroups_util_Util.java
Alex Dupre
ale at FreeBSD.org
Fri Mar 18 10:17:28 UTC 2011
ale 2011-03-18 10:17:28 UTC
FreeBSD ports repository
Modified files:
net Makefile
Added files:
net/jgroups Makefile distinfo pkg-descr
net/jgroups/files
patch-src_org_jgroups_protocols_MPING.java
patch-src_org_jgroups_protocols_TP.java
patch-src_org_jgroups_protocols_UDP.java
patch-src_org_jgroups_util_Util.java
Log:
JGroups is a toolkit for reliable multicast communication.
(Note that this doesn't necessarily mean IP Multicast,
JGroups can also use transports such as TCP).
It can be used to create groups of processes whose members can
send messages to each other. The main features include:
* Group creation and deletion
* Joining and leaving of groups
* Membership detection and notification about joined/left/crashed members
* Detection and removal of crashed members
* Sending and receiving of member-to-group messages (point-to-multipoint)
* Sending and receiving of member-to-member messages (point-to-point)
WWW: http://www.jgroups.org/
Revision Changes Path
1.2327 +1 -0 ports/net/Makefile
1.1 +47 -0 ports/net/jgroups/Makefile (new)
1.1 +2 -0 ports/net/jgroups/distinfo (new)
1.1 +11 -0 ports/net/jgroups/files/patch-src_org_jgroups_protocols_MPING.java (new)
1.1 +11 -0 ports/net/jgroups/files/patch-src_org_jgroups_protocols_TP.java (new)
1.1 +20 -0 ports/net/jgroups/files/patch-src_org_jgroups_protocols_UDP.java (new)
1.1 +13 -0 ports/net/jgroups/files/patch-src_org_jgroups_util_Util.java (new)
1.1 +17 -0 ports/net/jgroups/pkg-descr (new)
More information about the cvs-all
mailing list