metadata.xml 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
  3. <pkgmetadata>
  4. <maintainer type="project">
  5. <email>gnu-emacs@gentoo.org</email>
  6. <name>Gentoo GNU Emacs project</name>
  7. </maintainer>
  8. <longdescription>
  9. GNU Emacs is an extensible, customizable text editor - and more. At its core
  10. is an interpreter for Emacs Lisp, a dialect of the Lisp programming language
  11. with extensions to support text editing. The features of GNU Emacs include:
  12. * Content-sensitive editing modes, including syntax coloring, for a variety
  13. of file types including plain text, source code, and HTML.
  14. * Complete built-in documentation, including a tutorial for new users.
  15. * Full Unicode support for nearly all human languages and their scripts.
  16. * Highly customizable, using Emacs Lisp code or a graphical interface.
  17. * A large number of extensions that add other functionality, including a
  18. project planner, mail and news reader, debugger interface, calendar, and
  19. more. Many of these extensions are distributed with GNU Emacs; others are
  20. available separately.
  21. </longdescription>
  22. <use>
  23. <flag name="athena">Enable the MIT Athena widget set
  24. (<pkg>x11-libs/libXaw</pkg>)</flag>
  25. <flag name="dynamic-loading">Enable loading of dynamic libraries at
  26. runtime</flag>
  27. <flag name="games">Support shared score files for games</flag>
  28. <flag name="gconf">Use <pkg>gnome-base/gconf</pkg> to read the system
  29. font name</flag>
  30. <flag name="gfile">Use gfile (<pkg>dev-libs/glib</pkg>) for file
  31. notification</flag>
  32. <flag name="gsettings">Use gsettings (<pkg>dev-libs/glib</pkg>) to read the
  33. system font name</flag>
  34. <flag name="gtk3">Prefer version 3 of the GIMP Toolkit to version 2
  35. (<pkg>x11-libs/gtk+</pkg>)</flag>
  36. <flag name="gzip-el">Compress bundled Emacs Lisp source</flag>
  37. <flag name="hesiod">Enable support for <pkg>net-dns/hesiod</pkg></flag>
  38. <flag name="imagemagick">Use <pkg>media-gfx/imagemagick</pkg> for image
  39. processing</flag>
  40. <flag name="libxml2">Use <pkg>dev-libs/libxml2</pkg> to parse XML instead
  41. of the internal Lisp implementations</flag>
  42. <flag name="mailutils">Retrieve e-mail using <pkg>net-mail/mailutils</pkg>
  43. instead of the internal movemail substitute</flag>
  44. <flag name="pax_kernel">Enable building under a PaX enabled kernel</flag>
  45. <flag name="source">Install C source files and make them available for
  46. find-function</flag>
  47. <flag name="threads">Add elisp threading support</flag>
  48. <flag name="toolkit-scroll-bars">Use the selected toolkit's scrollbars in
  49. preference to Emacs' own scrollbars</flag>
  50. <flag name="wide-int">Prefer wide Emacs integers (typically 62-bit).
  51. This option has an effect only on architectures where "long" and
  52. "long long" types have different size.</flag>
  53. <flag name='xwidgets'>Enable use of GTK widgets in Emacs buffers
  54. (requires GTK3)</flag>
  55. </use>
  56. </pkgmetadata>