removed pim6sd, since it's succeeded by net/mcast-tools
This commit is contained in:
parent
c5939966b2
commit
55f731543f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=150426
4 changed files with 0 additions and 56 deletions
|
@ -1,45 +0,0 @@
|
|||
# New ports collection makefile for: pim6-sd
|
||||
# Date created: 2 Jun 2001
|
||||
# Whom: dwcjr
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= pim6sd
|
||||
PORTVERSION= 20050715a
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= net ipv6
|
||||
MASTER_SITES= ftp://ftp.kame.net/pub/kame/misc/
|
||||
|
||||
MAINTAINER= suz@FreeBSD.org
|
||||
COMMENT= PIM for IPv6 sparse mode daemon
|
||||
|
||||
USE_REINPLACE= yes
|
||||
|
||||
MAN5= pim6sd.conf.5
|
||||
MAN8= pim6sd.8 mtrace6.8
|
||||
MANCOMPRESSED= yes
|
||||
|
||||
DOCS= BUGS.TODO BUGS.V6 LICENSE.mrouted LICENSE.pim6dd \
|
||||
LICENSE.pim6sd LICENSE.pimd README README.first README.SSM
|
||||
|
||||
BUILD_WRKSRC= ${WRKSRC}/${PORTNAME}
|
||||
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
||||
|
||||
post-patch:
|
||||
.for file in Makefile.inc pim6sd/pathnames.h pim6sd/pim6sd.8
|
||||
@${REINPLACE_CMD} -e 's./usr/local/v6.${PREFIX}.g' ${WRKSRC}/${file}
|
||||
.endfor
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA} ${FILESDIR}/pim6sd.conf ${PREFIX}/etc
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${PREFIX}/share/doc/${PORTNAME}
|
||||
.for file in ${DOCS}
|
||||
${INSTALL_DATA} ${BUILD_WRKSRC}/${file} ${PREFIX}/share/doc/${PORTNAME}
|
||||
@${ECHO_CMD} share/doc/${PORTNAME}/${file} >>${TMPPLIST}
|
||||
.endfor
|
||||
@${ECHO_CMD} "@dirrm share/doc/${PORTNAME}" >>${TMPPLIST}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1,2 +0,0 @@
|
|||
MD5 (pim6sd-20050715a.tar.gz) = ef6044d5a4c046d472bf513b2098ccd1
|
||||
SIZE (pim6sd-20050715a.tar.gz) = 174358
|
|
@ -1,5 +0,0 @@
|
|||
Pim6sd is an IPv6 multicast routing daemon, which supports the following
|
||||
protocols for IPv6.
|
||||
PIMv2 (Protocol Independent Multicast Version 2) sparse mode
|
||||
PIM-SSM (Source-Specific Multicast using PIM sparse-mode)
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
etc/pim6sd.conf
|
||||
sbin/pim6sd
|
||||
sbin/pim6stat
|
||||
sbin/mtrace6
|
Loading…
Reference in a new issue