./time/tdl, Todo list manager with tons of features

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.5.2nb1, Package name: tdl-1.5.2nb1, Maintainer: pkgsrc-users

tdl is a to-do list manager. You can use it for keeping track of
tasks you have to do, check them off as they get done, organise them
into a project hierarchy, and generate reports of what you've
completed over a period of time. It's often used for tracking
programming tasks, but has also found various other uses.


Required to run:
[devel/readline]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 64.509 KB

Version history: (Expand)


CVS history: (Expand)


   2021-10-26 13:24:47 by Nia Alarie | Files touched by this commit (263)
Log message:
time: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 17:04:23 by Nia Alarie | Files touched by this commit (263)
Log message:
time: Remove SHA1 hashes for distfiles
   2017-04-19 13:24:39 by Jonathan Perkin | Files touched by this commit (27)
Log message:
Reset MAINTAINER after tonnerre resigned.
   2016-04-01 12:35:51 by Jonathan Perkin | Files touched by this commit (1)
Log message:
Support PKGMANDIR.
   2015-11-03 00:31:47 by Alistair G. Crooks | Files touched by this commit (161)
Log message:
Add SHA512 digests for distfiles for time category

Problems found with mismatching existing digests for:
	distfiles/asclock-classic-1.0.tar.gz
	distfiles/asclock-gtk-2.1.10beta.tar.gz
	distfiles/asclock-xlib-2.0.11.tar.gz
	distfiles/emiclock-2.0.2.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
   2014-12-03 15:10:09 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
Be explicit about the library search path.
   2014-05-18 23:24:56 by Joerg Sonnenberger | Files touched by this commit (3)
Log message:
Fix build against newer readline.
   2013-07-15 04:02:29 by Ryo ONODERA | Files touched by this commit (177)
Log message:
* .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes
  are replaced with .include "../../devel/readline/buildlink3.mk", and
  USE_GNU_READLINE are removed,

* .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE
  are replaced with .include "../../mk/readline.buildlink3.mk".