summaryrefslogtreecommitdiff
path: root/app-shells/ksh/metadata.xml
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /app-shells/ksh/metadata.xml
reinit the tree, so we can have metadata
Diffstat (limited to 'app-shells/ksh/metadata.xml')
-rw-r--r--app-shells/ksh/metadata.xml30
1 files changed, 30 insertions, 0 deletions
diff --git a/app-shells/ksh/metadata.xml b/app-shells/ksh/metadata.xml
new file mode 100644
index 000000000000..6018c787c35e
--- /dev/null
+++ b/app-shells/ksh/metadata.xml
@@ -0,0 +1,30 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>floppym@gentoo.org</email>
+ <name>Mike Gilbert</name>
+ </maintainer>
+ <longdescription lang="en">
+ The KornShell language was designed and developed by David G. Korn at
+ AT&amp;T Bell Laboratories. It is an interactive command language that
+ provides access to the UNIX system and to many other systems, on the
+ many different computers and workstations on which it is implemented.
+
+ ksh has the functionality of other scripting languages such as awk,
+ icon, perl, rexx, and tcl. For this and many other reasons, ksh is a
+ much better scripting language than any of the other popular shells.
+ The code size for ksh is larger than the Bourne shell or C shell
+ programs. The revised version is even larger.
+
+ In spite of its increased size, ksh provides better performance. You
+ can write programs to run faster with ksh than with either the Bourne
+ shell or the C shell, sometimes an order of magnitude faster. ksh has
+ evolved and matured with extensive user feedback. It has been used by
+ many thousands of people at AT&amp;T since 1982, and at many other
+ companies and universities.
+ </longdescription>
+ <upstream>
+ <remote-id type="github">att/ast</remote-id>
+ </upstream>
+</pkgmetadata>