diff options
author | Olivier Duchateau <olivierd@FreeBSD.org> | 2014-01-30 14:06:32 +0000 |
---|---|---|
committer | Olivier Duchateau <olivierd@FreeBSD.org> | 2014-01-30 14:06:32 +0000 |
commit | 5a60e620b3479a35dbf30433fbe1553113d6407c (patch) | |
tree | 980d8946545a4919a43097b019f9314c06c72bd7 /sysutils/xfce4-fsguard-plugin | |
parent | 4e749081cfd02c27b174de96d222b78a8c930299 (diff) | |
download | ports-5a60e620b3479a35dbf30433fbe1553113d6407c.tar.gz ports-5a60e620b3479a35dbf30433fbe1553113d6407c.zip |
- Support STAGEDIR
- Convert to new LIB_DEPENDS syntax
- Use USES= gmake
- Add LICENSE
- Fix when NLS option is unset
Notes
Notes:
svn path=/head/; revision=341838
Diffstat (limited to 'sysutils/xfce4-fsguard-plugin')
-rw-r--r-- | sysutils/xfce4-fsguard-plugin/Makefile | 6 | ||||
-rw-r--r-- | sysutils/xfce4-fsguard-plugin/pkg-descr | 12 |
2 files changed, 6 insertions, 12 deletions
diff --git a/sysutils/xfce4-fsguard-plugin/Makefile b/sysutils/xfce4-fsguard-plugin/Makefile index b194de7575fb..1c8bf2a54059 100644 --- a/sysutils/xfce4-fsguard-plugin/Makefile +++ b/sysutils/xfce4-fsguard-plugin/Makefile @@ -10,20 +10,18 @@ MASTER_SITE_SUBDIR= src/panel-plugins/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org -COMMENT= Xfce4 panel plugin to check a mountpoint for free disk space +COMMENT= Panel plugin which displays free space of mountpoint GNU_CONFIGURE= yes USE_BZIP2= yes INSTALLS_ICONS= yes -USE_GMAKE= yes USE_GNOME= gtk20 intltool intlhack USE_XFCE= configenv libmenu libutil panel USE_XORG= x11 -USES= pkgconfig pathfix +USES= pkgconfig gmake OPTIONS_DEFINE= NLS -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/sysutils/xfce4-fsguard-plugin/pkg-descr b/sysutils/xfce4-fsguard-plugin/pkg-descr index f0526e7a887d..ad961d4e0bfa 100644 --- a/sysutils/xfce4-fsguard-plugin/pkg-descr +++ b/sysutils/xfce4-fsguard-plugin/pkg-descr @@ -1,10 +1,6 @@ -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. +The FSGuard panel plugin checks free space on a chosen mount point and displays +a message when a limit is reached. There are two limits: +- a warning limit where only the icon changes +- an urgent limit that advise the user with a message -Author: Andre Lerche <a.lerche@gmx.net> WWW: http://goodies.xfce.org/projects/panel-plugins/xfce4-fsguard-plugin |