mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Server Status Widget is a KDE 4 Plasma applet that lets you monitor one or more
servers via pings, TCP connects or custom unix commands at a configurable interval. The icon changes if a server does not respond to a check, optionally triggering configurable KDE notifications. WWW: http://kde-look.org/content/show.php?content=101336 PR: ports/155122 Submitted by: Jason E. Hale <bsdkaffee at gmail.com>
This commit is contained in:
parent
e826af2652
commit
014ab7ef0a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=270551
@ -224,6 +224,7 @@
|
||||
SUBDIR += plasma-applet-fancytasks
|
||||
SUBDIR += plasma-applet-panelspacer
|
||||
SUBDIR += plasma-applet-playwolf
|
||||
SUBDIR += plasma-applet-serverstatuswidget
|
||||
SUBDIR += plasma-applet-simpleweatherforecast
|
||||
SUBDIR += plasma-applet-teacooker
|
||||
SUBDIR += plasma-applet-yawp
|
||||
|
35
deskutils/plasma-applet-serverstatuswidget/Makefile
Normal file
35
deskutils/plasma-applet-serverstatuswidget/Makefile
Normal file
@ -0,0 +1,35 @@
|
||||
# New ports collection makefile for: plasma-applet-serverstatuswidget
|
||||
# Date Created: 2011-02-23
|
||||
# Whom: Jason E. Hale <bsdkaffee@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= serverstatuswidget
|
||||
PORTVERSION= 1.4
|
||||
CATEGORIES= deskutils kde
|
||||
MASTER_SITES= http://kde-look.org/CONTENT/content-files/
|
||||
PKGNAMEPREFIX= plasma-applet-
|
||||
DISTNAME= 101336-${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= bsdkaffee@gmail.com
|
||||
COMMENT= Server monitoring plasma applet for KDE4
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_CMAKE= yes
|
||||
USE_GETTEXT= yes
|
||||
USE_KDE4= automoc4 kdeprefix workspace
|
||||
USE_QT_VER= 4
|
||||
QT_COMPONENTS= qmake_build moc_build rcc_build uic_build
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
post-patch:
|
||||
|
||||
${ECHO_CMD} >> ${WRKSRC}/src/serverstatus.h
|
||||
|
||||
.include <bsd.port.mk>
|
2
deskutils/plasma-applet-serverstatuswidget/distinfo
Normal file
2
deskutils/plasma-applet-serverstatuswidget/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (101336-serverstatuswidget-1.4.tar.bz2) = 52693658c63884db65d750e535a4fc5b39281c0a3934363d6d8820b10599675d
|
||||
SIZE (101336-serverstatuswidget-1.4.tar.bz2) = 26084
|
6
deskutils/plasma-applet-serverstatuswidget/pkg-descr
Normal file
6
deskutils/plasma-applet-serverstatuswidget/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
Server Status Widget is a KDE 4 Plasma applet that lets you monitor one or more
|
||||
servers via pings, TCP connects or custom unix commands at a configurable
|
||||
interval. The icon changes if a server does not respond to a check, optionally
|
||||
triggering configurable KDE notifications.
|
||||
|
||||
WWW: http://kde-look.org/content/show.php?content=101336
|
5
deskutils/plasma-applet-serverstatuswidget/pkg-plist
Normal file
5
deskutils/plasma-applet-serverstatuswidget/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
lib/kde4/plasma_applet_serverstatus.so
|
||||
share/apps/plasma-applet-serverstatus/plasma-applet-serverstatus.notifyrc
|
||||
share/kde4/services/plasma-applet-serverstatus.desktop
|
||||
share/locale/de/LC_MESSAGES/plasma-applet-serverstatus.mo
|
||||
@dirrm share/apps/plasma-applet-serverstatus
|
Loading…
Reference in New Issue
Block a user