# $Id: Portfile 30224 2007-10-22 22:49:14Z jmpp@macports.org $

PortSystem 1.0
name            devtodo
version         0.1.19
categories      devel
maintainers     nomaintainer
platforms       darwin
description     Command line application for maintaining lists of tasks. 
long_description        DevTodo is small command line application for maintaining \
						lists of tasks. It stores tasks hierarchically, with each \
						task given one of five priority levels. Data is stored as \
						XML, so various XSLT templates can be executed on the XML \
						to convert it into different formats eg. HTML.
homepage        http://swapoff.org/DevTodo/
master_sites    http://swapoff.org/files/devtodo/
checksums       rmd160 133140acde8a3fdd9f055460c28926f60873aeb3
depends_lib		port:readline
configure.args	--mandir=${prefix}/share/man
