2021-12-14 15:49:52 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
www/ruby-css-parser: update to 1.11.0
1.11.0 (2021-12-14)
* Do not combine border styles width/color/style are not all present
|
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
|
2021-02-05 17:01:39 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
www/ruby-css-parser: update to 1.9.0
1.9.0 (2021-02-04)
* Misc cleanup #122
|
2021-02-03 16:40:37 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
www/ruby-css-parser: update to 1.8.0
No release information nor changelog
Please refer
<https://github.com/premailer/css_parser/compare/v1.7.1...v1.8.0>
in detail.
|
2020-05-17 17:48:26 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
www/ruby-css-parser: Update to 1.7.1
Update ruby-css-parser to 1.7.1.
Version 1.7.1 (2019-12-01)
Force UTF-8 encoding; do not strip out UTF-8 chars. #106
Version 1.7.0 (2019-02-11)
No longer support ruby versions 1.9 2.0 2.1
Memory allocation improvements
|
2017-09-10 18:17:12 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby-css-parser to 1.6.0.
Version 1.6.0
* Handles font-size/ line-height shorthand with spaces
|
2017-04-22 18:58:14 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby-css-parser to 1.5.0.
Version 1.5.0
* Extended color keywords support (https://www.w3.org/TR/css3-color/).
* remove_rule_set! method added.
* :capture_offsets feature added.
|
2017-03-20 16:46:36 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
Update ruby-css-parser to 1.4.10.
Version 1.4.10
* Include uri in RemoteFileError message.
* Prevent to convert single declarations to their respective shorthand.
* Fix Ruby warnings.
Version 1.4.9
* Support for vrem, vh, vw, vmin, vmax and vm box model units.
* Replace obsolete calls with actual ones.
* Fix some Ruby warnings.
Version 1.4.8
* Allow to get CSS rules as Hash using to_hash method.
* Updates to support Ruby 1.9 and JRuby.
* utf-8 related update.
Version 1.4.7
* background-position shorthand fix.
|
2016-10-24 16:18:10 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby-css-parser to 1.4.6.
* Handling nil order in split_declaration.
* Normalize whitespace in selectors and queries.
|