Bug 161114 - [new port] mail/mailtray -- Display email status in tray
Summary: [new port] mail/mailtray -- Display email status in tray
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pawel Pekala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-28 23:50 UTC by martin
Modified: 2011-10-05 17:20 UTC (History)
0 users

See Also:


Attachments
mailtray.shar (1.90 KB, text/plain)
2011-09-28 23:50 UTC, martin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description martin 2011-09-28 23:50:08 UTC
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/
Comment 1 Pawel Pekala freebsd_committer freebsd_triage 2011-10-04 21:46:01 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pawel

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-10-05 17:18:13 UTC
pawel       2011-10-05 16:18:03 UTC

  FreeBSD ports repository

  Modified files:
    mail                 Makefile 
  Added files:
    mail/mailtray        Makefile distinfo pkg-descr pkg-plist 
  Log:
  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)
  
  Revision  Changes    Path
  1.1094    +1 -0      ports/mail/Makefile
  1.1       +22 -0     ports/mail/mailtray/Makefile (new)
  1.1       +2 -0      ports/mail/mailtray/distinfo (new)
  1.1       +7 -0      ports/mail/mailtray/pkg-descr (new)
  1.1       +8 -0      ports/mail/mailtray/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Pawel Pekala freebsd_committer freebsd_triage 2011-10-05 17:20:19 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!