diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-03 04:33:19 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-03 04:33:19 +0800 |
commit | 9c89060e15ab23593e32f2705ebab7dec352391d (patch) | |
tree | 228afad6525ca9b3fc2abb4d82da81229793a50e /sysutils/xfce4-fsguard-plugin | |
parent | 2d3326add636ca0e02e6221706f35f9cf2890162 (diff) | |
download | marcuscom-ports-9c89060e15ab23593e32f2705ebab7dec352391d.tar marcuscom-ports-9c89060e15ab23593e32f2705ebab7dec352391d.tar.gz marcuscom-ports-9c89060e15ab23593e32f2705ebab7dec352391d.tar.bz2 marcuscom-ports-9c89060e15ab23593e32f2705ebab7dec352391d.tar.lz marcuscom-ports-9c89060e15ab23593e32f2705ebab7dec352391d.tar.xz marcuscom-ports-9c89060e15ab23593e32f2705ebab7dec352391d.tar.zst marcuscom-ports-9c89060e15ab23593e32f2705ebab7dec352391d.zip |
- LOCALBASE
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7479 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/xfce4-fsguard-plugin')
-rw-r--r-- | sysutils/xfce4-fsguard-plugin/Makefile | 32 | ||||
-rw-r--r-- | sysutils/xfce4-fsguard-plugin/distinfo | 3 | ||||
-rw-r--r-- | sysutils/xfce4-fsguard-plugin/pkg-descr | 10 | ||||
-rw-r--r-- | sysutils/xfce4-fsguard-plugin/pkg-plist | 5 |
4 files changed, 50 insertions, 0 deletions
diff --git a/sysutils/xfce4-fsguard-plugin/Makefile b/sysutils/xfce4-fsguard-plugin/Makefile new file mode 100644 index 000000000..55c97fdbf --- /dev/null +++ b/sysutils/xfce4-fsguard-plugin/Makefile @@ -0,0 +1,32 @@ +# 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.1 +PORTREVISION= 1 +CATEGORIES= sysutils xfce +MASTER_SITES= http://download.berlios.de/xfce-goodies/ \ + http://ftp.lug.udel.edu/pub/NetBSD/packages/distfiles/ \ + http://ftp.citkit.ru/pub/NetBSD/packages/distfiles/ \ + ${MASTER_SITES_NETBSD} +DIST_SUBDIR= xfce4 + +MAINTAINER= jfb@minet.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.3:${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 +GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} + +.include <bsd.port.mk> diff --git a/sysutils/xfce4-fsguard-plugin/distinfo b/sysutils/xfce4-fsguard-plugin/distinfo new file mode 100644 index 000000000..6c4e01c59 --- /dev/null +++ b/sysutils/xfce4-fsguard-plugin/distinfo @@ -0,0 +1,3 @@ +MD5 (xfce4/xfce4-fsguard-plugin-0.2.1.tar.gz) = 6fa6c2b734ee8d4c0a5901f6d704b6c9 +SHA256 (xfce4/xfce4-fsguard-plugin-0.2.1.tar.gz) = c3250ce091a164e37413a962f99755beb7c517c0ab29201c4335cd43537479a4 +SIZE (xfce4/xfce4-fsguard-plugin-0.2.1.tar.gz) = 339959 diff --git a/sysutils/xfce4-fsguard-plugin/pkg-descr b/sysutils/xfce4-fsguard-plugin/pkg-descr new file mode 100644 index 000000000..6d6e0d56f --- /dev/null +++ b/sysutils/xfce4-fsguard-plugin/pkg-descr @@ -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/ diff --git a/sysutils/xfce4-fsguard-plugin/pkg-plist b/sysutils/xfce4-fsguard-plugin/pkg-plist new file mode 100644 index 000000000..a0dc7ad70 --- /dev/null +++ b/sysutils/xfce4-fsguard-plugin/pkg-plist @@ -0,0 +1,5 @@ +@comment $FreeBSD: ports/sysutils/xfce4-fsguard-plugin/pkg-plist,v 1.3 2006/03/16 10:34:10 pav Exp $ +lib/xfce4/panel-plugins/libfsguard.a +lib/xfce4/panel-plugins/libfsguard.la +lib/xfce4/panel-plugins/libfsguard.so +@dirrmtry lib/xfce4/panel-plugins |