summaryrefslogtreecommitdiff
path: root/pkgtools/pkglint/pkg
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>1999-04-19 07:32:09 +0000
committerabs <abs@pkgsrc.org>1999-04-19 07:32:09 +0000
commit2a3362124ed2ddc52987a7c82960b42a7a174ee2 (patch)
treec0d9afe9bad0758f9494f35b4ec536a494543e0e /pkgtools/pkglint/pkg
parent7b8e033e4a99586aac830d181ee098a4aa38ef67 (diff)
downloadpkgsrc-2a3362124ed2ddc52987a7c82960b42a7a174ee2.tar.gz
Add pkg_check (renamed to lintpkgsrc, and add orginal lintpkgsrc functionality
(fixed up to work a little better). lintpkgsrc can: -d : Check each Makefile's 'DEPENDS' matches current pkgsrc versions. -i : Check versions of installed packages against pkgsrc. -l : Run pkglint on every package in pkgsrc. -m : Report md5 mismatches for files in 'distfiles'. -o : Report old/obsolete 'distfiles' (not referenced by any md5). -r : Remove any 'bad' distfiles (Without -m or -o, implies both).
Diffstat (limited to 'pkgtools/pkglint/pkg')
-rw-r--r--pkgtools/pkglint/pkg/PLIST6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgtools/pkglint/pkg/PLIST b/pkgtools/pkglint/pkg/PLIST
index d8b9609774d..5897bf11535 100644
--- a/pkgtools/pkglint/pkg/PLIST
+++ b/pkgtools/pkglint/pkg/PLIST
@@ -1,6 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1 1998/08/07 22:13:44 tsarna Exp $
+@comment $NetBSD: PLIST,v 1.2 1999/04/19 07:32:10 abs Exp $
bin/lintpkgsrc
bin/pkglint
bin/plist-clash
-man/man1/pkglint.1
+man/cat1/lintpkgsrc.0
man/cat1/pkglint.0
+man/man1/lintpkgsrc.1
+man/man1/pkglint.1