aboutsummaryrefslogtreecommitdiffstats
path: root/math/sc/pkg-descr
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1998-08-10 08:20:29 +0800
committersteve <steve@FreeBSD.org>1998-08-10 08:20:29 +0800
commit5fd1114d07e1a0623aef58ec27b4b21a185e69d4 (patch)
treed217c51e88541e0817ca20c8b8ba8e4042c1020c /math/sc/pkg-descr
parent94e78be79feca3c1a29cf1e3747f340fa38ccc36 (diff)
downloadfreebsd-ports-gnome-5fd1114d07e1a0623aef58ec27b4b21a185e69d4.tar.gz
freebsd-ports-gnome-5fd1114d07e1a0623aef58ec27b4b21a185e69d4.tar.zst
freebsd-ports-gnome-5fd1114d07e1a0623aef58ec27b4b21a185e69d4.zip
Initial import of sc version 6.21.
A curses-based spreadsheet program. PR: 7451 Submitted by: Heinz Tschabitscher <semper@doubt.com>
Diffstat (limited to 'math/sc/pkg-descr')
-rw-r--r--math/sc/pkg-descr10
1 files changed, 10 insertions, 0 deletions
diff --git a/math/sc/pkg-descr b/math/sc/pkg-descr
new file mode 100644
index 000000000000..917c1a25fe0d
--- /dev/null
+++ b/math/sc/pkg-descr
@@ -0,0 +1,10 @@
+The spreadsheet calculator sc is based on rectangular tables much like
+a financial spreadsheet. When invoked it presents you with a table
+organized as rows and columns of cells. If invoked without a file
+argument, the table is initially empty. Each cell may have associated
+with it a numeric value, a label string, and/or an expression (formula)
+which evaluates to a numeric value or label string, often based on other
+cell values.
+
+- Heinzl
+semper@doubt.com