summaryrefslogtreecommitdiff
path: root/lang/sml-nj
AgeCommit message (Collapse)AuthorFilesLines
2002-07-12Add checksum for sparc bootstrap file. "make makesum" does notjonb1-1/+3
work quite right here. We need checksums for both (or all) files, not just the ones for the box that "make makesum" was run on.
2002-07-04Update to 110.38, provided by Chris Richards in pkg/15427.wiz8-319/+316
Changes since 110.9.1: * Bug fixes, improvements to generated code, and miscellaneous user-invisible tweaks too numerous to mention. * Autoloaded libraries now load correctly, due to the new `CM_PATHCONFIG' mechanism. Autoloading failed in the package's previous version, despite the best effort of the do-install target. * New commands `ml-build' and `ml-makedepend'. The former automates the process of building standalone heap images, while the latter generates dependencies for traditional makefiles. * Major overhaul of the Compilation Manager (CM). For example, most `sources.cm' files now require including `$/basis.cm', as well as substituting `$/foo.cm' for `foo.cm' wherever `foo.cm' refers to an autoloaded library bundled with the system (e.g. `smlnj-lib.cm'). For details, see http://www.smlnj.org/NEWS/110.20-README.html, and the CM manual at http://cm.bell-labs.com/cm/cs/what/smlnj/doc/CM/new.pdf . * Reduced virtual memory consumption. * Support for running under Mac OS X (Darwin). Such support is not currently reflected in the pkgsrc, however, since I have no way to test it.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-26Move get-cm custom script to the files/ directoryagc2-2/+2
2001-09-09Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:agc1-2/+2
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value).
2001-05-04Add sparc distfile digest and size.agc1-1/+3
2001-04-28Remove redundant echoing, quoting, and input redirection to sed.jtb1-3/+3
2001-04-19Move to sha1 digests, and add distfile sizes.agc1-13/+23
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-5/+3
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-20Add NetBSD-sparc support, supplied by Stephan Thesing in pkg/12411.wiz4-7/+259
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-2/+2
XXX need to teach pkglint to be more picky about this
2001-02-17Move the COMMENT from being in its own file to a definition in theagc2-2/+2
package Makefile.
2000-09-04Remove trailing empty linewiz1-1/+0
2000-08-11Remove (sometimes FreeBSD) packager's (porter's) name from DESCR.wiz1-6/+5
If anywhere, it should be the value of MAINTAINER in the Makefile. Some minor cleanup/reformatting while I'm here.
2000-02-05$() -> ${}wiz1-2/+2
2000-01-24Apply patch from PR 9114.augustss1-3/+3
2000-01-09moved patch-sum to correct directory (noted by Bernd Ernesti)wiz2-3/+3
2000-01-09generated patch-sumwiz1-0/+3
2000-01-09replaced some more commands by their ${COMMAND} counterpartswiz1-3/+3
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-12-09Make this package compile on Solaris/sparc.agc3-69/+83
1999-12-08changes for NetBSDproff5-36/+42
1999-12-08A Standard ML implementation from Bell-Labs. Implements the SML '97 definitionproff8-0/+369
including the new Basis library with a few minor omissions and discrepancies. WWW: http://cm.bell-labs.com/cm/cs/what/smlnj/index.html If you are interested in a lighter weight implementation of ML, the Moscow-ML port is recommended.