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 python 1.0 |
---|
6 | |
---|
7 | name time.txt |
---|
8 | version 1.0 |
---|
9 | categories office |
---|
10 | |
---|
11 | license MIT |
---|
12 | supported_archs noarch |
---|
13 | description Time.txt allows you to track and analyze your time (sheets) using plain text files. |
---|
14 | maintainers wbpsystems.com:ben |
---|
15 | |
---|
16 | long_description Time.txt allows you to track and analyze your time (sheets) using plain text files. With this tool you can see what your spending your time on, search based on categories, projects, number of hours, dates or some combination of the aforementioned list. The format of the time file is completely freeform and consistent with the GTD style of todos. |
---|
17 | extract.mkdir yes |
---|
18 | homepage https://github.com/tazzben/time.txt |
---|
19 | master_sites https://github.com/downloads/tazzben/time.txt/ |
---|
20 | |
---|
21 | checksums rmd160 92abec490bc439b427c55cf76792c4e6a012bd7a \ |
---|
22 | sha256 270f5e644fa20dfcbdccbcf58878e29904b4968d2aef276c034831c670db166e |
---|
23 | |
---|
24 | python.versions 27 |
---|
25 | python.default_version 27 |
---|
26 | |
---|
27 | depends_lib-append port:py${python.version}-dateutil |
---|
28 | |
---|
29 | python.link_binaries_suffix |
---|