summaryrefslogtreecommitdiff
path: root/lang/moscow_ml
AgeCommit message (Collapse)AuthorFilesLines
2000-04-05Update to moscow_ml-1.44. Changes in 1.44 (from pkg README):jdolecek13-202/+72
* Access to GNU gdbm persistent hashtables (structures Gdbm, Polygdbm) * Interface to the PostgreSQL database server (structure Postgres) * Interface to the MySQL database server (structure Mysql) * Interface to POSIX 1003.2 regular expressions (structure Regex) * Interface to sockets (structure Socket) * Faster bytecode execution (when compiled with GCC or egcs) * Registration of ML and C functions simplify callbacks Apparently the NetBSD patches were also pulled up. Since the distfile on the original site was updated without version indication, this also fixes kern/9783.
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-07-09Add package patch checksum files.agc1-0/+11
1999-04-14${LOCALBAASE}/bin/perl or bust.bad1-2/+2
1999-02-20Fix CONFLICTS (remove redundancy, mostly)hubertf1-3/+1
1998-12-07Fix BUILD_DEPENDS as per pr 6538 by Johnny C. Lam.frueauf1-2/+2
1998-12-04Update moscow_ml to 1.43, provided in pr 6527 by Johnny C. Lam withfrueauf15-139/+254
some refining by myself. New in version 1.43 of Moscow ML: * Arrays of weak pointers (structure Weak). * Dynamic linking of external functions under Linux and Solaris * Access to GNU gdbm persistent hashtables (structures Gdbm, Polygdbm) * The load paths can be set from the interactive system. * The interactive system's prompts and responses can be turned off (option -quietdec, variable Meta.quietdec). * Prettyprinters can be installed also on base types and abstract types. * Mosmllex now supports abbreviations for regular expressions.
1998-08-20The Grand Homepagification:tsarna1-1/+2
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc11-0/+22
1998-06-03Include bsd.prefs.mk, so that variables can be set in /etc/mk.confagc1-1/+3
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc1-7/+2
Remove redundant (and sometimes erroneous) comments.
1998-02-17Import Moscow ML, a Standard ML implementation based on CAML Light,agc16-0/+484
into the NetBSD packages collection. This is from Johnny C. Lam, in PR pkg/5002. Minor fixes by me to the PLIST file for the location of two files (libexec not lib).