Path to this page:
./
www/ruby-sass,
Powerful, but elegant CSS compiler that makes CSS fun again
Branch: CURRENT,
Version: 3.7.4,
Package name: ruby27-sass-3.7.4,
Maintainer: pkgsrc-users# Sass
**Sass makes CSS fun again**. 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.
Sass has two syntaxes. The new main syntax (as of Sass 3)
is known as "SCSS" (for "Sassy CSS"),
and is a superset of CSS3's syntax.
This means that every valid CSS3 stylesheet is valid SCSS as well.
SCSS files use the extension `.scss`.
The second, older syntax is known as the indented syntax (or just "Sass").
Inspired by Haml's terseness, it's intended for people
who prefer conciseness over similarity to CSS.
Instead of brackets and semicolons,
it uses the indentation of lines to specify blocks.
Although no longer the primary syntax,
the indented syntax will continue to be supported.
Files in the indented syntax use the extension `.sass`.
Required to run:[
lang/ruby26-base] [
www/ruby-sass-listen]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 204 KB
Version history: (Expand)
- (2021-10-07) Updated to version: ruby27-sass-3.7.4
- (2020-03-20) Updated to version: ruby26-sass-3.7.4
- (2019-02-24) Updated to version: ruby24-sass-3.7.3
- (2017-06-05) Updated to version: ruby23-sass-3.4.24
- (2017-03-20) Updated to version: ruby23-sass-3.4.23
- (2016-10-19) Updated to version: ruby22-sass-3.4.22
CVS history: (Expand)
2021-10-26 13:31:15 by Nia Alarie | Files touched by this commit (1030) |
Log message:
www: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Not committed (merge conflicts):
www/nghttp2/distinfo
Unfetchable distfiles (almost certainly fetched conditionally...):
./www/nginx-devel/distinfo array-var-nginx-module-0.05.tar.gz
./www/nginx-devel/distinfo echo-nginx-module-0.62.tar.gz
./www/nginx-devel/distinfo encrypted-session-nginx-module-0.08.tar.gz
./www/nginx-devel/distinfo form-input-nginx-module-0.12.tar.gz
./www/nginx-devel/distinfo headers-more-nginx-module-0.33.tar.gz
./www/nginx-devel/distinfo lua-nginx-module-0.10.19.tar.gz
./www/nginx-devel/distinfo naxsi-1.3.tar.gz
./www/nginx-devel/distinfo nginx-dav-ext-module-3.0.0.tar.gz
./www/nginx-devel/distinfo nginx-rtmp-module-1.2.2.tar.gz
./www/nginx-devel/distinfo nginx_http_push_module-1.2.10.tar.gz
./www/nginx-devel/distinfo ngx_cache_purge-2.5.1.tar.gz
./www/nginx-devel/distinfo ngx_devel_kit-0.3.1.tar.gz
./www/nginx-devel/distinfo ngx_http_geoip2_module-3.3.tar.gz
./www/nginx-devel/distinfo njs-0.5.0.tar.gz
./www/nginx-devel/distinfo set-misc-nginx-module-0.32.tar.gz
./www/nginx/distinfo array-var-nginx-module-0.05.tar.gz
./www/nginx/distinfo echo-nginx-module-0.62.tar.gz
./www/nginx/distinfo encrypted-session-nginx-module-0.08.tar.gz
./www/nginx/distinfo form-input-nginx-module-0.12.tar.gz
./www/nginx/distinfo headers-more-nginx-module-0.33.tar.gz
./www/nginx/distinfo lua-nginx-module-0.10.19.tar.gz
./www/nginx/distinfo naxsi-1.3.tar.gz
./www/nginx/distinfo nginx-dav-ext-module-3.0.0.tar.gz
./www/nginx/distinfo nginx-rtmp-module-1.2.2.tar.gz
./www/nginx/distinfo nginx_http_push_module-1.2.10.tar.gz
./www/nginx/distinfo ngx_cache_purge-2.5.1.tar.gz
./www/nginx/distinfo ngx_devel_kit-0.3.1.tar.gz
./www/nginx/distinfo ngx_http_geoip2_module-3.3.tar.gz
./www/nginx/distinfo njs-0.5.0.tar.gz
./www/nginx/distinfo set-misc-nginx-module-0.32.tar.gz
|
2021-10-07 17:09:00 by Nia Alarie | Files touched by this commit (1033) |
Log message:
www: Remove SHA1 hashes for distfiles
|
2020-03-20 18:45:36 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
www/ruby-sass: update to 3.7.4
Update ruby-sass to 3.7.4.
3.7.4 (2019-04-04)
* https-ify sass-lang.com urls.
* Mark as end-of-life.
|
2019-07-15 18:14:30 by Nia Alarie | Files touched by this commit (2) |
Log message:
Use https for sass-lang.com.
|
2017-06-05 17:39:59 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby-sass to 3.4.24.
3.4.24 (18 May 2017)
* Elements without a namespace (such as div) are no longer unified with
elements with the empty namespace (such as |div). This unification didn't
match the results returned by is-superselector(), and was not guaranteed to
be valid.
|
2017-03-20 17:04:58 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update ruby-sass to 3.4.23.
3.4.23 (19 December 2016)
* The Sass logger is now instantiated on a per-thread/per-fiber basis and can
now be configured to output to any IO object. This can help services and
processes that wrap Sass compilation reliably extract warnings in a
concurrent environment.
* Setting the numeric precision by assigning to
Sass::Script::Value::Number.precision is now thread safe. To set for all
threads, be sure to set the precision on the main thread.
* Sass cache files will now be world and group writable if your umask allows
it. Issue #1623
* The supports(...) clause in @import statements now allows bare declarations
as per the CSS specification. Issue #1967
* Fix a bug where, under some circumstances, str-slice() would go to the end
of the string even if $end-at was set.
* Fix conversions between numbers with dpi, dpcm, and dppx units. Previously
these conversions were inverted.
* Support url()s containing quoted strings within unknown directives.
|
2016-10-18 18:18:36 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update ruby-sass to 3.4.22.
3.4.22 (28 March 2016)
* Sass now runs without warnings when running ruby with code style
warnings enabled.
* Sass no longer watches the current working directory unless it is on
the load path or the files being compiled are in the current working
directory. This was causing performance issues for users with large
numbers of files in their project directory. Issue #1562, Issue #1966,
Issue #2006.
* sass-convert now accepts a -q and --quiet option to disable ouput
while it is running.
* Fixed a bug in sass-convert when recursively processing CSS files into
Sass files which caused the process to crash without processing any
files. Issue #1827,
Deprecation â Must Read!
* Support for Ruby 1.8.7 and 1.9.3 is deprecated. See this blog post for
details.
* The current handling of CSS variables is deprecated. In order to
support the CSS spec as fully as possible, no Sass-specific constructs
other than #{} will be supported in CSS variable values. For
forwards-compatibility, any SassScript being used in CSS variables
must be moved into #{}.
|
2016-03-15 17:22:46 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby-sass to 3.4.21.
3.4.21 (11 January 2016)
This is a bug fix release.
* Consistent output formatting for numbers close to an integer.
Issue #1931
* Correctly round negative numbers that were almost but not quite a whole
number (slightly greater than the negative number).
Issue #1938
* Don't strip escaped semicolons from compressed output.
Issue #1932
* Only compress around dashes within nth selectors.
Issue #1933
* Selector compression of whitespace around commas was affecting attribute
values.
Issue #1947
* Make subtraction work when a unit is followed directly by a hyphen and then
a period. For example, 1em-.75em now returns 0.25em rather than
1em-0.75em. This is consistent with the behavior when the subtrahend begins
with a 0.
Issue #1954
|