Add link-monitor-applet, a GNOME applet displaying the round-trip time to one

or more hosts.

PR:		ports/69661
Submitted by:	Jean-Yves Lefort <jylefort@brutele.be> (author)
This commit is contained in:
Pav Lucistnik 2004-07-28 22:14:31 +00:00
parent 06aec1c6eb
commit 69ace8e8db
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114973
5 changed files with 65 additions and 0 deletions

View file

@ -295,6 +295,7 @@
SUBDIR += liferea
SUBDIR += limewire
SUBDIR += linc
SUBDIR += link-monitor-applet
SUBDIR += linphone
SUBDIR += linphone-base
SUBDIR += linpopup

View file

@ -0,0 +1,23 @@
# New ports collection makefile for: link-monitor-applet
# Date created: 27 Jul 2004
# Whom: Jean-Yves Lefort <jylefort@brutele.be>
#
# $FreeBSD$
#
PORTNAME= link-monitor-applet
PORTVERSION= 0.99
CATEGORIES= net ipv6
MASTER_SITES= http://lefort.be.eu.org/link-monitor-applet/
MAINTAINER= jylefort@brutele.be
COMMENT= A GNOME applet displaying the round-trip time to one or more hosts
USE_X_PREFIX= yes
USE_GNOME= gnomehack gnomeprefix gnomepanel
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
MD5 (link-monitor-applet-0.99.tar.gz) = 1557c05c323110c596f139910ec5d305
SIZE (link-monitor-applet-0.99.tar.gz) = 177157

View file

@ -0,0 +1,13 @@
Link Monitor Applet is a GNOME Panel Applet displaying the round-trip
time to one or more hosts in a bar graph.
Link Monitor Applet features include:
* Full ICMP and ICMPv6 support
* Configurable scale and delays
* HIG compliance
WWW: http://lefort.be.eu.org/link-monitor-applet/
- Jean-Yves Lefort
jylefort@brutele.be

View file

@ -0,0 +1,26 @@
@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/link-monitor-applet.schemas > /dev/null || /usr/bin/true
etc/gconf/schemas/link-monitor-applet.schemas
@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/link-monitor-applet.schemas > /dev/null || /usr/bin/true
libdata/bonobo/servers/GNOME_LinkMonitorApplet.server
libexec/link-monitor-applet
share/gnome/gnome-2.0/ui/GNOME_LinkMonitorApplet.xml
share/gnome/help/link-monitor-applet/C/documentation-license.xml
share/gnome/help/link-monitor-applet/C/figures/link-monitor-applet-5hosts.png
share/gnome/help/link-monitor-applet/C/figures/link-monitor-applet-empty.png
share/gnome/help/link-monitor-applet/C/link-monitor-applet.xml
share/gnome/help/link-monitor-applet/C/software-license.xml
share/gnome/link-monitor-applet/ui/about-logo.png
share/gnome/link-monitor-applet/ui/dialog.glade
share/gnome/link-monitor-applet/ui/link-monitor-applet.png
share/gnome/link-monitor-applet/ui/preferences.glade
share/gnome/omf/link-monitor-applet/link-monitor-applet-C.omf
share/gnome/pixmaps/link-monitor-applet.png
share/locale/fr/LC_MESSAGES/link-monitor-applet.mo
@dirrm share/gnome/help/link-monitor-applet/C/figures
@dirrm share/gnome/help/link-monitor-applet/C
@dirrm share/gnome/help/link-monitor-applet
@dirrm share/gnome/link-monitor-applet/ui
@dirrm share/gnome/link-monitor-applet
@dirrm share/gnome/omf/link-monitor-applet
@exec scrollkeeper-install -q %D/share/gnome/omf/link-monitor-applet/link-monitor-applet-C.omf 2>/dev/null || /usr/bin/true
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/link-monitor-applet/link-monitor-applet-C.omf 2>/dev/null || /usr/bin/true