1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00

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
This commit is contained in:
Steve Wills 2011-10-17 01:25:51 +00:00
parent b043b25c05
commit 826b366955
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=283652
4 changed files with 29 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/coffee-script-source-1.1.2.gem) = 77d33275f6e63fb15a8cb67ac9aad7c130ec4d267aedc99bfcfb8bd609ec9162
SIZE (rubygem/coffee-script-source-1.1.2.gem) = 43008

View File

@ -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