Import of pkgsrc-2014Q1

This commit is contained in:
2014-04-17 16:38:45 +02:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 deletions

View File

@@ -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.

View File

@@ -1,11 +1,8 @@
# $NetBSD: Makefile,v 1.6 2013/05/31 12:41:46 wiz Exp $
#
# $NetBSD: Makefile,v 1.8 2014/03/03 03:30:55 obache Exp $
DISTNAME= pkgsrc-todo-1.2
PKGNAME= pkgsrc-todo-1.2
PKGREVISION= 1
CATEGORIES= pkgtools
MASTER_SITES= # none
DISTFILES= # none
MAINTAINER= wiz@NetBSD.org
HOMEPAGE= http://www.NetBSD.org/docs/pkgsrc/

View File

@@ -1,4 +1,4 @@
.\" $NetBSD: add_todo.1,v 1.3 2012/03/14 14:34:39 wiz Exp $
.\" $NetBSD: add_todo.1,v 1.4 2013/07/20 21:50:54 wiz Exp $
.\"
.Dd March 8, 2012
.Dt ADD_TODO 1
@@ -52,7 +52,7 @@ adds entries to this file.
checks these files before adding entries.
.El
.Sh AUTHORS
.An Thomas Klausner Aq wiz@NetBSD.org
.An Thomas Klausner Aq Mt wiz@NetBSD.org
.Sh BUGS
.Nm
currently can't add an entry at the end of the list.

View File

@@ -1,4 +1,4 @@
.\" $NetBSD: list_todo.1,v 1.1 2013/02/09 21:00:12 wiz Exp $
.\" $NetBSD: list_todo.1,v 1.2 2013/07/20 21:50:54 wiz Exp $
.\"
.Dd February 9, 2013
.Dt LIST_TODO 1
@@ -17,4 +17,4 @@ lists from the pkgsrc TODO file for installed packages.
list entries from file.
.El
.Sh AUTHORS
.An Thomas Klausner Aq wiz@NetBSD.org
.An Thomas Klausner Aq Mt wiz@NetBSD.org

View File

@@ -1,4 +1,4 @@
.\" $NetBSD: obsolete_todo.1,v 1.3 2012/03/14 14:34:39 wiz Exp $
.\" $NetBSD: obsolete_todo.1,v 1.4 2013/07/20 21:50:54 wiz Exp $
.\"
.Dd March 8, 2012
.Dt OBSOLETE_TODO 1
@@ -38,7 +38,7 @@ removes entries to this file.
compares against these files for finding entries to remove.
.El
.Sh AUTHORS
.An Thomas Klausner Aq wiz@NetBSD.org
.An Thomas Klausner Aq Mt wiz@NetBSD.org
.Sh BUGS
.Nm
removes too many entries, so please don't directly commit the result