Date: Thu, 30 Jan 2014 14:06:32 +0000 (UTC) From: Olivier Duchateau <olivierd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341838 - in head/sysutils: xfce4-battery-plugin xfce4-battery-plugin/files xfce4-cpugraph-plugin xfce4-cpugraph-plugin/files xfce4-fsguard-plugin xfce4-mount-plugin xfce4-systemload-pl... Message-ID: <201401301406.s0UE6WNJ069577@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: olivierd Date: Thu Jan 30 14:06:32 2014 New Revision: 341838 URL: http://svnweb.freebsd.org/changeset/ports/341838 QAT: https://qat.redports.org/buildarchive/r341838/ Log: - Support STAGEDIR - Convert to new LIB_DEPENDS syntax - Use USES= gmake - Add LICENSE - Fix when NLS option is unset Added: head/sysutils/xfce4-battery-plugin/files/ head/sysutils/xfce4-battery-plugin/files/patch-configure (contents, props changed) head/sysutils/xfce4-cpugraph-plugin/files/ head/sysutils/xfce4-cpugraph-plugin/files/patch-configure (contents, props changed) head/sysutils/xfce4-systemload-plugin/files/ head/sysutils/xfce4-systemload-plugin/files/patch-configure (contents, props changed) Modified: head/sysutils/xfce4-battery-plugin/Makefile head/sysutils/xfce4-cpugraph-plugin/Makefile head/sysutils/xfce4-fsguard-plugin/Makefile head/sysutils/xfce4-fsguard-plugin/pkg-descr head/sysutils/xfce4-mount-plugin/Makefile head/sysutils/xfce4-mount-plugin/pkg-descr head/sysutils/xfce4-systemload-plugin/Makefile Modified: head/sysutils/xfce4-battery-plugin/Makefile ============================================================================== --- head/sysutils/xfce4-battery-plugin/Makefile Thu Jan 30 13:38:26 2014 (r341837) +++ head/sysutils/xfce4-battery-plugin/Makefile Thu Jan 30 14:06:32 2014 (r341838) @@ -12,20 +12,20 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Battery monitor panel plugin for Xfce4 +LICENSE= GPLv2 + ONLY_FOR_ARCHS= i386 amd64 GNU_CONFIGURE= yes USE_BZIP2= yes -USE_GMAKE= yes USE_GNOME= gtk20 glib20 intltool intlhack USE_XFCE= configenv libmenu libutil panel INSTALLS_ICONS= yes -USES= pathfix pkgconfig +USES= pkgconfig gmake OPTIONS_DEFINE= NLS OPTIONS_DEFAULT= NLS -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} Added: head/sysutils/xfce4-battery-plugin/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/xfce4-battery-plugin/files/patch-configure Thu Jan 30 14:06:32 2014 (r341838) @@ -0,0 +1,11 @@ +--- ./configure.orig 2012-06-30 07:50:07.000000000 +0000 ++++ ./configure 2014-01-30 14:32:38.000000000 +0000 +@@ -13225,7 +13225,7 @@ + + fi + fi +- USE_NLS=yes ++# USE_NLS=yes + + + gt_cv_have_gettext=no Modified: head/sysutils/xfce4-cpugraph-plugin/Makefile ============================================================================== --- head/sysutils/xfce4-cpugraph-plugin/Makefile Thu Jan 30 13:38:26 2014 (r341837) +++ head/sysutils/xfce4-cpugraph-plugin/Makefile Thu Jan 30 14:06:32 2014 (r341838) @@ -12,18 +12,18 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Graphical representation of the CPU load +LICENSE= GPLv2 + GNU_CONFIGURE= yes USE_BZIP2= yes -USE_GMAKE= yes USE_GNOME= gtk20 intltool intlhack USE_XFCE= configenv libmenu panel INSTALLS_ICONS= yes -USES= pathfix pkgconfig +USES= pkgconfig gmake OPTIONS_DEFINE= NLS OPTIONS_DEFAULT= NLS -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} Added: head/sysutils/xfce4-cpugraph-plugin/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/xfce4-cpugraph-plugin/files/patch-configure Thu Jan 30 14:06:32 2014 (r341838) @@ -0,0 +1,11 @@ +--- ./configure.orig 2012-07-04 14:30:00.000000000 +0000 ++++ ./configure 2014-01-30 14:21:45.000000000 +0000 +@@ -14658,7 +14658,7 @@ + + fi + fi +- USE_NLS=yes ++# USE_NLS=yes + + + gt_cv_have_gettext=no Modified: head/sysutils/xfce4-fsguard-plugin/Makefile ============================================================================== --- head/sysutils/xfce4-fsguard-plugin/Makefile Thu Jan 30 13:38:26 2014 (r341837) +++ head/sysutils/xfce4-fsguard-plugin/Makefile Thu Jan 30 14:06:32 2014 (r341838) @@ -10,20 +10,18 @@ MASTER_SITE_SUBDIR= src/panel-plugins/${ 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} Modified: head/sysutils/xfce4-fsguard-plugin/pkg-descr ============================================================================== --- head/sysutils/xfce4-fsguard-plugin/pkg-descr Thu Jan 30 13:38:26 2014 (r341837) +++ head/sysutils/xfce4-fsguard-plugin/pkg-descr Thu Jan 30 14:06:32 2014 (r341838) @@ -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 Modified: head/sysutils/xfce4-mount-plugin/Makefile ============================================================================== --- head/sysutils/xfce4-mount-plugin/Makefile Thu Jan 30 13:38:26 2014 (r341837) +++ head/sysutils/xfce4-mount-plugin/Makefile Thu Jan 30 14:06:32 2014 (r341838) @@ -12,14 +12,14 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Mount and umount utility for the Xfce4 panel +LICENSE= GPLv2 + USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GMAKE= yes USE_GNOME= intltool intlhack -USES= gettext pathfix pkgconfig +USES= gettext pkgconfig gmake USE_LDCONFIG= yes INSTALLS_ICONS= yes USE_XFCE= configenv libmenu panel -NO_STAGE= yes .include <bsd.port.mk> Modified: head/sysutils/xfce4-mount-plugin/pkg-descr ============================================================================== --- head/sysutils/xfce4-mount-plugin/pkg-descr Thu Jan 30 13:38:26 2014 (r341837) +++ head/sysutils/xfce4-mount-plugin/pkg-descr Thu Jan 30 14:06:32 2014 (r341838) @@ -1,4 +1,4 @@ Mount plugin allows to mount/umount external devices, cd/dvd-rom and networked filesystems listed in your /etc/fstab. -WWW: http://goodies.xfce.org/projects/panel-plugins/xfce4-mount-plugin +WWW: http://goodies.xfce.org/projects/panel-plugins/xfce4-mount-plugin Modified: head/sysutils/xfce4-systemload-plugin/Makefile ============================================================================== --- head/sysutils/xfce4-systemload-plugin/Makefile Thu Jan 30 13:38:26 2014 (r341837) +++ head/sysutils/xfce4-systemload-plugin/Makefile Thu Jan 30 14:06:32 2014 (r341838) @@ -12,19 +12,19 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= System Load plugin for XFce4 -LIB_DEPENDS= upower-glib.1:${PORTSDIR}/sysutils/upower +LICENSE= BSD + +LIB_DEPENDS= libupower-glib.so:${PORTSDIR}/sysutils/upower GNU_CONFIGURE= yes USE_BZIP2= yes -USE_GMAKE= yes USE_GNOME= gtk20 intltool intlhack USE_XFCE= configenv libmenu libutil panel -USES= pathfix pkgconfig +USES= pkgconfig gmake OPTIONS_DEFINE= NLS OPTIONS_DEFAULT= NLS -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} Added: head/sysutils/xfce4-systemload-plugin/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/xfce4-systemload-plugin/files/patch-configure Thu Jan 30 14:06:32 2014 (r341838) @@ -0,0 +1,11 @@ +--- ./configure.orig 2012-06-30 07:54:42.000000000 +0000 ++++ ./configure 2014-01-30 14:45:44.000000000 +0000 +@@ -13178,7 +13178,7 @@ + + fi + fi +- USE_NLS=yes ++# USE_NLS=yes + + + gt_cv_have_gettext=no
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401301406.s0UE6WNJ069577>