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

(-)xfce4-dict-plugin/Makefile (-6 / +6 lines)
Lines 7-31 Link Here
7
7
8
PORTNAME=	xfce4-dict
8
PORTNAME=	xfce4-dict
9
PORTVERSION=	0.6.0
9
PORTVERSION=	0.6.0
10
PORTREVISION=	4
10
PORTREVISION=	5
11
CATEGORIES=	textproc xfce
11
CATEGORIES=	textproc xfce
12
MASTER_SITES=	${MASTER_SITE_XFCE}
12
MASTER_SITES=	${MASTER_SITE_XFCE}
13
MASTER_SITE_SUBDIR=/src/apps/${PORTNAME}/${PORTVERSION:R}
13
MASTER_SITE_SUBDIR=	src/apps/${PORTNAME}/${PORTVERSION:R}
14
DIST_SUBDIR=	xfce4
14
DIST_SUBDIR=	xfce4
15
PKGNAMESUFFIX=	-plugin
15
PKGNAMESUFFIX=	-plugin
16
16
17
MAINTAINER=	xfce@FreeBSD.org
17
MAINTAINER=	xfce@FreeBSD.org
18
COMMENT=	Xfce Plugin for searching for the translation or explanation of a word
18
COMMENT=	Xfce Plugin for searching for the translation or explanation of a word
19
19
20
BROKEN=		does not configure
21
22
USE_BZIP2=	yes
20
USE_BZIP2=	yes
23
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes
24
INSTALLS_ICONS=	yes
22
INSTALLS_ICONS=	yes
25
USE_GETTEXT=	yes
23
USE_GETTEXT=	yes
26
USE_GMAKE=	yes
24
USE_GMAKE=	yes
27
USE_GNOME=	gtk20 intltool intlhack pkgconfig
25
USE_GNOME=	gtk20 intltool intlhack pkgconfig desktopfileutils
28
USE_XFCE=	configenv panel
26
USE_XFCE=	configenv libgui libutil panel
27
USE_XORG=	x11
28
29
MAN1=		xfce4-dict.1
29
MAN1=		xfce4-dict.1
30
30
31
.include <bsd.port.mk>
31
.include <bsd.port.mk>
(-)xfce4-dict-plugin/pkg-descr (-2 / +2 lines)
Lines 1-5 Link Here
1
With this plugin you can query a dictionary server(see RFC 2229) to search for
1
With this plugin you can query a dictionary server (see RFC 2229) to search for
2
the translation or explanation of a word. You can also choose a dictionary
2
the translation or explanation of a word. You can also choose a dictionary
3
offered by the server to improve your search results.
3
offered by the server to improve your search results.
4
4
5
WWW: http://goodies.xfce.org/projects/panel-plugins/xfce4-dict-plugin
5
WWW: http://goodies.xfce.org/projects/applications/xfce4-dict
(-)xfce4-dict-plugin/pkg-plist (-1 / +2 lines)
Lines 41-46 Link Here
41
@dirrmtry share/locale/ur
41
@dirrmtry share/locale/ur
42
@dirrmtry share/locale/ast/LC_MESSAGES
42
@dirrmtry share/locale/ast/LC_MESSAGES
43
@dirrmtry share/locale/ast
43
@dirrmtry share/locale/ast
44
@dirrmtry share/applications
45
@dirrmtry libexec/xfce4/panel-plugins
44
@dirrmtry libexec/xfce4/panel-plugins
46
@dirrmtry libexec/xfce4
45
@dirrmtry libexec/xfce4
46
@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
47
@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true

Return to bug 163419