summaryrefslogtreecommitdiff
path: root/app-shells/scsh/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/scsh/metadata.xml
reinit the tree, so we can have metadata
Diffstat (limited to 'app-shells/scsh/metadata.xml')
-rw-r--r--app-shells/scsh/metadata.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/app-shells/scsh/metadata.xml b/app-shells/scsh/metadata.xml
new file mode 100644
index 000000000000..317ccdbc4337
--- /dev/null
+++ b/app-shells/scsh/metadata.xml
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="project">
+ <email>scheme@gentoo.org</email>
+ <name>Gentoo Scheme Project</name>
+</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>
+<!--
+<use>
+ <flag name='scsh'>Use a non-FHS directory layout</flag>
+</use>
+-->
+</pkgmetadata>