svn commit: r349696 - in head/textproc: . rubygem-sass32
Steve Wills
swills at FreeBSD.org
Mon Mar 31 01:03:19 UTC 2014
Author: swills
Date: Mon Mar 31 01:03:17 2014
New Revision: 349696
URL: http://svnweb.freebsd.org/changeset/ports/349696
QAT: https://qat.redports.org/buildarchive/r349696/
Log:
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.
This older version will be used by rubygem-compass.
WWW: http://sass-lang.com/
Added:
head/textproc/rubygem-sass32/
head/textproc/rubygem-sass32/Makefile (contents, props changed)
head/textproc/rubygem-sass32/distinfo (contents, props changed)
head/textproc/rubygem-sass32/pkg-descr (contents, props changed)
Modified:
head/textproc/Makefile
Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile Sun Mar 30 23:53:34 2014 (r349695)
+++ head/textproc/Makefile Mon Mar 31 01:03:17 2014 (r349696)
@@ -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
Added: head/textproc/rubygem-sass32/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/rubygem-sass32/Makefile Mon Mar 31 01:03:17 2014 (r349696)
@@ -0,0 +1,21 @@
+# Created by: Steve Wills <swills at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= sass
+PORTVERSION= 3.2.17
+CATEGORIES= textproc ruby
+MASTER_SITES= RG
+PKGNAMESUFFIX= 32
+
+MAINTAINER= ruby at 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>
Added: head/textproc/rubygem-sass32/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/rubygem-sass32/distinfo Mon Mar 31 01:03:17 2014 (r349696)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/sass-3.2.17.gem) = 20cd7bdfcd1d7996d001c341c9b359ab8711ea36d2e2a4cfc79df9059a0dab79
+SIZE (rubygem/sass-3.2.17.gem) = 260608
Added: head/textproc/rubygem-sass32/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/rubygem-sass32/pkg-descr Mon Mar 31 01:03:17 2014 (r349696)
@@ -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/
More information about the svn-ports-all
mailing list