Ticket #15102: Portfile

File Portfile, 1.0 KB (added by shreevatsa.public@…, 16 years ago)

Portfile for gtimelog

Line 
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
4PortSystem          1.0
5PortGroup           python25 1.0
6
7name                gtimelog
8version             0.2.0
9categories          x11
10maintainers         gmail.com:shreevatsa.public\
11                    openmaintainer
12description         A Gtk+ time tracking application.
13long_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
16homepage            http://mg.pov.lt/gtimelog/
17platforms           darwin
18
19master_sites        http://pypi.python.org/packages/source/g/gtimelog
20
21test.run            yes
22
23depends_lib         port:py25-gtk \
24                    port:py25-setuptools
25
26checksums           md5     7363d189c1c1bb386e2095d80ca218b4 \
27                    sha1    01ca545eb048b2c8abea96560d6e72c56922bf25 \
28                    rmd160  d339e00e44dbbae3b9a1e72066f4293f80f154e0