From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 9 21:40:29 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org 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 66E2F16A41F for ; Tue, 9 Aug 2005 21:40:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F46D43D86 for ; Tue, 9 Aug 2005 21:40:21 +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 j79LeLmD091011 for ; Tue, 9 Aug 2005 21:40:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j79LeLle091010; Tue, 9 Aug 2005 21:40:21 GMT (envelope-from gnats) Resent-Date: Tue, 9 Aug 2005 21:40:21 GMT Resent-Message-Id: <200508092140.j79LeLle091010@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, "Andreas Kohn" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 398D516A428 for ; Tue, 9 Aug 2005 21:35:28 +0000 (GMT) (envelope-from andreas@syndrom23.de) Received: from vs159088.vserver.de (syndrom23.de [62.75.159.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFAB34437D for ; Tue, 9 Aug 2005 21:12:08 +0000 (GMT) (envelope-from andreas@syndrom23.de) Received: from klamath.syndrom23.de ([212.204.44.203]) (authenticated bits=0) by vs159088.vserver.de (8.12.8/8.12.8) with ESMTP id j79LBlZZ007968 for ; Tue, 9 Aug 2005 23:11:55 +0200 Message-Id: <1123621927.0@klamath.syndrom23.de> Date: Tue, 9 Aug 2005 23:12:07 +0200 From: "Andreas Kohn" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.6 Cc: Subject: ports/84721: [NEW PORT] deskutils/notification-daemon: desktop notifications framework / daemon part X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Aug 2005 21:40:29 -0000 >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@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 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@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 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: