pkgsrc-Changes archive

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

CVS commit: pkgsrc/pkgtools/pkglint/files



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Jan 26 17:18:25 UTC 2020

Modified Files:
        pkgsrc/pkgtools/pkglint/files: pkglint.0 pkglint.1

Log Message:
pkgtools/pkglint: update manual page


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/pkgtools/pkglint/files/pkglint.0
cvs rdiff -u -r1.63 -r1.64 pkgsrc/pkgtools/pkglint/files/pkglint.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/pkgtools/pkglint/files/pkglint.0
diff -u pkgsrc/pkgtools/pkglint/files/pkglint.0:1.42 pkgsrc/pkgtools/pkglint/files/pkglint.0:1.43
--- pkgsrc/pkgtools/pkglint/files/pkglint.0:1.42        Mon Dec  2 23:32:09 2019
+++ pkgsrc/pkgtools/pkglint/files/pkglint.0     Sun Jan 26 17:18:25 2020
@@ -35,14 +35,18 @@ DDEESSCCRRIIPPTTIIOONN
                          pkgsrc.  This is especially useful for packages from
                          the pkgsrc‐wip project.
 
+     −−nn|−−‐‐nneettwwoorrkk        Enable checks that require network access, for exam‐
+                         ple to check whether the package homepage is reach‐
+                         able.
+
      −−oo|−−‐‐oonnllyy _s_u_b_s_t_r_i_n_g
                          Only handle those diagnostics that have _s_u_b_s_t_r_i_n_g in
                          their text.  This is useful in combination with
                          −−‐‐aauuttooffiixx and −−‐‐rreeccuurrssiivvee,, to fix only a single kind
                          of warning in a large number of files.
 
-     −−qq|−−‐‐qquuiieett          Don’t print the errors and warnings summary before
-                         terminating.
+     −−qq|−−‐‐qquuiieett          Don’t print the errors and warnings summary at the
+                         end.
 
      −−rr|−−‐‐rreeccuurrssiivvee      Check subdirectories, too.  The subdirectories are
                          those that are mentioned in a ‘SUBDIR+=’ line.
@@ -109,4 +113,4 @@ BBUUGGSS
      If you don’t understand the messages, feel free to ask the author or on
      the ⟨pkgsrc‐users%pkgsrc.org@localhost⟩ mailing list.
 
-NetBSD 8.0                     November 30, 2019                    NetBSD 8.0
+NetBSD 8.0                     January 26, 2020                     NetBSD 8.0

Index: pkgsrc/pkgtools/pkglint/files/pkglint.1
diff -u pkgsrc/pkgtools/pkglint/files/pkglint.1:1.63 pkgsrc/pkgtools/pkglint/files/pkglint.1:1.64
--- pkgsrc/pkgtools/pkglint/files/pkglint.1:1.63        Fri Dec 13 01:39:23 2019
+++ pkgsrc/pkgtools/pkglint/files/pkglint.1     Sun Jan 26 17:18:25 2020
@@ -1,4 +1,4 @@
-.\"    $NetBSD: pkglint.1,v 1.63 2019/12/13 01:39:23 rillig Exp $
+.\"    $NetBSD: pkglint.1,v 1.64 2020/01/26 17:18:25 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>.
@@ -6,9 +6,9 @@
 .\"
 .\" Roland Illig <roland.illig%gmx.de@localhost>, 2004, 2005.
 .\" Thomas Klausner <wiz%NetBSD.org@localhost>, 2012.
-.\" Roland Illig <rillig%NetBSD.org@localhost>, 2015-2019.
+.\" Roland Illig <rillig%NetBSD.org@localhost>, 2015-2020.
 .\"
-.Dd November 30, 2019
+.Dd January 26, 2020
 .Dt PKGLINT 1
 .Os
 .Sh NAME
@@ -51,6 +51,9 @@ This flag is mainly for debugging.
 .It Fl i Ns | Ns Fl -import
 Check if a package is ready to be imported into pkgsrc.
 This is especially useful for packages from the pkgsrc-wip project.
+.It Fl n Ns | Ns Fl -network
+Enable checks that require network access,
+for example to check whether the package homepage is reachable.
 .It Fl o Ns | Ns Fl -only Ar substring
 Only handle those diagnostics that have
 .Ar substring
@@ -61,7 +64,7 @@ and
 .Fl -recursive,
 to fix only a single kind of warning in a large number of files.
 .It Fl q Ns | Ns Fl -quiet
-Don't print the errors and warnings summary before terminating.
+Don't print the errors and warnings summary at the end.
 .It Fl r Ns | Ns Fl -recursive
 Check subdirectories, too.
 The subdirectories are those that are mentioned in a



Home | Main Index | Thread Index | Old Index