diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-09-11 10:56:23 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-09-11 10:56:23 +0000 |
commit | d23028225c109418d2789e788332ea53d8b1494a (patch) | |
tree | 23faf253e314836611cba0572a547534189ffdd7 /x11/xfce4-verve-plugin | |
parent | 2a5ed2e858578fd0597740ffb6bcd51b9dde32a9 (diff) | |
download | ports-d23028225c109418d2789e788332ea53d8b1494a.tar.gz ports-d23028225c109418d2789e788332ea53d8b1494a.zip |
Notes
Diffstat (limited to 'x11/xfce4-verve-plugin')
-rw-r--r-- | x11/xfce4-verve-plugin/Makefile | 29 | ||||
-rw-r--r-- | x11/xfce4-verve-plugin/distinfo | 3 | ||||
-rw-r--r-- | x11/xfce4-verve-plugin/pkg-descr | 10 | ||||
-rw-r--r-- | x11/xfce4-verve-plugin/pkg-plist | 25 |
4 files changed, 67 insertions, 0 deletions
diff --git a/x11/xfce4-verve-plugin/Makefile b/x11/xfce4-verve-plugin/Makefile new file mode 100644 index 000000000000..190aceff986a --- /dev/null +++ b/x11/xfce4-verve-plugin/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: verve plugin for xfce4 +# Date created: 11 September 2007 +# Whom: Martin Wilke (miwi@FreeBSD.org) +# +# $FreeBSD$ +# + +PORTNAME= verve-plugin +PORTVERSION= 0.3.5 +CATEGORIES= x11 xfce +MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/ +PKGNAMEPREFIX= xfce4- +DIST_SUBDIR= xfce4 + +MAINTAINER= miwi@FreeBSD.org +COMMENT= A command line plugin for xfce4 + +GNU_CONFIGURE= yes +USE_BZIP2= yes +USE_GETTEXT= yes +USE_GMAKE= yes +USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig +USE_XFCE= configenv panel libexo libutil +USE_XLIB= yes + +RUN_DEPENDES= dbus-daemon:${PORTSDIR}/devel/dbus +LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre + +.include <bsd.port.mk> diff --git a/x11/xfce4-verve-plugin/distinfo b/x11/xfce4-verve-plugin/distinfo new file mode 100644 index 000000000000..9d8e0a1c8b59 --- /dev/null +++ b/x11/xfce4-verve-plugin/distinfo @@ -0,0 +1,3 @@ +MD5 (xfce4/verve-plugin-0.3.5.tar.bz2) = 85701b960da6bb10762b460c23b84c15 +SHA256 (xfce4/verve-plugin-0.3.5.tar.bz2) = 8ca6c348ccf561cdd8b7abd3436ca1d19552c6d8ce9471f531609d47dd04ba45 +SIZE (xfce4/verve-plugin-0.3.5.tar.bz2) = 287101 diff --git a/x11/xfce4-verve-plugin/pkg-descr b/x11/xfce4-verve-plugin/pkg-descr new file mode 100644 index 000000000000..c64d11094dae --- /dev/null +++ b/x11/xfce4-verve-plugin/pkg-descr @@ -0,0 +1,10 @@ +The Verve panel plugin is a comfortable command line plugin for the Xfce panel. +It supports several nice features, such as: + + * Command history + * Auto-completion (including command history) + * Open URLs and eMail addresses in your favourite applications + * Focus grabbing via D-BUS (so you can bind a shortcut to it) + * Custom input field width + +WWW: http://goodies.xfce.org/projects/panel-plugins/verve-plugin diff --git a/x11/xfce4-verve-plugin/pkg-plist b/x11/xfce4-verve-plugin/pkg-plist new file mode 100644 index 000000000000..7d9ea9521df9 --- /dev/null +++ b/x11/xfce4-verve-plugin/pkg-plist @@ -0,0 +1,25 @@ +bin/verve-focus +libexec/xfce4/panel-plugins/xfce4-verve-plugin +share/locale/ca/LC_MESSAGES/verve-plugin.mo +share/locale/cs/LC_MESSAGES/verve-plugin.mo +share/locale/de/LC_MESSAGES/verve-plugin.mo +share/locale/el/LC_MESSAGES/verve-plugin.mo +share/locale/eo/LC_MESSAGES/verve-plugin.mo +share/locale/eu/LC_MESSAGES/verve-plugin.mo +share/locale/fi/LC_MESSAGES/verve-plugin.mo +share/locale/fr/LC_MESSAGES/verve-plugin.mo +share/locale/hu/LC_MESSAGES/verve-plugin.mo +share/locale/it/LC_MESSAGES/verve-plugin.mo +share/locale/ja/LC_MESSAGES/verve-plugin.mo +share/locale/nl/LC_MESSAGES/verve-plugin.mo +share/locale/pa/LC_MESSAGES/verve-plugin.mo +share/locale/pl/LC_MESSAGES/verve-plugin.mo +share/locale/pt_BR/LC_MESSAGES/verve-plugin.mo +share/locale/ru/LC_MESSAGES/verve-plugin.mo +share/locale/vi/LC_MESSAGES/verve-plugin.mo +share/locale/zh_TW/LC_MESSAGES/verve-plugin.mo +share/xfce4/panel-plugins/verve.desktop +@dirrmtry share/xfce4/panel-plugins +@dirrmtry share/xfce4 +@dirrmtry libexec/xfce4/panel-plugins +@dirrmtry libexec/xfce4 |