pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mbone/beacon Initial import of beacon, version 1.1.0, ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/742fb440ef1a
branches:  trunk
changeset: 488544:742fb440ef1a
user:      cube <cube%pkgsrc.org@localhost>
date:      Thu Feb 03 15:06:36 2005 +0000

description:
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:

 mbone/beacon/DESCR    |   4 ++++
 mbone/beacon/Makefile |  30 ++++++++++++++++++++++++++++++
 mbone/beacon/PLIST    |   4 ++++
 mbone/beacon/distinfo |   4 ++++
 4 files changed, 42 insertions(+), 0 deletions(-)

diffs (58 lines):

diff -r ae5594b7f9e3 -r 742fb440ef1a mbone/beacon/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mbone/beacon/DESCR        Thu Feb 03 15:06:36 2005 +0000
@@ -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 -r ae5594b7f9e3 -r 742fb440ef1a mbone/beacon/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mbone/beacon/Makefile     Thu Feb 03 15:06:36 2005 +0000
@@ -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@localhost
+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 -r ae5594b7f9e3 -r 742fb440ef1a mbone/beacon/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mbone/beacon/PLIST        Thu Feb 03 15:06:36 2005 +0000
@@ -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 -r ae5594b7f9e3 -r 742fb440ef1a mbone/beacon/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mbone/beacon/distinfo     Thu Feb 03 15:06:36 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index