mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Xfce Plugin for searching for the translation or explanation of a word
This commit is contained in:
parent
ada4fddfd1
commit
2213f8791b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=183095
5 changed files with 50 additions and 0 deletions
|
@ -941,6 +941,7 @@
|
|||
SUBDIR += xerces-c
|
||||
SUBDIR += xerces-c2
|
||||
SUBDIR += xerces-j
|
||||
SUBDIR += xfce4-dict-plugin
|
||||
SUBDIR += xhtml
|
||||
SUBDIR += xhtml-11
|
||||
SUBDIR += xhtml-basic
|
||||
|
|
28
textproc/xfce4-dict-plugin/Makefile
Normal file
28
textproc/xfce4-dict-plugin/Makefile
Normal file
|
@ -0,0 +1,28 @@
|
|||
# New ports collection makefile for: dictionary plugin for xfce4
|
||||
# Date created: 23. January 2007
|
||||
# Whom: Oliver Lehmann (oliver@FreeBSD.org)
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xfce4-dict-plugin
|
||||
PORTVERSION= 0.2.1
|
||||
CATEGORIES= textproc xfce
|
||||
MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/
|
||||
DIST_SUBDIR= xfce4
|
||||
|
||||
MAINTAINER= oliver@FreeBSD.org
|
||||
COMMENT= Xfce Plugin for searching for the translation or explanation of a word
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_ICONS= yes
|
||||
USE_BZIP2= yes
|
||||
USE_GETTEXT= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig
|
||||
USE_XFCE= configenv panel
|
||||
USE_XLIB= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "${PORTSDIR}/x11-wm/xfce4/bsd.xfce.mk"
|
||||
.include <bsd.port.post.mk>
|
3
textproc/xfce4-dict-plugin/distinfo
Normal file
3
textproc/xfce4-dict-plugin/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (xfce4/xfce4-dict-plugin-0.2.1.tar.bz2) = 2ef7f110883a9d9316fd06a1c2a327da
|
||||
SHA256 (xfce4/xfce4-dict-plugin-0.2.1.tar.bz2) = 188a7d85620d38d85c5c65c268ae193747ae42ec02d70527243f59d1080c23fd
|
||||
SIZE (xfce4/xfce4-dict-plugin-0.2.1.tar.bz2) = 287026
|
5
textproc/xfce4-dict-plugin/pkg-descr
Normal file
5
textproc/xfce4-dict-plugin/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
With this plugin you can query a dictionary server(see RFC 2229) to search for
|
||||
the translation or explanation of a word. You can also choose a dictionary
|
||||
offered by the server to improve your search results.
|
||||
|
||||
WWW: http://goodies.xfce.org/projects/panel-plugins/xfce4-dict-plugin
|
13
textproc/xfce4-dict-plugin/pkg-plist
Normal file
13
textproc/xfce4-dict-plugin/pkg-plist
Normal file
|
@ -0,0 +1,13 @@
|
|||
libexec/xfce4/panel-plugins/xfce4-dict-plugin
|
||||
share/icons/hicolor/scalable/apps/dict-icon.svg
|
||||
share/locale/ca/LC_MESSAGES/xfce4-dict-plugin.mo
|
||||
share/locale/cs/LC_MESSAGES/xfce4-dict-plugin.mo
|
||||
share/locale/de/LC_MESSAGES/xfce4-dict-plugin.mo
|
||||
share/locale/fr/LC_MESSAGES/xfce4-dict-plugin.mo
|
||||
share/locale/hu/LC_MESSAGES/xfce4-dict-plugin.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/xfce4-dict-plugin.mo
|
||||
share/xfce4/panel-plugins/dict.desktop
|
||||
@dirrmtry share/xfce4/panel-plugins
|
||||
@dirrmtry share/xfce4
|
||||
@dirrmtry libexec/xfce4/panel-plugins
|
||||
@dirrmtry libexec/xfce4
|
Loading…
Add table
Reference in a new issue