1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00

Add xfce4-fsguard-plugin 0.2.0:

Written by Andre Lerche, this plugin checks the
chosen mountpoint for free disk space.
It displays 4 different icons (red, yellow, green, unknown)
and a message box, depending on the free space.
The amount of free disk space is visible in a tooltip.
If you left-click on its icon, it opens the
mountpoint directory in the file manager.

Author:	Andre Lerche <a.lerche@gmx.net>
WWW:	http://xfce-goodies.berlios.de/

PR:		60421
Submitted by:	Matt Lancereau <matt@rimasec.net>
This commit is contained in:
Sergei Kolobov 2003-12-24 06:13:15 +00:00
parent a6bca61696
commit 6f708353fd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96512
5 changed files with 47 additions and 0 deletions

View File

@ -399,6 +399,7 @@
SUBDIR += xcpustate
SUBDIR += xdu
SUBDIR += xfce4-battery-plugin
SUBDIR += xfce4-fsguard-plugin
SUBDIR += xfce4-mcs-manager
SUBDIR += xfce4-mcs-plugins
SUBDIR += xfce4-minicmd-plugin

View File

@ -0,0 +1,30 @@
# New ports collection makefile for: xfce4-fsguard-plugin
# Date created: 2003-12-20
# Whom: Matt Lancereau <matt@rimasec.net>
#
# $FreeBSD$
#
PORTNAME= xfce4-fsguard-plugin
PORTVERSION= 0.2.0
CATEGORIES= sysutils xfce
MASTER_SITES= http://download.berlios.de/xfce-goodies/
MAINTAINER= matt@rimasec.net
COMMENT= XFce4 panel plugin to check a mountpoint for free disk space
BUILD_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel
LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \
xfcegui4.1:${PORTSDIR}/x11-toolkits/libxfce4gui \
xml2.5:${PORTSDIR}/textproc/libxml2 \
startup-notification-1.0:${PORTSDIR}/x11/startup-notification
RUN_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel
USE_GNOME= gtk20
USE_X_PREFIX= yes
USE_LIBTOOL= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
WRKSRC= ${WRKDIR}/${PORTNAME}
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (xfce4-fsguard-plugin-0.2.0.tar.gz) = 410ab680141905fa6775ecc1f050c51c

View File

@ -0,0 +1,10 @@
Written by Andre Lerche, this plugin checks the
chosen mountpoint for free disk space.
It displays 4 different icons (red, yellow, green, unknown)
and a message box, depending on the free space.
The amount of free disk space is visible in a tooltip.
If you left-click on its icon, it opens the
mountpoint directory in the file manager.
Author: Andre Lerche <a.lerche@gmx.net>
WWW: http://xfce-goodies.berlios.de/

View File

@ -0,0 +1,5 @@
@comment $FreeBSD$
lib/xfce4/panel-plugins/libfsguard.so
lib/xfce4/panel-plugins/libfsguard.la
lib/xfce4/panel-plugins/libfsguard.a
@unexec rmdir %D/lib/xfce4/panel-plugins 2>/dev/null || true