From boris@brooknet.com.au  Wed Aug 27 21:17:55 2003
Return-Path: <boris@brooknet.com.au>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9382916A4BF
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 27 Aug 2003 21:17:55 -0700 (PDT)
Received: from bloodwood.hunterlink.net.au (mail.hunterlink.net.au [203.12.144.18])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8977A43FA3
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 27 Aug 2003 21:17:54 -0700 (PDT)
	(envelope-from boris@brooknet.com.au)
Received: from localhost (as1-p21.mait.hunterlink.net.au [202.7.67.21])
	by bloodwood.hunterlink.net.au (8.12.8/8.12.8) with ESMTP id h7S4HqmV018991
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 28 Aug 2003 14:17:52 +1000
Received: by localhost (Postfix, from userid 0)
	id B531534A; Thu, 28 Aug 2003 14:17:55 +1000 (EST)
Message-Id: <20030828041755.B531534A@localhost>
Date: Thu, 28 Aug 2003 14:17:55 +1000 (EST)
From: Sam Lawrance <boris@brooknet.com.au>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] palm/synce-trayicon: GNOME tray icon showing battery and storage status of a WinCE device
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         56069
>Category:       ports
>Synopsis:       [NEW PORT] palm/synce-trayicon: GNOME tray icon showing battery and storage status of a WinCE device
>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:   Wed Aug 27 21:20:09 PDT 2003
>Closed-Date:    Tue Dec 16 13:19:12 PST 2003
>Last-Modified:  Tue Dec 16 13:19:12 PST 2003
>Originator:     Sam Lawrance
>Release:        FreeBSD 5.1-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
SynCE is a project for connecting to devices running Windows CE or Pocket PC.
The trayicon sits in the notification area displays information about a
connected Windows CE device such as battery charge and storage space.

WWW: http://synce.sourceforge.net/
>How-To-Repeat:
	n/a
>Fix:

--- synce-trayicon-0.8.shar 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:
#
#	synce-trayicon
#	synce-trayicon/pkg-plist
#	synce-trayicon/pkg-descr
#	synce-trayicon/distinfo
#	synce-trayicon/Makefile
#
echo c - synce-trayicon
mkdir -p synce-trayicon > /dev/null 2>&1
echo x - synce-trayicon/pkg-plist
sed 's/^X//' >synce-trayicon/pkg-plist << 'END-of-synce-trayicon/pkg-plist'
Xbin/synce-trayicon
Xshare/pixmaps/synce/synce-color-small.png
Xshare/pixmaps/synce/synce-gray-small.png
X@dirrm share/pixmaps/synce
X@dirrm share/pixmaps
END-of-synce-trayicon/pkg-plist
echo x - synce-trayicon/pkg-descr
sed 's/^X//' >synce-trayicon/pkg-descr << 'END-of-synce-trayicon/pkg-descr'
XSynCE is a project for connecting to devices running Windows CE or Pocket PC.
XThe trayicon sits in the notification area displays information about a
Xconnected Windows CE device such as battery charge and storage space.
X
XWWW: http://synce.sourceforge.net/
END-of-synce-trayicon/pkg-descr
echo x - synce-trayicon/distinfo
sed 's/^X//' >synce-trayicon/distinfo << 'END-of-synce-trayicon/distinfo'
XMD5 (synce-trayicon-0.8.tar.gz) = c08301f9c19de192255298d3b8c4af93
END-of-synce-trayicon/distinfo
echo x - synce-trayicon/Makefile
sed 's/^X//' >synce-trayicon/Makefile << 'END-of-synce-trayicon/Makefile'
X# New ports collection makefile for:   synce-trayicon
X# Date created:                28 August 2003
X# Whom:                        Sam Lawrance <boris@brooknet.com.au>
X#
X# $FreeBSD$
X
XPORTNAME=	synce-trayicon
XPORTVERSION=	0.8
XCATEGORIES=	palm
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	synce
X
XMAINTAINER=	boris@brooknet.com.au
XCOMMENT=	GNOME tray icon showing battery and storage status of a WinCE device
X
XLIB_DEPENDS+=	iconv.3:${PORTSDIR}/converters/libiconv \
X		synce.0:${PORTSDIR}/palm/synce-libsynce \
X		rapi.2:${PORTSDIR}/palm/synce-librapi2 \
X		Xft:${PORTSDIR}/x11-fonts/Xft \
X		freetype:${PORTSDIR}/print/freetype2 \
X		fontconfig:${PORTSDIR}/x11-fonts/fontconfig
XBUILD_DEPENDS+=	${X11BASE}/lib/gnome-vfs-2.0/modules/libsyncevfs.so:${PORTSDIR}/palm/synce-gnomevfs
XRUN_DEPENDS+=	${X11BASE}/lib/gnome-vfs-2.0/modules/libsyncevfs.so:${PORTSDIR}/palm/synce-gnomevfs
X
XUSE_GNOME=	glib20 libgnomeui libbonoboui libxml2 gnomecanvas libgnome \
X		libxml2 libartlgpl2 atk pango gtk20 gdkpixbuf libbonobo \
X		bonoboactivation orbit2 pkgconfig linc
XGNU_CONFIGURE=	yes
XCONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
XCONFIGURE_ARGS+=	--with-libsynce=${LOCALBASE} \
X			--with-librapi2=${LOCALBASE}
X
X.include <bsd.port.mk>
END-of-synce-trayicon/Makefile
exit
--- synce-trayicon-0.8.shar ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Tue Dec 16 13:19:02 PST 2003 
State-Changed-Why:  
New port added, thanks! 

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