diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2011-10-05 16:18:03 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2011-10-05 16:18:03 +0000 |
commit | 34c8bc7dc862222e7060a832d2a5c40295efa3aa (patch) | |
tree | f70fa55df58cb6ed43beaf2bcfbc7a77fbff9d75 /mail | |
parent | 8f4a08b20e845b6f1c96e020983cec9386466cb3 (diff) | |
download | ports-34c8bc7dc862222e7060a832d2a5c40295efa3aa.tar.gz ports-34c8bc7dc862222e7060a832d2a5c40295efa3aa.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/mailtray/Makefile | 22 | ||||
-rw-r--r-- | mail/mailtray/distinfo | 2 | ||||
-rw-r--r-- | mail/mailtray/pkg-descr | 7 | ||||
-rw-r--r-- | mail/mailtray/pkg-plist | 8 |
5 files changed, 40 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index 769e21cf83e9..8dcd18b45841 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -259,6 +259,7 @@ SUBDIR += mailscanner SUBDIR += mailscanner-mrtg SUBDIR += mailsync + SUBDIR += mailtray SUBDIR += mailx SUBDIR += mairix SUBDIR += majordomo diff --git a/mail/mailtray/Makefile b/mail/mailtray/Makefile new file mode 100644 index 000000000000..c0dc275d5f0b --- /dev/null +++ b/mail/mailtray/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: sysutils/mailtray +# Date created: 2011-09-28 +# Whom: Martin Tournoij <martin@arp242.net> +# +# $FreeBSD$ +# + +PORTNAME= mailtray +PORTVERSION= 1.4 +CATEGORIES= mail python +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} + +MAINTAINER= martin@arp242.net +COMMENT= Display email status in tray + +USE_GNOME= pygtk2 +USE_PYTHON= yes +USE_PYDISTUTILS=yes + +MAN1= mailtray.1 + +.include <bsd.port.mk> diff --git a/mail/mailtray/distinfo b/mail/mailtray/distinfo new file mode 100644 index 000000000000..6ddb514840cb --- /dev/null +++ b/mail/mailtray/distinfo @@ -0,0 +1,2 @@ +SHA256 (mailtray-1.4.tar.gz) = 3447de80bd6b24c626ea563dd61c682892a6cf00db317ed4de060b78a4686077 +SIZE (mailtray-1.4.tar.gz) = 153933 diff --git a/mail/mailtray/pkg-descr b/mail/mailtray/pkg-descr new file mode 100644 index 000000000000..af2fa8f61203 --- /dev/null +++ b/mail/mailtray/pkg-descr @@ -0,0 +1,7 @@ +Mailtray is a Python program that displays a tray icon which informs you when +you have new email. + +It's simple, easy, fairly environment-independent, and "just works" without +tons of (Gnome|KDE|..) dependencies. + +WWW: http://code.google.com/p/mailtray/ diff --git a/mail/mailtray/pkg-plist b/mail/mailtray/pkg-plist new file mode 100644 index 000000000000..3945567a758a --- /dev/null +++ b/mail/mailtray/pkg-plist @@ -0,0 +1,8 @@ +bin/mailtray +%%DATADIR%%/alert.wav +%%DATADIR%%/mailtrayrc_default.py +%%DATADIR%%/icons/disconnect.png +%%DATADIR%%/icons/newmail.png +%%DATADIR%%/icons/nomail.png +@dirrm %%DATADIR%%/icons +@dirrm %%DATADIR%% |