# -*- 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
# $Id: Portfile 97247 2012-08-31 21:52:57Z pixilla@macports.org $

PortSystem          1.0
PortGroup           python 1.0

name                torchCL
version             1.08.31
categories          office www

license             MIT
platforms           darwin
supported_archs     noarch
description         Command line tools for Torch Project Management
maintainers         wbpsystems.com:ben

long_description    TorchCL allows you to create messages, time enteries and expenses from the command line. Why might you want to do this? Because if you have terminal access you can build this into an automation routine where otherwise you might need to hire a programmer.

extract.mkdir       yes
homepage            http://torch.wbpsystems.com/cl.php
master_sites        https://mytorch.net/CL/

checksums           rmd160  25f34d30fdd1364546a9a3a4b038a4a95faf06a4 \
                    sha256  023712d65e0779447062d760c61cd1ece9297a32c6cb837a9ebdd098959cd35a

python.default_version          27
python.version                  27
python.link_binaries_suffix

livecheck.url       [lindex $master_sites 0]
livecheck.regex     "${name}-((?!.*${name}.*|\\${extract.suffix}).*)\\${extract.suffix}"
