From carpetsmoker@daemonforums.org  Sun Jul 24 06:11:33 2011
Return-Path: <carpetsmoker@daemonforums.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 70AA9106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 24 Jul 2011 06:11:33 +0000 (UTC)
	(envelope-from carpetsmoker@daemonforums.org)
Received: from cthulhu.daemonforums.org (cthulhu.daemonforums.org [94.142.244.51])
	by mx1.freebsd.org (Postfix) with ESMTP id F2F128FC15
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 24 Jul 2011 06:11:32 +0000 (UTC)
Received: by cthulhu.daemonforums.org (Postfix, from userid 1001)
	id BBCCE17044; Sun, 24 Jul 2011 07:52:56 +0200 (CEST)
Message-Id: <20110724055256.BBCCE17044@cthulhu.daemonforums.org>
Date: Sun, 24 Jul 2011 07:52:56 +0200 (CEST)
From: Martin Tournoij <carpetsmoker@daemonforums.org>
Reply-To: Martin Tournoij <carpetsmoker@daemonforums.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New port: sysutils/battray
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         159152
>Category:       ports
>Synopsis:       New port: sysutils/battray
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    eadler
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 24 06:20:08 UTC 2011
>Closed-Date:    Tue Aug 30 17:29:22 UTC 2011
>Last-Modified:  Tue Aug 30 17:30:20 UTC 2011
>Originator:     Martin Tournoij
>Release:        FreeBSD 8.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD cthulhu.daemonforums.org 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Apr 14 22:52:12 CEST 2011 carpetsmoker@cthulhu.daemonforums.org:/usr/obj/usr/src/sys/CTHULHU i386


	
>Description:
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/

>How-To-Repeat:
	
>Fix:

	

--- battray.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	battray
#	battray/Makefile
#	battray/distinfo
#	battray/pkg-descr
#	battray/pkg-plist
#
echo c - battray
mkdir -p battray > /dev/null 2>&1
echo x - battray/Makefile
sed 's/^X//' >battray/Makefile << '4b2ee4abafecd711640d6328ab5991bd'
X# New ports collection makefile for:	sysutils/battray
X# Date created:				24 July 2011
X# Whom:					Martin Tournoij <martin@arp242.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	battray
XPORTVERSION=	1.3
XCATEGORIES=	sysutils python
XMASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
X
XMAINTAINER=	martin@arp242.net
XCOMMENT=	Display notebook battery status in tray
X
XUSE_GNOME=	pygtk2
XUSE_PYTHON=	yes
XUSE_PYDISTUTILS=yes
X
XMAN1=		battray.1
X
X.include <bsd.port.mk>
4b2ee4abafecd711640d6328ab5991bd
echo x - battray/distinfo
sed 's/^X//' >battray/distinfo << '3d1917bd1790f6571620488a24a1b0b7'
XSHA256 (battray-1.3.tar.gz) = 211c5ea34853437231e76c04160acbd406611bb4613f5947d4cd0f6d120ce58a
XSIZE (battray-1.3.tar.gz) = 65906
3d1917bd1790f6571620488a24a1b0b7
echo x - battray/pkg-descr
sed 's/^X//' >battray/pkg-descr << '844292263d37663350ae018e2f858134'
XBattray is a python program that displays a tray icon to inform you of the
Xbattery status of your notebook.
X
XIt is also able to take certain actions depending on battery status. 
X
XIt's simple, easy, fairly environment-independent, and "just works" without
Xtons of (Gnome|KDE|..) dependencies.
X
XWWW: http://code.google.com/p/battray/
844292263d37663350ae018e2f858134
echo x - battray/pkg-plist
sed 's/^X//' >battray/pkg-plist << 'e6b75c81d53060c73947988340a624f6'
Xbin/battray
Xbin/playwav.py
X%%PYTHON_SITELIBDIR%%/battray/__init__.py
X%%PYTHON_SITELIBDIR%%/battray/__init__.pyc
X%%PYTHON_SITELIBDIR%%/battray/__init__.pyo
X%%PYTHON_SITELIBDIR%%/battray/battrayrc_default.py
X%%PYTHON_SITELIBDIR%%/battray/battrayrc_default.pyc
X%%PYTHON_SITELIBDIR%%/battray/battrayrc_default.pyo
X%%PYTHON_SITELIBDIR%%/battray/platforms/__init__.py
X%%PYTHON_SITELIBDIR%%/battray/platforms/__init__.pyc
X%%PYTHON_SITELIBDIR%%/battray/platforms/__init__.pyo
X%%PYTHON_SITELIBDIR%%/battray/platforms/freebsd.py
X%%PYTHON_SITELIBDIR%%/battray/platforms/freebsd.pyc
X%%PYTHON_SITELIBDIR%%/battray/platforms/freebsd.pyo
X%%PYTHON_SITELIBDIR%%/battray/platforms/linux.py
X%%PYTHON_SITELIBDIR%%/battray/platforms/linux.pyc
X%%PYTHON_SITELIBDIR%%/battray/platforms/linux.pyo
X%%PYTHON_SITELIBDIR%%/battray/platforms/openbsd.py
X%%PYTHON_SITELIBDIR%%/battray/platforms/openbsd.pyc
X%%PYTHON_SITELIBDIR%%/battray/platforms/openbsd.pyo
X%%DATADIR%%/alert.wav
X%%DATADIR%%/icons/battery.png
X%%DATADIR%%/icons/charging.png
X%%DATADIR%%/icons/connected.png
X%%DATADIR%%/icons/error.png
X%%DATADIR%%/icons/green.png
X%%DATADIR%%/icons/red.png
X%%DATADIR%%/icons/yellow.png
e6b75c81d53060c73947988340a624f6
exit
--- battray.shar ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->eadler 
Responsible-Changed-By: eadler 
Responsible-Changed-When: Mon Aug 29 23:33:38 UTC 2011 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=159152 
State-Changed-From-To: open->closed 
State-Changed-By: eadler 
State-Changed-When: Tue Aug 30 17:28:37 UTC 2011 
State-Changed-Why:  
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) 


http://www.freebsd.org/cgi/query-pr.cgi?pr=159152 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/159152: commit references a PR
Date: Tue, 30 Aug 2011 17:27:44 +0000 (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"
 
>Unformatted:
