The FreeBSD Ports Archive
FreeBSD mbone : rtpmon4>
A program to montior loss in multicast sessions
Rtpmon is a third-party RTCP monitor. It can be used to monitor
the control information exchanged between applications that implement
RTP, the Real-Time Transport Protocol. Feedback from receivers,
including the loss rate and jitter, are displayed in a table that
can be sorted in various ways to help isolate and diagnose multicast
distribution problems.
|
rtpmon history
v. 1.29
date: 2007/09/30 04:47:07; author: linimon; state: Exp; lines: +2 -2
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe
v. 1.28
date: 2007/05/19 20:15:29; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.27
date: 2006/12/13 22:17:12; author: fenner; state: Exp; lines: +2 -1
Move to MASTER_SITE_LOCAL. The distfile won't actually show up until
ftp-master gets fixed, but since it's not at the old site there's no
real harm.
Reminded by: that fenner guy's annoying emails
v. 1.26
date: 2006/12/04 02:46:43; author: fenner; state: Exp; lines: +2 -5
Unbreak by forcing gcc 3.2. Bump PORTREVISION since it might change
packages.
PR: ports/105151
Submitted by: Thomas Abthorpe
v. 1.25
date: 2006/07/23 23:38:15; author: linimon; state: Exp; lines: +1 -1
Factor OSVERSION out of BROKEN/IGNORE strings to make them more consistent
across different OSVERSION scans.
v. 1.24
date: 2005/11/15 06:50:08; author: ade; state: Exp; lines: +1 -1
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.
v. 1.23
date: 2004/06/04 17:29:26; author: ade; state: Exp; lines: +2 -2
Sync with new bsd.autotools.mk
v. 1.22
date: 2004/02/06 13:11:44; author: trevor; state: Exp; lines: +1 -0
Use PLIST_FILES (bento-tested, marcus-reviewed).
v. 1.21
date: 2003/10/29 03:59:41; author: linimon; state: Exp; lines: +6 -6
Move inclusion of bsd.port.pre.mk after definiton of all variables.
v. 1.20
date: 2003/10/22 02:21:10; author: linimon; state: Exp; lines: +7 -1
Mark as broken on 5.x. The distfile is from 1997. While here, update
the pkg-descr to include a good URL.
v. 1.19
date: 2003/09/24 09:37:10; author: osa; state: Exp; lines: +1 -1
Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by: Oleg Karachevtsev
PR: 56998
v. 1.18
date: 2003/03/07 06:06:19; author: ade; state: Exp; lines: +1 -0
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.17
date: 2002/09/29 18:00:33; author: fenner; state: Exp; lines: +2 -2
Fix broken rtpmon build.
v. 1.16
date: 2002/06/13 04:09:28; author: jkoshy; state: Exp; lines: +2 -1
Bump PORTREVISION.
Reminded by: kris
v. 1.15
date: 2000/04/14 08:49:24; author: asami; state: Exp; lines: +3 -3
Convert to PORTNAME/PORTVERSION.
v. 1.14
date: 1999/11/06 20:41:08; author: jseger; state: Exp; lines: +3 -3
Switch to tcl/tk 8.2
Submitted by: Ade Lovett
v. 1.13
date: 1999/08/31 06:48:01; author: mharo; state: Exp; lines: +2 -2
FreeBSD.ORG -> FreeBSD.org
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
v. 1.12
date: 1999/08/25 07:09:39; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.11
date: 1999/08/22 18:59:09; author: mharo; state: Exp; lines: +2 -2
chmod -> ${CHMOD}
chown -> ${CHOWN}
v. 1.10
date: 1998/09/27 01:42:04; author: steve; state: Exp; lines: +2 -2
Make sure that autoconf can overwrite configure script.
v. 1.9
date: 1998/09/26 23:11:01; author: steve; state: Exp; lines: +2 -2
Remove regexp support for tk42.
v. 1.8
date: 1998/08/07 23:56:36; author: asami; state: Exp; lines: +2 -2
Fix up dependencies for ports that moved into the x11-toolkits category.
v. 1.7
date: 1998/08/05 09:31:32; author: asami; state: Exp; lines: +2 -2
Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
v. 1.6
date: 1998/02/21 22:38:06; author: fenner; state: Exp; lines: +2 -2
Add tk virtual category where missing. List of ports which depend on tk
but aren't in a tk virtual category from
awk -F\| '$9 ~ /tk-/ && $7 !~ /tk/ {print $1}' INDEX
I didn't do anything about the ports which depend on things which depend
on a tk revision. I'd be afraid that the depended-upon port might change
and thus outdate the virtual category in the depender.
v. 1.5
date: 1997/09/25 00:10:58; author: fenner; state: Exp; lines: +7 -3
Use tcl7.6 and tk4.2, and use autoconf instead of patching configure script.
v. 1.4
date: 1997/05/22 05:37:55; author: fenner; state: Exp; lines: +3 -3
Upgrade to rtpmon-1.0a7
v. 1.3
date: 1997/04/20 13:19:24; author: wosch; state: Exp; lines: +2 -2
Add virtual category 'tk41'.
v. 1.2
date: 1996/11/13 12:41:18; author: asami; state: Exp; lines: +3 -3
Fix Makefiles to work with new bsd.port.mk. Mostly just replacing
${COMPRESS_MAN} so they will at least work. I will come back later
and get rid of all the .if !defined(NOMANCOMPRESS) stuff.
v. 1.1
date: 1996/11/10 21:10:46; author: fenner; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1996/11/10 21:10:46; author: fenner; state: Exp; lines: +0 -0
New port: rtpmon 1.0a5, a multicast RTP session monitor
=============================================================================
v. 1.29
date: 2007/09/30 04:47:07; author: linimon; state: Exp; lines: +2 -2
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe
v. 1.28
date: 2007/05/19 20:15:29; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.27
date: 2006/12/13 22:17:12; author: fenner; state: Exp; lines: +2 -1
Move to MASTER_SITE_LOCAL. The distfile won't actually show up until
ftp-master gets fixed, but since it's not at the old site there's no
real harm.
Reminded by: that fenner guy's annoying emails
v. 1.26
date: 2006/12/04 02:46:43; author: fenner; state: Exp; lines: +2 -5
Unbreak by forcing gcc 3.2. Bump PORTREVISION since it might change
packages.
PR: ports/105151
Submitted by: Thomas Abthorpe
v. 1.25
date: 2006/07/23 23:38:15; author: linimon; state: Exp; lines: +1 -1
Factor OSVERSION out of BROKEN/IGNORE strings to make them more consistent
across different OSVERSION scans.
v. 1.24
date: 2005/11/15 06:50:08; author: ade; state: Exp; lines: +1 -1
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.
v. 1.23
date: 2004/06/04 17:29:26; author: ade; state: Exp; lines: +2 -2
Sync with new bsd.autotools.mk
v. 1.22
date: 2004/02/06 13:11:44; author: trevor; state: Exp; lines: +1 -0
Use PLIST_FILES (bento-tested, marcus-reviewed).
v. 1.21
date: 2003/10/29 03:59:41; author: linimon; state: Exp; lines: +6 -6
Move inclusion of bsd.port.pre.mk after definiton of all variables.
v. 1.20
date: 2003/10/22 02:21:10; author: linimon; state: Exp; lines: +7 -1
Mark as broken on 5.x. The distfile is from 1997. While here, update
the pkg-descr to include a good URL.
v. 1.19
date: 2003/09/24 09:37:10; author: osa; state: Exp; lines: +1 -1
Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by: Oleg Karachevtsev
PR: 56998
v. 1.18
date: 2003/03/07 06:06:19; author: ade; state: Exp; lines: +1 -0
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.17
date: 2002/09/29 18:00:33; author: fenner; state: Exp; lines: +2 -2
Fix broken rtpmon build.
v. 1.16
date: 2002/06/13 04:09:28; author: jkoshy; state: Exp; lines: +2 -1
Bump PORTREVISION.
Reminded by: kris
v. 1.15
date: 2000/04/14 08:49:24; author: asami; state: Exp; lines: +3 -3
Convert to PORTNAME/PORTVERSION.
v. 1.14
date: 1999/11/06 20:41:08; author: jseger; state: Exp; lines: +3 -3
Switch to tcl/tk 8.2
Submitted by: Ade Lovett
v. 1.13
date: 1999/08/31 06:48:01; author: mharo; state: Exp; lines: +2 -2
FreeBSD.ORG -> FreeBSD.org
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
v. 1.12
date: 1999/08/25 07:09:39; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.11
date: 1999/08/22 18:59:09; author: mharo; state: Exp; lines: +2 -2
chmod -> ${CHMOD}
chown -> ${CHOWN}
v. 1.10
date: 1998/09/27 01:42:04; author: steve; state: Exp; lines: +2 -2
Make sure that autoconf can overwrite configure script.
v. 1.9
date: 1998/09/26 23:11:01; author: steve; state: Exp; lines: +2 -2
Remove regexp support for tk42.
v. 1.8
date: 1998/08/07 23:56:36; author: asami; state: Exp; lines: +2 -2
Fix up dependencies for ports that moved into the x11-toolkits category.
v. 1.7
date: 1998/08/05 09:31:32; author: asami; state: Exp; lines: +2 -2
Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
v. 1.6
date: 1998/02/21 22:38:06; author: fenner; state: Exp; lines: +2 -2
Add tk virtual category where missing. List of ports which depend on tk
but aren't in a tk virtual category from
awk -F\| '$9 ~ /tk-/ && $7 !~ /tk/ {print $1}' INDEX
I didn't do anything about the ports which depend on things which depend
on a tk revision. I'd be afraid that the depended-upon port might change
and thus outdate the virtual category in the depender.
v. 1.5
date: 1997/09/25 00:10:58; author: fenner; state: Exp; lines: +7 -3
Use tcl7.6 and tk4.2, and use autoconf instead of patching configure script.
v. 1.4
date: 1997/05/22 05:37:55; author: fenner; state: Exp; lines: +3 -3
Upgrade to rtpmon-1.0a7
v. 1.3
date: 1997/04/20 13:19:24; author: wosch; state: Exp; lines: +2 -2
Add virtual category 'tk41'.
v. 1.2
date: 1996/11/13 12:41:18; author: asami; state: Exp; lines: +3 -3
Fix Makefiles to work with new bsd.port.mk. Mostly just replacing
${COMPRESS_MAN} so they will at least work. I will come back later
and get rid of all the .if !defined(NOMANCOMPRESS) stuff.
v. 1.1
date: 1996/11/10 21:10:46; author: fenner; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1996/11/10 21:10:46; author: fenner; state: Exp; lines: +0 -0
New port: rtpmon 1.0a5, a multicast RTP session monitor
=============================================================================
v. 1.29
date: 2007/09/30 04:47:07; author: linimon; state: Exp; lines: +2 -2
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe
v. 1.28
date: 2007/05/19 20:15:29; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.27
date: 2006/12/13 22:17:12; author: fenner; state: Exp; lines: +2 -1
Move to MASTER_SITE_LOCAL. The distfile won't actually show up until
ftp-master gets fixed, but since it's not at the old site there's no
real harm.
Reminded by: that fenner guy's annoying emails
v. 1.26
date: 2006/12/04 02:46:43; author: fenner; state: Exp; lines: +2 -5
Unbreak by forcing gcc 3.2. Bump PORTREVISION since it might change
packages.
PR: ports/105151
Submitted by: Thomas Abthorpe
v. 1.25
date: 2006/07/23 23:38:15; author: linimon; state: Exp; lines: +1 -1
Factor OSVERSION out of BROKEN/IGNORE strings to make them more consistent
across different OSVERSION scans.
v. 1.24
date: 2005/11/15 06:50:08; author: ade; state: Exp; lines: +1 -1
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.
v. 1.23
date: 2004/06/04 17:29:26; author: ade; state: Exp; lines: +2 -2
Sync with new bsd.autotools.mk
v. 1.22
date: 2004/02/06 13:11:44; author: trevor; state: Exp; lines: +1 -0
Use PLIST_FILES (bento-tested, marcus-reviewed).
v. 1.21
date: 2003/10/29 03:59:41; author: linimon; state: Exp; lines: +6 -6
Move inclusion of bsd.port.pre.mk after definiton of all variables.
v. 1.20
date: 2003/10/22 02:21:10; author: linimon; state: Exp; lines: +7 -1
Mark as broken on 5.x. The distfile is from 1997. While here, update
the pkg-descr to include a good URL.
v. 1.19
date: 2003/09/24 09:37:10; author: osa; state: Exp; lines: +1 -1
Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by: Oleg Karachevtsev
PR: 56998
v. 1.18
date: 2003/03/07 06:06:19; author: ade; state: Exp; lines: +1 -0
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.17
date: 2002/09/29 18:00:33; author: fenner; state: Exp; lines: +2 -2
Fix broken rtpmon build.
v. 1.16
date: 2002/06/13 04:09:28; author: jkoshy; state: Exp; lines: +2 -1
Bump PORTREVISION.
Reminded by: kris
v. 1.15
date: 2000/04/14 08:49:24; author: asami; state: Exp; lines: +3 -3
Convert to PORTNAME/PORTVERSION.
v. 1.14
date: 1999/11/06 20:41:08; author: jseger; state: Exp; lines: +3 -3
Switch to tcl/tk 8.2
Submitted by: Ade Lovett
v. 1.13
date: 1999/08/31 06:48:01; author: mharo; state: Exp; lines: +2 -2
FreeBSD.ORG -> FreeBSD.org
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
v. 1.12
date: 1999/08/25 07:09:39; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.11
date: 1999/08/22 18:59:09; author: mharo; state: Exp; lines: +2 -2
chmod -> ${CHMOD}
chown -> ${CHOWN}
v. 1.10
date: 1998/09/27 01:42:04; author: steve; state: Exp; lines: +2 -2
Make sure that autoconf can overwrite configure script.
v. 1.9
date: 1998/09/26 23:11:01; author: steve; state: Exp; lines: +2 -2
Remove regexp support for tk42.
v. 1.8
date: 1998/08/07 23:56:36; author: asami; state: Exp; lines: +2 -2
Fix up dependencies for ports that moved into the x11-toolkits category.
v. 1.7
date: 1998/08/05 09:31:32; author: asami; state: Exp; lines: +2 -2
Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
v. 1.6
date: 1998/02/21 22:38:06; author: fenner; state: Exp; lines: +2 -2
Add tk virtual category where missing. List of ports which depend on tk
but aren't in a tk virtual category from
awk -F\| '$9 ~ /tk-/ && $7 !~ /tk/ {print $1}' INDEX
I didn't do anything about the ports which depend on things which depend
on a tk revision. I'd be afraid that the depended-upon port might change
and thus outdate the virtual category in the depender.
v. 1.5
date: 1997/09/25 00:10:58; author: fenner; state: Exp; lines: +7 -3
Use tcl7.6 and tk4.2, and use autoconf instead of patching configure script.
v. 1.4
date: 1997/05/22 05:37:55; author: fenner; state: Exp; lines: +3 -3
Upgrade to rtpmon-1.0a7
v. 1.3
date: 1997/04/20 13:19:24; author: wosch; state: Exp; lines: +2 -2
Add virtual category 'tk41'.
v. 1.2
date: 1996/11/13 12:41:18; author: asami; state: Exp; lines: +3 -3
Fix Makefiles to work with new bsd.port.mk. Mostly just replacing
${COMPRESS_MAN} so they will at least work. I will come back later
and get rid of all the .if !defined(NOMANCOMPRESS) stuff.
v. 1.1
date: 1996/11/10 21:10:46; author: fenner; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1996/11/10 21:10:46; author: fenner; state: Exp; lines: +0 -0
New port: rtpmon 1.0a5, a multicast RTP session monitor
=============================================================================
|
| |

|