metadata.xml 1.3 KB

12345678910111213141516171819202122232425262728
  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>floppym@gentoo.org</email>
  6. <name>Mike Gilbert</name>
  7. </maintainer>
  8. <longdescription lang="en">
  9. The KornShell language was designed and developed by David G. Korn at
  10. AT&amp;T Bell Laboratories. It is an interactive command language that
  11. provides access to the UNIX system and to many other systems, on the
  12. many different computers and workstations on which it is implemented.
  13. ksh has the functionality of other scripting languages such as awk,
  14. icon, perl, rexx, and tcl. For this and many other reasons, ksh is a
  15. much better scripting language than any of the other popular shells.
  16. The code size for ksh is larger than the Bourne shell or C shell
  17. programs. The revised version is even larger.
  18. In spite of its increased size, ksh provides better performance. You
  19. can write programs to run faster with ksh than with either the Bourne
  20. shell or the C shell, sometimes an order of magnitude faster. ksh has
  21. evolved and matured with extensive user feedback. It has been used by
  22. many thousands of people at AT&amp;T since 1982, and at many other
  23. companies and universities.
  24. </longdescription>
  25. </pkgmetadata>