FreshPorts -- The Place For Ports notbug Sun, 12 Feb 2012 10:25 AM GMT
Port details
beacon 1.4_1 net on this many watch lists=1 search for ports that depend on this port
Beacon active measurement tool to monitor multicast
Maintained by: janos.mohacsi@bsd.hu search for ports maintained by this maintainer
Port Added: 28 Feb 2004 20:40:50
Also Listed In: perl5 mbone ipv6
License: not specified in port
The NLANR/DAST Multicast Beacon is a program written in Perl which uses the 
RTP protocol to provide useful statistics and diagnostic information about 
a given multicast group. 
The Multicast Beacon can be used as a general-purpose active multicast 
measurement tool.

WWW: http://sourceforge.net/projects/multicastbeacon/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: net/p5-Net, lang/perl5.8, devel/autoconf
Required To Run: net/p5-Net, lang/perl5.8
There are no ports dependent upon this port

To install the port: cd /usr/ports/net/beacon/ && make install clean
To add the package: pkg_add -r beacon


Configuration Options
===> The following configuration options are available for beacon-1.4_1:
     IPV6=off (default) "Enable IPv6 PTR lookups"
===> Use 'make config' to modify these settings

Master Sites:
http://heanet.dl.sourceforge.net/project/multicastbeacon/multicastbeacon/beacon%20v1.4/
http://sunet.dl.sourceforge.net/project/multicastbeacon/multicastbeacon/beacon%20v1.4/
http://iweb.dl.sourceforge.net/project/multicastbeacon/multicastbeacon/beacon%20v1.4/
http://switch.dl.sourceforge.net/project/multicastbeacon/multicastbeacon/beacon%20v1.4/
http://surfnet.dl.sourceforge.net/project/multicastbeacon/multicastbeacon/beacon%20v1.4/
http://kent.dl.sourceforge.net/project/multicastbeacon/multicastbeacon/beacon%20v1.4/
http://freefr.dl.sourceforge.net/project/multicastbeacon/multicastbeacon/beacon%20v1.4/
http://voxel.dl.sourceforge.net/project/multicastbeacon/multicastbeacon/beacon%20v1.4/
http://jaist.dl.sourceforge.net/project/multicastbeacon/multicastbeacon/beacon%20v1.4/
http://osdn.dl.sourceforge.net/project/multicastbeacon/multicastbeacon/beacon%20v1.4/
http://nchc.dl.sourceforge.net/project/multicastbeacon/multicastbeacon/beacon%20v1.4/
http://ncu.dl.sourceforge.net/project/multicastbeacon/multicastbeacon/beacon%20v1.4/
http://transact.dl.sourceforge.net/project/multicastbeacon/multicastbeacon/beacon%20v1.4/
http://softlayer.dl.sourceforge.net/project/multicastbeacon/multicastbeacon/beacon%20v1.4/
http://internode.dl.sourceforge.net/project/multicastbeacon/multicastbeacon/beacon%20v1.4/
http://ufpr.dl.sourceforge.net/project/multicastbeacon/multicastbeacon/beacon%20v1.4/
http://waix.dl.sourceforge.net/project/multicastbeacon/multicastbeacon/beacon%20v1.4/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 30

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
13 Apr 2011 01:35:17
Original commit files touched by this commit  1.4_1
swills search for other commits by this committer
- Don't leave leftover config file if it hasn't changed

Reported by:    pointyhat via pav
Pointy hat to:  swills
11 Apr 2011 04:11:41
Original commit files touched by this commit  1.4
swills search for other commits by this committer
- Update to 1.4
- Fix MASTER_SITES
- Update home page to SF site since previous page doesn't respond
- Use included rc script
- Remove patches included upstream
- Remove unneeded 'CONFIGURE_ARGS='
- Don't unnecessarily include bsd.port.pre.mk/bsd.port.post.mk
- Remove messages about config files. pkg-message could be used, but
  isn't necessary

PR:             ports/154519
Approved by:    maintainer timeout
20 Mar 2011 12:54:45
Original commit files touched by this commit  1.3_4
miwi search for other commits by this committer
- Get Rid MD5 support
15 Dec 2010 22:44:42
Original commit files touched by this commit  1.3_4
pgollucci search for other commits by this committer
- Unbreak on !i386
- rc.d script handle daemonize and run as nobody by default
- Bump PORTREVISION

PR:             ports/149127
Submitted by:   Craig Leres <leres@ee.lbl.gov>
Approved by:    janos.mohacsi@bsd.hu (maintainer)
04 Dec 2010 07:34:27
Original commit files touched by this commit  1.3_3
ade search for other commits by this committer
Sync to new bsd.autotools.mk
16 Oct 2010 11:52:47
Original commit files touched by this commit  1.3_3
ade search for other commits by this committer
Punt autoconf267->autoconf268
15 Sep 2010 18:35:24
Original commit files touched by this commit  1.3_3
ade search for other commits by this committer
Autotools update.   Read ports/UPDATING 20100915 for details.

Approved by:    portmgr (for Mk/bsd.port.mk part)
Tested by:      Multiple -exp runs
27 Mar 2010 00:15:24
Original commit files touched by this commit  1.3_2
dougb search for other commits by this committer
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
15 Aug 2009 13:33:54
Original commit files touched by this commit  1.3_2
wxs search for other commits by this committer
- Add RC script
- No need to use pre-build target
- Fix up plist

PR:             ports/136903
Submitted by:   Antonio Querubin <tony@lava.net>
Approved by:    maintainer timeout
21 Aug 2008 06:18:49
Original commit files touched by this commit  1.3_1
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
20 Aug 2008 00:57:32
Original commit files touched by this commit  1.3_1
ade search for other commits by this committer
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62

Tested by:      exp build run (erwin)
30 Sep 2007 04:47:37
Original commit files touched by this commit  1.3_1
linimon search for other commits by this committer
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.

PR:             ports/116639
Submitted by:   aDe
08 Sep 2007 01:02:54
Original commit files touched by this commit  1.3
linimon search for other commits by this committer
Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:   gabor
Sponsored by:   Google Summer of Code 2007
Hat:            portmgr
07 Jun 2006 14:35:53
Original commit files touched by this commit  1.3
edwin search for other commits by this committer
Add SHA256 checksum
15 May 2006 07:02:17
Original commit files touched by this commit  1.3
lawrance search for other commits by this committer
Update to 1.3.

PR:             ports/96503
Submitted by:   Antonio Querubin <tony@lava.net>
Approved by:    janos.mohacsi@bsd.hu (maintainer, timeout 4 weeks)
22 Jan 2006 21:24:05
Original commit files touched by this commit  1.1_1
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
22 Jan 2006 02:46:07
Original commit files touched by this commit  1.1_1
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
15 Nov 2005 06:52:12
Original commit files touched by this commit  1.1_1
ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
31 Oct 2005 18:24:21
Original commit files touched by this commit  1.1_1
erwin search for other commits by this committer
Let the IGNORE message make a bit more sense and change it from:

===>  p5-Some-Module-0.7 Port requires perl 5.6.x or later. Install
lang/perl5 then try again.

to:

===>  p5-Some-Module-0.7 requires perl 5.6.x or later. Install
lang/perl5 then try again.

Approved by:    silence on -ports
12 Apr 2005 03:26:57
Original commit files touched by this commit  1.1_1
obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
11 Apr 2005 08:04:41
Original commit files touched by this commit  1.1_1
obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
08 Jan 2005 15:35:08
Original commit files touched by this commit  1.1_1
pav search for other commits by this committer
- Fix plist: handle one directory as a directory instead as a file
- Suppress creation of perllocal.pod

PR:             ports/75182
Submitted by:   Janos Mohacsi <janos.mohacsi@niif.hu> (maintainer)
18 Nov 2004 22:43:11
Original commit files touched by this commit  1.1
kris search for other commits by this committer
BROKEN on !i386: Does not compile
26 Oct 2004 16:21:10
Original commit files touched by this commit  1.1
pav search for other commits by this committer
- Update to 1.1

  Extensive list of changes is in the PR

PR:             ports/73107
Submitted by:   Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
26 Sep 2004 01:36:44
Original commit files touched by this commit  0.9.55
kris search for other commits by this committer
BROKEN: Unfetchable

Approved by:    portmgr (self)
11 Jul 2004 20:06:33
Original commit files touched by this commit  0.9.55
thierry search for other commits by this committer
Upgrade to 0.9.55 and make fetchable again.

Submitted by:   maintainer.
11 Jul 2004 00:53:40
Original commit files touched by this commit  0.9.06_1
kris search for other commits by this committer
BROKEN: Unfetchable
05 Mar 2004 10:27:49
Original commit files touched by this commit  0.9.06_1
krion search for other commits by this committer
- Fix build on AMD64
02 Mar 2004 13:11:43
Original commit files touched by this commit  0.9.06_1
krion search for other commits by this committer
- Fix build on alpha, AMD64 and sparc64

Reported by:    bento via kris
28 Feb 2004 20:39:16
Original commit files touched by this commit  0.9.06
krion search for other commits by this committer
Add beacon 0.9.06,

The NLANR/DAST Multicast Beacon is a program written in Perl
which uses the RTP protocol to provide useful statistics and
diagnostic information about a given multicast group.

It is used in Internet2 AccessGrid project and EU FP5 6NET
project.

PR:             ports/63440
Submitted by:   Janos.Mohacsi@bsd.hu

Number of commits found: 30

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
webcalendarFeb 12
webcalendar-develFeb 12
bipFeb 11
firefoxFeb 11
linux-firefoxFeb 11
linux-seamonkeyFeb 11
linux-thunderbirdFeb 11
seamonkeyFeb 11
surfFeb 11
thunderbirdFeb 11
chromiumFeb 09
chromiumFeb 09
drupal6Feb 07
drupal7Feb 07
bugzillaFeb 06

15 vulnerabilities affecting 34 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds

Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23151
Broken 192
Deprecated 96
Ignore 728
Forbidden 2
Restricted 329
No CDROM 109
Vulnerable 0
Expired 7
Set to expire 93
Interactive 59
new 24 hours 2
new 48 hours7
new 7 days44
new fortnight70
new month141

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.344 seconds.