diff options
author | swills <swills@FreeBSD.org> | 2011-05-07 06:53:57 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2011-05-07 06:53:57 +0800 |
commit | 5107c07db90508a12043d35397b21855eae3f211 (patch) | |
tree | be49b82e6e2e81cf20d78af8d136ec9cd3532e2b /textproc | |
parent | 89a168d6d60cfcad0833c8a7993b853eaa0ac73d (diff) | |
download | freebsd-ports-gnome-5107c07db90508a12043d35397b21855eae3f211.tar.gz freebsd-ports-gnome-5107c07db90508a12043d35397b21855eae3f211.tar.zst freebsd-ports-gnome-5107c07db90508a12043d35397b21855eae3f211.zip |
Sass is an extension of CSS3, adding nested rules, variables, mixins, selector
inheritance, and more. It's translated to well-formatted, standard CSS using
the command line tool or a web-framework plugin.
WWW: http://rubygems.org/gems/sass
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/rubygem-sass/Makefile | 22 | ||||
-rw-r--r-- | textproc/rubygem-sass/distinfo | 2 | ||||
-rw-r--r-- | textproc/rubygem-sass/pkg-descr | 5 |
4 files changed, 30 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index fb2095cac2f4..e990f9b3b86c 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1137,6 +1137,7 @@ SUBDIR += rubygem-rak SUBDIR += rubygem-rchardet SUBDIR += rubygem-rdiscount + SUBDIR += rubygem-sass SUBDIR += rubygem-sax-machine SUBDIR += rubygem-spreadsheet SUBDIR += rubygem-syntax diff --git a/textproc/rubygem-sass/Makefile b/textproc/rubygem-sass/Makefile new file mode 100644 index 000000000000..27cc8227714c --- /dev/null +++ b/textproc/rubygem-sass/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: rubygem-sass +# Date created: 2011-05-06 +# Whom: Steve Wills <swills@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= sass +PORTVERSION= 3.1.1 +CATEGORIES= textproc ruby +MASTER_SITES= RG + +MAINTAINER= swills@FreeBSD.org +COMMENT= Sass is an extension of CSS3 + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +PLIST_FILES= bin/sass bin/sass-convert + +.include <bsd.port.mk> diff --git a/textproc/rubygem-sass/distinfo b/textproc/rubygem-sass/distinfo new file mode 100644 index 000000000000..6e2f73d4fcbc --- /dev/null +++ b/textproc/rubygem-sass/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/sass-3.1.1.gem) = 1b80524d0f55fd73d22f17a82f71312878a606150804470fd25121c856afed56 +SIZE (rubygem/sass-3.1.1.gem) = 206848 diff --git a/textproc/rubygem-sass/pkg-descr b/textproc/rubygem-sass/pkg-descr new file mode 100644 index 000000000000..2004412b3a44 --- /dev/null +++ b/textproc/rubygem-sass/pkg-descr @@ -0,0 +1,5 @@ +Sass is an extension of CSS3, adding nested rules, variables, mixins, selector +inheritance, and more. It's translated to well-formatted, standard CSS using +the command line tool or a web-framework plugin. + +WWW: http://rubygems.org/gems/sass |