diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2004-02-26 16:53:39 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2004-02-26 16:53:39 +0000 |
commit | 2adf884fc883d9f7fcccfaff9af4dcd4c7f3f9e7 (patch) | |
tree | e657154834c2b74fbd36c020696ae5d5419ef155 /app-shells/scsh/metadata.xml | |
parent | Unmasking ut2004-demo-3120-r2. (diff) | |
download | historical-2adf884fc883d9f7fcccfaff9af4dcd4c7f3f9e7.tar.gz historical-2adf884fc883d9f7fcccfaff9af4dcd4c7f3f9e7.tar.bz2 historical-2adf884fc883d9f7fcccfaff9af4dcd4c7f3f9e7.zip |
*** empty log message ***
Diffstat (limited to 'app-shells/scsh/metadata.xml')
-rw-r--r-- | app-shells/scsh/metadata.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/app-shells/scsh/metadata.xml b/app-shells/scsh/metadata.xml new file mode 100644 index 000000000000..d7d5f0e004fe --- /dev/null +++ b/app-shells/scsh/metadata.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>scheme</herd> +<maintainer> + <email>mkennedy@gentoo.org</email> +</maintainer> +<longdescription> +Scsh has two main components: a process notation for running programs +and setting up pipelines and redirections, and a complete syscall +library for low-level access to the operating system, i.e. to POSIX, +the least common denominator of more or less all Unices, plus widely +supported extensions such as symbolic links and BSD sockets. + +Moreover, scsh provides an awk facility for pattern-directed +computation over streams of records, a rich facility for matching +regular-expression patterns in strings, event-based interrupt +handling, user-level threads, a futuristic module system, and an +interactive environment. + +Scsh comes with extensive documentation describing these and other +features. +</longdescription> +</pkgmetadata> |