From owner-cvs-all@FreeBSD.ORG Wed Jul 20 20:51:42 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 E075216A41F; Wed, 20 Jul 2005 20:51:42 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E09E43D4C; Wed, 20 Jul 2005 20:51:42 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6KKpghQ011151; Wed, 20 Jul 2005 20:51:42 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6KKpguN011150; Wed, 20 Jul 2005 20:51:42 GMT (envelope-from pav) Message-Id: <200507202051.j6KKpguN011150@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 20 Jul 2005 20:51:42 +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/mail Makefile ports/mail/gmail-notify Makefile distinfo pkg-descr pkg-plist ports/mail/gmail-notify/files Makefile config.h gmail-notifier patch-GmailConfig.py patch-langs.xml patch-notifier.conf.sample patch-notifier.py X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 20 Jul 2005 20:51:43 -0000 pav 2005-07-20 20:51:42 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/gmail-notify Makefile distinfo pkg-descr pkg-plist mail/gmail-notify/files Makefile config.h gmail-notifier patch-GmailConfig.py patch-langs.xml patch-notifier.conf.sample patch-notifier.py Log: Gmail Notifier is a Linux/Windows alternative for the notifier program released by Google, it is written in Python and provides an attractive and simple way to check for new mail messages. PR: ports/81998 Submitted by: David Revision Changes Path 1.670 +1 -0 ports/mail/Makefile 1.1 +47 -0 ports/mail/gmail-notify/Makefile (new) 1.1 +2 -0 ports/mail/gmail-notify/distinfo (new) 1.1 +24 -0 ports/mail/gmail-notify/files/Makefile (new) 1.1 +6 -0 ports/mail/gmail-notify/files/config.h (new) 1.1 +5 -0 ports/mail/gmail-notify/files/gmail-notifier (new) 1.1 +157 -0 ports/mail/gmail-notify/files/patch-GmailConfig.py (new) 1.1 +21 -0 ports/mail/gmail-notify/files/patch-langs.xml (new) 1.1 +13 -0 ports/mail/gmail-notify/files/patch-notifier.conf.sample (new) 1.1 +46 -0 ports/mail/gmail-notify/files/patch-notifier.py (new) 1.1 +8 -0 ports/mail/gmail-notify/pkg-descr (new) 1.1 +23 -0 ports/mail/gmail-notify/pkg-plist (new)