From thorsten.greiner@web.de  Mon Oct  6 11:31:34 2003
Return-Path: <thorsten.greiner@web.de>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C657116A4B3
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  6 Oct 2003 11:31:34 -0700 (PDT)
Received: from smtp.web.de (smtp01.web.de [217.72.192.180])
	by mx1.FreeBSD.org (Postfix) with ESMTP id EE08D43FCB
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  6 Oct 2003 11:31:33 -0700 (PDT)
	(envelope-from thorsten.greiner@web.de)
Received: from [80.141.6.244] (helo=tybalt)
	by smtp.web.de with asmtp (WEB.DE 4.99 #448)
	id 1A6a8q-0004nh-00
	for FreeBSD-gnats-submit@freebsd.org; Mon, 06 Oct 2003 20:31:32 +0200
Message-Id: <20031006183131.GA1263@tybalt.greiner.local>
Date: Mon, 6 Oct 2003 20:31:31 +0200
From: Thorsten Greiner <thorsten.greiner@web.de>
Sender: thorsten.greiner@web.de
To: FreeBSD-gnats-submit@freebsd.org
Subject: New port: xfce4-notes

>Number:         57671
>Category:       ports
>Synopsis:       New port: xfce4-notes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 06 11:40:10 PDT 2003
>Closed-Date:    Tue Oct 07 09:52:16 PDT 2003
>Last-Modified:  Tue Oct 07 09:52:16 PDT 2003
>Originator:     Thorsten Greiner
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
n/a
>Environment:
System: FreeBSD tybalt 5.1-CURRENT FreeBSD 5.1-CURRENT #32: Sun Oct 5 15:21:01 CEST 2003 root@tybalt:/usr/src/sys/i386/compile/TYBALT i386


>Description:

Adds xfce4-notes, a sticky notes panel plugin for the xfce4 desktop

>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:
#
#	deskutils/xfce4-notes/files/patch-configure
#	deskutils/xfce4-notes/pkg-plist
#	deskutils/xfce4-notes/pkg-descr
#	deskutils/xfce4-notes/distinfo
#	deskutils/xfce4-notes/Makefile
#
echo x - deskutils/xfce4-notes/files/patch-configure
sed 's/^X//' >deskutils/xfce4-notes/files/patch-configure << 'END-of-deskutils/xfce4-notes/files/patch-configure'
X--- configure.orig	Sun Oct  5 02:45:14 2003
X+++ configure	Mon Oct  6 20:22:50 2003
X@@ -19530,7 +19530,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@@ -19824,7 +19825,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-deskutils/xfce4-notes/files/patch-configure
echo x - deskutils/xfce4-notes/pkg-plist
sed 's/^X//' >deskutils/xfce4-notes/pkg-plist << 'END-of-deskutils/xfce4-notes/pkg-plist'
Xlib/xfce4/panel-plugins/libnotes.so
Xshare/xfce4/notes/close.png
Xshare/xfce4/notes/resize.png
Xshare/xfce4/notes/note.png
X@unexec rmdir %D/lib/xfce4/panel-plugins 2>/dev/null || true
X@unexec rmdir %D/lib/xfce4 2>/dev/null || true
X@unexec rmdir %D/share/xfce4/notes 2>/dev/null || true
X@unexec rmdir %D/share/xfce4 2>/dev/null || true
END-of-deskutils/xfce4-notes/pkg-plist
echo x - deskutils/xfce4-notes/pkg-descr
sed 's/^X//' >deskutils/xfce4-notes/pkg-descr << 'END-of-deskutils/xfce4-notes/pkg-descr'
XA sticky notes panel plugin for XFce4.
X
XWWW: http://www.xfce.org
END-of-deskutils/xfce4-notes/pkg-descr
echo x - deskutils/xfce4-notes/distinfo
sed 's/^X//' >deskutils/xfce4-notes/distinfo << 'END-of-deskutils/xfce4-notes/distinfo'
XMD5 (xfce4/xfce4-notes-0.9.tar.gz) = 3c1f045f97915325a53725c0d6c2d601
END-of-deskutils/xfce4-notes/distinfo
echo x - deskutils/xfce4-notes/Makefile
sed 's/^X//' >deskutils/xfce4-notes/Makefile << 'END-of-deskutils/xfce4-notes/Makefile'
X# New ports collection makefile for:	xfce4-notes
X# Date created:		06 October 2003
X# Whom:			Thorsten Greiner <thorsten.greiner@web.de>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	xfce4-notes
XPORTVERSION=	0.9
XCATEGORIES=	deskutils xfce
XMASTER_SITES=	http://www.lysator.liu.se/~b0kaj/
XDIST_SUBDIR=	xfce4
X
XMAINTAINER=	thorsten.greiner@web.de
XCOMMENT=	Sticky notes panel plugin for XFce4
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
XRUN_DEPENDS=	xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel
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-deskutils/xfce4-notes/Makefile
exit

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: oliver 
State-Changed-When: Tue Oct 7 09:52:01 PDT 2003 
State-Changed-Why:  
Committed, Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=57671 
>Unformatted:
