summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-calculators/calculator/metadata.xml')
-rw-r--r--sci-calculators/calculator/metadata.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/sci-calculators/calculator/metadata.xml b/sci-calculators/calculator/metadata.xml
new file mode 100644
index 000000000000..82d1363de62e
--- /dev/null
+++ b/sci-calculators/calculator/metadata.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>sci</herd>
+ <maintainer>
+ <email>mabi@gentoo.org</email>
+ <name>Matti Bickel</name>
+ </maintainer>
+ <longdescription>
+ The FOX Calculator is a simple desktop calculator geared toward the
+ programmer for the FOX Toolkit. It supports not only a full
+ complement scientific functions, but also common operations that
+ programmers need, such as bitwise operations, bitwise shifting, and
+ base-2 logarithm and exponents, and numeric conversion between
+ hexadecimal, octal, binary, and decimal. The FOX Calculator
+ implements correct operator precedences, so expressions like 2+3*5
+ yield the correct result, which is 17, and not 25. Also featured is
+ a constant memory, which permanently stores its value even if you
+ exit the calculator and restart it later.
+</longdescription>
+</pkgmetadata>