diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-08-16 14:54:04 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-08-16 14:54:04 +0000 |
commit | bfc3c18bc628bcdd223053cbe923cca189c30ad4 (patch) | |
tree | 1b632e6cd6fcf20de21bf63ef42d2365cbb04a54 /sysutils/xfce4-minicmd-plugin | |
parent | c26227ae213874316c3f6f09ad1b292404f0ed26 (diff) | |
download | ports-bfc3c18bc628bcdd223053cbe923cca189c30ad4.tar.gz ports-bfc3c18bc628bcdd223053cbe923cca189c30ad4.zip |
Notes
Diffstat (limited to 'sysutils/xfce4-minicmd-plugin')
-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 |
4 files changed, 31 insertions, 0 deletions
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 |