pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/scala



Module Name:    pkgsrc
Committed By:   yyamano
Date:           Fri Sep 30 07:56:14 UTC 2011

Modified Files:
        pkgsrc/lang/scala: Makefile distinfo
Added Files:
        pkgsrc/lang/scala/patches: patch-bin_fsc patch-bin_sbaz
            patch-bin_sbaz-setup patch-bin_scala patch-bin_scalac
            patch-bin_scaladoc patch-bin_scalap
Removed Files:
        pkgsrc/lang/scala/patches: patch-aa patch-ab patch-ac patch-ad patch-ae
            patch-af

Log Message:
Apply patches provided by ryoon@ with some modifications to upgrade to
Scala 2.9.1 from 2.8.1. PR pkg/45379

Scala 2.9.0 final

The Scala 2.9.0 codebase includes several additions, notably the new
Parallel Collections, but it also introduces improvements on many
existing features, and contains many bug fixes:

  * Parallel Collections
  * The App Trait
  * The DelayedInit Trait
  * Repl Improvements
  * Scala Runner
  * Java Interop
  * Generalized try-catch-finally
  * New packages: scala.sys and scala.sys.process, which are imported
    from sbt.Process.
  * New methods in collections: collectFirst, maxBy, minBy, span, inits,
    tails, permutations, combinations, subsets
  * AnyRef specialization:

See http://www.scala-lang.org/node/9483 for more details.

Scala 2.9.1 final

The 2.9.1 release of Scala includes many bug fixes and improvements,
in particular to the interpreter: most of the interpreter changes
available in the development mainline have been ported to the 2.9.x
release branch.

See http://www.scala-lang.org/node/10780 for more details.

Note: the interpreter option '-i' may behave incorrectly in this
version. In case you require it, please just add the option
'-Yrepl-sync' to your command line as well.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/lang/scala/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/scala/distinfo
cvs rdiff -u -r1.2 -r0 pkgsrc/lang/scala/patches/patch-aa \
    pkgsrc/lang/scala/patches/patch-ab pkgsrc/lang/scala/patches/patch-ac \
    pkgsrc/lang/scala/patches/patch-ad pkgsrc/lang/scala/patches/patch-ae \
    pkgsrc/lang/scala/patches/patch-af
cvs rdiff -u -r0 -r1.1 pkgsrc/lang/scala/patches/patch-bin_fsc \
    pkgsrc/lang/scala/patches/patch-bin_sbaz \
    pkgsrc/lang/scala/patches/patch-bin_sbaz-setup \
    pkgsrc/lang/scala/patches/patch-bin_scala \
    pkgsrc/lang/scala/patches/patch-bin_scalac \
    pkgsrc/lang/scala/patches/patch-bin_scaladoc \
    pkgsrc/lang/scala/patches/patch-bin_scalap

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index