Import gtimelog-0.5.0 as wip/gtimelog.
GTimeLog is a small Gtk+ app for keeping track of your time. It's main goal is to be as unintrusive as possible.
This commit is contained in:
parent
3d454f29a7
commit
0a3f5fdd3e
4 changed files with 53 additions and 0 deletions
2
gtimelog/DESCR
Normal file
2
gtimelog/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
GTimeLog is a small Gtk+ app for keeping track of your time.
|
||||
It's main goal is to be as unintrusive as possible.
|
24
gtimelog/Makefile
Normal file
24
gtimelog/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2011/03/30 21:11:34 shindenmorr Exp $
|
||||
#
|
||||
|
||||
DISTNAME= gtimelog-0.5.0
|
||||
CATEGORIES= time
|
||||
MASTER_SITES= http://pypi.python.org/packages/source/g/gtimelog/
|
||||
|
||||
MAINTAINER= morr@NetBSD.org
|
||||
HOMEPAGE= http://mg.pov.lt/gtimelog/
|
||||
COMMENT= Small Gtk+ app for keeping track of your time
|
||||
LICENSE= gnu-gpl-v3
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
PYTHON_PATCH_SCRIPTS+= src/gtimelog/main.py src/gtimelog/test_gtimelog.py scripts/*.py
|
||||
|
||||
PYDISTUTILSPKG= yes
|
||||
|
||||
.include "../../lang/python/application.mk"
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../x11/py-gtk2/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
22
gtimelog/PLIST
Normal file
22
gtimelog/PLIST
Normal file
|
@ -0,0 +1,22 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2011/03/30 21:11:34 shindenmorr Exp $
|
||||
bin/gtimelog
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
|
||||
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
||||
${PYSITELIB}/gtimelog/__init__.py
|
||||
${PYSITELIB}/gtimelog/__init__.pyc
|
||||
${PYSITELIB}/gtimelog/__init__.pyo
|
||||
${PYSITELIB}/gtimelog/gtimelog-large.png
|
||||
${PYSITELIB}/gtimelog/gtimelog-small-bright.png
|
||||
${PYSITELIB}/gtimelog/gtimelog-small.png
|
||||
${PYSITELIB}/gtimelog/gtimelog.png
|
||||
${PYSITELIB}/gtimelog/gtimelog.ui
|
||||
${PYSITELIB}/gtimelog/main.py
|
||||
${PYSITELIB}/gtimelog/main.pyc
|
||||
${PYSITELIB}/gtimelog/main.pyo
|
||||
${PYSITELIB}/gtimelog/test_gtimelog.py
|
||||
${PYSITELIB}/gtimelog/test_gtimelog.pyc
|
||||
${PYSITELIB}/gtimelog/test_gtimelog.pyo
|
5
gtimelog/distinfo
Normal file
5
gtimelog/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2011/03/30 21:11:34 shindenmorr Exp $
|
||||
|
||||
SHA1 (gtimelog-0.5.0.tar.gz) = 0c4160d8caab14d12838ade3dd7aa7d9c1af394c
|
||||
RMD160 (gtimelog-0.5.0.tar.gz) = 9e35de3bc5b754b8900c8515fbd69b5b65184c9b
|
||||
Size (gtimelog-0.5.0.tar.gz) = 185915 bytes
|
Loading…
Reference in a new issue