View | Details | Raw Unified | Return to bug 213986
Collapse All | Expand All

(-)Makefile (-5 / +7 lines)
Lines 2-21 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	xfce4-diskperf-plugin
4
PORTNAME=	xfce4-diskperf-plugin
5
PORTVERSION=	2.5.5
5
PORTVERSION=	2.6.0
6
PORTREVISION=	1
7
CATEGORIES=	sysutils xfce
6
CATEGORIES=	sysutils xfce
8
MASTER_SITES=	XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
7
MASTER_SITES=	XFCE/panel-plugins
9
DIST_SUBDIR=	xfce4
8
DIST_SUBDIR=	xfce4
10
9
11
MAINTAINER=	danilo@FreeBSD.org
10
MAINTAINER=	danilo@FreeBSD.org
12
COMMENT=	Graphical representation of the disk IO
11
COMMENT=	Graphical representation of the disk IO
13
12
13
LICENSE=	BSD2CLAUSE
14
LICENSE_FILE=	${WRKSRC}/COPYING
15
14
GNU_CONFIGURE=	yes
16
GNU_CONFIGURE=	yes
15
INSTALLS_ICONS=	yes
17
INSTALLS_ICONS=	yes
16
INSTALL_TARGET=	install-strip
18
INSTALL_TARGET=	install-strip
17
USES=		gmake libtool pkgconfig gettext-tools xfce tar:bzip2
19
USES=		gettext-tools gmake libtool pkgconfig tar:bzip2 xfce:gtk3
18
USE_GNOME=	gtk20 intltool intlhack
20
USE_GNOME=	gtk30 intltool cairo
19
USE_XFCE=	panel
21
USE_XFCE=	panel
20
22
21
LIBS+=		-ldevstat
23
LIBS+=		-ldevstat
(-)distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (xfce4/xfce4-diskperf-plugin-2.5.5.tar.bz2) = cbeb0c00f97362eef3f135afb77947aef73e938bae0386250a122ac6644b521b
1
TIMESTAMP = 1478018688
2
SIZE (xfce4/xfce4-diskperf-plugin-2.5.5.tar.bz2) = 321446
2
SHA256 (xfce4/xfce4-diskperf-plugin-2.6.0.tar.bz2) = 4897f34ccd8c3d050f8d2d95652af6ab740a670a108bf01f582945779305900e
3
SIZE (xfce4/xfce4-diskperf-plugin-2.6.0.tar.bz2) = 322865
(-)pkg-plist (-1 / +3 lines)
Lines 1-9 Link Here
1
lib/xfce4/panel/plugins/libdiskperf.so
1
lib/xfce4/panel/plugins/libdiskperf.so
2
%%NLS%%share/locale/ar/LC_MESSAGES/xfce4-diskperf-plugin.mo
2
%%NLS%%share/locale/ar/LC_MESSAGES/xfce4-diskperf-plugin.mo
3
%%NLS%%share/locale/ast/LC_MESSAGES/xfce4-diskperf-plugin.mo
3
%%NLS%%share/locale/ast/LC_MESSAGES/xfce4-diskperf-plugin.mo
4
%%NLS%%share/locale/bg/LC_MESSAGES/xfce4-diskperf-plugin.mo
4
%%NLS%%share/locale/ca/LC_MESSAGES/xfce4-diskperf-plugin.mo
5
%%NLS%%share/locale/ca/LC_MESSAGES/xfce4-diskperf-plugin.mo
5
%%NLS%%share/locale/cs/LC_MESSAGES/xfce4-diskperf-plugin.mo
6
%%NLS%%share/locale/cs/LC_MESSAGES/xfce4-diskperf-plugin.mo
6
%%NLS%%share/locale/bg/LC_MESSAGES/xfce4-diskperf-plugin.mo
7
%%NLS%%share/locale/da/LC_MESSAGES/xfce4-diskperf-plugin.mo
7
%%NLS%%share/locale/da/LC_MESSAGES/xfce4-diskperf-plugin.mo
8
%%NLS%%share/locale/de/LC_MESSAGES/xfce4-diskperf-plugin.mo
8
%%NLS%%share/locale/de/LC_MESSAGES/xfce4-diskperf-plugin.mo
9
%%NLS%%share/locale/el/LC_MESSAGES/xfce4-diskperf-plugin.mo
9
%%NLS%%share/locale/el/LC_MESSAGES/xfce4-diskperf-plugin.mo
Lines 13-21 Link Here
13
%%NLS%%share/locale/eu/LC_MESSAGES/xfce4-diskperf-plugin.mo
13
%%NLS%%share/locale/eu/LC_MESSAGES/xfce4-diskperf-plugin.mo
14
%%NLS%%share/locale/fr/LC_MESSAGES/xfce4-diskperf-plugin.mo
14
%%NLS%%share/locale/fr/LC_MESSAGES/xfce4-diskperf-plugin.mo
15
%%NLS%%share/locale/gl/LC_MESSAGES/xfce4-diskperf-plugin.mo
15
%%NLS%%share/locale/gl/LC_MESSAGES/xfce4-diskperf-plugin.mo
16
%%NLS%%share/locale/he/LC_MESSAGES/xfce4-diskperf-plugin.mo
16
%%NLS%%share/locale/hr/LC_MESSAGES/xfce4-diskperf-plugin.mo
17
%%NLS%%share/locale/hr/LC_MESSAGES/xfce4-diskperf-plugin.mo
17
%%NLS%%share/locale/hu/LC_MESSAGES/xfce4-diskperf-plugin.mo
18
%%NLS%%share/locale/hu/LC_MESSAGES/xfce4-diskperf-plugin.mo
18
%%NLS%%share/locale/id/LC_MESSAGES/xfce4-diskperf-plugin.mo
19
%%NLS%%share/locale/id/LC_MESSAGES/xfce4-diskperf-plugin.mo
20
%%NLS%%share/locale/is/LC_MESSAGES/xfce4-diskperf-plugin.mo
19
%%NLS%%share/locale/it/LC_MESSAGES/xfce4-diskperf-plugin.mo
21
%%NLS%%share/locale/it/LC_MESSAGES/xfce4-diskperf-plugin.mo
20
%%NLS%%share/locale/ja/LC_MESSAGES/xfce4-diskperf-plugin.mo
22
%%NLS%%share/locale/ja/LC_MESSAGES/xfce4-diskperf-plugin.mo
21
%%NLS%%share/locale/ko/LC_MESSAGES/xfce4-diskperf-plugin.mo
23
%%NLS%%share/locale/ko/LC_MESSAGES/xfce4-diskperf-plugin.mo

Return to bug 213986