summaryrefslogtreecommitdiff
path: root/misc/sci
AgeCommit message (Collapse)AuthorFilesLines
2017-09-04Comment out dead sites.wiz1-2/+2
2015-11-03Add SHA512 digests for distfiles for misc categoryagc1-1/+2
Problems found locating distfiles: Package colorls: missing distfile ls.tar.gz Package molden: missing distfile molden-4.6/molden4.6.tar.gz Package softmaker-office-demo: missing distfile ofl06trial.tgz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-08-18Bump all packages that depend on curses.bui* or terminfo.bui* since theywiz1-2/+2
might incur ncurses dependencies on some platforms, and ncurses just bumped its shlib. Some packages were bumped twice now, sorry for that.
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-3/+1
2011-12-17Add missing mk/curses buildlink.sbd1-1/+3
Bump PKGREVISION
2010-02-04DESTDIR supportjoerg1-4/+7
2009-06-14Remove @dirrm entries from PLISTsjoerg1-3/+1
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.