1 | # $Id: Portfile 30224 2007-10-22 22:49:14Z jmpp@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name devtodo |
---|
5 | version 0.1.20 |
---|
6 | categories devel |
---|
7 | maintainers nomaintainer |
---|
8 | platforms darwin |
---|
9 | description Command line application for maintaining lists of tasks. |
---|
10 | long_description DevTodo is small command line application for maintaining \ |
---|
11 | lists of tasks. It stores tasks hierarchically, with each \ |
---|
12 | task given one of five priority levels. Data is stored as \ |
---|
13 | XML, so various XSLT templates can be executed on the XML \ |
---|
14 | to convert it into different formats eg. HTML. |
---|
15 | homepage http://swapoff.org/DevTodo/ |
---|
16 | master_sites http://swapoff.org/files/devtodo/ |
---|
17 | checksums md5 4a6241437cb56f237f850bcd2233c3c4 \ |
---|
18 | sha1 003067a12139d712dbb3706069e0950a93ecaaf4 \ |
---|
19 | rmd160 389201318faa5ff6d302bd5f8c8f8b094664b45c |
---|
20 | depends_lib port:readline |
---|
21 | configure.args --mandir=${prefix}/share/man |
---|