Date: Mon, 11 Aug 2003 22:06:18 +0200 From: Thorsten Greiner <thorsten.greiner@web.de> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/55476: New port: sysutils/xfce4-minicmd-plugin Message-ID: <20030811200618.GA25187@tybalt> Resent-Message-ID: <200308112010.h7BKA3LL020875@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 55476 >Category: ports >Synopsis: New port: sysutils/xfce4-minicmd-plugin >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Aug 11 13:10:03 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Thorsten Greiner >Release: FreeBSD 5.1-CURRENT i386 >Organization: n/a >Environment: System: FreeBSD tybalt 5.1-CURRENT FreeBSD 5.1-CURRENT #5: Mon Aug 11 21:38:00 CEST 2003 root@tybalt:/usr/src/sys/i386/compile/TYBALT i386 >Description: Adds xfce4-minicmd-plugin to the ports. This is a little plugin for the XFCE4 desktop that displays a mini-command line on the xfce4-panel. >How-To-Repeat: Unpack shar archive >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # sysutils/xfce4-minicmd-plugin/Makefile # sysutils/xfce4-minicmd-plugin/distinfo # sysutils/xfce4-minicmd-plugin/files/patch-configure # sysutils/xfce4-minicmd-plugin/pkg-plist # sysutils/xfce4-minicmd-plugin/pkg-descr # echo x - sysutils/xfce4-minicmd-plugin/Makefile sed 's/^X//' >sysutils/xfce4-minicmd-plugin/Makefile << 'END-of-sysutils/xfce4-minicmd-plugin/Makefile' X# New ports collection makefile for: xfce-showdesktop-plugin X# Date created: 04 August 2003 X# Whom: Thorsten Greiner <thorsten.greiner@web.de> X# X# $FreeBSD$ X# X XPORTNAME= xfce4-minicmd-plugin XPORTVERSION= 0.1.1 XCATEGORIES= sysutils XMASTER_SITES= ftp://ftp.berlios.de/pub/xfce-goodies/ XDIST_SUBDIR= xfce4 X XMAINTAINER= thorsten.greiner@web.de XCOMMENT= XFCE Plugin that displays a mini-command line on the xfce4-panel X XBUILD_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel XLIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ X xfce4util.1:${PORTSDIR}/x11/libxfce4util \ X xfcegui4.1:${PORTSDIR}/x11-toolkits/libxfce4gui X XUSE_GNOME= gtk20 XUSE_X_PREFIX= yes XGNU_CONFIGURE= yes XUSE_LIBTOOL= yes XINSTALLS_SHLIB= yes XCONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} X X.include <bsd.port.mk> END-of-sysutils/xfce4-minicmd-plugin/Makefile echo x - sysutils/xfce4-minicmd-plugin/distinfo sed 's/^X//' >sysutils/xfce4-minicmd-plugin/distinfo << 'END-of-sysutils/xfce4-minicmd-plugin/distinfo' XMD5 (xfce4/xfce4-minicmd-plugin-0.1.1.tar.gz) = 76eb0ef488f3250149b47e59f995da65 END-of-sysutils/xfce4-minicmd-plugin/distinfo echo x - sysutils/xfce4-minicmd-plugin/files/patch-configure sed 's/^X//' >sysutils/xfce4-minicmd-plugin/files/patch-configure << 'END-of-sysutils/xfce4-minicmd-plugin/files/patch-configure' X--- configure.orig Mon Aug 11 21:50:08 2003 X+++ configure Mon Aug 11 21:51:32 2003 X@@ -19273,7 +19273,8 @@ X X X # This can be used to rebuild libtool when needed X-LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" X+LIBTOOL_DEPS="--disable-ltlibs /usr/local/share/libtool13/ltmain.sh" X+$ac_aux_dir/ltconfig $LIBTOOL_DEPS X X # Always use our own libtool. X LIBTOOL='$(SHELL) $(top_builddir)/libtool' X@@ -19567,7 +19568,7 @@ X X echo "$as_me:$LINENO: checking where to install panel plugins" >&5 X echo $ECHO_N "checking where to install panel plugins... $ECHO_C" >&6 X- XFCE4_PANEL_PLUGINSDIR=`$PKG_CONFIG --variable=pluginsdir xfce4-panel-1.0` X+ XFCE4_PANEL_PLUGINSDIR=${prefix}/lib/xfce4/panel-plugins X X echo "$as_me:$LINENO: result: $XFCE4_PANEL_PLUGINSDIR" >&5 X echo "${ECHO_T}$XFCE4_PANEL_PLUGINSDIR" >&6 END-of-sysutils/xfce4-minicmd-plugin/files/patch-configure echo x - sysutils/xfce4-minicmd-plugin/pkg-plist sed 's/^X//' >sysutils/xfce4-minicmd-plugin/pkg-plist << 'END-of-sysutils/xfce4-minicmd-plugin/pkg-plist' Xlib/xfce4/panel-plugins/libminicmd.so X@unexec rmdir %D/lib/xfce4/panel-plugins 2>/dev/null || true X@unexec rmdir %D/lib/xfce4 2>/dev/null || true END-of-sysutils/xfce4-minicmd-plugin/pkg-plist echo x - sysutils/xfce4-minicmd-plugin/pkg-descr sed 's/^X//' >sysutils/xfce4-minicmd-plugin/pkg-descr << 'END-of-sysutils/xfce4-minicmd-plugin/pkg-descr' XDisplays a mini-command line on the xfce4-panel. Uses the same history file as Xxfrun4. Use <Up> and <Down> to scroll through history. <Enter> executes the Xcommand and <Ctrl>-<Enter> executes the command in a terminal. X XWWW: http://www.xfce.org END-of-sysutils/xfce4-minicmd-plugin/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030811200618.GA25187>