Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Bearcat Sandor (f49ff04240757134b3c6a75ebd7fc144ff6db96c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Bearcat Sandor <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Bearcat Sandor (f49ff04240757134b3c6a75ebd7fc144ff6db96c)
  • Date: Sat, 30 Sep 2006 11:46:41 -0500

GIT changes to master grimoire by Bearcat Sandor <sourcemage AT feline-soul.com>:

gnome2-apps/mail-notification/DEPENDS | 17 +++++++++++++++++
gnome2-apps/mail-notification/DETAILS | 20 ++++++++++++++++++++
gnome2-apps/mail-notification/HISTORY | 2 ++
3 files changed, 39 insertions(+)

New commits:
commit d1c418474a4344b9d0ab9c0d14f2b8a747b00e98
Author: Bearcat Sandor <sourcemage AT feline-soul.com>
Commit: Bearcat Sandor <sourcemage AT feline-soul.com>

Initial version of mail-notification spell 3.0

diff --git a/gnome2-apps/mail-notification/DEPENDS
b/gnome2-apps/mail-notification/DEPENDS
new file mode 100755
index 0000000..f4a1f14
--- /dev/null
+++ b/gnome2-apps/mail-notification/DEPENDS
@@ -0,0 +1,17 @@
+depends gtk+2 &&
+optional_depends "gmime" \
+ "" \
+ "" \
+ "for gmime support" &&
+optional_depends "openssl" \
+ "" \
+ "--disable-ssl" \
+ "for ssl support" &&
+optional_depends "cyrus-sasl" \
+ "" \
+ "" \
+ "for sasl support" &&
+optional_depends "evolution2" \
+ "" \
+ "" \
+ "for monitoring evolution2 mailboxes"
diff --git a/gnome2-apps/mail-notification/DETAILS
b/gnome2-apps/mail-notification/DETAILS
new file mode 100755
index 0000000..e3ecd65
--- /dev/null
+++ b/gnome2-apps/mail-notification/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=mail-notification
+ VERSION=3.0
+ SOURCE="mail-notification-$VERSION.tar.gz"
+ SOURCE_URL[0]=http://savannah.nongnu.org/download/mailnotify/$SOURCE
+
SOURCE_HASH=sha512:3f24b2f1f1a93fe197be06bb46906b4eef085accce05da364b3dafe2b3a30c5cc5fe4f060d9b4c826766cc1441ef67e2e98d539c3cd3ace93cd2a821406512ab
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/mail-notification-$VERSION"
+ WEB_SITE=http://www.nongnu.org/mailnotify/
+ LICENSE[0]=GPL
+ ENTERED=20060930
+ SHORT="Mail Notification is a Gnome 2 panel applet to monitor
mail boxes"
+cat << EOF
+Mail Notification monitors your mailboxes for new mail.
+
+When new mail arrives, Mail Notification alerts you by displaying an icon
+in the system tray. Moreover, a mail summary can be displayed in the icon
+tooltip and/or in a separate popup window.
+
+Mail Notification can monitor multiple mailboxes concurrently, and supports
+mbox, MH, Maildir, POP3, IMAP, Gmail, Evolution and Sylpheed mailboxes.
+EOF
diff --git a/gnome2-apps/mail-notification/HISTORY
b/gnome2-apps/mail-notification/HISTORY
new file mode 100644
index 0000000..fa8e15e
--- /dev/null
+++ b/gnome2-apps/mail-notification/HISTORY
@@ -0,0 +1,2 @@
+2006-09-30 Bearcat M. Sandor <sorcerer AT TheDragonsEdge.com>
+ * DETAILS, DEPENDS, HISTORY: created spell



  • [SM-Commit] GIT changes to master grimoire by Bearcat Sandor (f49ff04240757134b3c6a75ebd7fc144ff6db96c), Bearcat Sandor, 09/30/2006

Archive powered by MHonArc 2.6.24.

Top of Page