diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-07-07 00:29:39 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-07-07 00:29:39 +0800 |
commit | 0260b08549e77ef4e16cb6d6945a7f2b65a037c6 (patch) | |
tree | f98ce8d519e69334ed92b8458abd5008432d8e4d /net | |
parent | 25e8ef62dc83d4b07ab31f1a26417f7531f939f2 (diff) | |
download | freebsd-ports-gnome-0260b08549e77ef4e16cb6d6945a7f2b65a037c6.tar.gz freebsd-ports-gnome-0260b08549e77ef4e16cb6d6945a7f2b65a037c6.tar.zst freebsd-ports-gnome-0260b08549e77ef4e16cb6d6945a7f2b65a037c6.zip |
Initial import of radvd-0.6.2p4.
Radvd is the Linux/BSD IPv6 router advertisement daemon.
PR: 28760
Submitted by: Patrick Li <pat@databits.net>
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/radvd/Makefile | 30 | ||||
-rw-r--r-- | net/radvd/distinfo | 1 | ||||
-rw-r--r-- | net/radvd/pkg-comment | 1 | ||||
-rw-r--r-- | net/radvd/pkg-descr | 7 | ||||
-rw-r--r-- | net/radvd/pkg-message | 9 | ||||
-rw-r--r-- | net/radvd/pkg-plist | 6 |
7 files changed, 55 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 7a178d453c3d..13ae402756c6 100644 --- a/net/Makefile +++ b/net/Makefile @@ -302,6 +302,7 @@ SUBDIR += radiusclient SUBDIR += radiusd-cistron SUBDIR += radreport + SUBDIR += radvd SUBDIR += ratoolset SUBDIR += rboot SUBDIR += rdesktop diff --git a/net/radvd/Makefile b/net/radvd/Makefile new file mode 100644 index 000000000000..a0beddd83570 --- /dev/null +++ b/net/radvd/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: radvd +# Date created: Fri Jul 6 03:17:33 EDT 2001 +# Whom: Patrick Li <pat@databits.net> +# +# $FreeBSD$ +# + +PORTNAME= radvd +PORTVERSION= 0.6.2p4 +CATEGORIES= net ipv6 +MASTER_SITES= http://v6web.litech.org/radvd/ +DISTNAME= ${PORTNAME}-${PORTVERSION:S/p4/pl4/} + +MAINTAINER= pat@databits.net + +GNU_CONFIGURE= yes + +MAN5= radvd.conf.5 +MAN8= radvd.8 radvdump.8 + +post-install: +.ifndef(NOPORTDOCS) + @${MKDIR} ${PREFIX}/share/doc/${PORTNAME} + @${INSTALL_DATA} ${WRKSRC}/INTRO.html ${PREFIX}/share/doc/${PORTNAME} + @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/${PORTNAME} + @${INSTALL_DATA} ${WRKSRC}/radvd.conf.example ${PREFIX}/etc +.endif #NOPORTDOCS + @${SED} -e "s|/usr/local|${PREFIX}|" ${PKGMESSAGE} + +.include <bsd.port.mk> diff --git a/net/radvd/distinfo b/net/radvd/distinfo new file mode 100644 index 000000000000..a75f201ceaa2 --- /dev/null +++ b/net/radvd/distinfo @@ -0,0 +1 @@ +MD5 (radvd-0.6.2pl4.tar.gz) = 3f8916f78012819fe578ded9997bec65 diff --git a/net/radvd/pkg-comment b/net/radvd/pkg-comment new file mode 100644 index 000000000000..cf5c838d1e3b --- /dev/null +++ b/net/radvd/pkg-comment @@ -0,0 +1 @@ +A Linux/BSD IPv6 router advertisement daemon diff --git a/net/radvd/pkg-descr b/net/radvd/pkg-descr new file mode 100644 index 000000000000..ae4a33bc97b5 --- /dev/null +++ b/net/radvd/pkg-descr @@ -0,0 +1,7 @@ +radvd implements IPv6 router advertisements for Linux and FreeBSD +as specified in RFC 2461. Support for Mobile IPv6 as well as 6to4 +is included. + +WWW: http://v6web.litech.org/radvd/ + +- Patrick Li <pat@databits.net> diff --git a/net/radvd/pkg-message b/net/radvd/pkg-message new file mode 100644 index 000000000000..72fb7b6a2431 --- /dev/null +++ b/net/radvd/pkg-message @@ -0,0 +1,9 @@ + +----------------------------------------------- +Example of the radvd config file is located at: + + (/usr/local/etc/radvd.conf.example) + +Also refer to: `man radvd.conf` +----------------------------------------------- + diff --git a/net/radvd/pkg-plist b/net/radvd/pkg-plist new file mode 100644 index 000000000000..1cef5ddcf8fd --- /dev/null +++ b/net/radvd/pkg-plist @@ -0,0 +1,6 @@ +etc/radvd.conf.example +sbin/radvd +sbin/radvdump +share/doc/radvd/INTRO.html +share/doc/radvd/README +@dirrm share/doc/radvd |