Update to Clojure 1.5.1

Changes to Clojure in Version 1.5.1

* fix for leak caused by ddc65a96fdb1163b


Changes to Clojure in Version 1.5

 1 Deprecated and Removed Features
    1.1 Clojure 1.5 reducers library requires Java 6 or later
 2 New and Improved Features
    2.1 Reducers
    2.2 Reader Literals improved
    2.3 clojure.core/set-agent-send-executor!, set-agent-send-off-executor!,
        and send-via
    2.4 New threading macros
    2.5 Column metadata captured by reader
    2.6 gen-class improvements
    2.7 Support added for marker protocols
    2.8 clojure.pprint/print-table output compatible with Emacs Org mode
    2.9 clojure.string/replace and replace-first handle special characters
        more predictably
    2.10 Set and map constructor functions allow duplicates
    2.11 More functions preserve metadata
    2.12 New edn reader, improvements to *read-eval*
 3 Performance Enhancements
 4 Improved error messages
 5 Improved documentation strings
 6 Bug Fixes
 7 Binary Compatibility Notes
This commit is contained in:
asau 2013-06-11 19:51:27 +00:00
parent 97e6c74c3f
commit a47b53c1a0
3 changed files with 12 additions and 17 deletions

View file

@ -1,9 +1,8 @@
# $NetBSD: Makefile,v 1.2 2012/10/02 20:11:37 asau Exp $
#
# $NetBSD: Makefile,v 1.3 2013/06/11 19:51:27 asau Exp $
DISTNAME= clojure-1.4.0
DISTNAME= clojure-1.5.1
CATEGORIES= lang
MASTER_SITES= http://repo1.maven.org/maven2/org/clojure/clojure/1.4.0/
MASTER_SITES= http://repo1.maven.org/maven2/org/clojure/clojure/$(PKGVERSION_NOREV)/
EXTRACT_SUFX= .zip
MAINTAINER= ryoon@NetBSD.org

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2012/05/04 11:51:30 ryoon Exp $
@comment $NetBSD: PLIST,v 1.2 2013/06/11 19:51:27 asau Exp $
bin/clj
lib/java/clojure/clojure.jar
share/doc/${PKGNAME}/CommonLispFormat.markdown
@ -20,24 +20,19 @@ share/examples/${PKGNAME}/test_clojure/control.clj
share/examples/${PKGNAME}/test_clojure/data.clj
share/examples/${PKGNAME}/test_clojure/data_structures.clj
share/examples/${PKGNAME}/test_clojure/def.clj
share/examples/${PKGNAME}/test_clojure/edn.clj
share/examples/${PKGNAME}/test_clojure/errors.clj
share/examples/${PKGNAME}/test_clojure/evaluation.clj
share/examples/${PKGNAME}/test_clojure/fn.clj
share/examples/${PKGNAME}/test_clojure/for.clj
share/examples/${PKGNAME}/test_clojure/genclass.clj
share/examples/${PKGNAME}/test_clojure/genclass/examples.clj
share/examples/${PKGNAME}/test_clojure/generators.clj
share/examples/${PKGNAME}/test_clojure/java/io.clj
share/examples/${PKGNAME}/test_clojure/java/javadoc.clj
share/examples/${PKGNAME}/test_clojure/java/shell.clj
share/examples/${PKGNAME}/test_clojure/java_interop.clj
share/examples/${PKGNAME}/test_clojure/keywords.clj
share/examples/${PKGNAME}/test_clojure/load.clj
share/examples/${PKGNAME}/test_clojure/load/cyclic0.clj
share/examples/${PKGNAME}/test_clojure/load/cyclic1.clj
share/examples/${PKGNAME}/test_clojure/load/cyclic2.clj
share/examples/${PKGNAME}/test_clojure/load/cyclic3.clj
share/examples/${PKGNAME}/test_clojure/load/cyclic4.clj
share/examples/${PKGNAME}/test_clojure/load/cyclic5.clj
share/examples/${PKGNAME}/test_clojure/load/cyclic6.clj
share/examples/${PKGNAME}/test_clojure/logic.clj
share/examples/${PKGNAME}/test_clojure/macros.clj
share/examples/${PKGNAME}/test_clojure/main.clj
@ -58,6 +53,7 @@ share/examples/${PKGNAME}/test_clojure/protocols/examples.clj
share/examples/${PKGNAME}/test_clojure/protocols/hash_collisions.clj
share/examples/${PKGNAME}/test_clojure/protocols/more_examples.clj
share/examples/${PKGNAME}/test_clojure/reader.clj
share/examples/${PKGNAME}/test_clojure/reducers.clj
share/examples/${PKGNAME}/test_clojure/reflect.clj
share/examples/${PKGNAME}/test_clojure/refs.clj
share/examples/${PKGNAME}/test_clojure/repl.clj

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2012/05/04 11:51:30 ryoon Exp $
$NetBSD: distinfo,v 1.2 2013/06/11 19:51:27 asau Exp $
SHA1 (clojure-1.4.0.zip) = 34daf1bb035aba4c0e5ff3b4afef837d21700e72
RMD160 (clojure-1.4.0.zip) = 0874a4271b35c450a9eb893d1ecf68476ef50980
Size (clojure-1.4.0.zip) = 4553941 bytes
SHA1 (clojure-1.5.1.zip) = 90d09dff6e6ded4382d06ff3b3ab03be471fcab2
RMD160 (clojure-1.5.1.zip) = 445d57d54fef88127c9437e7017f18786c0c1411
Size (clojure-1.5.1.zip) = 4783378 bytes