ports/84721: [NEW PORT] deskutils/notification-daemon: desktop notifications framework / daemon part

Andreas Kohn andreas at syndrom23.de
Tue Aug 9 21:40:29 UTC 2005


>Number:         84721
>Category:       ports
>Synopsis:       [NEW PORT] deskutils/notification-daemon: desktop notifications framework / daemon part
>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:   Tue Aug 09 21:40:20 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Andreas Kohn
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:


System: FreeBSD 7.0-CURRENT #11: Wed Jul 20 20:13:51 CEST 2005
    root at klamath.syndrom23.de:/usr/obj/usr/src/sys/KLAMATH



>Description:


The Desktop Notifications framework provides a standard way of doing passive pop-up notifications on the Linux desktop. These are designed to notify the user of something without interrupting their work with a dialog box that they must close. Passive popups can automatically disappear after a short period of time.

This project consists of a specification (http://www.galago.info/specs/notification/index.php) and a reference implementation (libnotify and notification-daemon). 

--
This port contains the daemon, which will be autostarted from dbus (assuming dbus is running)

See advocacy/84719 (sorry for misfiling that one :/) for libnotify, which is needed for notification-daemon to work.



>How-To-Repeat:





>Fix:


--- 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:
#
#	notification-daemon
#	notification-daemon/distinfo
#	notification-daemon/Makefile
#	notification-daemon/pkg-descr
#	notification-daemon/pkg-plist
#
echo c - notification-daemon
mkdir -p notification-daemon > /dev/null 2>&1
echo x - notification-daemon/distinfo
sed 's/^X//' >notification-daemon/distinfo << 'END-of-notification-daemon/distinfo'
XMD5 (notification-daemon-0.2.1.tar.gz) = 7aa30632a180777c6a75e987bb411b5e
XSIZE (notification-daemon-0.2.1.tar.gz) = 161451
END-of-notification-daemon/distinfo
echo x - notification-daemon/Makefile
sed 's/^X//' >notification-daemon/Makefile << 'END-of-notification-daemon/Makefile'
X# New ports collection makefile for:		notification-daemon
X# Date created:								2005-08-06
X# Whom:										Andreas Kohn <andreas at syndrom23.de>
X#
X# $Id$
X# $FreeBSD$
X#
X
XPORTNAME=		notification-daemon
XPORTVERSION=	0.2.1
XCATEGORIES=		deskutils gnome
XMASTER_SITES=	http://www.galago.info/files/releases/source/
X
XMAINTAINER=		andreas at syndrom23.de
XCOMMENT=		Send small notifications to your desktop
X
XLIB_DEPENDS=	dbus-1.1:${PORTSDIR}/devel/dbus \
X				notify.0:${PORTSDIR}/devel/libnotify
X
XUSE_GNOME=		gnomehack gnomeprefix gnometarget intlhack glib20 gtk20
XGNU_CONFIGURE=	yes
XUSE_GMAKE=		yes
X
XCONFIGURE_ARGS=	--with-dbus-services=${PREFIX}/share/dbus-1/services
X
X.include <bsd.port.mk>
END-of-notification-daemon/Makefile
echo x - notification-daemon/pkg-descr
sed 's/^X//' >notification-daemon/pkg-descr << 'END-of-notification-daemon/pkg-descr'
XThe Desktop Notifications framework provides a standard way of doing passive 
Xpop-up notifications on the desktop. These are designed to notify the 
Xuser of something without interrupting their work with a dialog box that they 
Xmust close. Passive popups can automatically disappear after a short period 
Xof time.
X
XThis port contains the daemon.
X
XWWW: http://www.galago.info/specs/notification/index.php
END-of-notification-daemon/pkg-descr
echo x - notification-daemon/pkg-plist
sed 's/^X//' >notification-daemon/pkg-plist << 'END-of-notification-daemon/pkg-plist'
Xetc/dbus-1/system.d/notification-daemon.conf
Xlibexec/notification-daemon
X
END-of-notification-daemon/pkg-plist
exit

--- notification-daemon.shar ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list