diff options
author | swills <swills@FreeBSD.org> | 2011-10-17 09:25:51 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2011-10-17 09:25:51 +0800 |
commit | b54a94a1b1c11fed11c51160b235140db4465ab2 (patch) | |
tree | 253f316e105eff353f4d740a8f7e8247115a4aae /devel | |
parent | 49ad025e2c1e626fc3ffdad0c9bcd8cc5b043d79 (diff) | |
download | freebsd-ports-gnome-b54a94a1b1c11fed11c51160b235140db4465ab2.tar.gz freebsd-ports-gnome-b54a94a1b1c11fed11c51160b235140db4465ab2.tar.zst freebsd-ports-gnome-b54a94a1b1c11fed11c51160b235140db4465ab2.zip |
CoffeeScript is a little language that compiles into JavaScript. Underneath
all of those embarrassing braces and semicolons, JavaScript has always had a
gorgeous object model at its heart. CoffeeScript is an attempt to expose the
good parts of JavaScript in a simple way.
WWW: http://rubygems.org/gems/coffee-script-source
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/rubygem-coffee-script-source/Makefile | 20 | ||||
-rw-r--r-- | devel/rubygem-coffee-script-source/distinfo | 2 | ||||
-rw-r--r-- | devel/rubygem-coffee-script-source/pkg-descr | 6 |
4 files changed, 29 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 826fc3aca717..2c0bcd6cb269 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -3355,6 +3355,7 @@ SUBDIR += rubygem-classifier SUBDIR += rubygem-clio SUBDIR += rubygem-cloudfiles + SUBDIR += rubygem-coffee-script-source SUBDIR += rubygem-columnize SUBDIR += rubygem-configuration SUBDIR += rubygem-crack diff --git a/devel/rubygem-coffee-script-source/Makefile b/devel/rubygem-coffee-script-source/Makefile new file mode 100644 index 000000000000..702dc0013154 --- /dev/null +++ b/devel/rubygem-coffee-script-source/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: rubygem-coffee-script-source +# Date created: 2011-09-11 +# Whom: Steve Wills <swills@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= coffee-script-source +PORTVERSION= 1.1.2 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= CoffeeScript is a little language that compiles into JavaScript + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> diff --git a/devel/rubygem-coffee-script-source/distinfo b/devel/rubygem-coffee-script-source/distinfo new file mode 100644 index 000000000000..7fe1fb921164 --- /dev/null +++ b/devel/rubygem-coffee-script-source/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/coffee-script-source-1.1.2.gem) = 77d33275f6e63fb15a8cb67ac9aad7c130ec4d267aedc99bfcfb8bd609ec9162 +SIZE (rubygem/coffee-script-source-1.1.2.gem) = 43008 diff --git a/devel/rubygem-coffee-script-source/pkg-descr b/devel/rubygem-coffee-script-source/pkg-descr new file mode 100644 index 000000000000..f0e8d3fa7467 --- /dev/null +++ b/devel/rubygem-coffee-script-source/pkg-descr @@ -0,0 +1,6 @@ +CoffeeScript is a little language that compiles into JavaScript. Underneath +all of those embarrassing braces and semicolons, JavaScript has always had a +gorgeous object model at its heart. CoffeeScript is an attempt to expose the +good parts of JavaScript in a simple way. + +WWW: http://rubygems.org/gems/coffee-script-source |