summaryrefslogtreecommitdiff
path: root/misc/sci
AgeCommit message (Collapse)AuthorFilesLines
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-04-20Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-6/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-2/+2
XXX need to teach pkglint to be more picky about this
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-12-15Update to 0.5.6. Changes since 0.3.8:mjl5-56/+54
-f flag first col lock file erasure on error exit external program input into a field send data field to external program Jason Felice autoconf additions - long options Bug fixes from changes Ayers Bug fix for padchar Popup pick boxes Ayers 'back tab' modifications. Documentation updates. Ayers format field modification. Jason Felice: macro package and #!/usr/bin/sci -t syntax Parm passing with evironment variable Page Up Page Down in pick boxes. Error fix of 0.5.2 Error fix of 0.5.4 -D switch fix
2000-09-26No longer needed as we use our fine curses now.hubertf1-13/+0
2000-09-24 * This pkg actually works better without ncurses than with(!)hubertf4-10/+28
(ncurses wasn't found, and if it was made to find it, the screen attributes were not as good as with our in-tree curses) * Install samples & docs
2000-03-16ln, gunzip -> ${LN}, ${GUNZIP_CMD}wiz1-3/+3
2000-01-15Update dependency on ncurses to >=4.2jlam1-2/+2
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-07-09Add package patch checksum files.agc1-0/+4
1999-07-06 * Update ncurses dependency.jlam1-2/+2
1999-06-16Initial import of sci.mjl7-0/+74
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.