Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Nov 2003 08:33:34 -0800 (PST)
From:      Bruce M Simpson <bms@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
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 ...
Message-ID:  <200311141633.hAEGXYdI043275@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311141633.hAEGXYdI043275>