View | Details | Raw Unified | Return to bug 193183 | Differences between
and this patch

Collapse All | Expand All

(-)beacon/Makefile (-4 / +3 lines)
Lines 7-13 Link Here
7
CATEGORIES=	net perl5 mbone ipv6
7
CATEGORIES=	net perl5 mbone ipv6
8
MASTER_SITES=	SF/multicastbeacon/multicastbeacon/beacon%20v${PORTVERSION}
8
MASTER_SITES=	SF/multicastbeacon/multicastbeacon/beacon%20v${PORTVERSION}
9
9
10
MAINTAINER=	ports@FreeBSD.org
10
MAINTAINER=	portmaster@bsdforge.com
11
COMMENT=	Beacon active measurement tool to monitor multicast
11
COMMENT=	Beacon active measurement tool to monitor multicast
12
12
13
BUILD_DEPENDS=	p5-Net>=0:${PORTSDIR}/net/p5-Net
13
BUILD_DEPENDS=	p5-Net>=0:${PORTSDIR}/net/p5-Net
Lines 24-30 Link Here
24
24
25
IPV6_DESC=		Enable IPv6 PTR lookups
25
IPV6_DESC=		Enable IPv6 PTR lookups
26
26
27
NO_STAGE=	yes
28
.include <bsd.port.options.mk>
27
.include <bsd.port.options.mk>
29
28
30
.if ${PORT_OPTIONS:MIPV6}
29
.if ${PORT_OPTIONS:MIPV6}
Lines 36-43 Link Here
36
35
37
post-install:
36
post-install:
38
.if ${PORT_OPTIONS:MDOCS}
37
.if ${PORT_OPTIONS:MDOCS}
39
	@${MKDIR} ${DOCSDIR}/
38
	@${MKDIR} ${STAGEDIR}${DOCSDIR}/
40
	@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/
39
	@${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/
41
.endif
40
.endif
42
41
43
.include <bsd.port.mk>
42
.include <bsd.port.mk>
(-)beacon/pkg-descr (-5 / +5 lines)
Lines 1-7 Link Here
1
The NLANR/DAST Multicast Beacon is a program written in Perl which uses the 
1
The NLANR/DAST Multicast Beacon is a program written in Perl which uses the RTP
2
RTP protocol to provide useful statistics and diagnostic information about 
2
protocol to provide useful statistics and diagnostic information about a given
3
a given multicast group. 
3
multicast group.
4
The Multicast Beacon can be used as a general-purpose active multicast 
4
The Multicast Beacon can be used as a general-purpose active multicast measurement
5
measurement tool.
5
tool.
6
6
7
WWW: http://sourceforge.net/projects/multicastbeacon/
7
WWW: http://sourceforge.net/projects/multicastbeacon/

Return to bug 193183