[78234] trunk/dports/net

ryandesign at macports.org ryandesign at macports.org
Fri Apr 29 09:14:08 PDT 2011


Revision: 78234
          http://trac.macports.org/changeset/78234
Author:   ryandesign at macports.org
Date:     2011-04-29 09:14:08 -0700 (Fri, 29 Apr 2011)
Log Message:
-----------
vde2: new port, version 2.3.1; see #29319

Added Paths:
-----------
    trunk/dports/net/vde2/
    trunk/dports/net/vde2/Portfile

Added: trunk/dports/net/vde2/Portfile
===================================================================
--- trunk/dports/net/vde2/Portfile	                        (rev 0)
+++ trunk/dports/net/vde2/Portfile	2011-04-29 16:14:08 UTC (rev 78234)
@@ -0,0 +1,64 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+
+name                vde2
+version             2.3.1
+categories          net
+platforms           darwin
+maintainers         nomaintainer
+license             GPL-2 LGPL-2.1 BSD-old
+
+description         ethernet compliant virtual network
+
+long_description    VDE is an ethernet compliant virtual network that can be \
+                    spawned over a set of physical computer over the Internet.
+
+homepage            http://vde.sourceforge.net/
+master_sites        sourceforge:vde
+use_bzip2           yes
+
+checksums           sha1    10e199a2dbc3d207ee29269e34f05cc5140878d9 \
+                    rmd160  a1d0055422f34871ad3762b6093b1d39d9657184
+
+depends_lib         port:openssl
+
+configure.args      --disable-kernel-switch \
+                    --disable-tuntap \
+                    --disable-pcap \
+                    --enable-cryptcab
+
+post-destroot {
+    set docdir ${destroot}${prefix}/share/doc/${name}
+    xinstall -d ${docdir}
+    xinstall -m 644 -W ${worksrcpath} \
+                    COPYING \
+                    COPYING.libvdeplug \
+                    COPYING.slirpvde \
+                    Changelog \
+                    README \
+                    doc/README.UML \
+                    doc/README.VirtualBox \
+                    doc/README.bochs \
+                    doc/README.qemu \
+                    doc/README.slirpvde \
+                    doc/README.vde_over_ns \
+                    doc/freebsd_tap-HOWTO \
+                    doc/vde_autolink-HOWTO \
+                    doc/vdeqemu-HOWTO \
+                    ${docdir}
+}
+
+variant tuntap description {Enable support for TAP devices} {
+    depends_lib-append      port:tuntaposx
+    configure.args-replace  "s|--disable-tuntap|--enable-tuntap|"
+}
+
+variant pcap description {Enable support for packet capturing} {
+    depends_lib-append      port:libpcap
+    configure.args-replace  "s|--disable-pcap|--enable-pcap|"
+}
+
+livecheck.type      sourceforge
+livecheck.regex     "${name}-(\\d+\\.\\d+(\\.\\d+)?)${extract.suffix}"


Property changes on: trunk/dports/net/vde2/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110429/fe0857ff/attachment.html>


More information about the macports-changes mailing list