app-shells/ksh: bump
[gentoo.git] / app-shells / ksh / metadata.xml
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
14                 ksh has the functionality of other scripting languages such as awk,
15                 icon, perl, rexx, and tcl. For this and many other reasons, ksh is a
16                 much better scripting language than any of the other popular shells.
17                 The code size for ksh is larger than the Bourne shell or C shell
18                 programs. The revised version is even larger.
19
20                 In spite of its increased size, ksh provides better performance. You
21                 can write programs to run faster with ksh than with either the Bourne
22                 shell or the C shell, sometimes an order of magnitude faster. ksh has
23                 evolved and matured with extensive user feedback. It has been used by
24                 many thousands of people at AT&amp;T since 1982, and at many other
25                 companies and universities. 
26         </longdescription>
27         <upstream>
28                 <remote-id type="github">att/ast</remote-id>
29         </upstream>
30 </pkgmetadata>