From owner-svn-ports-head@FreeBSD.ORG Thu Jan 30 14:06:35 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D9F38B30; Thu, 30 Jan 2014 14:06:34 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BA02F1FEE; Thu, 30 Jan 2014 14:06:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0UE6YqQ069591; Thu, 30 Jan 2014 14:06:34 GMT (envelope-from olivierd@svn.freebsd.org) Received: (from olivierd@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0UE6WNJ069577; Thu, 30 Jan 2014 14:06:32 GMT (envelope-from olivierd@svn.freebsd.org) Message-Id: <201401301406.s0UE6WNJ069577@svn.freebsd.org> From: Olivier Duchateau Date: Thu, 30 Jan 2014 14:06:32 +0000 (UTC) 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... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jan 2014 14:06:35 -0000 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 .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 .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 .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 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 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 .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