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

Collapse All | Expand All

(-)beacon/Makefile (-4 / +8 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 17-22 Link Here
17
PLIST_SUB+=	VERSION=${PORTVERSION}
17
PLIST_SUB+=	VERSION=${PORTVERSION}
18
18
19
USES=		perl5
19
USES=		perl5
20
USE_PERL5+=	fixpacklist
20
USE_AUTOTOOLS=	autoconf
21
USE_AUTOTOOLS=	autoconf
21
22
22
OPTIONS_DEFINE=		IPV6
23
OPTIONS_DEFINE=		IPV6
Lines 24-30 Link Here
24
25
25
IPV6_DESC=		Enable IPv6 PTR lookups
26
IPV6_DESC=		Enable IPv6 PTR lookups
26
27
27
NO_STAGE=	yes
28
.include <bsd.port.options.mk>
28
.include <bsd.port.options.mk>
29
29
30
.if ${PORT_OPTIONS:MIPV6}
30
.if ${PORT_OPTIONS:MIPV6}
Lines 35-43 Link Here
35
.endif
35
.endif
36
36
37
post-install:
37
post-install:
38
	cd ${STAGEDIR}/${SITE_PERL}/${PERL_ARCH}/auto/Net/Multicast/Beacon/ && ${STRIP_CMD} Beacon.so
39
	cd ${WRKSRC}/src/FreeBSD/ && cp beacon ${STAGEDIR}${PREFIX}/etc/rc.d/
38
.if ${PORT_OPTIONS:MDOCS}
40
.if ${PORT_OPTIONS:MDOCS}
39
	@${MKDIR} ${DOCSDIR}/
41
	@${MKDIR} ${STAGEDIR}${DOCSDIR}/
40
	@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/
42
	@${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/
41
.endif
43
.endif
44
compress-man:
45
MANCOMPRESSED=	no
42
46
43
.include <bsd.port.mk>
47
.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
5
measurement tool.
5
measurement tool.
6
6
7
WWW: http://sourceforge.net/projects/multicastbeacon/
7
WWW: http://sourceforge.net/projects/multicastbeacon

Return to bug 193183