commit: 0ec679b409dd40ce1812cb3082df550e80585194
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 28 10:22:22 2024 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Nov 28 10:23:47 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ec679b4
dev-lang/bas: add longdescription
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
dev-lang/bas/metadata.xml | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/dev-lang/bas/metadata.xml b/dev-lang/bas/metadata.xml
index 45c60b7c8497..a5d1e6a79aaf 100644
--- a/dev-lang/bas/metadata.xml
+++ b/dev-lang/bas/metadata.xml
@@ -6,4 +6,15 @@
<email>[email protected]</email>
<name>Maciej Barć</name>
</maintainer>
+ <longdescription>
+ Bas is an interpreter for the classic dialect of the programming
+ language BASIC. It is pretty compatible to typical BASIC interpreters of
+ the 1980s, unlike some other UNIX BASIC interpreters, that implement a
+ different syntax, breaking compatibility to existing programs. Bas
+ offers many ANSI BASIC statements for structured programming, such as
+ procedures, local variables and various loop types. Further there are
+ matrix operations, automatic LIST indentation and many statements and
+ functions found in specific classic dialects. Line numbers are not
+ required. Bas is written in ANSI C for UNIX systems.
+ </longdescription>
</pkgmetadata>