Path to this page:
./
www/ruby-jekyll-feed,
Jekyll plugin to generate an Atom feed of your Jekyll posts
Branch: CURRENT,
Version: 0.17.0,
Package name: ruby31-jekyll-feed-0.17.0,
Maintainer: pkgsrc-users# Jekyll Feed plugin
A Jekyll plugin to generate an Atom (RSS-like) feed of your Jekyll posts
Required to run:[
lang/ruby26-base]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 13.5 KB
Version history: (Expand)
- (2022-12-05) Updated to version: ruby31-jekyll-feed-0.17.0
- (2022-09-01) Updated to version: ruby27-jekyll-feed-0.16.0
- (2021-10-07) Updated to version: ruby27-jekyll-feed-0.15.1
- (2021-01-18) Updated to version: ruby26-jekyll-feed-0.15.1
- (2020-09-14) Updated to version: ruby26-jekyll-feed-0.15.0
- (2020-06-07) Updated to version: ruby26-jekyll-feed-0.13.0
CVS history: (Expand)
2022-12-04 17:21:50 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
www/ruby-jekyll-feed: update to 0.17.0
0.17.0 (2022-10-15)
Documentation
* Update CI status badge (#363)
Development Fixes
* Add Ruby 3.1 to the CI matrix (#365)
Minor Enhancements
* Allow disabling of jekyll-feed while in development (#370)
|
2022-09-01 16:49:17 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
www/ruby-jekyll-feed: update to 0.16.0
0.16.0 (2022-01-03)
Minor Enhancements
* Add support for page.description in front matter to become entry <summary>
(#297)
Bug Fixes
* Fold private methods into the :render method as local variables (#327)
* Check post.categories instead of post.category (#357)
* Switched xml_escape for <![CDATA[]]> for post content (#332)
Development Fixes
* Add Ruby 3.0 to CI (#337)
* Lock RuboCop to v1.18.x (#348)
* Add workflow to release gem via GH Action (#355)
Documentation
* Use .atom extension in documented examples since we write an Atom feed
(#359)
|
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-01-18 15:55:15 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
www/ruby-jekyll-feed: update to 0.15.1
0.15.1 / 2020-10-04
Bug Fixes
* MetaTag: when encoding for XML special characters, handle non-string
objects (#326)
|
2020-09-14 17:33:11 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
www/ruby-jekyll-feed: update to 0.15.0
Update ruby-jekyll-feed package to 0.15.0.
## 0.15.0 / 2020-07-10
### Minor Enhancements
* Add support for drafts (#316)
## 0.14.0 / 2020-06-24
### Minor Enhancements
* add support for categories (#153) (#233)
* add support for tags (#264)
* Make posts limit configurable (#314)
* XML escape the title field of feed_meta (#306)
### Bug Fixes
* Fix feed link when post title contains HTML (#305)
### Development Fixes
* Use Dir to list source files (#309)
* Require Ruby >=2.4.0 (#307)
|
2020-06-07 17:35:08 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
www/ruby-jekyll-feed: update to 0.13.0
Update ruby-jekyll-feed to 0.13.0.
0.13.0 / 2019-11-13
Minor Enhancements
* Excerpt only flag (#287)
* Add media:content tag (#290)
Development Fixes
* test: use categories in post (#249)
|
2020-03-15 22:13:36 by Thomas Klausner | Files touched by this commit (4) |
Log message:
ruby-jekyll-*: remove RUBY restrictions
These excluded 22 only and that is gone.
|