cvs commit: ports/net Makefile ports/net/vde Makefile distinfo pkg-descr pkg-plist ports/net/vde/files patch-Makefile patch-hash.c patch-port.c patch-qemu::Makefile patch-qemu::vdeq.c patch-slirpvde::libslirp.h ...

Sergey Matveychuk sem at FreeBSD.org
Fri Mar 11 05:51:34 PST 2005


sem         2005-03-11 13:51:33 UTC

  FreeBSD ports repository

  Modified files:
    net                  Makefile 
  Added files:
    net/vde              Makefile distinfo pkg-descr pkg-plist 
    net/vde/files        patch-Makefile patch-hash.c patch-port.c 
                         patch-qemu::Makefile patch-qemu::vdeq.c 
                         patch-slirpvde::Makefile 
                         patch-slirpvde::ip.h 
                         patch-slirpvde::libslirp.h 
                         patch-slirpvde::slirp_config.h 
                         patch-slirpvde::slirpvde.c 
                         patch-slirpvde::tcp.h patch-tuntap.c 
                         patch-vde.h patch-vde_plug.c 
                         patch-vde_switch.c 
                         patch-vdetaplib::Makefile 
                         patch-vdetaplib::libvdetap.c 
                         patch-vdetaplib::test.c 
                         patch-vdetaplib::vdetap.c 
  Log:
  VDE is a user-mode ethernet simulation.  It's quite useful for
  hooking together multiple qemu instances into a single virtual
  network without needing root access.  It can also be used for
  tunneling or other network simulation tasks.
  
  PR:             ports/76874
  Submitted by:   Craig Boston <craig at yekse.gank.org>
  
  Revision  Changes    Path
  1.1444    +1 -0      ports/net/Makefile
  1.1       +29 -0     ports/net/vde/Makefile (new)
  1.1       +2 -0      ports/net/vde/distinfo (new)
  1.1       +40 -0     ports/net/vde/files/patch-Makefile (new)
  1.1       +23 -0     ports/net/vde/files/patch-hash.c (new)
  1.1       +34 -0     ports/net/vde/files/patch-port.c (new)
  1.1       +8 -0      ports/net/vde/files/patch-qemu::Makefile (new)
  1.1       +103 -0    ports/net/vde/files/patch-qemu::vdeq.c (new)
  1.1       +20 -0     ports/net/vde/files/patch-slirpvde::Makefile (new)
  1.1       +34 -0     ports/net/vde/files/patch-slirpvde::ip.h (new)
  1.1       +14 -0     ports/net/vde/files/patch-slirpvde::libslirp.h (new)
  1.1       +33 -0     ports/net/vde/files/patch-slirpvde::slirp_config.h (new)
  1.1       +95 -0     ports/net/vde/files/patch-slirpvde::slirpvde.c (new)
  1.1       +34 -0     ports/net/vde/files/patch-slirpvde::tcp.h (new)
  1.1       +45 -0     ports/net/vde/files/patch-tuntap.c (new)
  1.1       +15 -0     ports/net/vde/files/patch-vde.h (new)
  1.1       +98 -0     ports/net/vde/files/patch-vde_plug.c (new)
  1.1       +80 -0     ports/net/vde/files/patch-vde_switch.c (new)
  1.1       +11 -0     ports/net/vde/files/patch-vdetaplib::Makefile (new)
  1.1       +260 -0    ports/net/vde/files/patch-vdetaplib::libvdetap.c (new)
  1.1       +46 -0     ports/net/vde/files/patch-vdetaplib::test.c (new)
  1.1       +107 -0    ports/net/vde/files/patch-vdetaplib::vdetap.c (new)
  1.1       +7 -0      ports/net/vde/pkg-descr (new)
  1.1       +8 -0      ports/net/vde/pkg-plist (new)


More information about the cvs-ports mailing list