Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 54F5663B86B for ; Mon, 30 Apr 2012 03:02:49 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 88C0214A2F4; Mon, 30 Apr 2012 03:03:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F399814A2DC for ; Mon, 30 Apr 2012 03:03:05 +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 GcVnWjfEB6g8 for ; Mon, 30 Apr 2012 03:03:05 +0000 (UTC) Received: from nef.pbox.org (ns.pbox.org [IPv6:2001:41d0:1:e836::1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.netbsd.org (Postfix) with ESMTPS id E940014A2D0 for ; Mon, 30 Apr 2012 03:03:04 +0000 (UTC) Received: from nef.pbox.org (localhost [127.0.0.1]) by nef.pbox.org (8.14.5/8.14.5/) with ESMTP id q3U330xn014976 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 30 Apr 2012 05:03:00 +0200 (CEST) Received: (from agc@localhost) by nef.pbox.org (8.14.5/8.14.5/Submit) id q3U330FE023985 for pkgsrc-changes@netbsd.org; Mon, 30 Apr 2012 05:03:00 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7AA3A14A2BE for ; Sun, 29 Apr 2012 14:03:19 +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 AC3c5JGq3vYm for ; Sun, 29 Apr 2012 14:03:18 +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 AB4EB14A2A9 for ; Sun, 29 Apr 2012 14:03:18 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 5F1FC175DD; Sun, 29 Apr 2012 14:03:34 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Date: Sun, 29 Apr 2012 14:03:34 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/lang/ruby-coffee-script-source To: pkgsrc-changes@netbsd.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20120429140334.5F1FC175DD@cvs.netbsd.org> X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.2.7 (nef.pbox.org [0.0.0.0]); Mon, 30 Apr 2012 05:03:01 +0200 (CEST) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: taca Date: Sun Apr 29 14:03:34 UTC 2012 Modified Files: pkgsrc/lang/ruby-coffee-script-source: Makefile distinfo Log Message: Update ruby-coffee-script-source to 1.3.1. 1.3.1 – APRIL 10, 2012 * CoffeeScript now enforces all of JavaScript's Strict Mode early syntax errors at compile time. This includes old-style octal literals, duplicate property names in object literals, duplicate parameters in a function definition, deleting naked variables, setting the value of eval or arguments, and more. See a full discussion at #1547. * The REPL now has a handy new multi-line mode for entering large blocks of code. It's useful when copy-and-pasting examples into the REPL. Enter multi-line mode with Ctrl-V. You may also now pipe input directly into the REPL. * CoffeeScript now prints a Generated by CoffeeScript VERSION header at the top of each compiled file. * Conditional assignment of previously undefined variables a or= b is now considered a syntax error. * A tweak to the semantics of do, which can now be used to more easily simulate a namespace: do (x = 1, y = 2) -> ... * Loop indices are now mutable within a loop iteration, and immutable between them. * Both endpoints of a slice are now allowed to be omitted for consistency, effectively creating a shallow copy of the list. * Additional tweaks and improvments to coffee --watch under Node's "new" file watching API. Watch will now beep by default if you introduce a syntax error into a watched script. We also now ignore hidden directories by default when watching recursively. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/lang/ruby-coffee-script-source/Makefile \ pkgsrc/lang/ruby-coffee-script-source/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.