# -*- 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

PortSystem          1.0
PortGroup           github 1.0
PortGroup           python 1.0

github.setup        tazzben GTDtoCSV 1.0
categories          office
platforms           {darwin any}
maintainers         {unomaha.edu:bosmith @tazzben}
license             MIT
supported_archs     noarch

description         Convert GTD style events to CSV

long_description    GTD to CSV is a simple free program that converts GTD style event/task text files to a CSV format that Heap CRM and Torch Project Management can import as events and tasks.

github.tarball_from downloads
extract.mkdir       yes

checksums           rmd160  edfc0b29f15bc831ff0a2a509e16f0ce9e8e21ac \
                    sha256  3dc1a53f936a25994da44ccdb7b8f63eeba1b17a11fd922fa676be9df7dee4e0

python.default_version     27

depends_build       port:py${python.version}-setuptools
depends_lib-append  port:py${python.version}-dateutil

livecheck.type      regex
livecheck.url       ${github.homepage}/downloads
livecheck.regex     ${name}-(\[0-9.\]+)${extract.suffix}
