Register options in pkg2ng, show them in pkg info -f
modified libpkg/pkg_manifest.c
@@ -574,8 +574,10 @@ pkg_emit_manifest(struct pkg *pkg, char **dest)
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
| + | |
|
|
|
|
|
modified pkg/info.c
@@ -27,6 +27,7 @@ print_info(struct pkg * const pkg, unsigned int opt)
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -49,6 +50,9 @@ print_info(struct pkg * const pkg, unsigned int opt)
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -188,7 +192,7 @@ exec_info(int argc, char **argv)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified ports/pkg2ng
@@ -22,6 +22,9 @@ do
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -53,8 +56,9 @@ do
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|