aboutsummaryrefslogtreecommitdiff
path: root/net/dbeacon
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-3/+1
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* net/dbeacon: Fix build with Clang 6Tobias Kortkamp2018-07-071-1/+2
| | | | | | | | | | | | | | | dbeacon.cpp:415:78: error: invalid operands to binary expression ('__bind<int &, sockaddr *, int>' and 'int') ...(bind(mcastSock, beaconUnicastAddr.saddr(), beaconUnicastAddr.addrlen()) != 0) { ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~ - Follow MASTER_SITES redirect PR: 226232 Submitted by: maintainer Notes: svn path=/head/; revision=474070
* net/dbeacon: Unbreak portMark Felder2016-03-173-9/+41
| | | | | | | | | | | | | - New MAINTAINER - New MASTER_SITE - Add patch to clean up some build errors - Cleaned up pkg-descr PR: 208048 MFH: 2016Q1 Notes: svn path=/head/; revision=411315
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"Dmitry Marakasov2016-01-121-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=405891
* Mark a few ports BROKEN: unfetchableAntoine Brodin2015-11-091-0/+2
| | | | Notes: svn path=/head/; revision=401096
* - Add LICENSEDmitry Marakasov2015-08-201-0/+2
| | | | Notes: svn path=/head/; revision=394898
* Reset maintainerErwin Lansing2015-08-191-1/+1
| | | | | | | | | | | <tony@lava.net>: host incoming.lava.net[162.243.175.95] said: 550 5.1.1 <tony@lava.net>: Recipient address rejected: User unknown in virtual alias table (in reply to RCPT TO command) Sponsored by: DK Hostmaster A/S Notes: svn path=/head/; revision=394751
* - Support stagingEmanuel Haupt2014-02-281-7/+4
| | | | | | | - USES -> gmake Notes: svn path=/head/; revision=346460
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | net) Notes: svn path=/head/; revision=327755
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* Dbeacon is a distributed multicast monitoring tool. The main purpose of aDmitry Marakasov2009-07-284-0/+65
beacon is to monitor other beacons' reachability and to collect statistics such as loss, delay, and jitter between beacons. Dbeacon supports both IPv4 and IPv6 multicast and supports collecting information using both Any Source Multicast (ASM) and Source-Specific Multicast (SSM). WWW: http://fivebits.net/proj/dbeacon PR: 136916 Submitted by: Antonio Querubin <tony@lava.net> Notes: svn path=/head/; revision=238550