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/ PR: ports/161114 Submitted by: Martin Tournoij <martin@arp242.net> Approved by: miwi, wen (mentors implicit)
This commit is contained in:
parent
8f4a08b20e
commit
34c8bc7dc8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=282993
5 changed files with 40 additions and 0 deletions
|
@ -259,6 +259,7 @@
|
|||
SUBDIR += mailscanner
|
||||
SUBDIR += mailscanner-mrtg
|
||||
SUBDIR += mailsync
|
||||
SUBDIR += mailtray
|
||||
SUBDIR += mailx
|
||||
SUBDIR += mairix
|
||||
SUBDIR += majordomo
|
||||
|
|
22
mail/mailtray/Makefile
Normal file
22
mail/mailtray/Makefile
Normal file
|
@ -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>
|
2
mail/mailtray/distinfo
Normal file
2
mail/mailtray/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (mailtray-1.4.tar.gz) = 3447de80bd6b24c626ea563dd61c682892a6cf00db317ed4de060b78a4686077
|
||||
SIZE (mailtray-1.4.tar.gz) = 153933
|
7
mail/mailtray/pkg-descr
Normal file
7
mail/mailtray/pkg-descr
Normal file
|
@ -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/
|
8
mail/mailtray/pkg-plist
Normal file
8
mail/mailtray/pkg-plist
Normal file
|
@ -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%%
|
Loading…
Reference in a new issue