diff options
author | tron <tron@pkgsrc.org> | 1998-05-25 22:01:57 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-05-25 22:01:57 +0000 |
commit | e43c186ac322fbf82a335a2a34962b1ed776d419 (patch) | |
tree | 54a4f2384ed1543264260fbb71dcf71f9ccdb8bc | |
parent | bd912f0b56a2f624e861930a68dd4c5751581734 (diff) | |
download | pkgsrc-e43c186ac322fbf82a335a2a34962b1ed776d419.tar.gz |
Document "portlint".
-rw-r--r-- | Packages.txt | 23 |
1 files changed, 22 insertions, 1 deletions
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 ============================================== |