summaryrefslogtreecommitdiff
path: root/lang/moscow_ml/Makefile
diff options
context:
space:
mode:
authorjdolecek <jdolecek@pkgsrc.org>2000-04-05 08:44:59 +0000
committerjdolecek <jdolecek@pkgsrc.org>2000-04-05 08:44:59 +0000
commit9fe36dec5de179e47440f92345a8f3e111188aa5 (patch)
tree818d6fe556a6fd3bc5b4980aa4fa75c275e28d63 /lang/moscow_ml/Makefile
parent4b1b531b17d951596120ad96dbfd5219faf0939d (diff)
downloadpkgsrc-9fe36dec5de179e47440f92345a8f3e111188aa5.tar.gz
Update to moscow_ml-1.44. Changes in 1.44 (from pkg README):
* 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.
Diffstat (limited to 'lang/moscow_ml/Makefile')
-rw-r--r--lang/moscow_ml/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/moscow_ml/Makefile b/lang/moscow_ml/Makefile
index 52077f18a68..ac3197070e2 100644
--- a/lang/moscow_ml/Makefile
+++ b/lang/moscow_ml/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.8 1999/04/14 18:00:47 bad Exp $
+# $NetBSD: Makefile,v 1.9 2000/04/05 08:44:59 jdolecek Exp $
#
DISTNAME= mos14src
-PKGNAME= moscow_ml-1.43
+PKGNAME= moscow_ml-1.44
WRKSRC= ${WRKDIR}/mosml/src
CATEGORIES= lang
MASTER_SITES= ftp://ftp.dina.kvl.dk/pub/mosml/ \