diff options
-rw-r--r-- | app-emacs/zenirc/metadata.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app-emacs/zenirc/metadata.xml b/app-emacs/zenirc/metadata.xml index bc306fe58224..f4514376b4e9 100644 --- a/app-emacs/zenirc/metadata.xml +++ b/app-emacs/zenirc/metadata.xml @@ -2,4 +2,14 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>emacs</herd> +<longdescription> + ZenIRC is a full-featured scriptable IRC client for the EMACS text editor. + It runs on any OS where EMACS supports sockets. It is compatible with GNU + Emacs 18.59 and above, and all versions of XEmacs. ZenIRC is Free Software. + ZenIRC supports multiple irc sessions in separate buffers. There is a + rudimentary command syntax for use within those sessions, but most user + preferences and extensions are written and configured in emacs-lisp. Most + features are implemented via module extensions. For example, DCC (Direct + Client-to-Client) can be enabled at the user's option. +</longdescription> </pkgmetadata> |