diff options
author | mjl <mjl@pkgsrc.org> | 2001-03-20 21:45:55 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2001-03-20 21:45:55 +0000 |
commit | ac5a1cfccf8f7c8b7288f776a2e42d748d1803e4 (patch) | |
tree | 8269f216d4927aeb91bdc84bfa5ff24a3a9a5d1b /time | |
parent | 94368917127127c872a39c70908351f80f174dd6 (diff) | |
download | pkgsrc-ac5a1cfccf8f7c8b7288f776a2e42d748d1803e4.tar.gz |
Import of todo 0.1.3, a to-do list manager on tty basis.
Diffstat (limited to 'time')
-rw-r--r-- | time/devtodo/.todo | 9 | ||||
-rw-r--r-- | time/devtodo/Makefile | 15 | ||||
-rw-r--r-- | time/devtodo/files/md5 | 3 | ||||
-rw-r--r-- | time/devtodo/pkg/DESCR | 9 | ||||
-rw-r--r-- | time/devtodo/pkg/PLIST | 7 |
5 files changed, 43 insertions, 0 deletions
diff --git a/time/devtodo/.todo b/time/devtodo/.todo new file mode 100644 index 00000000000..855f1c5fb5c --- /dev/null +++ b/time/devtodo/.todo @@ -0,0 +1,9 @@ +<!-- Automagically generated by the ToDo program on Tue Mar 20 22:41:49 2001 --> +<todo> + <note priority="veryhigh" time="985124457"> + Remind elco of writing invoice for star + <note priority="veryhigh" time="985124509"> + Remind elco of sending invoice for star + </note> + </note> +</todo> diff --git a/time/devtodo/Makefile b/time/devtodo/Makefile new file mode 100644 index 00000000000..4766b8402d3 --- /dev/null +++ b/time/devtodo/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/03/20 21:45:55 mjl Exp $ +# + +DISTNAME= devtodo-0.1.3 +CATEGORIES= time +MASTER_SITES= http://ftp1.sourceforge.net/devtodo/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://sourceforge.net/projects/devtodo/ +COMMENT= Display and manage a list of items that are outstanding + +GNU_CONFIGURE= yes +MAKE_ENV+= CXXFLAGS=-Wl,-R${PREFIX}/lib + +.include "../../mk/bsd.pkg.mk" diff --git a/time/devtodo/files/md5 b/time/devtodo/files/md5 new file mode 100644 index 00000000000..3cf84704d90 --- /dev/null +++ b/time/devtodo/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2001/03/20 21:45:55 mjl Exp $ + +SHA1 (devtodo-0.1.3.tar.gz) = f572815a9192855679582b15c461972a7f9c676f diff --git a/time/devtodo/pkg/DESCR b/time/devtodo/pkg/DESCR new file mode 100644 index 00000000000..162528ee292 --- /dev/null +++ b/time/devtodo/pkg/DESCR @@ -0,0 +1,9 @@ +todo is a program aimed specifically at programmers (but usable by +anybody at the terminal) to aid in day-to-day development. + +It maintains a list of items that have yet to be completed. This +allows the programmer to track outstanding bugs or items that need +to be completed with very little effort. + +Items can be prioritised and can also be displayed in a hierarchy, +so that one item may depend on another. diff --git a/time/devtodo/pkg/PLIST b/time/devtodo/pkg/PLIST new file mode 100644 index 00000000000..37d7aa33428 --- /dev/null +++ b/time/devtodo/pkg/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/03/20 21:45:55 mjl Exp $ +bin/todo +bin/tda +bin/tdr +bin/tdd +bin/tde +man/man1/todo.1 |