diff options
author | Tavis Ormandy <taviso@gentoo.org> | 2003-07-02 23:12:50 +0000 |
---|---|---|
committer | Tavis Ormandy <taviso@gentoo.org> | 2003-07-02 23:12:50 +0000 |
commit | 668dcb05d2e8075574171a22a5a6f28fd5215473 (patch) | |
tree | 65be102953787a195a9e63c4606edffc032e3715 /app-shells | |
parent | threaded perl fix (diff) | |
download | gentoo-2-668dcb05d2e8075574171a22a5a6f28fd5215473.tar.gz gentoo-2-668dcb05d2e8075574171a22a5a6f28fd5215473.tar.bz2 gentoo-2-668dcb05d2e8075574171a22a5a6f28fd5215473.zip |
metadata
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/csh/Manifest | 11 | ||||
-rw-r--r-- | app-shells/csh/metadata.xml | 20 | ||||
-rw-r--r-- | app-shells/ksh/Manifest | 5 | ||||
-rw-r--r-- | app-shells/ksh/metadata.xml | 26 |
4 files changed, 55 insertions, 7 deletions
diff --git a/app-shells/csh/Manifest b/app-shells/csh/Manifest index f604b58dd79f..dbdee63e8958 100644 --- a/app-shells/csh/Manifest +++ b/app-shells/csh/Manifest @@ -1,9 +1,10 @@ +MD5 24974796f8712ee41f927e1e76ff5a70 csh-1.29.ebuild 3803 +MD5 c9ed16e56100fb9511e19c7e00371705 csh-1.29-r1.ebuild 4060 +MD5 a9ee608b1afc7dce5aef89399d9e5d1a ChangeLog 1622 +MD5 ce0694a6af9197d929533e9d0dfcb706 metadata.xml 706 +MD5 49c0a95e6881eb7e2932d149f62f0de2 files/mksignames.c 10722 MD5 49ee962115384f8a0acedfcf225fd27a files/digest-csh-1.29 148 -MD5 70a304fe872eabbec7c515095af358fc files/digest-csh-1.29-r1 162 MD5 213922a7d6fdee0a89e9a349653be22d files/linux-vs-bsd.diff 7483 -MD5 49c0a95e6881eb7e2932d149f62f0de2 files/mksignames.c 10722 +MD5 70a304fe872eabbec7c515095af358fc files/digest-csh-1.29-r1 162 MD5 56092454f21f9d462f4514aadf4c78cd files/dot.cshrc 1549 MD5 2365e5e2ca11496be2169a6944a38994 files/dot.login 224 -MD5 a9ee608b1afc7dce5aef89399d9e5d1a ChangeLog 1622 -MD5 c9ed16e56100fb9511e19c7e00371705 csh-1.29-r1.ebuild 4060 -MD5 37b9ec294688729869cea78e7fdd73d6 csh-1.29.ebuild 3806 diff --git a/app-shells/csh/metadata.xml b/app-shells/csh/metadata.xml new file mode 100644 index 000000000000..313bbc63bccd --- /dev/null +++ b/app-shells/csh/metadata.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<maintainer> + <email>taviso@gentoo.org</email> + <name>Tavis Ormandy</name> +</maintainer> +<longdescription> +The Unix command-line interpreter shell and script language by William Joy, +originating from Berkeley Unix. + +Unix systems up to around Unix Version 7 only had one shell - the Bourne shell, sh. +Csh had better interactive features, notably command input history, allowing earlier +commands to be recalled and edited. + +This version of csh was ported from the current release of NetBSD to Linux for the +Gentoo project. +</longdescription> +</pkgmetadata> diff --git a/app-shells/ksh/Manifest b/app-shells/ksh/Manifest index d5a9decf1557..d162fbc9c84a 100644 --- a/app-shells/ksh/Manifest +++ b/app-shells/ksh/Manifest @@ -1,3 +1,4 @@ -MD5 ae6a966c5c8702e7199266a3b73a9291 files/digest-ksh-93.20030422 206 +MD5 4db468fa45f1bbe13c2f44140a750779 ksh-93.20030422.ebuild 3182 MD5 5505f476c5ae16fbe73d36519a1831e5 ChangeLog 365 -MD5 6f40de098bf6679449a2ef38d5ef1caa ksh-93.20030422.ebuild 3185 +MD5 e1baa44340503f92d40f821f1c389419 metadata.xml 1264 +MD5 ae6a966c5c8702e7199266a3b73a9291 files/digest-ksh-93.20030422 206 diff --git a/app-shells/ksh/metadata.xml b/app-shells/ksh/metadata.xml new file mode 100644 index 000000000000..980f7bfab3f2 --- /dev/null +++ b/app-shells/ksh/metadata.xml @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<maintainer> + <email>taviso@gentoo.org</email> + <name>Tavis Ormandy</name> +</maintainer> +<longdescription> +The KornShell language was designed and developed by David G. Korn at AT&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&T since 1982, +and at many other companies and universities. +</longdescription> +</pkgmetadata> |