pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/vde Initial import of vde 1.5.9.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/79d0e6f0e31f
branches:  trunk
changeset: 496734:79d0e6f0e31f
user:      grant <grant%pkgsrc.org@localhost>
date:      Mon Jul 11 03:23:29 2005 +0000

description:
Initial import of vde 1.5.9.

VDE is a virtual network that can be spawned over a set of physical
computers over the Internet.

VDE connects together: (1) real GNU-linux boxes (tuntap) (2) virtual
machines: UML-User Mode Linux, qemu, bochs, MPS.

VDE can be used:
  - to create a general purpose tunnel (every protocol that runs on
    Ethernet can be put into the tunnel)
  - to connect a set of virtual machine to the Internet with no need of
    free access of tuntap
  - to support mobility: a VDE can stay interconnected despite of the
    change of virtual cables, i.e. the change of IP addresses and
    interface in the real world

diffstat:

 net/vde/DESCR            |  14 ++++++++++++++
 net/vde/Makefile         |  17 +++++++++++++++++
 net/vde/PLIST            |  15 +++++++++++++++
 net/vde/distinfo         |   6 ++++++
 net/vde/patches/patch-aa |  13 +++++++++++++
 5 files changed, 65 insertions(+), 0 deletions(-)

diffs (85 lines):

diff -r b971c5a269b7 -r 79d0e6f0e31f net/vde/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/vde/DESCR     Mon Jul 11 03:23:29 2005 +0000
@@ -0,0 +1,14 @@
+VDE is a virtual network that can be spawned over a set of physical
+computers over the Internet.
+
+VDE connects together: (1) real GNU-linux boxes (tuntap) (2) virtual
+machines: UML-User Mode Linux, qemu, bochs, MPS.
+
+VDE can be used:
+  - to create a general purpose tunnel (every protocol that runs on
+    Ethernet can be put into the tunnel)
+  - to connect a set of virtual machine to the Internet with no need of
+    free access of tuntap
+  - to support mobility: a VDE can stay interconnected despite of the
+    change of virtual cables, i.e. the change of IP addresses and
+    interface in the real world
diff -r b971c5a269b7 -r 79d0e6f0e31f net/vde/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/vde/Makefile  Mon Jul 11 03:23:29 2005 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/07/11 03:23:29 grant Exp $
+#
+
+DISTNAME=              vde-1.5.9
+CATEGORIES=            net
+MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=vde/}
+
+MAINTAINER=            tech-pkg%NetBSD.org@localhost
+HOMEPAGE=              http://vde.sourceforge.net/
+COMMENT=               Virtual Distributed Ethernet tools
+
+USE_LIBTOOL=           yes
+GNU_CONFIGURE=         yes
+
+ONLY_FOR_PLATFORM+=    Linux-*-*
+
+.include "../../mk/bsd.pkg.mk"
diff -r b971c5a269b7 -r 79d0e6f0e31f net/vde/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/vde/PLIST     Mon Jul 11 03:23:29 2005 +0000
@@ -0,0 +1,15 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/07/11 03:23:29 grant Exp $
+bin/dpipe
+bin/slirpvde
+bin/vde_plug
+bin/vde_switch
+bin/vdeq
+bin/vdeqemu
+bin/vdetap
+lib/libvdetap.la
+man/man1/dpipe.1
+man/man1/slirpvde.1
+man/man1/vde_plug.1
+man/man1/vde_switch.1
+man/man1/vdeq.1
+man/man1/vdetaplib.1
diff -r b971c5a269b7 -r 79d0e6f0e31f net/vde/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/vde/distinfo  Mon Jul 11 03:23:29 2005 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/07/11 03:23:29 grant Exp $
+
+SHA1 (vde-1.5.9.tar.gz) = 5c4b478c718783b4a7e42fd3128e2095b5d94680
+RMD160 (vde-1.5.9.tar.gz) = b829263dc074110d95687add76b8227ca85d00e1
+Size (vde-1.5.9.tar.gz) = 437770 bytes
+SHA1 (patch-aa) = 934810045bd01e77fad382ec39ab09c1f2f5badb
diff -r b971c5a269b7 -r 79d0e6f0e31f net/vde/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/vde/patches/patch-aa  Mon Jul 11 03:23:29 2005 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2005/07/11 03:23:29 grant Exp $
+
+--- slirpvde/Makefile.in.orig  2005-06-15 21:17:12.000000000 +1000
++++ slirpvde/Makefile.in
+@@ -213,7 +213,7 @@ slirpvde_SOURCES = \
+                  bootp.h \
+                  slirpvde.c
+ 
+-INCLUDES = -DVDE -D"u_int=unsigned int"
++INCLUDES = -DVDE
+ EXTRA_DIST = README
+ all: all-am
+ 



Home | Main Index | Thread Index | Old Index