diff options
author | 2022-04-30 05:39:26 +0200 | |
---|---|---|
committer | 2022-04-30 05:40:43 +0200 | |
commit | 1d31c354c7e55fd1d06afb14d2d2f3a88a8b1eee (patch) | |
tree | 8c70b83dab5d053af4e290b636d9cd148d0515e8 /dev-R/cli | |
parent | app-editors/imhex: drop myself as a maintainer (diff) | |
download | guru-1d31c354c7e55fd1d06afb14d2d2f3a88a8b1eee.tar.gz guru-1d31c354c7e55fd1d06afb14d2d2f3a88a8b1eee.tar.bz2 guru-1d31c354c7e55fd1d06afb14d2d2f3a88a8b1eee.zip |
dev-R/*: improve metadata
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'dev-R/cli')
-rw-r--r-- | dev-R/cli/metadata.xml | 39 |
1 files changed, 22 insertions, 17 deletions
diff --git a/dev-R/cli/metadata.xml b/dev-R/cli/metadata.xml index 08e0ea7e5..1c2c8773f 100644 --- a/dev-R/cli/metadata.xml +++ b/dev-R/cli/metadata.xml @@ -1,20 +1,25 @@ -<?xml version="1.0" encoding="utf-8"?> +<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="person"> - <description>co-maintainers welcome</description> - <email>lssndrbarbieri@gmail.com</email> - <name>Alessandro Barbieri</name> - </maintainer> - <longdescription lang="en">A suite of tools to build attractive command line interfaces ('CLIs'), from semantic elements: headings, lists, alerts, paragraphs, etc. Supports custom themes via a 'CSS'-like language. It also contains a number of lower level 'CLI' elements: rules, boxes, trees, and 'Unicode' symbols with 'ASCII' alternatives. It integrates with the 'crayon' package to support 'ANSI' terminal colors.</longdescription> - <upstream> - <bugs-to>https://github.com/r-lib/cli/issues</bugs-to> - <doc lang="en">https://cran.r-project.org/web//packages/cli/cli.pdf</doc> - <changelog>https://cran.r-project.org/web//packages/cli/news/news.html</changelog> - <maintainer> - <name>Gábor Csárdi</name> - <email>csardi.gabor@gmail.com</email> - </maintainer> - <remote-id type="github">r-lib/cli</remote-id> - </upstream> + <maintainer type="person"> + <description>co-maintainers welcome</description> + <email>lssndrbarbieri@gmail.com</email> + <name>Alessandro Barbieri</name> + </maintainer> + <longdescription lang="en">A suite of tools to build attractive command line interfaces +('CLIs'), from semantic elements: headings, lists, alerts, paragraphs, +etc. Supports custom themes via a 'CSS'-like language. It also +contains a number of lower level 'CLI' elements: rules, boxes, trees, +and 'Unicode' symbols with 'ASCII' alternatives. It support ANSI +colors and text styles as well.</longdescription> + <upstream> + <bugs-to>https://github.com/r-lib/cli/issues</bugs-to> + <doc lang="en">https://cran.r-project.org/web//packages/cli/cli.pdf</doc> + <changelog>https://cran.r-project.org/web//packages/cli/news/news.html</changelog> + <maintainer> + <name>Gábor Csárdi</name> + <email>csardi.gabor@gmail.com</email> + </maintainer> + <remote-id type="github">r-lib/cli</remote-id> + </upstream> </pkgmetadata> |