Path to this page:
./
www/ruby-jekyll,
Blog-aware, static site generator in Ruby
Branch: pkgsrc-2022Q3,
Version: 4.2.2nb1,
Package name: ruby27-jekyll-4.2.2nb1,
Maintainer: pkgsrc-usersJekyll is a simple, blog aware, static site generator. It takes a
template directory (representing the raw form of a website), runs it
through Textile or Markdown and Liquid converters, and spits out a
complete, static website suitable for serving with Apache or your
favorite web server. This is also the engine behind GitHub Pages,
which you can use to host your project's page or blog right here
from GitHub.
Master sites:
Filesize: 122 KB
Version history: (Expand)
- (2022-10-27) Updated to version: ruby27-jekyll-4.2.2nb1
- (2022-09-26) Package added to pkgsrc.se, version ruby27-jekyll-4.2.2 (created)
CVS history: (Expand)
2022-10-27 08:28:12 by Benny Siegert | Files touched by this commit (3) |
Log message:
Pullup ticket #6691 - requested by taca
www/ruby-jekyll: critical bugfix
Revisions pulled up:
- www/ruby-jekyll/Makefile 1.43
- www/ruby-jekyll/distinfo 1.28
- www/ruby-jekyll/patches/patch-lib_jekyll_commands_serve.rb 1.1
---
Module Name: pkgsrc
Committed By: taca
Date: Sun Oct 16 04:17:23 UTC 2022
Modified Files:
pkgsrc/www/ruby-jekyll: Makefile distinfo
Added Files:
pkgsrc/www/ruby-jekyll/patches: patch-lib_jekyll_commands_serve.rb
Log message:
www/ruby-jekyll: fix "jekyll server"
Fix "jekyll server".
* Require ruby-webrick on Ruby 3.0 and lator.
* Explicitly require webrick".
Bump PKGREVISION.
|