Skip to content

Commit

Permalink
Import of todo 0.1.3, a to-do list manager on tty basis.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjl committed Mar 20, 2001
1 parent e52cc63 commit a428179
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 0 deletions.
9 changes: 9 additions & 0 deletions time/devtodo/.todo
Original file line number Diff line number Diff line change
@@ -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>
15 changes: 15 additions & 0 deletions time/devtodo/Makefile
Original file line number Diff line number Diff line change
@@ -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"
3 changes: 3 additions & 0 deletions time/devtodo/files/md5
Original file line number Diff line number Diff line change
@@ -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
9 changes: 9 additions & 0 deletions time/devtodo/pkg/DESCR
Original file line number Diff line number Diff line change
@@ -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.
7 changes: 7 additions & 0 deletions time/devtodo/pkg/PLIST
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a428179

Please sign in to comment.