summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authormjl <mjl>2001-03-20 21:45:55 +0000
committermjl <mjl>2001-03-20 21:45:55 +0000
commitc749655c7671ef6426f910baf9f419b3de122b8b (patch)
tree8269f216d4927aeb91bdc84bfa5ff24a3a9a5d1b /time
parent8cbd04aa3fec6cb1c8c76ded2d13d8a7e185c1ca (diff)
downloadpkgsrc-c749655c7671ef6426f910baf9f419b3de122b8b.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/.todo9
-rw-r--r--time/devtodo/Makefile15
-rw-r--r--time/devtodo/files/md53
-rw-r--r--time/devtodo/pkg/DESCR9
-rw-r--r--time/devtodo/pkg/PLIST7
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