summaryrefslogtreecommitdiff
path: root/misc/sci
AgeCommit message (Collapse)AuthorFilesLines
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2005-10-23Set GNU_CONFIGURE to "yes" in Makefile. Removed leading "#" charactersrillig4-9/+9
from patch-aa. Sorted PLIST.
2005-07-20Do not include <malloc.h>.kristerw2-1/+14
2005-02-24Add RMD160 digestsagc1-1/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
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.