From ehaupt@FreeBSD.org  Fri Nov 16 14:16:31 2007
Return-Path: <ehaupt@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id A353F16A41A
	for <freebsd-gnats-submit@hub.freebsd.org>; Fri, 16 Nov 2007 14:16:31 +0000 (UTC)
	(envelope-from ehaupt@FreeBSD.org)
Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28])
	by mx1.freebsd.org (Postfix) with ESMTP id 866A013C442
	for <freebsd-gnats-submit@hub.freebsd.org>; Fri, 16 Nov 2007 14:16:31 +0000 (UTC)
	(envelope-from ehaupt@FreeBSD.org)
Received: from freefall.freebsd.org (ehaupt@localhost [127.0.0.1])
	by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id lAGEGVoh013515
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 16 Nov 2007 14:16:31 GMT
	(envelope-from ehaupt@freefall.freebsd.org)
Received: (from ehaupt@localhost)
	by freefall.freebsd.org (8.14.1/8.14.1/Submit) id lAGEGVvK013514;
	Fri, 16 Nov 2007 15:16:31 +0100 (CET)
	(envelope-from ehaupt)
Message-Id: <200711161416.lAGEGVvK013514@freefall.freebsd.org>
Date: Fri, 16 Nov 2007 15:16:31 +0100 (CET)
From: Emanuel Haupt <ehaupt@FreeBSD.org>
Reply-To: Emanuel Haupt <ehaupt@FreeBSD.org>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc:
Subject: new port: deskutils/xfce4-notification-daemon - Port of Gnome's notification-daemon for the Xfce desktop
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         118086
>Category:       ports
>Synopsis:       new port: deskutils/xfce4-notification-daemon - Port of Gnome's notification-daemon for the Xfce desktop
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    ehaupt
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 16 14:20:01 UTC 2007
>Closed-Date:    Tue Dec 11 20:26:03 CET 2007
>Last-Modified:  Tue Dec 11 19:30:06 UTC 2007
>Originator:     Emanuel Haupt
>Release:        FreeBSD 7.0-BETA1 i386
>Organization:
>Environment:
System: FreeBSD freefall.freebsd.org 7.0-BETA1 FreeBSD 7.0-BETA1 #28: Wed Oct 31 00:20:27 UTC 2007 peter@freefall.freebsd.org:/usr/src/sys/i386/compile/FREEFALL i386


	
>Description:
- New port: deskutils/xfce4-notification-daemon - Port of Gnome's notification-daemon for the Xfce desktop
- Register CONFLICTS for deskutils/notification-daemon.

>How-To-Repeat:
	
>Fix:

	

--- xfce4-notification-daemon.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:
#
#	xfce4-notification-daemon
#	xfce4-notification-daemon/Makefile
#	xfce4-notification-daemon/pkg-descr
#	xfce4-notification-daemon/distinfo
#	xfce4-notification-daemon/pkg-plist
#
echo c - xfce4-notification-daemon
mkdir -p xfce4-notification-daemon > /dev/null 2>&1
echo x - xfce4-notification-daemon/Makefile
sed 's/^X//' >xfce4-notification-daemon/Makefile << 'END-of-xfce4-notification-daemon/Makefile'
X# New ports collection makefile for:	notification-daemon
X# Date created:				16 Nov 2007
X# Whom:					Emanuel Haupt <ehaupt@FreeBSD.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	notification-daemon
XPORTVERSION=	0.3.7
XCATEGORIES=	deskutils xfce
XMASTER_SITES=	http://goodies.xfce.org/releases/notification-daemon-xfce/ \
X		http://critical.ch/distfiles/ \
X		http://energy.critical.ch/distfiles/
XPKGNAMEPREFIX=	xfce4-
XDISTNAME=	${PORTNAME}-xfce-${PORTVERSION}
XDIST_SUBDIR=	xfce4
X
XMAINTAINER=	ehaupt@FreeBSD.org
XCOMMENT=	Port of Gnome's notification-daemon for the Xfce desktop
X
XLIB_DEPENDS=	sexy.2:${PORTSDIR}/x11-toolkits/libsexy \
X		dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
XRUN_DEPENDS=	dbus-daemon:${PORTSDIR}/devel/dbus
X
XGNU_CONFIGURE=	yes
XINSTALLS_ICONS=	yes
XUSE_BZIP2=	yes
XUSE_GMAKE=	yes
XUSE_LDCONFIG=	yes
XUSE_XLIB=	yes
XUSE_XFCE=	configenv libutil libgui
X
XCONFIGURE_ARGS+=	--libdir=${PREFIX}/lib/xfce4 \
X			--libexecdir=${PREFIX}/libexec/xfce4 \
X			--with-dbus-services=${PREFIX}/share/dbus-1/services
X
XMAKE_ENV+=	CFLAGS="${CFLAGS}"
X
XCONFLICTS=	^notification-daemon-[0-9]*
X
XOPTIONS=	GRADIENT "Show a gradient look in the default theme"  off \
X		CLOSE    "Show the close button in the default theme" on  \
X		NLS      "Enable Native Language Support"             on
X
X.include <bsd.port.pre.mk>
X
X.if !defined(WITHOUT_NLS)
XUSE_GETTEXT=	yes
XPLIST_SUB+=	NLS=""
X.else
XPLIST_SUB+=	NLS="@comment "
X.endif
X
X.if defined(WITH_GRADIENT)
XCONFIGURE_ARGS+=	--enable-gradient-look
X.endif
X
X.if defined(WITHOUT_CLOSE)
XCONFIGURE_ARGS+=	--disable-close-button
X.endif
X
Xpost-patch:
X	@${REINPLACE_CMD} -e 's|\(notification-daemon-xfce\)-1.0|\1|' \
X		${WRKSRC}/src/daemon/Makefile.am \
X		${WRKSRC}/src/daemon/Makefile.in \
X		${WRKSRC}/src/themes/bubble/Makefile.am \
X		${WRKSRC}/src/themes/bubble/Makefile.in \
X		${WRKSRC}/src/themes/standard/Makefile.am \
X		${WRKSRC}/src/themes/standard/Makefile.in
X.if defined(WITHOUT_NLS)
X	@${REINPLACE_CMD} -e 's|\(USE_NLS=\)yes|\1no|' ${WRKSRC}/configure
X.endif
X
X.include <bsd.port.post.mk>
END-of-xfce4-notification-daemon/Makefile
echo x - xfce4-notification-daemon/pkg-descr
sed 's/^X//' >xfce4-notification-daemon/pkg-descr << 'END-of-xfce4-notification-daemon/pkg-descr'
XPort of notification daemon for Xfce Desktop Environment.
X
XWWW: http://goodies.xfce.org/projects/applications/notification-daemon-xfce
END-of-xfce4-notification-daemon/pkg-descr
echo x - xfce4-notification-daemon/distinfo
sed 's/^X//' >xfce4-notification-daemon/distinfo << 'END-of-xfce4-notification-daemon/distinfo'
XMD5 (xfce4/notification-daemon-xfce-0.3.7.tar.bz2) = ef4a4977875d97a5237b316d5d592176
XSHA256 (xfce4/notification-daemon-xfce-0.3.7.tar.bz2) = c0dc4100a9fc6cbc45ce8741fd360f4d80ad57ced6905e42a70a92855d09a38a
XSIZE (xfce4/notification-daemon-xfce-0.3.7.tar.bz2) = 329496
END-of-xfce4-notification-daemon/distinfo
echo x - xfce4-notification-daemon/pkg-plist
sed 's/^X//' >xfce4-notification-daemon/pkg-plist << 'END-of-xfce4-notification-daemon/pkg-plist'
Xbin/notification-settings
Xlib/xfce4/notification-daemon-xfce/engines/libstandard.a
Xlib/xfce4/notification-daemon-xfce/engines/libstandard.la
Xlib/xfce4/notification-daemon-xfce/engines/libstandard.so
Xlibexec/xfce4/notification-daemon-xfce
Xshare/applications/notification-settings.desktop
Xshare/dbus-1/services/org.freedesktop.Notifications.service
Xshare/icons/hicolor/22x22/apps/notification-settings.png
Xshare/icons/hicolor/48x48/apps/notification-settings.png
X%%NLS%%share/locale/be/LC_MESSAGES/notification-daemon-xfce.mo
X%%NLS%%share/locale/en_GB/LC_MESSAGES/notification-daemon-xfce.mo
X%%NLS%%share/locale/fr/LC_MESSAGES/notification-daemon-xfce.mo
X%%NLS%%share/locale/hu/LC_MESSAGES/notification-daemon-xfce.mo
X%%NLS%%share/locale/nl/LC_MESSAGES/notification-daemon-xfce.mo
X%%NLS%%share/locale/pl/LC_MESSAGES/notification-daemon-xfce.mo
X%%NLS%%share/locale/uk/LC_MESSAGES/notification-daemon-xfce.mo
X@dirrm lib/xfce4/notification-daemon-xfce/engines
X@dirrm lib/xfce4/notification-daemon-xfce
X@dirrmtry share/applications
X@dirrmtry libexec/xfce4
X@dirrmtry lib/xfce4
END-of-xfce4-notification-daemon/pkg-plist
exit
--- xfce4-notification-daemon.shar ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->ehaupt 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Nov 16 14:20:08 UTC 2007 
Responsible-Changed-Why:  
Submitter has GNATS access (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=118086 
State-Changed-From-To: open->closed 
State-Changed-By: ehaupt 
State-Changed-When: Tue Dec 11 20:26:03 CET 2007 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=118086 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/118086: commit references a PR
Date: Tue, 11 Dec 2007 19:25:31 +0000 (UTC)

 ehaupt      2007-12-11 19:25:27 UTC
 
   FreeBSD ports repository
 
   Modified files:
     deskutils            Makefile 
   Added files:
     deskutils/xfce4-notification-daemon Makefile distinfo 
                                         pkg-descr pkg-plist 
   Log:
   Add deskutils/xfce4-notification-daemon, a port of the gnome notification
   daemon for Xfce Desktop Environment.
   
   PR:             ports/118086
   
   Revision  Changes    Path
   1.311     +1 -0      ports/deskutils/Makefile
   1.1       +74 -0     ports/deskutils/xfce4-notification-daemon/Makefile (new)
   1.1       +3 -0      ports/deskutils/xfce4-notification-daemon/distinfo (new)
   1.1       +3 -0      ports/deskutils/xfce4-notification-daemon/pkg-descr (new)
   1.1       +21 -0     ports/deskutils/xfce4-notification-daemon/pkg-plist (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
