summaryrefslogtreecommitdiff
path: root/Packages.txt
diff options
context:
space:
mode:
authortron <tron>1998-05-25 22:01:57 +0000
committertron <tron>1998-05-25 22:01:57 +0000
commitd3c1ffc6e3e45e681096a08b37bd49f25ec2b20a (patch)
tree54a4f2384ed1543264260fbb71dcf71f9ccdb8bc /Packages.txt
parent4fb814f22068184665a57bb0e253fcfdb666e420 (diff)
downloadpkgsrc-d3c1ffc6e3e45e681096a08b37bd49f25ec2b20a.tar.gz
Document "portlint".
Diffstat (limited to 'Packages.txt')
-rw-r--r--Packages.txt23
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
==============================================