diff options
-rw-r--r-- | pkgtools/pkgsrc-todo/DESCR | 5 | ||||
-rw-r--r-- | pkgtools/pkgsrc-todo/Makefile | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/pkgtools/pkgsrc-todo/DESCR b/pkgtools/pkgsrc-todo/DESCR index 9e9d7782971..2a069b055e4 100644 --- a/pkgtools/pkgsrc-todo/DESCR +++ b/pkgtools/pkgsrc-todo/DESCR @@ -1,8 +1,11 @@ -This package contains two tools for maintaining pkgsrc/doc/TODO. +This package contains tools for maintaining pkgsrc/doc/TODO. add_todo adds lines for newly available updates for packages to the TODO file. +list_todo compares the installed packages against the TODO file and +lists entries matching them. + obsolete_todo checks the contents of pkgsrc/doc/TODO against updates noted in the CHANGES-* files and removes entries for packages which were already updated to newer files. diff --git a/pkgtools/pkgsrc-todo/Makefile b/pkgtools/pkgsrc-todo/Makefile index c596ca5a767..231c5625f03 100644 --- a/pkgtools/pkgsrc-todo/Makefile +++ b/pkgtools/pkgsrc-todo/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2013/05/31 12:41:46 wiz Exp $ -# +# $NetBSD: Makefile,v 1.7 2013/10/06 16:52:29 wiz Exp $ DISTNAME= pkgsrc-todo-1.2 PKGREVISION= 1 |