diff options
author | demon <demon@FreeBSD.org> | 2003-08-16 22:54:04 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2003-08-16 22:54:04 +0800 |
commit | f8be9a51b024bfaa643abf64d73ffe4560225eee (patch) | |
tree | 21daa708488828d6c4a6d26b88ad4ff1f04b0b98 /sysutils | |
parent | c45812c1a14875bf89552795d88549f4c9d030bd (diff) | |
download | freebsd-ports-gnome-f8be9a51b024bfaa643abf64d73ffe4560225eee.tar.gz freebsd-ports-gnome-f8be9a51b024bfaa643abf64d73ffe4560225eee.tar.zst freebsd-ports-gnome-f8be9a51b024bfaa643abf64d73ffe4560225eee.zip |
New port: xfce4-minicmd-plugin.
Displays a mini-command line on the xfce4-panel. Uses the same history file as
xfrun4. Use <Up> and <Down> to scroll through history. <Enter> executes the
command and <Ctrl>-<Enter> executes the command in a terminal.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/xfce4-minicmd-plugin/Makefile | 24 | ||||
-rw-r--r-- | sysutils/xfce4-minicmd-plugin/distinfo | 1 | ||||
-rw-r--r-- | sysutils/xfce4-minicmd-plugin/pkg-descr | 3 | ||||
-rw-r--r-- | sysutils/xfce4-minicmd-plugin/pkg-plist | 3 |
5 files changed, 32 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index df5ede6e55f3..437d4a5f26db 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -338,6 +338,7 @@ SUBDIR += xfce4-battery-plugin SUBDIR += xfce4-mcs-manager SUBDIR += xfce4-mcs-plugins + SUBDIR += xfce4-minicmd-plugin SUBDIR += xfce4-showdesktop-plugin SUBDIR += xfce4-systemload-plugin SUBDIR += xfce4-utils diff --git a/sysutils/xfce4-minicmd-plugin/Makefile b/sysutils/xfce4-minicmd-plugin/Makefile new file mode 100644 index 000000000000..c6f15c3ebfdb --- /dev/null +++ b/sysutils/xfce4-minicmd-plugin/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: minicmd plugin for xfce4 +# Date created: 16 August 2003 +# Whom: Dmitry Sivachenko <demon@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= xfce4-minicmd-plugin +PORTVERSION= 0.1.1 +CATEGORIES= sysutils xfce +MASTER_SITES= http://download.berlios.de/xfce-goodies/ +DIST_SUBDIR= xfce4 + +MAINTAINER= demon@FreeBSD.org +COMMENT= Displays a mini-command line on the xfce4-panel + +BUILD_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel +RUN_DEPENDS= ${BUILD_DEPENDS} + +USE_X_PREFIX= yes +GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} + +.include <bsd.port.mk> diff --git a/sysutils/xfce4-minicmd-plugin/distinfo b/sysutils/xfce4-minicmd-plugin/distinfo new file mode 100644 index 000000000000..8c5276c5a88d --- /dev/null +++ b/sysutils/xfce4-minicmd-plugin/distinfo @@ -0,0 +1 @@ +MD5 (xfce4/xfce4-minicmd-plugin-0.1.1.tar.gz) = 76eb0ef488f3250149b47e59f995da65 diff --git a/sysutils/xfce4-minicmd-plugin/pkg-descr b/sysutils/xfce4-minicmd-plugin/pkg-descr new file mode 100644 index 000000000000..183683a1ca0c --- /dev/null +++ b/sysutils/xfce4-minicmd-plugin/pkg-descr @@ -0,0 +1,3 @@ +Displays a mini-command line on the xfce4-panel. Uses the same history file as +xfrun4. Use <Up> and <Down> to scroll through history. <Enter> executes the +command and <Ctrl>-<Enter> executes the command in a terminal. diff --git a/sysutils/xfce4-minicmd-plugin/pkg-plist b/sysutils/xfce4-minicmd-plugin/pkg-plist new file mode 100644 index 000000000000..11e3dcabb4d1 --- /dev/null +++ b/sysutils/xfce4-minicmd-plugin/pkg-plist @@ -0,0 +1,3 @@ +lib/xfce4/panel-plugins/libminicmd.a +lib/xfce4/panel-plugins/libminicmd.la +lib/xfce4/panel-plugins/libminicmd.so |