diff options
Diffstat (limited to 'misc/sci/pkg')
-rw-r--r-- | misc/sci/pkg/COMMENT | 1 | ||||
-rw-r--r-- | misc/sci/pkg/DESCR | 5 | ||||
-rw-r--r-- | misc/sci/pkg/PLIST | 3 |
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 |