pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mbone/dbeacon Initial import of dbeacon version 0.3.9....
details: https://anonhg.NetBSD.org/pkgsrc/rev/dc0f67c710d8
branches: trunk
changeset: 546296:dc0f67c710d8
user: seb <seb%pkgsrc.org@localhost>
date: Tue Aug 26 15:01:54 2008 +0000
description:
Initial import of dbeacon version 0.3.9.1 in the NetBSD Packages
Collection.
dbeacon is a Multicast Beacon written in C++. The main purpose of
a beacon is to monitor other beacon's reachability and collect
statistics such as loss, delay and jitter between beacons. dbeacon
supports both IPv4 and IPv6 multicast, collecting information via
ASM and SSM.
dbeacon was originally only IPv6 capable, designed to be used in
the m6bone.
diffstat:
mbone/dbeacon/DESCR | 8 ++++++++
mbone/dbeacon/Makefile | 34 ++++++++++++++++++++++++++++++++++
mbone/dbeacon/PLIST | 15 +++++++++++++++
mbone/dbeacon/distinfo | 5 +++++
4 files changed, 62 insertions(+), 0 deletions(-)
diffs (78 lines):
diff -r 461617a45ac0 -r dc0f67c710d8 mbone/dbeacon/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mbone/dbeacon/DESCR Tue Aug 26 15:01:54 2008 +0000
@@ -0,0 +1,8 @@
+dbeacon is a Multicast Beacon written in C++. The main purpose of
+a beacon is to monitor other beacon's reachability and collect
+statistics such as loss, delay and jitter between beacons. dbeacon
+supports both IPv4 and IPv6 multicast, collecting information via
+ASM and SSM.
+
+dbeacon was originally only IPv6 capable, designed to be used in
+the m6bone.
diff -r 461617a45ac0 -r dc0f67c710d8 mbone/dbeacon/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mbone/dbeacon/Makefile Tue Aug 26 15:01:54 2008 +0000
@@ -0,0 +1,34 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/08/26 15:01:54 seb Exp $
+#
+
+DISTNAME= dbeacon-0.3.9.1
+#PKGREVISION= 1
+CATEGORIES= mbone
+MASTER_SITES= http://fivebits.net/files/dbeacon/
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://fivebits.net/proj/dbeacon/
+COMMENT= Distributed IPv4/IPv6 multicast beacon
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LANGUAGES= c c++
+USE_TOOLS+= gmake
+NO_CONFIGURE= yes
+BUILD_DEFS+= IPV6_READY
+
+INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 share/examples/dbeacon
+INSTALLATION_DIRS+= share/doc/dbeacon
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/dbeacon ${DESTDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/docs/dbeacon.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
+.for f in FAQ PROTOCOL large_scale_beaconing.txt
+ ${INSTALL_DATA} ${WRKSRC}/docs/${f} ${DESTDIR}${PREFIX}/share/doc/dbeacon
+.endfor
+.for f in apache-matrix-conf checkmatrix.sh dbeacon.conf.sample matrix.conf.sample matrix.pl xml2txt.pl
+ ${INSTALL_DATA} ${WRKSRC}/contrib/${f} ${DESTDIR}${PREFIX}/share/examples/dbeacon
+.endfor
+ ${INSTALL_DATA} ${WRKSRC}/docs/matrix.conf.5 ${DESTDIR}${PREFIX}/share/examples/dbeacon
+
+.include "../../mk/bsd.pkg.mk"
diff -r 461617a45ac0 -r dc0f67c710d8 mbone/dbeacon/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mbone/dbeacon/PLIST Tue Aug 26 15:01:54 2008 +0000
@@ -0,0 +1,15 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/08/26 15:01:54 seb Exp $
+bin/dbeacon
+man/man1/dbeacon.1
+share/doc/dbeacon/FAQ
+share/doc/dbeacon/PROTOCOL
+share/doc/dbeacon/large_scale_beaconing.txt
+share/examples/dbeacon/apache-matrix-conf
+share/examples/dbeacon/checkmatrix.sh
+share/examples/dbeacon/dbeacon.conf.sample
+share/examples/dbeacon/matrix.conf.5
+share/examples/dbeacon/matrix.conf.sample
+share/examples/dbeacon/matrix.pl
+share/examples/dbeacon/xml2txt.pl
+@dirrm share/examples/dbeacon
+@dirrm share/doc/dbeacon
diff -r 461617a45ac0 -r dc0f67c710d8 mbone/dbeacon/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mbone/dbeacon/distinfo Tue Aug 26 15:01:54 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/08/26 15:01:54 seb Exp $
+
+SHA1 (dbeacon-0.3.9.1.tar.gz) = d6131e723a251c01d245fcb3ead864f1348e2565
+RMD160 (dbeacon-0.3.9.1.tar.gz) = 81ec4cfe1c2890c7cdb5afbbd98fd2d0cf2a57a3
+Size (dbeacon-0.3.9.1.tar.gz) = 43893 bytes
Home |
Main Index |
Thread Index |
Old Index