From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 9 03:10:02 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B09FC16A4E6 for ; Mon, 9 May 2005 03:10:02 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7096343D94 for ; Mon, 9 May 2005 03:10:02 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j493A2Tw099662 for ; Mon, 9 May 2005 03:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j493A23t099661; Mon, 9 May 2005 03:10:02 GMT (envelope-from gnats) Resent-Date: Mon, 9 May 2005 03:10:02 GMT Resent-Message-Id: <200505090310.j493A23t099661@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, DaJoob@dajoob.com Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3A3016A4E6 for ; Mon, 9 May 2005 03:08:54 +0000 (GMT) Received: from dajoob.com (c-24-15-239-7.hsd1.il.comcast.net [24.15.239.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id C34D243D8B for ; Mon, 9 May 2005 03:08:50 +0000 (GMT) (envelope-from root@dajoob.com) Received: from dajoob.com (localhost [127.0.0.1]) by dajoob.com (8.13.3/8.13.3) with ESMTP id j4938kZA071383; Sun, 8 May 2005 22:08:50 -0500 (CDT) (envelope-from root@dajoob.com) Received: (from root@localhost) by dajoob.com (8.13.3/8.13.3/Submit) id j4938aQO071382; Sun, 8 May 2005 22:08:36 -0500 (CDT) (envelope-from root) Message-Id: <200505090308.j4938aQO071382@dajoob.com> Date: Sun, 8 May 2005 22:08:36 -0500 (CDT) From: DaJoob@dajoob.com To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: DaJoob@dajoob.com Subject: ports/80803: New port: x11/xfce4-taskbar-plugin A port of the xfce-goodies plugin that adds a taskbar to the XFCE panel X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: DaJoob@dajoob.com List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 May 2005 03:10:02 -0000 >Number: 80803 >Category: ports >Synopsis: New port: x11/xfce4-taskbar-plugin A port of the xfce-goodies plugin that adds a taskbar to the XFCE panel >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 May 09 03:10:02 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Dan Barry >Release: FreeBSD 5.4-RC4 i386 >Organization: DaJoob.com >Environment: System: FreeBSD Dan4.dajoob.com 5.4-RC4 FreeBSD 5.4-RC4 #0: Mon May 2 00:08:36 UTC 2005 root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: The xfce-goodies (http://xfce-goodies.berlios.de) plugin that adds a taskbar to the XFCE panel >How-To-Repeat: >Fix: --- taskbar.sh begins here --- # 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: # # /usr/ports/x11/xfce4-taskbar-plugin # /usr/ports/x11/xfce4-taskbar-plugin/Makefile # /usr/ports/x11/xfce4-taskbar-plugin/pkg-descr # /usr/ports/x11/xfce4-taskbar-plugin/distinfo # /usr/ports/x11/xfce4-taskbar-plugin/pkg-plist # echo c - /usr/ports/x11/xfce4-taskbar-plugin mkdir -p /usr/ports/x11/xfce4-taskbar-plugin > /dev/null 2>&1 echo x - /usr/ports/x11/xfce4-taskbar-plugin/Makefile sed 's/^X//' >/usr/ports/x11/xfce4-taskbar-plugin/Makefile << 'END-of-/usr/ports/x11/xfce4-taskbar-plugin/Makefile' X# New ports collection makefile for: xfce4-taskbar-plugin X# Date created: 5 May 2005 X# Whom: DaJoob X# X# $FreeBSD$ X# X XPORTNAME= xfce4-taskbar-plugin XPORTVERSION= 0.2.2 XCATEGORIES= x11 xfce XMASTER_SITES= http://download.berlios.de/xfce-goodies/ \ X http://matt.nerim.net/xfce-goodies/ \ X http://xfce.org/~kelnos/mirrors/xfce-goodies/ X XMAINTAINER= DaJoob@dajoob.com XCOMMENT= A plugin that allows you to add a taskbar to the XFCE panel X XBUILD_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel X XGNU_CONFIGURE= yes X.include END-of-/usr/ports/x11/xfce4-taskbar-plugin/Makefile echo x - /usr/ports/x11/xfce4-taskbar-plugin/pkg-descr sed 's/^X//' >/usr/ports/x11/xfce4-taskbar-plugin/pkg-descr << 'END-of-/usr/ports/x11/xfce4-taskbar-plugin/pkg-descr' XThis is a port of the xfce-goodies plugin that allows you to add a Xresizable taskbar to the XFCE panel. X XWWW: http://xfce-goodies.berlios.de X X- DaJoob XDaJoob@dajoob.com END-of-/usr/ports/x11/xfce4-taskbar-plugin/pkg-descr echo x - /usr/ports/x11/xfce4-taskbar-plugin/distinfo sed 's/^X//' >/usr/ports/x11/xfce4-taskbar-plugin/distinfo << 'END-of-/usr/ports/x11/xfce4-taskbar-plugin/distinfo' XMD5 (xfce4-taskbar-plugin-0.2.2.tar.gz) = 06ad356d728cadd8e78a12ec86235593 XSIZE (xfce4-taskbar-plugin-0.2.2.tar.gz) = 304546 END-of-/usr/ports/x11/xfce4-taskbar-plugin/distinfo echo x - /usr/ports/x11/xfce4-taskbar-plugin/pkg-plist sed 's/^X//' >/usr/ports/x11/xfce4-taskbar-plugin/pkg-plist << 'END-of-/usr/ports/x11/xfce4-taskbar-plugin/pkg-plist' Xlib/xfce4/panel-plugins/libtaskbar.la Xlib/xfce4/panel-plugins/libtaskbar.so Xlib/xfce4/panel-plugins/libtaskbar.a X@unexec rmdir %D/lib/xfce4/panel-plugins 2>/dev/null || true END-of-/usr/ports/x11/xfce4-taskbar-plugin/pkg-plist exit --- taskbar.sh ends here --- >Release-Note: >Audit-Trail: >Unformatted: