summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authortaca <taca>2013-03-11 09:24:46 +0000
committertaca <taca>2013-03-11 09:24:46 +0000
commitbd533ed3bedf240811573b13c39d2a725215710e (patch)
tree4fa56440f4fb12e0352d775aa1e00824f8606d90 /lang
parent4f9bfe2b7ffd69f9515cc14b3cca0b822ce97840 (diff)
downloadpkgsrc-bd533ed3bedf240811573b13c39d2a725215710e.tar.gz
Update ruby-coffee-script-source to 1.6.1.
1.6.1 – March 5, 2013 * First release of source maps. Pass the --map flag to the compiler, and off you go. Direct all your thanks over to Jason Walton. * Fixed a 1.5.0 regression with multiple implicit calls against an indented implicit object. Combinations of implicit function calls and implicit objects should generally be parsed better now — but it still isn't good style to nest them too heavily. * .coffee.md is now also supported as a Literate CoffeeScript file extension, for existing tooling. .litcoffee remains the canonical one. * Several minor fixes surrounding member properties, bound methods and super in class declarations. 1.5.0 – Feb 25, 2013 * First release of Literate CoffeeScript. * The CoffeeScript REPL is now based on the Node.js REPL, and should work better and more familiarly. * Returning explicit values from constructors is now forbidden. If you want to return an arbitrary value, use a function, not a constructor. * You can now loop over an array backwards, without having to manually deal with the indexes: for item in list by -1 * Source locations are now preserved in the CoffeeScript AST, although source maps are not yet being emitted.
Diffstat (limited to 'lang')
-rw-r--r--lang/ruby-coffee-script-source/Makefile4
-rw-r--r--lang/ruby-coffee-script-source/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/lang/ruby-coffee-script-source/Makefile b/lang/ruby-coffee-script-source/Makefile
index 9afebadd52a..ec9a3e3ce0b 100644
--- a/lang/ruby-coffee-script-source/Makefile
+++ b/lang/ruby-coffee-script-source/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2012/12/17 12:23:05 taca Exp $
+# $NetBSD: Makefile,v 1.5 2013/03/11 09:24:46 taca Exp $
-DISTNAME= coffee-script-source-1.4.0
+DISTNAME= coffee-script-source-1.6.1
CATEGORIES= lang
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/lang/ruby-coffee-script-source/distinfo b/lang/ruby-coffee-script-source/distinfo
index e662a0e2dc7..12c43f613b9 100644
--- a/lang/ruby-coffee-script-source/distinfo
+++ b/lang/ruby-coffee-script-source/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2012/12/17 12:23:05 taca Exp $
+$NetBSD: distinfo,v 1.5 2013/03/11 09:24:46 taca Exp $
-SHA1 (coffee-script-source-1.4.0.gem) = 6947367aaae81198ddd570b1c650ac5f66b4ad1c
-RMD160 (coffee-script-source-1.4.0.gem) = 0d6f238f8783df0fdf7401c5e7199225c1560738
-Size (coffee-script-source-1.4.0.gem) = 45568 bytes
+SHA1 (coffee-script-source-1.6.1.gem) = 73d4ed45669f1bf79e74b1d64f788cd38ac9fb53
+RMD160 (coffee-script-source-1.6.1.gem) = 19993aeb2c0f4964cbd8fe49b44c8b46a71a10a8
+Size (coffee-script-source-1.6.1.gem) = 50176 bytes