[68740] trunk/dports/net
ryandesign at macports.org
ryandesign at macports.org
Fri Jun 11 15:50:12 PDT 2010
Revision: 68740
http://trac.macports.org/changeset/68740
Author: ryandesign at macports.org
Date: 2010-06-11 15:50:09 -0700 (Fri, 11 Jun 2010)
Log Message:
-----------
radvd: new port, version 1.6; see #25090
Added Paths:
-----------
trunk/dports/net/radvd/
trunk/dports/net/radvd/Portfile
trunk/dports/net/radvd/files/
trunk/dports/net/radvd/files/patch-configure
Added: trunk/dports/net/radvd/Portfile
===================================================================
--- trunk/dports/net/radvd/Portfile (rev 0)
+++ trunk/dports/net/radvd/Portfile 2010-06-11 22:50:09 UTC (rev 68740)
@@ -0,0 +1,35 @@
+# $Id$
+
+PortSystem 1.0
+
+name radvd
+version 1.6
+categories net
+platforms darwin
+maintainers sics.se:lars.rasmusson
+homepage http://www.litech.org/radvd/
+master_sites ${homepage}dist/
+
+description router advertisement daemon
+
+long_description The router advertisement daemon (radvd) is run by \
+ Linux or BSD systems acting as IPv6 routers. \
+ It sends Router Advertisement messages, specified by RFC 2461, \
+ to a local Ethernet LAN periodically and when requested by a node \
+ sending a Router Solicitation message. \
+ These messages are required for IPv6 stateless autoconfiguration.
+
+checksums md5 987e0660d68b4501b24dc5a068cea83c \
+ sha1 3f6f1afeab6bfc35a464e6ef6f76ae00cc285d32 \
+ rmd160 7715de55d2915e21610c8c60eb61509056899d9c
+
+patchfiles patch-configure
+
+configure.args --mandir=${prefix}/share/man \
+ --with-logfile=${prefix}/var/log/radvd.log \
+ --with-pidfile=${prefix}/var/run/radvd.pid
+
+notes "You must enable ipv6 forwarding to use radvd, like this:\
+ \n\n sudo sysctl -w net.inet6.ip6.forwarding=1\
+ \n\nYou must also create a config file in ${prefix}/etc/radvd.conf\
+ \nSee \"man radvd.conf\" for how to configure radvd."
Property changes on: trunk/dports/net/radvd/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
Added: trunk/dports/net/radvd/files/patch-configure
===================================================================
--- trunk/dports/net/radvd/files/patch-configure (rev 0)
+++ trunk/dports/net/radvd/files/patch-configure 2010-06-11 22:50:09 UTC (rev 68740)
@@ -0,0 +1,11 @@
+--- configure.orig 2010-03-05 06:17:00.000000000 -0600
++++ configure 2010-06-11 17:43:37.000000000 -0500
+@@ -1834,7 +1834,7 @@
+
+ arch=linux
+ ;;
+- *bsd*)
++ *bsd* | *-darwin*)
+ echo "$as_me:$LINENO: result: bsd44" >&5
+ echo "${ECHO_T}bsd44" >&6
+ arch=bsd44
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100611/f97a3627/attachment.html>
More information about the macports-changes
mailing list