metadata.xml 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
  3. <pkgmetadata>
  4. <maintainer type="person">
  5. <email>vapier@gentoo.org</email>
  6. </maintainer>
  7. <longdescription>
  8. GNU nano - an enhanced clone of the Pico text editor.
  9. The nano project was started because of a few "problems" with the
  10. wonderfully easy-to-use and friendly Pico text editor.
  11. First and foremost is its license: the Pine suite does not use the
  12. GPL or a GPL-friendly license, and has unclear restrictions on
  13. redistribution. Because of this, Pine and Pico are not included with
  14. many GNU/Linux distributions. Also, other features (like goto line
  15. number or search and replace) were unavailable until recently or
  16. require a command line flag. Yuck.
  17. nano aims to solve these problems by emulating the functionality of
  18. Pico as closely as possible while addressing the problems above and
  19. perhaps providing other extra functionality.
  20. </longdescription>
  21. <use>
  22. <flag name="justify">Enable justify/unjustify functions for text formatting.</flag>
  23. <flag name="debug">
  24. Enable debug messages and assert warnings. Note that these will all be sent
  25. straight to stderr rather than some logging facility.
  26. </flag>
  27. <flag name="magic">
  28. Add magic file support (sys-apps/file) to automatically detect appropriate syntax highlighting
  29. </flag>
  30. <flag name="minimal">
  31. Disable all fancy features, including ones that otherwise have a dedicated
  32. USE flag (such as spelling).
  33. </flag>
  34. </use>
  35. </pkgmetadata>