From owner-cvs-all@FreeBSD.ORG Thu Dec 25 11:45:13 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D888316A4CE; Thu, 25 Dec 2003 11:45:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D2F143D54; Thu, 25 Dec 2003 11:45:11 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBPJjB0B079890; Thu, 25 Dec 2003 11:45:11 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBPJjBij079889; Thu, 25 Dec 2003 11:45:11 -0800 (PST) (envelope-from pav) Message-Id: <200312251945.hBPJjBij079889@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 25 Dec 2003 11:45:11 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail Makefile ports/mail/mail-notification Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Dec 2003 19:45:14 -0000 pav 2003/12/25 11:45:11 PST FreeBSD ports repository Modified files: mail Makefile Added files: mail/mail-notification Makefile distinfo pkg-descr pkg-plist Log: Add mail-notification, an icon for the GNOME Notification Area that informs users if they have new mail. * multiple folder support * mbox, MH, Maildir and Sylpheed support * POP3 support (if the GNet library is available) * automatic folder format detection * responsive UI (multi-threaded application) * HIG-compliant user interface * themeable stock icons PR: ports/56969 Submitted by: Jean-Yves Lefort Revision Changes Path 1.468 +1 -0 ports/mail/Makefile 1.1 +53 -0 ports/mail/mail-notification/Makefile (new) 1.1 +1 -0 ports/mail/mail-notification/distinfo (new) 1.1 +17 -0 ports/mail/mail-notification/pkg-descr (new) 1.1 +49 -0 ports/mail/mail-notification/pkg-plist (new)