guix-package: Report `--search' matches in recutils format.
authorLudovic Courtès <ludo@gnu.org>
Fri, 1 Feb 2013 12:16:27 +0000 (13:16 +0100)
committerLudovic Courtès <ludo@gnu.org>
Fri, 1 Feb 2013 12:16:41 +0000 (13:16 +0100)
commit299112d36e872d98896bf8dec281c34d9adad06e
tree5642b1b322758f1e9919c93a89e793fad181ab81
parentaa92cf980cab9f085df11c79c4b27d2b8b0d88aa
guix-package: Report `--search' matches in recutils format.

* guix/ui.scm (fill-paragraph, string->recutils, package->recutils): New
  procedures.
* guix-package.in (guix-package)[process-query]: Use `package->recutils'
  to display package meta-data.
* tests/guix-package.sh: Adjust test.
* tests/ui.scm: New file.
* Makefile.am (TESTS): Add it.
* doc/guix.texi (Invoking guix-package): Adjust `--search'
  documentation, and give an example.
Makefile.am
doc/guix.texi
guix-package.in
guix/ui.scm
tests/guix-package.sh
tests/ui.scm [new file with mode: 0644]