diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2004-11-08 22:54:11 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2004-11-08 22:54:11 +0000 |
commit | 6d00e0c271e354ece2bf6baac3c9db27cce3295c (patch) | |
tree | d3afd2dbb6a6f5d49d598543be0dd7ef8518acfe /app-misc/rlwrap/metadata.xml | |
parent | arm KEYWORDS (diff) | |
download | historical-6d00e0c271e354ece2bf6baac3c9db27cce3295c.tar.gz historical-6d00e0c271e354ece2bf6baac3c9db27cce3295c.tar.bz2 historical-6d00e0c271e354ece2bf6baac3c9db27cce3295c.zip |
*** empty log message ***
Diffstat (limited to 'app-misc/rlwrap/metadata.xml')
-rw-r--r-- | app-misc/rlwrap/metadata.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app-misc/rlwrap/metadata.xml b/app-misc/rlwrap/metadata.xml new file mode 100644 index 000000000000..68e16a153034 --- /dev/null +++ b/app-misc/rlwrap/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>common-lisp</herd> + <longdescription> + rlwrap is a 'readline wrapper' that uses the GNU Readline library to + allow the editing of keyboard input for any other command. Input + history is remembered across invocations, separately for each command; + history completion and search work as in bash and completion word + lists can be specified on the command line. + </longdescription> +</pkgmetadata> |