summaryrefslogtreecommitdiff
path: root/app-editors/emacs/metadata.xml
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2009-11-07 20:06:03 +0100
committerRené 'Necoro' Neumann <necoro@necoro.net>2009-11-07 20:08:16 +0100
commit9fef58947148cf919b4a26adae279e340af629cf (patch)
treec149a42ed9cd1662299ca457b8c3ec28c2394845 /app-editors/emacs/metadata.xml
parente5552acfe0f384a0656ef606b6307b08b5575565 (diff)
downloadoverlay-9fef58947148cf919b4a26adae279e340af629cf.tar.gz
overlay-9fef58947148cf919b4a26adae279e340af629cf.tar.bz2
overlay-9fef58947148cf919b4a26adae279e340af629cf.zip
Emacs with fixed gtk menus
Diffstat (limited to '')
-rw-r--r--app-editors/emacs/metadata.xml31
1 files changed, 31 insertions, 0 deletions
diff --git a/app-editors/emacs/metadata.xml b/app-editors/emacs/metadata.xml
new file mode 100644
index 0000000..74e0827
--- /dev/null
+++ b/app-editors/emacs/metadata.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>emacs</herd>
+<longdescription>
+ GNU Emacs is an extensible, customizable text editor - and more. At its core
+ is an interpreter for Emacs Lisp, a dialect of the Lisp programming language
+ with extensions to support text editing. The features of GNU Emacs include:
+ * Content-sensitive editing modes, including syntax coloring, for a wide
+ variety of file types including plain text, source code, and HTML.
+ * Complete built-in documentation, including a tutorial for new users.
+ * Support for many languages and their scripts, including all the European
+ "Latin" scripts, Russian, Greek, Japanese, Chinese, Korean, Thai,
+ Vietnamese, Lao, Ethiopian, and some Indian scripts.
+ * Highly customizable, using Emacs Lisp code or a graphical customization
+ interface.
+ * A large number of extensions that add other functionality, including a
+ project planner, mail and news reader, debugger interface, calendar, and
+ more. Many of these extensions are distributed with GNU Emacs; others are
+ available separately.
+</longdescription>
+<use>
+ <flag name='gzip-el'>Compress bundled Emacs Lisp source</flag>
+ <flag name='hesiod'>Enable support for <pkg>net-dns/hesiod</pkg></flag>
+ <flag name='leim'>Add support for Emacs input methods</flag>
+ <flag name='sendmail'>Build Emacs with MTA support</flag>
+ <flag name='sound'>Enable sound</flag>
+ <flag name='toolkit-scroll-bars'>Use the selected toolkit's scrollbars in
+ preference to Emacs' own scrollbars</flag>
+</use>
+</pkgmetadata>