From 4fa23ba4a62cef4fa103d4c13a91bc7cca0bc2cb Mon Sep 17 00:00:00 2001 From: Kevin Lo Date: Fri, 6 Jul 2001 16:29:39 +0000 Subject: Initial import of radvd-0.6.2p4. Radvd is the Linux/BSD IPv6 router advertisement daemon. PR: 28760 Submitted by: Patrick Li --- net/radvd/Makefile | 30 ++++++++++++++++++++++++++++++ net/radvd/distinfo | 1 + net/radvd/pkg-comment | 1 + net/radvd/pkg-descr | 7 +++++++ net/radvd/pkg-message | 9 +++++++++ net/radvd/pkg-plist | 6 ++++++ 6 files changed, 54 insertions(+) create mode 100644 net/radvd/Makefile create mode 100644 net/radvd/distinfo create mode 100644 net/radvd/pkg-comment create mode 100644 net/radvd/pkg-descr create mode 100644 net/radvd/pkg-message create mode 100644 net/radvd/pkg-plist (limited to 'net/radvd') 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 +# +# $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 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 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 -- cgit v1.2.3