diff options
author | miwi <miwi@FreeBSD.org> | 2008-05-16 21:55:20 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-05-16 21:55:20 +0800 |
commit | f5a1d5cb410235b07a638dfbe6e89d1a1f5f7e6a (patch) | |
tree | ba74ddd5bc6a7342bdd1a1cb4307a1bac1cf851c /textproc/xfce4-dict-plugin | |
parent | ce04242c13e46d592b05f787d23a92e0c8018e93 (diff) | |
download | freebsd-ports-gnome-f5a1d5cb410235b07a638dfbe6e89d1a1f5f7e6a.tar.gz freebsd-ports-gnome-f5a1d5cb410235b07a638dfbe6e89d1a1f5f7e6a.tar.zst freebsd-ports-gnome-f5a1d5cb410235b07a638dfbe6e89d1a1f5f7e6a.zip |
- Update to 0.4.0
- Take maintainership
Approved by: oliver (old maintainer)
Diffstat (limited to 'textproc/xfce4-dict-plugin')
-rw-r--r-- | textproc/xfce4-dict-plugin/Makefile | 10 | ||||
-rw-r--r-- | textproc/xfce4-dict-plugin/distinfo | 6 | ||||
-rw-r--r-- | textproc/xfce4-dict-plugin/pkg-plist | 28 |
3 files changed, 28 insertions, 16 deletions
diff --git a/textproc/xfce4-dict-plugin/Makefile b/textproc/xfce4-dict-plugin/Makefile index 72ad35c3ccfb..12ec603675af 100644 --- a/textproc/xfce4-dict-plugin/Makefile +++ b/textproc/xfce4-dict-plugin/Makefile @@ -5,22 +5,22 @@ # $FreeBSD$ # -PORTNAME= xfce4-dict-plugin -PORTVERSION= 0.2.1 -PORTREVISION= 3 +PORTNAME= xfce4-dict +PORTVERSION= 0.4.0 CATEGORIES= textproc xfce MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/ +PKGNAMESUFFIX= -plugin DIST_SUBDIR= xfce4 -MAINTAINER= oliver@FreeBSD.org +MAINTAINER= miwi@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 +MAN1= xfce4-dict.1 .include <bsd.port.mk> diff --git a/textproc/xfce4-dict-plugin/distinfo b/textproc/xfce4-dict-plugin/distinfo index 03adcfa02e32..f82a88e4904b 100644 --- a/textproc/xfce4-dict-plugin/distinfo +++ b/textproc/xfce4-dict-plugin/distinfo @@ -1,3 +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 +MD5 (xfce4/xfce4-dict-0.4.0.tar.gz) = dbe99b8dbf918e401be41613b3012797 +SHA256 (xfce4/xfce4-dict-0.4.0.tar.gz) = edc83666650603a98a07275145f717450bb444e68645df7d79b8f7bb974cb043 +SIZE (xfce4/xfce4-dict-0.4.0.tar.gz) = 435211 diff --git a/textproc/xfce4-dict-plugin/pkg-plist b/textproc/xfce4-dict-plugin/pkg-plist index f49df15b9302..35c51d532479 100644 --- a/textproc/xfce4-dict-plugin/pkg-plist +++ b/textproc/xfce4-dict-plugin/pkg-plist @@ -1,13 +1,25 @@ +bin/xfce4-dict 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 +share/applications/xfce4-dict.desktop +share/icons/hicolor/scalable/apps/xfce4-dict.svg +share/locale/ca/LC_MESSAGES/xfce4-dict.mo +share/locale/cs/LC_MESSAGES/xfce4-dict.mo +share/locale/de/LC_MESSAGES/xfce4-dict.mo +share/locale/en_GB/LC_MESSAGES/xfce4-dict.mo +share/locale/eu/LC_MESSAGES/xfce4-dict.mo +share/locale/fr/LC_MESSAGES/xfce4-dict.mo +share/locale/hu/LC_MESSAGES/xfce4-dict.mo +share/locale/lv/LC_MESSAGES/xfce4-dict.mo +share/locale/pl/LC_MESSAGES/xfce4-dict.mo +share/locale/pt_BR/LC_MESSAGES/xfce4-dict.mo +share/locale/pt_PT/LC_MESSAGES/xfce4-dict.mo +share/locale/uk/LC_MESSAGES/xfce4-dict.mo +share/locale/ur/LC_MESSAGES/xfce4-dict.mo +share/xfce4/panel-plugins/xfce4-dict-plugin.desktop @dirrmtry share/xfce4/panel-plugins @dirrmtry share/xfce4 +@dirrmtry share/locale/ur/LC_MESSAGES +@dirrmtry share/locale/ur +@dirrmtry share/applications @dirrmtry libexec/xfce4/panel-plugins @dirrmtry libexec/xfce4 |