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 torchCL |
---|
8 | version 1.08.29 |
---|
9 | categories office www |
---|
10 | |
---|
11 | license MIT |
---|
12 | supported_archs noarch |
---|
13 | description Command line tools for Torch Project Management |
---|
14 | maintainers wbpsystems.com:ben |
---|
15 | |
---|
16 | 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. |
---|
17 | |
---|
18 | extract.mkdir yes |
---|
19 | homepage http://torch.wbpsystems.com/cl.php |
---|
20 | master_sites https://mytorch.net/CL/ |
---|
21 | |
---|
22 | checksums rmd160 5a07d156e48d2345aad899370a45eb4db91189ae \ |
---|
23 | sha256 c73a2a705acb17c9d8231cf54d280adae66c4432dcd3c461d8754a61efb1c549 |
---|
24 | |
---|
25 | |
---|
26 | python.default_version 27 |
---|
27 | python.version 27 |
---|
28 | python.link_binaries_suffix |
---|