summaryrefslogtreecommitdiff
path: root/mbone
diff options
context:
space:
mode:
authorcube <cube@pkgsrc.org>2005-02-03 15:06:36 +0000
committercube <cube@pkgsrc.org>2005-02-03 15:06:36 +0000
commit98cd7ec64eaf4b4d241766c97de616aa98a988bd (patch)
tree367d450adc7ad2447e343fe0951de1ae00ed642e /mbone
parent77b44e36032830363f1ab31c7af48fa3a8ff0f92 (diff)
downloadpkgsrc-98cd7ec64eaf4b4d241766c97de616aa98a988bd.tar.gz
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.
Diffstat (limited to 'mbone')
-rw-r--r--mbone/beacon/DESCR4
-rw-r--r--mbone/beacon/Makefile30
-rw-r--r--mbone/beacon/PLIST4
-rw-r--r--mbone/beacon/distinfo4
4 files changed, 42 insertions, 0 deletions
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