pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/newlisp Update to 10.5.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e5c0fabb63bc
branches:  trunk
changeset: 621564:e5c0fabb63bc
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Fri Jul 12 13:37:38 2013 +0000

description:
Update to 10.5.3

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.

diffstat:

 lang/newlisp/Makefile |  4 ++--
 lang/newlisp/PLIST    |  3 +--
 lang/newlisp/distinfo |  8 ++++----
 3 files changed, 7 insertions(+), 8 deletions(-)

diffs (43 lines):

diff -r 44132084211b -r e5c0fabb63bc lang/newlisp/Makefile
--- a/lang/newlisp/Makefile     Fri Jul 12 12:36:26 2013 +0000
+++ b/lang/newlisp/Makefile     Fri Jul 12 13:37:38 2013 +0000
@@ -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 -r 44132084211b -r e5c0fabb63bc lang/newlisp/PLIST
--- a/lang/newlisp/PLIST        Fri Jul 12 12:36:26 2013 +0000
+++ b/lang/newlisp/PLIST        Fri Jul 12 13:37:38 2013 +0000
@@ -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}/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 -r 44132084211b -r e5c0fabb63bc lang/newlisp/distinfo
--- a/lang/newlisp/distinfo     Fri Jul 12 12:36:26 2013 +0000
+++ b/lang/newlisp/distinfo     Fri Jul 12 13:37:38 2013 +0000
@@ -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



Home | Main Index | Thread Index | Old Index