FreeBSD Bugzilla – Attachment 98079 Details for
Bug 136916
New port: net/dbeacon Distributed multicast beacon server
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
dbeacon.port
dbeacon.port (text/plain), 2.65 KB, created by
Antonio Querubin
on 2009-07-20 03:50:04 UTC
(
hide
)
Description:
dbeacon.port
Filename:
MIME Type:
Creator:
Antonio Querubin
Created:
2009-07-20 03:50:04 UTC
Size:
2.65 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># dbeacon ># dbeacon/pkg-descr ># dbeacon/Makefile ># dbeacon/distinfo ># dbeacon/files ># dbeacon/files/dbeacon.in ># >echo c - dbeacon >mkdir -p dbeacon > /dev/null 2>&1 >echo x - dbeacon/pkg-descr >sed 's/^X//' >dbeacon/pkg-descr << '162e5e99ee160bef43cb3f3da8425b59' >XDbeacon is a distributed multicast monitoring tool. The main purpose of a >Xbeacon is to monitor other beacons' reachability and to collect statistics >Xsuch as loss, delay, and jitter between beacons. Dbeacon supports both >XIPv4 and IPv6 multicast and supports collecting information using both Any >XSource Multicast (ASM) and Source-Specific Multicast (SSM). >X >XWWW: http://fivebits.net/proj/dbeacon >162e5e99ee160bef43cb3f3da8425b59 >echo x - dbeacon/Makefile >sed 's/^X//' >dbeacon/Makefile << '648136cd1e322430c28f18dd11bed7b1' >X# New ports collection makefile for: dbeacon >X# Date created: July 19, 2009 >X# Whom: Antonio Querubin <tony@lava.net> >X# >X# $FreeBSD$ >X# >X >XPORTNAME= dbeacon >XPORTVERSION= 0.3.9.1 >XCATEGORIES= net >XMASTER_SITES= http://fivebits.net/files/dbeacon/ >X >XMAINTAINER= tony@lava.net >XCOMMENT= Distributed multicast beacon server >X >XPLIST_FILES= bin/dbeacon \ >X share/man/man1/dbeacon.1 >X >XUSE_GMAKE= yes >X >XUSE_RC_SUBR= dbeacon >X >Xdo-install: >X ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin >X ${INSTALL_MAN} ${WRKSRC}/docs/dbeacon.1 ${PREFIX}/share/man/man1 >X >X.include <bsd.port.mk> >648136cd1e322430c28f18dd11bed7b1 >echo x - dbeacon/distinfo >sed 's/^X//' >dbeacon/distinfo << '61b128562f21bf13de846f973878f963' >XMD5 (dbeacon-0.3.9.1.tar.gz) = abb202b01f9a17c1fb96d4c247d9e825 >XSHA256 (dbeacon-0.3.9.1.tar.gz) = 0fbaa178a07802b66bd5497ca9a9c57f0db3fb9b5795c46c051263c13bae2d06 >XSIZE (dbeacon-0.3.9.1.tar.gz) = 43893 >61b128562f21bf13de846f973878f963 >echo c - dbeacon/files >mkdir -p dbeacon/files > /dev/null 2>&1 >echo x - dbeacon/files/dbeacon.in >sed 's/^X//' >dbeacon/files/dbeacon.in << '100a8394458000d9a97c5e582493dc81' >X#!/bin/sh >X# >X# $FreeBSD$ >X# >X# PROVIDE: dbeacon >X# REQUIRE: DAEMON >X# KEYWORD: shutdown >X# >X# Add the following lines to /etc/rc.conf to enable dbeacon. >X# >X# dbeacon_enable="YES" >X# dbeacon_flags="" Extra flags passed to start command. >X# >X# See dbeacon(1) for flags. >X >Xdbeacon_enable=${dbeacon_enable-"NO"} >Xdbeacon_flags=${dbeacon_flags-""} >X >X. %%RC_SUBR%% >X >Xname="dbeacon" >Xrcvar=`set_rcvar` >X >Xcommand="%%PREFIX%%/bin/${name}" >X >Xload_rc_config $name >X >Xrun_rc_command "$1" >100a8394458000d9a97c5e582493dc81 >exit
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 136916
: 98079