Ticket #31614: Portfile.2

File Portfile.2, 1.5 KB (added by stefan.van.der.eijk@…, 12 years ago)
Line 
1# $Id: Portfile 86030 2011-10-18 17:03:29Z ryandesign@macports.org $
2
3PortSystem          1.0
4
5name                radvd
6version             1.8.3
7categories          net
8platforms           darwin
9maintainers         sics.se:lars.rasmusson
10homepage            http://www.litech.org/radvd/
11master_sites        ${homepage}dist/
12patchfiles          RFC3542.include.patch
13
14description         router advertisement daemon
15
16long_description    The router advertisement daemon (radvd) is run by \
17                    Linux or BSD systems acting as IPv6 routers. \
18                    It sends Router Advertisement messages, specified by RFC 2461, \
19                    to a local Ethernet LAN periodically and when requested by a node \
20                    sending a Router Solicitation message. \
21                    These messages are required for IPv6 stateless autoconfiguration.
22
23checksums           rmd160  01e0b8ddcd21d724fe6ed658c22e8c1bce830f18 \
24                    sha256  bf040b452f03542a56904ffcfc96aa9257581ad380818ac22065f0cfde7fc2e9
25
26configure.args      --with-logfile=${prefix}/var/log/radvd.log \
27                    --with-pidfile=${prefix}/var/run/radvd.pid
28
29notes               "You must enable ipv6 forwarding to use radvd, like this:\
30                    \n\n    sudo sysctl -w net.inet6.ip6.forwarding=1\
31                    \n\nYou must also create a config file in ${prefix}/etc/radvd.conf\
32                    \nSee \"man radvd.conf\" for how to configure radvd."