[61354] trunk/dports/net

mnick at macports.org mnick at macports.org
Wed Dec 9 07:40:50 PST 2009


Revision: 61354
          http://trac.macports.org/changeset/61354
Author:   mnick at macports.org
Date:     2009-12-09 07:40:47 -0800 (Wed, 09 Dec 2009)
Log Message:
-----------
new port: miredo ipv6 tunneling software

Added Paths:
-----------
    trunk/dports/net/miredo/
    trunk/dports/net/miredo/Portfile
    trunk/dports/net/miredo/files/
    trunk/dports/net/miredo/files/patch-nosignal.diff

Added: trunk/dports/net/miredo/Portfile
===================================================================
--- trunk/dports/net/miredo/Portfile	                        (rev 0)
+++ trunk/dports/net/miredo/Portfile	2009-12-09 15:40:47 UTC (rev 61354)
@@ -0,0 +1,40 @@
+# -*- coding: utf-8; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+
+name                miredo
+version             1.2.2
+maintainers         mnick
+
+categories 	        net
+description         Miredo is an open-source Teredo IPv6 tunneling software
+long_description    ${description}. \
+                    It includes functional implementations of all components of the Teredo \
+                    specification (client, relay and server). It is meant to provide IPv6 \
+                    connectivity even from behind NAT devices
+
+platforms           darwin
+license             GPLv2
+
+homepage            http://www.remlab.net/miredo/
+master_sites        http://www.remlab.net/files/miredo/
+
+use_bzip2           yes
+
+checksums           md5     a04a40c4b42869968e00495636ff6d82 \
+                    sha1    9facd2ef23ae7a9969dfbe179a6c3ebddd87a2cc \
+                    rmd160  16c9ec08d5ae935027a49153dc44745e2cc916c7
+
+patchfiles          patch-nosignal.diff
+use_parallel_build  no
+
+depends_lib-append  port:judy port:tuntaposx
+
+startupitem.create      yes
+startupitem.executable  ${prefix}/sbin/miredo -c ${prefix}/etc/miredo/miredo.conf
+
+post-destroot {
+    # Renaming of interface isn't supported
+    reinplace "s|^InterfaceName|#InterfaceName|" ${destroot}${prefix}/etc/miredo/miredo.conf
+}


Property changes on: trunk/dports/net/miredo/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/net/miredo/files/patch-nosignal.diff
===================================================================
--- trunk/dports/net/miredo/files/patch-nosignal.diff	                        (rev 0)
+++ trunk/dports/net/miredo/files/patch-nosignal.diff	2009-12-09 15:40:47 UTC (rev 61354)
@@ -0,0 +1,12 @@
+--- src/relayd.c.orig	2009-10-05 03:59:08.000000000 +0200
++++ src/relayd.c	2009-10-05 03:59:44.000000000 +0200
+@@ -57,6 +57,9 @@
+ #ifndef PF_LOCAL
+ # define PF_LOCAL PF_UNIX
+ #endif
++#ifndef MSG_NOSIGNAL
++# define MSG_NOSIGNAL 0 /* Uho */
++#endif
+ 
+ #include <libtun6/tun6.h>
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091209/de92c145/attachment.html>


More information about the macports-changes mailing list