diff options
Diffstat (limited to 'app-shells/tcsh/metadata.xml')
-rw-r--r-- | app-shells/tcsh/metadata.xml | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/app-shells/tcsh/metadata.xml b/app-shells/tcsh/metadata.xml index b9fc2b9c6f11..8ff0690a87a8 100644 --- a/app-shells/tcsh/metadata.xml +++ b/app-shells/tcsh/metadata.xml @@ -1,12 +1,17 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>no-herd</herd> -<maintainer> - <email>dragonheart@gentoo.org</email> - <name>Daniel Black</name> - <description>A user ebuild that I felt obliged to include. Please take over if you want -it</description> -</maintainer> -<longdescription></longdescription> + <herd>no-herd</herd> + <maintainer> + <email>grobian@gentoo.org</email> + <name>Fabian Groffen</name> + </maintainer> + <longdescription> + Tcsh is an enhanced, but completely compatible version of the + Berkeley UNIX C shell (csh). It is a command language + interpreter usable both as an interactive login shell and a + shell script command processor. It includes a command-line + editor, programmable word completion, spelling correction, a + history mechanism, job control and a C-like syntax. + </longdescription> </pkgmetadata> |