From owner-cvs-all@FreeBSD.ORG Wed May 5 15:29:36 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 572641065675; Wed, 5 May 2010 15:29:36 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 47D338FC1A; Wed, 5 May 2010 15:29:36 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o45FTaoj025936; Wed, 5 May 2010 15:29:36 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o45FTaqe025935; Wed, 5 May 2010 15:29:36 GMT (envelope-from ehaupt) Message-Id: <201005051529.o45FTaqe025935@repoman.freebsd.org> From: Emanuel Haupt Date: Wed, 5 May 2010 15:29:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/deskutils Makefile ports/deskutils/notify-osd Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 May 2010 15:29:36 -0000 ehaupt 2010-05-05 15:29:36 UTC FreeBSD ports repository Modified files: deskutils Makefile Added files: deskutils/notify-osd Makefile distinfo pkg-descr pkg-plist Log: Notify OSD presents on-screen-display notifications as ephemeral overlays, which can be clicked through so they don't block your work. It queues notifications, to prevent them from flooding your screen. And as well as handling standard notification updates, Notify OSD introduces the idea of appending - allowing notifications to grow over time, for example in the case of instant messages from a particular person. Revision Changes Path 1.387 +1 -0 ports/deskutils/Makefile 1.1 +26 -0 ports/deskutils/notify-osd/Makefile (new) 1.1 +3 -0 ports/deskutils/notify-osd/distinfo (new) 1.1 +8 -0 ports/deskutils/notify-osd/pkg-descr (new) 1.1 +27 -0 ports/deskutils/notify-osd/pkg-plist (new)