[Midnightbsd-cvs] mports: deskutils/notification-daemon: add notification daemon

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Dec 5 22:03:42 EST 2007


Log Message:
-----------
add notification daemon

Added Files:
-----------
    mports/deskutils/notification-daemon:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)
        pkg-plist (r1.1)

-------------- next part --------------
--- /dev/null
+++ deskutils/notification-daemon/pkg-descr
@@ -0,0 +1,9 @@
+The Desktop Notifications framework provides a standard way of doing passive
+pop-up notifications on the 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 port contains the daemon.
+
+WWW: http://www.galago-project.org/specs/notification/index.php
--- /dev/null
+++ deskutils/notification-daemon/pkg-plist
@@ -0,0 +1,10 @@
+lib/notification-daemon-1.0/engines/libstandard.a
+lib/notification-daemon-1.0/engines/libstandard.la
+lib/notification-daemon-1.0/engines/libstandard.so
+libexec/notification-daemon
+share/dbus-1/services/org.freedesktop.Notifications.service
+share/locale/de/LC_MESSAGES/notification-daemon.mo
+share/locale/nl/LC_MESSAGES/notification-daemon.mo
+share/locale/sv/LC_MESSAGES/notification-daemon.mo
+ at dirrm lib/notification-daemon-1.0/engines
+ at dirrm lib/notification-daemon-1.0
--- /dev/null
+++ deskutils/notification-daemon/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for:	notification-daemon
+# Date created:				2005-08-06
+# Whom:					Andreas Kohn <andreas at syndrom23.de>
+#
+# $MidnightBSD: mports/deskutils/notification-daemon/Makefile,v 1.1 2007/12/06 03:03:42 laffer1 Exp $
+# $FreeBSD: ports/deskutils/notification-daemon/Makefile,v 1.22 2007/05/19 20:01:48 flz Exp $
+#
+
+PORTNAME=	notification-daemon
+PORTVERSION=	0.3.7
+MASTER_SITES=	http://www.galago-project.org/files/releases/source/notification-daemon/
+
+MAINTAINER=	ports at MindightBSD.org
+COMMENT=	Send small notifications to your desktop
+
+LIB_DEPENDS=	dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
+		sexy:${PORTSDIR}/x11-toolkits/libsexy
+
+USE_GNOME=	gnomehack gnomeprefix gnometarget intlhack gconf2 libwnck
+USE_GMAKE=	yes
+USE_XLIB=	yes
+USE_GETTEXT=	yes
+GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--with-dbus-services=${PREFIX}/share/dbus-1/services
+CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
+		LDFLAGS="-L${LOCALBASE}/lib"
+
+GCONF_SCHEMAS=	notification-daemon.schemas
+
+.include <bsd.port.mk>
--- /dev/null
+++ deskutils/notification-daemon/distinfo
@@ -0,0 +1,3 @@
+MD5 (notification-daemon-0.3.7.tar.gz) = 7fa369bff1031acbe4ca41f03bee7d02
+SHA256 (notification-daemon-0.3.7.tar.gz) = 53d2f92c3d14423b49c2ff077855cf3987d38def963c82fd26fba5de379ca540
+SIZE (notification-daemon-0.3.7.tar.gz) = 412184


More information about the Midnightbsd-cvs mailing list