Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id EDD0C63D479 for ; Fri, 30 Sep 2011 07:56:19 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id C9B9114A1EB; Fri, 30 Sep 2011 07:56:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4148514A21D for ; Fri, 30 Sep 2011 07:56:16 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id azZC7jVLPRkU for ; Fri, 30 Sep 2011 07:56:15 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 5CA6D14A1EB for ; Fri, 30 Sep 2011 07:56:15 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 0B751175DF; Fri, 30 Sep 2011 07:56:14 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Fri, 30 Sep 2011 07:56:14 +0000 From: "Yuji Yamano" Subject: CVS commit: pkgsrc/lang/scala To: pkgsrc-changes@NetBSD.org Reply-To: yyamano@netbsd.org X-Mailer: log_accum Message-Id: <20110930075615.0B751175DF@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk 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.