Path to this page:
./
textproc/ruby-maruku,
Markdown-superset interpreter
Branch: CURRENT,
Version: 0.7.3nb1,
Package name: ruby27-maruku-0.7.3nb1,
Maintainer: minskimMaruku is a Markdown interpreter written in Ruby.
The other Ruby implementation of Markdown is Bluecloth. Maruku is
much different in philosophy from Bluecloth; the biggest difference is
that parsing is separated from rendering. In Maruku, an in-memory
representation of the Markdown document is created. Instead,
Bluecloth mantains the document in memory as a String at all times,
and does a series of gsub to transform to HTML.
Maruku is usually faster than Bluecloth. Bluecloth is faster for very
small documents. Bluecloth sometimes chokes on very big documents (it
is reported that the blame should be on Ruby's regexp implementation).
Required to run:[
textproc/ruby-syntax] [
lang/ruby26-base]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 137 KB
Version history: (Expand)
- (2021-10-07) Updated to version: ruby27-maruku-0.7.3nb1
- (2021-05-21) Updated to version: ruby26-maruku-0.7.3nb1
- (2019-12-16) Updated to version: ruby26-maruku-0.7.3
- (2018-03-08) Updated to version: ruby24-maruku-0.7.3
- (2017-11-23) Package has been reborn
- (2017-03-20) Updated to version: ruby23-maruku-0.7.3
CVS history: (Expand)
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
|
2021-05-21 13:19:22 by Nia Alarie | Files touched by this commit (1) |
Log message:
ruby-maruku: remove self-conflict
|
2017-03-20 16:35:24 by Takahiro Kambe | Files touched by this commit (4) |
Log message:
Update ruby-maruku to 0.7.3.
* pkgsrc change: add pkg_alternatives support.
0.7.3
* Compatibility with Ruby 2.4's unified integers. #141
|
2015-11-04 03:00:17 by Alistair G. Crooks | Files touched by this commit (797) |
Log message:
Add SHA512 digests for distfiles for textproc category
Problems found locating distfiles:
Package cabocha: missing distfile cabocha-0.68.tar.bz2
Package convertlit: missing distfile clit18src.zip
Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2015-09-27 01:41:54 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
Update HOMEPAGE.
Avoid using rubyforge.org since it stopped most of services.
|
2015-03-13 17:16:12 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update ruby-maruku to 0.7.2.
0.7.2
* Fix angle-bracket links starting with https:// at the beginning of a
line. #126
* Fix error in footnote generation. #129
* Fix for ellipses dissapearing at the end of a line. #131
* Reimplement smartypants for a large overall speed improvement. #132
* #maruku_error will now respect :on_error => :ignore. #133
|
2014-03-14 19:22:03 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update ruby-maruku to 0.7.1.
Changes are not available, please refer commit log:
<https://github.com/bhollis/maruku/commits/master>.
|