Add %e -- package description
modified libpkg/pkg_printf.3
@@ -599,6 +599,9 @@ Dependency origin [string]
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/pkg_printf.c
@@ -121,7 +121,8 @@
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -256,6 +257,8 @@ static const struct pkg_printf_fmt fmt[] = {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -1015,6 +1018,19 @@ format_dependency_version(struct sbuf *sbuf, const void *data,
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/private/pkg_printf.h
@@ -116,6 +116,7 @@ typedef enum _fmt_code_t {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -192,6 +193,7 @@ _static struct sbuf *format_dependencies(struct sbuf *, const void *, struct per
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -224,11 +226,11 @@ _static struct sbuf *mode_val(struct sbuf *, mode_t, struct percent_esc *);
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|