parent
0f503a18bc
commit
f4c7147752
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43471
@ -277,6 +277,7 @@
|
||||
SUBDIR += perldap
|
||||
SUBDIR += pfinger
|
||||
SUBDIR += pim6dd
|
||||
SUBDIR += pim6sd
|
||||
SUBDIR += pipsecd
|
||||
SUBDIR += pmf
|
||||
SUBDIR += poptop
|
||||
|
27
net/pim6sd/Makefile
Normal file
27
net/pim6sd/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: pim6-sd
|
||||
# Date created: 2 Jun 2001
|
||||
# Whom: dwcjr
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= pim6sd
|
||||
PORTVERSION= 20010602a
|
||||
CATEGORIES= net ipv6
|
||||
MASTER_SITES= ftp://ftp.kame.net/pub/kame/misc/
|
||||
|
||||
MAINTAINER= ume@freebsd.org
|
||||
|
||||
MAN5= pim6sd.conf.5
|
||||
MAN8= pim6sd.8
|
||||
MANCOMPRESSED= yes
|
||||
|
||||
BUILD_WRKSRC= ${WRKSRC}/${PORTNAME}
|
||||
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
||||
|
||||
post-patch:
|
||||
.for file in Makefile.inc pim6sd/pathnames.h pim6sd/pim6sd.8
|
||||
@${PERL} -pi.orig -e 's./usr/local/v6.${PREFIX}.g' ${WRKSRC}/${file}
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/pim6sd/distinfo
Normal file
1
net/pim6sd/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (pim6sd-20010602a.tar.gz) = b728f2f3030f199448f32940cd1ae53b
|
1
net/pim6sd/pkg-comment
Normal file
1
net/pim6sd/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
PIM for IPv6 sparse mode daemon
|
2
net/pim6sd/pkg-descr
Normal file
2
net/pim6sd/pkg-descr
Normal file
@ -0,0 +1,2 @@
|
||||
Pim6sd is an IPv6 multicast routing daemon, which supports PIMv2
|
||||
(Protocol Independent Multicast Version 2) sparse mode for IPv6.
|
2
net/pim6sd/pkg-plist
Normal file
2
net/pim6sd/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
sbin/pim6sd
|
||||
sbin/pim6stat
|
Loading…
Reference in New Issue
Block a user