From owner-cvs-all@FreeBSD.ORG Fri Nov 14 08:33:35 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BF2F16A4CF; Fri, 14 Nov 2003 08:33:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6767343FE5; Fri, 14 Nov 2003 08:33:34 -0800 (PST) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAEGXYXJ043276; Fri, 14 Nov 2003 08:33:34 -0800 (PST) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAEGXYdI043275; Fri, 14 Nov 2003 08:33:34 -0800 (PST) (envelope-from bms) Message-Id: <200311141633.hAEGXYdI043275@repoman.freebsd.org> From: Bruce M Simpson Date: Fri, 14 Nov 2003 08:33:34 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mbone Makefile ports/mbone/mcl Makefile distinfo pkg-descr pkg-plist ports/mbone/mcl/files patch-Makefile patch-Makefile.common patch-alc-Makefile patch-check-alc-Makefile patch-fcast-Makefile patch-fcast.h patch-mcl_debug.cpp ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Nov 2003 16:33:35 -0000 X-List-Received-Date: Fri, 14 Nov 2003 16:33:35 -0000 bms 2003/11/14 08:33:34 PST FreeBSD ports repository (src committer) Modified files: mbone Makefile Added files: mbone/mcl Makefile distinfo pkg-descr pkg-plist mbone/mcl/files patch-Makefile patch-Makefile.common patch-alc-Makefile patch-check-alc-Makefile patch-fcast-Makefile patch-fcast.h patch-mcl_debug.cpp patch-mcl_includes.h patch-mcl_lib.cpp patch-mcl_network.cpp patch-mcl_osdep.h patch-robcast-Makefile patch-test_abort.c patch-test_demux_label1_rx.c patch-test_demux_label1_tx.c patch-test_dyn_tsi.c patch-test_multi_sessions1.c patch-test_multi_sessions2.c patch-test_no_tx.c patch-test_rebootable_client.c patch-test_seq_of_tx_sessions.c patch-test_several_fec_codecs.c patch-test_vtm_rx.c patch-test_vtm_tx.c patch-test_wait_rx_receiver.c patch-test_wait_rx_sender.c patch-test_wait_tx.c Log: Add mcl 2.99, implementation of the ALC and NORM Reliable Multicast Protocols. PR: 58728 Submitted by: past@noc.ntua.gr Revision Changes Path 1.19 +2 -1 ports/mbone/Makefile 1.1 +53 -0 ports/mbone/mcl/Makefile (new) 1.1 +1 -0 ports/mbone/mcl/distinfo (new) 1.1 +13 -0 ports/mbone/mcl/files/patch-Makefile (new) 1.1 +33 -0 ports/mbone/mcl/files/patch-Makefile.common (new) 1.1 +16 -0 ports/mbone/mcl/files/patch-alc-Makefile (new) 1.1 +21 -0 ports/mbone/mcl/files/patch-check-alc-Makefile (new) 1.1 +28 -0 ports/mbone/mcl/files/patch-fcast-Makefile (new) 1.1 +20 -0 ports/mbone/mcl/files/patch-fcast.h (new) 1.1 +11 -0 ports/mbone/mcl/files/patch-mcl_debug.cpp (new) 1.1 +36 -0 ports/mbone/mcl/files/patch-mcl_includes.h (new) 1.1 +14 -0 ports/mbone/mcl/files/patch-mcl_lib.cpp (new) 1.1 +48 -0 ports/mbone/mcl/files/patch-mcl_network.cpp (new) 1.1 +32 -0 ports/mbone/mcl/files/patch-mcl_osdep.h (new) 1.1 +19 -0 ports/mbone/mcl/files/patch-robcast-Makefile (new) 1.1 +13 -0 ports/mbone/mcl/files/patch-test_abort.c (new) 1.1 +13 -0 ports/mbone/mcl/files/patch-test_demux_label1_rx.c (new) 1.1 +13 -0 ports/mbone/mcl/files/patch-test_demux_label1_tx.c (new) 1.1 +13 -0 ports/mbone/mcl/files/patch-test_dyn_tsi.c (new) 1.1 +14 -0 ports/mbone/mcl/files/patch-test_multi_sessions1.c (new) 1.1 +14 -0 ports/mbone/mcl/files/patch-test_multi_sessions2.c (new) 1.1 +13 -0 ports/mbone/mcl/files/patch-test_no_tx.c (new) 1.1 +13 -0 ports/mbone/mcl/files/patch-test_rebootable_client.c (new) 1.1 +14 -0 ports/mbone/mcl/files/patch-test_seq_of_tx_sessions.c (new) 1.1 +13 -0 ports/mbone/mcl/files/patch-test_several_fec_codecs.c (new) 1.1 +13 -0 ports/mbone/mcl/files/patch-test_vtm_rx.c (new) 1.1 +13 -0 ports/mbone/mcl/files/patch-test_vtm_tx.c (new) 1.1 +12 -0 ports/mbone/mcl/files/patch-test_wait_rx_receiver.c (new) 1.1 +12 -0 ports/mbone/mcl/files/patch-test_wait_rx_sender.c (new) 1.1 +13 -0 ports/mbone/mcl/files/patch-test_wait_tx.c (new) 1.1 +14 -0 ports/mbone/mcl/pkg-descr (new) 1.1 +4 -0 ports/mbone/mcl/pkg-plist (new)