Date: Fri, 18 Mar 2011 10:17:28 +0000 (UTC) From: Alex Dupre <ale@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: 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 Message-ID: <201103181017.p2IAHS2n064552@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103181017.p2IAHS2n064552>