Add support for querying provided shared libraries to pkg query and rquery
modified pkg/pkg-query.8
@@ -15,7 +15,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -104,7 +104,7 @@ Returns 1 if the matched package is locked against modification or deletion, 0 o
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -126,9 +126,11 @@ for users
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -149,8 +151,12 @@ for licenses
|
|
|
|
|
|
| + | |
| + | |
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -195,6 +201,8 @@ Expands to the list of users needed by the matched package.
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -235,7 +243,7 @@ Message of the package (type string)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified pkg/pkg-rquery.8
@@ -15,7 +15,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -103,7 +103,7 @@ is in bytes, and
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -117,8 +117,10 @@ for options
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -132,7 +134,9 @@ for options
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -166,6 +170,8 @@ for option value.
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -188,7 +194,7 @@ Flatsize of the package (type integer)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified pkg/query.c
@@ -53,8 +53,9 @@ static struct query_flags accepted_query_flags[] = {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -65,7 +66,7 @@ static struct query_flags accepted_query_flags[] = {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -188,6 +189,9 @@ format_str(struct pkg *pkg, struct sbuf *dest, const char *qstr, void *data)
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -223,6 +227,9 @@ format_str(struct pkg *pkg, struct sbuf *dest, const char *qstr, void *data)
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -287,6 +294,7 @@ format_str(struct pkg *pkg, struct sbuf *dest, const char *qstr, void *data)
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -406,6 +414,12 @@ print_query(struct pkg *pkg, char *qstr, char multiline)
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -539,6 +553,9 @@ format_sql_condition(const char *str, struct sbuf *sqlcond, bool for_remote)
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
modified pkg/rquery.c
@@ -49,8 +49,9 @@ static struct query_flags accepted_rquery_flags[] = {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|