From 02685e95676088778d5478d63b67f4a1bd52a5eb Mon Sep 17 00:00:00 2001 From: cube Date: Thu, 3 Feb 2005 15:06:36 +0000 Subject: Initial import of beacon, version 1.1.0, into the NetBSD Packages Collection. Initial work by Emmanuel Dreyfus, clean-up and linting by me. The NLANR/DAST Multicast Beacon is a multicast diagnostic tool written in Perl which uses the RTP protocol (RFC3550) to provide useful statistics and diagnostic information about a given multicast group's connectivity characteristics. --- mbone/beacon/DESCR | 4 ++++ mbone/beacon/Makefile | 30 ++++++++++++++++++++++++++++++ mbone/beacon/PLIST | 4 ++++ mbone/beacon/distinfo | 4 ++++ 4 files changed, 42 insertions(+) create mode 100644 mbone/beacon/DESCR create mode 100644 mbone/beacon/Makefile create mode 100644 mbone/beacon/PLIST create mode 100644 mbone/beacon/distinfo (limited to 'mbone') diff --git a/mbone/beacon/DESCR b/mbone/beacon/DESCR new file mode 100644 index 00000000000..38d47291dec --- /dev/null +++ b/mbone/beacon/DESCR @@ -0,0 +1,4 @@ +The NLANR/DAST Multicast Beacon is a multicast diagnostic tool written +in Perl which uses the RTP protocol (RFC3550) to provide useful statistics +and diagnostic information about a given multicast group's connectivity +characteristics. diff --git a/mbone/beacon/Makefile b/mbone/beacon/Makefile new file mode 100644 index 00000000000..e4b6f3abe55 --- /dev/null +++ b/mbone/beacon/Makefile @@ -0,0 +1,30 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/02/03 15:06:36 cube Exp $ +# + +DISTNAME= beacon-1.1-0 +PKGNAME= beacon-1.1.0 +CATEGORIES= mbone +MASTER_SITES= http://dast.nlanr.net/Projects/Beacon/releases/ + +MAINTAINER= manu@NetBSD.org +HOMEPAGE= http://dast.nlanr.net/Projects/Beacon/ +COMMENT= Multicast supervison tool + +GNU_CONFIGURE= YES +USE_BUILDLINK3= YES +USE_PKGINSTALL= YES +CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/share/examples/beacon + +PERL5_CONFIGURE= NO +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Net/Multicast/Beacon/.packlist + +SUBST_CLASSES+= conf +SUBST_FILES.conf= src/beacon.in +SUBST_STAGE.conf= post-patch +SUBST_SED.conf= -e s,@prefix@/etc,${PKG_SYSCONFDIR}, + +CONF_FILES+= ${PREFIX}/share/examples/beacon/beacon.conf \ + ${PKG_SYSCONFDIR}/beacon.conf + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/mbone/beacon/PLIST b/mbone/beacon/PLIST new file mode 100644 index 00000000000..09d800257cb --- /dev/null +++ b/mbone/beacon/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/02/03 15:06:36 cube Exp $ +bin/beacon +share/examples/beacon/beacon.conf +@dirrm share/examples/beacon diff --git a/mbone/beacon/distinfo b/mbone/beacon/distinfo new file mode 100644 index 00000000000..a7337776960 --- /dev/null +++ b/mbone/beacon/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/02/03 15:06:36 cube Exp $ + +SHA1 (beacon-1.1-0.tar.gz) = f6d5e88e00d26e53df8c9742e7454b84d72e0911 +Size (beacon-1.1-0.tar.gz) = 247815 bytes -- cgit v1.2.3