pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint/files Updated the man page.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/24a58614a74f
branches:  trunk
changeset: 516771:24a58614a74f
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Jul 27 15:48:05 2006 +0000

description:
Updated the man page.

diffstat:

 pkgtools/pkglint/files/pkglint.0 |  22 +++++++---------------
 pkgtools/pkglint/files/pkglint.1 |  13 +++----------
 2 files changed, 10 insertions(+), 25 deletions(-)

diffs (111 lines):

diff -r 7dbf73094324 -r 24a58614a74f pkgtools/pkglint/files/pkglint.0
--- a/pkgtools/pkglint/files/pkglint.0  Thu Jul 27 15:16:44 2006 +0000
+++ b/pkgtools/pkglint/files/pkglint.0  Thu Jul 27 15:48:05 2006 +0000
@@ -31,12 +31,6 @@
      --WW{{[[nnoo--]]wwaarrnn,,......}}   Enable or disable specific warnings.  For a list of
                          warnings, see below.
 
-     --dd|----ddeebbuugg          Enable warnings for parsing errors and other things
-                         that haven't been completed yet.  This option is sep-
-                         arated from the `-W' options because the diagnostics
-                         are too hard to understand without detailed knowledge
-                         of pkglint's source code.
-
      --ee|----eexxppllaaiinn        Print further explanations for diagnostics.  Some-
                          times the reasons for diagnostics are not obvious and
                          need further explanation.
@@ -55,17 +49,13 @@
      --qq|----qquuiieett          Don't print the errors and warnings summary before
                          terminating.
 
-     --rr                  Check subdirectories, too.  The subdirectories are
+     --rr|----rreeccuurrssiivvee      Check subdirectories, too.  The subdirectories are
                          those that are mentioned in a `SUBDIR+=' line.
 
      --ss|----ssoouurrccee         For all diagnostics having file and line number
                          information, show the source code along with the
                          diagnostics.
 
-     --vv|----vveerrbboossee        Be verbose.  Show the progress report for items that
-                         are being checked.  If given more than once, debug-
-                         ging messages are also shown.
-
    CChheecckkss
      aallll                 Enable all checks.
 
@@ -73,6 +63,8 @@
 
      [[nnoo--]]AALLTTEERRNNAATTIIVVEESS   Check the alternatives file.
 
+     [[nnoo--]]DDEESSCCRR          Check the DESCR file.
+
      [[nnoo--]]IINNSSTTAALLLL        Check the INSTALL and DEINSTALL scripts.
 
      [[nnoo--]]MMaakkeeffiillee       Check the package Makefile, including all included
@@ -143,6 +135,9 @@
      [[nnoo--]]oorrddeerr          Warn if Makefile variables are not in the preferred
                          order.
 
+     [[nnoo--]]ppeerrmm           Warn if a variable is used or defined outside its
+                         specified scope.
+
      [[nnoo--]]pplliisstt--ddeepprr     Warn if deprecated pathnames are used in _P_L_I_S_T files.
                          This warning is disabled by default.
 
@@ -192,9 +187,6 @@
      WARN: ...     Warnings generally should be fixed, but they are not as
                    critical as errors.
 
-     OK: ...       Informational messages are only written in verbose mode
-                   (--vv).  Their main use is to aid debugging.
-
 AAUUTTHHOORRSS
      Roland Illig <rillig%NetBSD.org@localhost>
 
@@ -204,4 +196,4 @@
      If you don't understand the messages, feel free to ask on the
      <tech-pkg%NetBSD.org@localhost> mailing list.
 
-NetBSD 3.0                     February 28, 2006                    NetBSD 3.0
+NetBSD 3.0                       July 27, 2006                      NetBSD 3.0
diff -r 7dbf73094324 -r 24a58614a74f pkgtools/pkglint/files/pkglint.1
--- a/pkgtools/pkglint/files/pkglint.1  Thu Jul 27 15:16:44 2006 +0000
+++ b/pkgtools/pkglint/files/pkglint.1  Thu Jul 27 15:48:05 2006 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: pkglint.1,v 1.41 2006/07/02 09:47:17 rillig Exp $
+.\"    $NetBSD: pkglint.1,v 1.42 2006/07/27 15:48:05 rillig Exp $
 .\"    From FreeBSD: portlint.1,v 1.8 1997/11/25 14:53:14 itojun Exp
 .\"
 .\" Copyright (c) 1997 by Jun-ichiro Itoh <itojun%itojun.org@localhost>.
@@ -7,7 +7,7 @@
 .\" Roland Illig <roland.illig%gmx.de@localhost>, 2004, 2005.
 .\" Roland Illig <rillig%NetBSD.org@localhost>, 2005, 2006.
 .\"
-.Dd June 30, 2006
+.Dd July 27, 2006
 .Dt PKGLINT 1
 .Sh NAME
 .Nm pkglint
@@ -51,13 +51,6 @@
 .It Fl W{[no-]warn,...}
 Enable or disable specific warnings.
 For a list of warnings, see below.
-.It Fl d Ns | Ns Fl -debug
-Enable warnings for parsing errors and other things that haven't been
-completed yet.
-This option is separated from the
-.Ql -W
-options because the diagnostics are too hard to understand without
-detailed knowledge of pkglint's source code.
 .It Fl e Ns | Ns Fl -explain
 Print further explanations for diagnostics.
 Sometimes the reasons for diagnostics are not obvious and need further
@@ -72,7 +65,7 @@
 This is especially useful for packages from the pkgsrc-wip project.
 .It Fl q Ns | Ns Fl -quiet
 Don't print the errors and warnings summary before terminating.
-.It Fl r
+.It Fl r Ns | Ns Fl -recursive
 Check subdirectories, too.
 The subdirectories are those that are mentioned in a
 .Ql SUBDIR+=



Home | Main Index | Thread Index | Old Index