From b3432bdb027270d0af95f0316a9c701b114aa82b Mon Sep 17 00:00:00 2001 From: ryoon Date: Fri, 12 Jul 2013 13:37:38 +0000 Subject: Update to 10.5.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changelog: newLISP® v.10.5.3 Stable Release 2013-07-10 This release fixes bugs in the new, unlimited precision, integer arithmetic and JSON subsystems and introduces functions for KMEANS data clustering. New Features New cluster analysis functions kmeans-train and kmeans-query (v.10.5.2). Bug fixes Big integer division had problems with embedded, aligned big int sized zeros and trailing zeros in results. On Linux, compiler optmizations in big integer division code caused problems and are disabled now with no decrease in performance (v.10.5.1). The bigint function now accepts integers in strings with trailing non-digit characters and floats in simple dot-decimal notation (v.10.5.1). After Java update 7u21, install directory names could not have spaces. This has been fixed (v.10.5.2). Escaped " quote and \ backslash characters in json-parse strings are now handled correctly (v.10.5.2/3). Compatibility with previous versions This version is compatible with the previous versions in the 10.5.x series. --- lang/newlisp/Makefile | 4 ++-- lang/newlisp/PLIST | 3 +-- lang/newlisp/distinfo | 8 ++++---- 3 files changed, 7 insertions(+), 8 deletions(-) (limited to 'lang/newlisp') diff --git a/lang/newlisp/Makefile b/lang/newlisp/Makefile index 0ceff45fc56..0c4ffc54ac6 100644 --- a/lang/newlisp/Makefile +++ b/lang/newlisp/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2013/06/02 11:24:56 ryoon Exp $ +# $NetBSD: Makefile,v 1.7 2013/07/12 13:37:38 ryoon Exp $ # -DISTNAME= newlisp-10.5.0 +DISTNAME= newlisp-10.5.3 CATEGORIES= lang MASTER_SITES= http://www.newlisp.org/downloads/ EXTRACT_SUFX= .tgz diff --git a/lang/newlisp/PLIST b/lang/newlisp/PLIST index dc32f59fba9..afffed098bd 100644 --- a/lang/newlisp/PLIST +++ b/lang/newlisp/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2013/06/02 11:24:56 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.5 2013/07/12 13:37:38 ryoon Exp $ bin/newlisp bin/${PKGNAME} bin/newlisp-edit @@ -69,6 +69,5 @@ share/${PKGNAME}/modules/zlib.lsp share/${PKGNAME}/newLISP128.png share/${PKGNAME}/util/httpd-conf.lsp share/${PKGNAME}/util/link.lsp -share/${PKGNAME}/util/nanorc share/${PKGNAME}/util/newlisp.vim share/${PKGNAME}/util/syntax.cgi diff --git a/lang/newlisp/distinfo b/lang/newlisp/distinfo index c417586c5ad..07a43f26950 100644 --- a/lang/newlisp/distinfo +++ b/lang/newlisp/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2013/06/02 11:24:56 ryoon Exp $ +$NetBSD: distinfo,v 1.6 2013/07/12 13:37:38 ryoon Exp $ -SHA1 (newlisp-10.5.0.tgz) = 647aa86af6edce30402da260fe7f3ea7d03a91f1 -RMD160 (newlisp-10.5.0.tgz) = 75205fdb6713deae0125f150be452edecc2c5a3d -Size (newlisp-10.5.0.tgz) = 1581120 bytes +SHA1 (newlisp-10.5.3.tgz) = dc02542ebb5b2ee2685e51f988a742c4294d14c3 +RMD160 (newlisp-10.5.3.tgz) = 789d4a2ed590326e01ad5379d4288952e53d4834 +Size (newlisp-10.5.3.tgz) = 1631742 bytes SHA1 (patch-configure-alt) = f8669b8432fe460af18d0f2d3d1135debfd74654 -- cgit v1.2.3