Path to this page:
./
www/ruby-jekyll-sass-converter,
Basic Sass converter for Jekyll
Branch: CURRENT,
Version: 2.2.0,
Package name: ruby31-jekyll-sass-converter-2.2.0,
Maintainer: pkgsrc-usersA Basic Sass converter for Jekyll.
Required to run:[
lang/ruby26-base] [
www/ruby-sassc]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 8 KB
Version history: (Expand)
- (2023-02-09) Updated to version: ruby31-jekyll-sass-converter-2.2.0
- (2022-09-01) Updated to version: ruby27-jekyll-sass-converter-2.2.0
- (2021-10-07) Updated to version: ruby27-jekyll-sass-converter-2.1.0
- (2020-06-07) Updated to version: ruby26-jekyll-sass-converter-2.1.0
- (2019-10-05) Updated to version: ruby24-jekyll-sass-converter-2.0.1
- (2018-03-13) Updated to version: ruby24-jekyll-sass-converter-1.5.2
CVS history: (Expand)
2022-09-01 16:51:15 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
www/ruby-jekyll-sass-converter: update to 2.2.0
2.2.0 (2022-02-28)
Minor Enhancements
* Support sass-embedded as alternative implementation (#124)
Bug Fixes
* Source map sources should to be relative to site.source (#119)
* Sourcemaps should not be rendered by Liquid (#123)
Development Fixes
* Migrate from AppVeyor CI to GH Actions (#125)
* Refactor specs to reduce repetition (#126)
* Reduce overall class size (#132)
* Use new sass-embedded api (#131)
* Add workflow to release gem via GH Actions (#134)
Documentation
* Update CI status badge (#127)
* Update sass-embedded info in README.md (#133)
|
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-06-07 17:38:23 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
www/ruby-jekyll-sass-converter: update to 2.1.0
Update ruby-jekyll-sass-converter to 2.1.0.
pkgsrc change: add "USE_LANGUAGES= # none".
2.1.0 / 2020-02-05
Development Fixes
* chore(ci): use Ubuntu 18.04 (bionic) (#100)
Minor Enhancements
* Fix Scss#sass_dir_relative_to_site_source logic (#99)
|
2019-10-05 06:58:42 by Ryo ONODERA | Files touched by this commit (3) |
Log message:
Update to 2.0.1
Changelog:
2.0.1
Bug Fixes
Do not register hooks for documents of type :pages (#94)
Append theme's sass path after all sanitizations (#96)
2.0.0
Major Enhancements
Migrate to sassc gem (#75)
Use and test sassc-2.1.0 pre-releases and beyond (#86)
Drop support for Ruby 2.3 (#90)
Minor Enhancements
Generate Sass Sourcemaps (#79)
Configure Sass to load from theme-gem if possible (#80)
SyntaxError line and filename are set by SassC (#85)
Memoize #jekyll_sass_configuration (#82)
Development Fixes
Target Ruby 2.3 (#70)
Lint with rubocop-jekyll (#73)
Clear out RuboCop TODO (#87)
Cache stateless regexes in class constants (#83)
Add appveyor.yml (#76)
Bug Fixes
Fix rendering of sourcemap page (#89)
2.0.0.pre.beta
Major Enhancements
Migrate to sassc gem (#75)
Drop support for Ruby 2.3 (#90)
Minor Enhancements
Generate Sass Sourcemaps (#79)
Configure Sass to load from theme-gem if possible (#80)
SyntaxError line and filename are set by SassC (#85)
Memoize #jekyll_sass_configuration (#82)
Development Fixes
Target Ruby 2.3 (#70)
Lint with rubocop-jekyll (#73)
Clear out RuboCop TODO (#87)
Cache stateless regexes in class constants (#83)
Add appveyor.yml (#76)
|
2018-03-13 18:08:37 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
www/ruby-jekyll-sass-converter: update to 1.5.2
1.5.2 2018/02/04
Development Fixes
* Test against Ruby 2.5 (#68)
1.5.1 2017/12/03
* Security: Bump Rubocop to 0.51
* Style: Define path with __dir__ (#60)
* Style: Inherit Jekyll's rubocop config for consistency (#61)
* Dev: Update Travis config (#62) - Drop support for Jekyll 2.x and Ruby 2.0
* Dev: Fix script/release
|
2017-03-20 17:40:09 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby-jekyll-sass-converterto 1.5.0.
* Allow load_paths in safe mode with sanitization (#50)
* SCSS converter: expand @config["source"] to be "safer". (#55)
* Match Ruby versions with jekyll/jekyll (#46)
* Don't test Jekyll 2.5 against Ruby 2.3. (#52)
|
2016-01-03 09:19:17 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby-jekyll-sass-converter to 1.4.0.
1.4.0 / 2015-12-25
Minor Enhancements
Bump Sass to v3.4 and above. (#40)
Strip byte order mark from generated compressed Sass/SCSS (#39)
Strip BOM by default, but don't add in the @charset by default (#42)
Development Fixes
Add Jekyll 2 & 3 to test matrix (#41)
|