summaryrefslogtreecommitdiff
path: root/misc/sci/pkg
diff options
context:
space:
mode:
authormjl <mjl>1999-06-16 21:37:15 +0000
committermjl <mjl>1999-06-16 21:37:15 +0000
commit571d0c13baced57497a7370a30090e33e331fef2 (patch)
tree7b75c1b94ef46d4220a80081b4a00be3a0b21cd3 /misc/sci/pkg
parent1888b736aab686a0620e9c3a8124e6fe30f070fc (diff)
downloadpkgsrc-571d0c13baced57497a7370a30090e33e331fef2.tar.gz
Initial import of sci.
sci builds multi-user data entry screens from a text template. The data input into a screen is saved in a tab-delimited file. The template may supply default values for a data entry field, and fields may be marked as numeric data, or alphabetic only. sci uses curses for screen control.
Diffstat (limited to 'misc/sci/pkg')
-rw-r--r--misc/sci/pkg/COMMENT1
-rw-r--r--misc/sci/pkg/DESCR5
-rw-r--r--misc/sci/pkg/PLIST3
3 files changed, 9 insertions, 0 deletions
diff --git a/misc/sci/pkg/COMMENT b/misc/sci/pkg/COMMENT
new file mode 100644
index 00000000000..e8d3af81cfe
--- /dev/null
+++ b/misc/sci/pkg/COMMENT
@@ -0,0 +1 @@
+Curses based data entry via templates.
diff --git a/misc/sci/pkg/DESCR b/misc/sci/pkg/DESCR
new file mode 100644
index 00000000000..81a4cf6dd34
--- /dev/null
+++ b/misc/sci/pkg/DESCR
@@ -0,0 +1,5 @@
+sci builds multi-user data entry screens from a text template.
+The data input into a screen is saved in a tab-delimited file.
+The template may supply default values for a data entry field,
+and fields may be marked as numeric data, or alphabetic only.
+sci uses curses for screen control.
diff --git a/misc/sci/pkg/PLIST b/misc/sci/pkg/PLIST
new file mode 100644
index 00000000000..69d0fd77d50
--- /dev/null
+++ b/misc/sci/pkg/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 1999/06/16 21:37:16 mjl Exp $
+bin/sci
+man/man1/sci.1