Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Document the 'vital' flag.
Glen Barber committed 9 years ago
commit 7fcbf800aa6aa51befe6001d078385ae249b78bb
parent da418cd
2 files changed +20 -2
modified docs/pkg-query.8
@@ -14,7 +14,7 @@
.\"
.\"     @(#)pkg.8
.\"
-
.Dd March 7, 2016
+
.Dd November 18, 2016
.Dt PKG-QUERY 8
.Os
.Sh NAME
@@ -109,6 +109,11 @@ Comment of the matched package
Description of the matched package
.It Cm \&%w
Home page of the matched package
+
.It Cm \&%V
+
Returns 0 if the package is not marked as
+
.Qq vital ,
+
and 1 is the package is marked
+
.Qq vital .
.It Cm \&%l
License logic of the matched package - nothing for single, & for AND, and | for OR
.It Cm \&%s Ns Op bh
modified docs/pkg-set.8
@@ -14,7 +14,7 @@
.\"
.\"     @(#)pkg.8
.\"
-
.Dd February 4, 2015
+
.Dd November 18, 2016
.Dt PKG-SET 8
.Os
.Sh NAME
@@ -26,6 +26,7 @@
.Op Fl A Op Ar 01
.Op Fl n Ar oldname:newname
.Op Fl o Ar oldorigin:neworigin
+
.Op Fl v Op Ar 01
.Op Fl y
.Op Fl Cgix
.Ar pkg-name
@@ -36,6 +37,7 @@
.Op Cm --change-name Ar oldname:newname
.Op Cm --change-origin Ar oldorigin:neworigin
.Op Cm --yes
+
.Op Fl v Op Ar 01
.Op Cm --{case-sensitive,glob,case-insensitive,regex}
.Ar pkg-name
.Sh DESCRIPTION
@@ -97,6 +99,17 @@ Match
.Ar pkg-name
as a regular expression according to the "modern" or "extended" syntax of
.Xr re_format 7 .
+
.It Fl v Ar 01
+
Set or unset the
+
.Qq vital
+
flag on the target package(s).
+
Set to
+
.Ar 0
+
to disable the
+
.Qq vital
+
flag, and
+
.Ar 1
+
to enable it.
.It Fl y , Cm --yes
Assume yes rather than asking for confirmation before package autoremoval.
.El