./textproc/ruby-rdiscount, Converts documents in Markdown syntax to HTML

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.2.7.1, Package name: ruby31-rdiscount-2.2.7.1, Maintainer: nils

RDiscount converts documents in Markdown syntax to HTML.
It uses the excellent Discount processor by David Loren Parsons
for this purpose, and thereby inherits Discount's numerous useful
extensions to the Markdown language.


Required to run:
[lang/ruby31-base]

Required to build:
[misc/ruby-manpages]

Master sites:

Filesize: 72.5 KB

Version history: (Expand)


CVS history: (Expand)


   2023-06-17 17:27:05 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
textproc/ruby-rdiscount: update to 2.2.7.1

pkgsrc change: remove redundunt PKGNAME.

2.2.7.1 (2023-06-16)

* Fix to not filter out <style> tags by default in Markdown output, unless
  filter_styles is enabled
* Fix compilation issue with Clang 16
* Add TruffleRuby to continuous integration
   2022-12-31 17:21:52 by Takahiro Kambe | Files touched by this commit (18) | Package updated
Log message:
Update PLIST caused by update of ruby-manpages.

Bump PKGREVISION.
   2022-12-29 17:23:52 by Takahiro Kambe | Files touched by this commit (9)
Log message:
Bump PKGREVISION to reflect fix of ruby-manpages package.
   2022-12-23 14:38:46 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
textproc/ruby-rdiscount: update to 2.2.7

pkgsrc change: switch to use RUBYGEM_MANPAGES.

2.2.7 (2022-10-23)

* Discount upgraded from 2.2.0 -> 2.2.7c
	- Implement support for :latex
	- Implement support for :explicitlist
* Move CI to GitHub action and fix CI builds (Ruby 2.7 - 3.1)
* Drop support for all EOL Ruby versions (eg > 2.7)
* Fixing conformance tests to run version 1.0 and 1.0.3
   2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161)
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
   2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162)
Log message:
textproc: Remove SHA1 hashes for distfiles
   2020-09-14 17:05:28 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
textproc/ruby-rdiscount: update to 2.2.0.2

Update ruby-rdiscount package to 2.2.0.2.

2.2.0.2 (August 9, 2020)

* Fix compilation error on macOS Big Sur Preview (11.0).
* Enable continuous integration with Ruby 2.4-2.6.
* Builds with Ruby 2.7.0 locally but not on Travis CI.
   2020-01-26 18:32:28 by Roland Illig | Files touched by this commit (981)
Log message:
all: migrate homepages from http to https

pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.