diff options
author | oliver <oliver@FreeBSD.org> | 2007-01-24 00:30:54 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2007-01-24 00:30:54 +0800 |
commit | 6a43d673dd338514bbd6d03e16a8a5c41a95367a (patch) | |
tree | cc4556d212170e13845f7c503c8319a52d9da3a0 /textproc | |
parent | e980e02e28517f1ef34a0710f7e002d95b2ae103 (diff) | |
download | freebsd-ports-gnome-6a43d673dd338514bbd6d03e16a8a5c41a95367a.tar.gz freebsd-ports-gnome-6a43d673dd338514bbd6d03e16a8a5c41a95367a.tar.zst freebsd-ports-gnome-6a43d673dd338514bbd6d03e16a8a5c41a95367a.zip |
Xfce Plugin for searching for the translation or explanation of a word
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/xfce4-dict-plugin/Makefile | 28 | ||||
-rw-r--r-- | textproc/xfce4-dict-plugin/distinfo | 3 | ||||
-rw-r--r-- | textproc/xfce4-dict-plugin/pkg-descr | 5 | ||||
-rw-r--r-- | textproc/xfce4-dict-plugin/pkg-plist | 13 |
5 files changed, 50 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 3fda39c01d1d..4110acab8d42 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -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 diff --git a/textproc/xfce4-dict-plugin/Makefile b/textproc/xfce4-dict-plugin/Makefile new file mode 100644 index 000000000000..2de2419c4e1b --- /dev/null +++ b/textproc/xfce4-dict-plugin/Makefile @@ -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> diff --git a/textproc/xfce4-dict-plugin/distinfo b/textproc/xfce4-dict-plugin/distinfo new file mode 100644 index 000000000000..03adcfa02e32 --- /dev/null +++ b/textproc/xfce4-dict-plugin/distinfo @@ -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 diff --git a/textproc/xfce4-dict-plugin/pkg-descr b/textproc/xfce4-dict-plugin/pkg-descr new file mode 100644 index 000000000000..fcda90950fc6 --- /dev/null +++ b/textproc/xfce4-dict-plugin/pkg-descr @@ -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 diff --git a/textproc/xfce4-dict-plugin/pkg-plist b/textproc/xfce4-dict-plugin/pkg-plist new file mode 100644 index 000000000000..f49df15b9302 --- /dev/null +++ b/textproc/xfce4-dict-plugin/pkg-plist @@ -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 |