aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2014-03-31 01:03:17 +0000
committerSteve Wills <swills@FreeBSD.org>2014-03-31 01:03:17 +0000
commit6dd57bff46dcee105f8faeb04014d19183e08277 (patch)
tree7f0e837ea63025bad551e2a2b05f0528c3fbc0e9
parenta589fad3dc9d149937fc8f03d33bd1fe10deb108 (diff)
Notes
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/rubygem-sass32/Makefile21
-rw-r--r--textproc/rubygem-sass32/distinfo2
-rw-r--r--textproc/rubygem-sass32/pkg-descr5
4 files changed, 29 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 537a867209d3..8b2e0e626b43 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1325,6 +1325,7 @@
SUBDIR += rubygem-sanitize
SUBDIR += rubygem-sass
SUBDIR += rubygem-sass-rails
+ SUBDIR += rubygem-sass32
SUBDIR += rubygem-sax-machine
SUBDIR += rubygem-simplecov-html
SUBDIR += rubygem-spreadsheet
diff --git a/textproc/rubygem-sass32/Makefile b/textproc/rubygem-sass32/Makefile
new file mode 100644
index 000000000000..dcf3fcfab313
--- /dev/null
+++ b/textproc/rubygem-sass32/Makefile
@@ -0,0 +1,21 @@
+# Created by: Steve Wills <swills@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= sass
+PORTVERSION= 3.2.17
+CATEGORIES= textproc ruby
+MASTER_SITES= RG
+PKGNAMESUFFIX= 32
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Sass is an extension of CSS3
+
+LICENSE= MIT
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+PLIST_FILES= bin/sass bin/sass-convert bin/scss
+
+.include <bsd.port.mk>
diff --git a/textproc/rubygem-sass32/distinfo b/textproc/rubygem-sass32/distinfo
new file mode 100644
index 000000000000..26ad5eb1e6f1
--- /dev/null
+++ b/textproc/rubygem-sass32/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/sass-3.2.17.gem) = 20cd7bdfcd1d7996d001c341c9b359ab8711ea36d2e2a4cfc79df9059a0dab79
+SIZE (rubygem/sass-3.2.17.gem) = 260608
diff --git a/textproc/rubygem-sass32/pkg-descr b/textproc/rubygem-sass32/pkg-descr
new file mode 100644
index 000000000000..4fd167d99586
--- /dev/null
+++ b/textproc/rubygem-sass32/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://sass-lang.com/