Bug 159152 - New port: sysutils/battray
Summary: New port: sysutils/battray
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: Eitan Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-24 07:20 UTC by Martin Tournoij
Modified: 2011-08-30 18:30 UTC (History)
0 users

See Also:


Attachments
battray.shar (2.96 KB, text/plain)
2011-07-24 07:20 UTC, Martin Tournoij
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Tournoij 2011-07-24 07:20:08 UTC
Battray is a python program that displays a tray icon to inform you of the
battery status of your notebook.

It is also able to take certain actions depending on battery status. 

It's simple, easy, fairly environment-independent, and "just works" without
tons of (Gnome|KDE|..) dependencies.

WWW: http://code.google.com/p/battray/
Comment 1 Eitan Adler freebsd_committer freebsd_triage 2011-08-30 00:33:38 UTC
Responsible Changed
From-To: freebsd-ports-bugs->eadler

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-08-30 18:27:44 UTC
eadler      2011-08-30 17:27:36 UTC

  FreeBSD ports repository

  Modified files:
    sysutils             Makefile 
  Added files:
    sysutils/battray     Makefile distinfo pkg-descr pkg-plist 
  Log:
  Battray is a python program that displays a tray icon to inform you of the
  battery status of your notebook.
  
  It is also able to take certain actions depending on battery status.
  
  It's simple, easy, fairly environment-independent, and "just works" without
  tons of (Gnome|KDE|..) dependencies.
  
  WWW: http://code.google.com/p/battray/
  
  PR:             ports/159152
  Submitted by:   Martin Tournoij <carpetsmoker@daemonforums.org>
  Approved by:    bapt (mentor)
  
  Revision  Changes    Path
  1.1318    +1 -0      ports/sysutils/Makefile
  1.1       +24 -0     ports/sysutils/battray/Makefile (new)
  1.1       +2 -0      ports/sysutils/battray/distinfo (new)
  1.1       +9 -0      ports/sysutils/battray/pkg-descr (new)
  1.1       +32 -0     ports/sysutils/battray/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 Eitan Adler freebsd_committer freebsd_triage 2011-08-30 18:28:37 UTC
State Changed
From-To: open->closed

1) I used the ISO date instead of the old date format 2) Changed 
pkg-plist to use @dirrm 3) Added the license to the port 4) Other small 
cosmetic changes (see commit for details)