diff options
author | dinoex <dinoex@FreeBSD.org> | 2001-06-09 12:38:27 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2001-06-09 12:38:27 +0000 |
commit | 5da69c4c58c947bfabf1724be9ebae3291fe47a0 (patch) | |
tree | 2f333f46223fa583fefbb57691d978d96adb3600 /devel/Makefile | |
parent | 0c4b94916949241aec70fa8fefb92494a224d71a (diff) | |
download | FreeBSD-ports-5da69c4c58c947bfabf1724be9ebae3291fe47a0.zip FreeBSD-ports-5da69c4c58c947bfabf1724be9ebae3291fe47a0.tar.gz |
devtodo is a program to assist developers (or anybody who uses a
terminal) in maintaining a list of outstanding tasks in a heirarchical,
prioritised, list. Additionally, it can automatically list outstanding
items when you change into a directory (see example shell configurations
in ${PREFIX}/share/examples/devtodo).
WWW: http://www.sourceforge.net/projects/devtodo/
PR: 27659
Submitted by: petef@databits.net
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 6dc1bba..6d64beb 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -90,6 +90,7 @@ SUBDIR += cweb SUBDIR += cxref SUBDIR += ddd + SUBDIR += devtodo SUBDIR += dia2code SUBDIR += diffconvert SUBDIR += dmake |