Commit graph

25 commits

Author SHA1 Message Date
wiz
70af367b7b More patches for the 110.41 update. 2002-09-29 15:03:33 +00:00
wiz
5c6be2dd55 Update to 110.41, provided by Christopher Richards in PR 18437.
Notable changes include an utter plethora of bug fixes (e.g, a
memory leak in the garbage collector), and some small added
features (e.g. Danvy-style format combinators added to
smlnj-lib).  Also added are some tools (ml-nlffigen, nowhere)
that appeared previously but were not enabled.

Moreover, this update also gets rid of the ugly "patch the
source at runtime" hack used in previous pkgsrc versions.
Thus the jumbo (and ill-named) file/patch-global-names is
removed and its contents split into ordinary patch/patch-?? files.
2002-09-29 15:03:19 +00:00
jonb
225772e74c Add checksum for sparc bootstrap file. "make makesum" does not
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-12 15:41:09 +00:00
wiz
406698e0c1 Update to 110.38, provided by Chris Richards in pkg/15427.
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.
2002-07-04 20:24:40 +00:00
zuntum
a437fd43cc Move pkg/ files into package's toplevel directory 2001-11-01 00:20:13 +00:00
agc
4f195b7e57 Move get-cm custom script to the files/ directory 2001-10-26 14:26:26 +00:00
agc
a16fc84f19 Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:
WRKSRC= ${WRKDIR}

This is much cleaner, much more indicative of what happens, and removes
another of the negative definitions (NO_.* = value).
2001-09-09 20:36:07 +00:00
agc
f9793bb3ac Add sparc distfile digest and size. 2001-05-04 12:49:40 +00:00
jtb
b97c41dde3 Remove redundant echoing, quoting, and input redirection to sed. 2001-04-28 23:59:17 +00:00
agc
8118fe36ae Move to sha1 digests, and add distfile sizes. 2001-04-19 15:00:47 +00:00
agc
fb467f5ac2 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:22:34 +00:00
wiz
c462e45001 Add NetBSD-sparc support, supplied by Stephan Thesing in pkg/12411. 2001-03-20 09:43:21 +00:00
hubertf
d32e698de6 Cleanup MKDIR usage => INSTALL_*_DIR
XXX need to teach pkglint to be more picky about this
2001-02-25 04:17:35 +00:00
agc
82acd159f7 Move the COMMENT from being in its own file to a definition in the
package Makefile.
2001-02-17 09:06:56 +00:00
wiz
33780abc4b Remove trailing empty line 2000-09-04 16:44:04 +00:00
wiz
c750c08ad9 Remove (sometimes FreeBSD) packager's (porter's) name from DESCR.
If anywhere, it should be the value of MAINTAINER in the Makefile.
Some minor cleanup/reformatting while I'm here.
2000-08-11 01:07:45 +00:00
wiz
57c600f52d $() -> ${} 2000-02-05 19:47:46 +00:00
augustss
9c9e200b62 Apply patch from PR 9114. 2000-01-24 12:21:21 +00:00
wiz
8f04b143dc moved patch-sum to correct directory (noted by Bernd Ernesti) 2000-01-09 14:53:10 +00:00
wiz
74b37e3d74 generated patch-sum 2000-01-09 01:19:38 +00:00
wiz
294cda9307 replaced some more commands by their ${COMMAND} counterparts 2000-01-09 01:19:09 +00:00
abs
df05aef71f Strip trailing '.', and/or leading '(a|an) ' 2000-01-05 15:37:50 +00:00
agc
2ba21822a5 Make this package compile on Solaris/sparc. 1999-12-09 16:35:18 +00:00
proff
cb2808d295 changes for NetBSD 1999-12-08 15:52:59 +00:00
proff
5e6d6e6d9a A Standard ML implementation from Bell-Labs. Implements the SML '97 definition
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.
1999-12-08 15:48:15 +00:00