summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2008-03-22 11:09:18 +0000
committerUlrich Müller <ulm@gentoo.org>2008-03-22 11:09:18 +0000
commitb390ee38eb21fedaed5843c9fd282b3cbdb38a02 (patch)
tree0d9dbcc1adf85cb446423a839debf89e9b0e43f2 /app-emacs/chess
parentVersion bump, to fix bug 213548. (diff)
downloadhistorical-b390ee38eb21fedaed5843c9fd282b3cbdb38a02.tar.gz
historical-b390ee38eb21fedaed5843c9fd282b3cbdb38a02.tar.bz2
historical-b390ee38eb21fedaed5843c9fd282b3cbdb38a02.zip
Add longdescription to metadata.
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'app-emacs/chess')
-rw-r--r--app-emacs/chess/metadata.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/app-emacs/chess/metadata.xml b/app-emacs/chess/metadata.xml
index bc306fe58224..6f7d91087bca 100644
--- a/app-emacs/chess/metadata.xml
+++ b/app-emacs/chess/metadata.xml
@@ -2,4 +2,22 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>emacs</herd>
+<longdescription>
+ chess.el is an Emacs Lisp library and several clients on top of the
+ underlying library functionality for performing various activities related
+ to the game of chess.
+
+ You can play against an external chess program such as gnuchess, crafty,
+ phalanx or sjeng. All of them are publically available, and chess.el will
+ automatically detect which one you have installed, provided they have
+ standard executable program names, and are in a located in a directory which
+ is part of the PATH. See the customisable variable `chess-default-engine'.
+
+ You can also play against another human or computer over the internet
+ (through a direct Emacs-to-Emacs connection, or on one of the Internet Chess
+ Servers like freechess.org or chessclub.com), or even against a very simple
+ chess thinking module implemented in pure Emacs Lisp.
+
+ chess.el also provides a mode for editing Portable Game Notation (PGN) files.
+</longdescription>
</pkgmetadata>