From e43c186ac322fbf82a335a2a34962b1ed776d419 Mon Sep 17 00:00:00 2001 From: tron Date: Mon, 25 May 1998 22:01:57 +0000 Subject: Document "portlint". --- Packages.txt | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) (limited to 'Packages.txt') diff --git a/Packages.txt b/Packages.txt index ffce0e6d561..394c8ed4167 100644 --- a/Packages.txt +++ b/Packages.txt @@ -1,4 +1,4 @@ -# $NetBSD: Packages.txt,v 1.30 1998/04/20 12:14:22 frueauf Exp $ +# $NetBSD: Packages.txt,v 1.31 1998/05/25 22:01:57 tron Exp $ ########################################################################### ========================== @@ -1062,6 +1062,27 @@ The file contents in this section must be used without the "> " prefix. > share/bison.hairy + 11.1.5 Checking a package "portlint" + ==================================== + +The NetBSD package system comes with a tool called "portlint" (located in the +directory "pkgsrc/devel/portlint") which helps to check the contents of these +files. After installation it is quite easy to use, just change to the +directory of the package you which to examine and execute "portlint": + +> tron@lyssa:/usr/pkgsrc/devel/bison>portlint +> OK: checking pkg/COMMENT. +> OK: checking pkg/DESCR. +> OK: checking Makefile. +> OK: checking files/md5. +> OK: checking patches/patch-aa. +> looks fine. + +Depending on the supplied command line arguments (see "man portlint") more +intensive checks will be performed. Use e.g. "portlint -a -v" for a very +detailed and verbose check. + + 11.2 Steps for building, installing, packaging ============================================== -- cgit v1.2.3