1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python25 1.0 |
---|
6 | |
---|
7 | name gtimelog |
---|
8 | version 0.2.0 |
---|
9 | categories x11 |
---|
10 | maintainers gmail.com:shreevatsa.public\ |
---|
11 | openmaintainer |
---|
12 | description A Gtk+ time tracking application. |
---|
13 | long_description GTimeLog is a small Gtk+ app that I use to keep track of my time.\ |
---|
14 | Its main goal is to be as unintrusive as possible. |
---|
15 | |
---|
16 | homepage http://mg.pov.lt/gtimelog/ |
---|
17 | platforms darwin |
---|
18 | |
---|
19 | master_sites http://pypi.python.org/packages/source/g/gtimelog |
---|
20 | |
---|
21 | test.run yes |
---|
22 | |
---|
23 | depends_lib port:py25-gtk \ |
---|
24 | port:py25-setuptools |
---|
25 | |
---|
26 | checksums md5 7363d189c1c1bb386e2095d80ca218b4 \ |
---|
27 | sha1 01ca545eb048b2c8abea96560d6e72c56922bf25 \ |
---|
28 | rmd160 d339e00e44dbbae3b9a1e72066f4293f80f154e0 |
---|