Subject: CVS commit: pkgsrc/lang/scala
From: Yuji Yamano
Date: 2011-09-30 09:56:14
Message id: 20110930075615.0B751175DF@cvs.netbsd.org

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.

Files:
RevisionActionfile
1.5modifypkgsrc/lang/scala/Makefile
1.4modifypkgsrc/lang/scala/distinfo
1.1addpkgsrc/lang/scala/patches/patch-bin_fsc
1.1addpkgsrc/lang/scala/patches/patch-bin_sbaz
1.1addpkgsrc/lang/scala/patches/patch-bin_sbaz-setup
1.1addpkgsrc/lang/scala/patches/patch-bin_scala
1.1addpkgsrc/lang/scala/patches/patch-bin_scalac
1.1addpkgsrc/lang/scala/patches/patch-bin_scaladoc
1.1addpkgsrc/lang/scala/patches/patch-bin_scalap
1.2removepkgsrc/lang/scala/patches/patch-aa
1.2removepkgsrc/lang/scala/patches/patch-ab
1.2removepkgsrc/lang/scala/patches/patch-ac
1.2removepkgsrc/lang/scala/patches/patch-ad
1.2removepkgsrc/lang/scala/patches/patch-ae
1.2removepkgsrc/lang/scala/patches/patch-af