Commit graph

11 commits

Author SHA1 Message Date
taca
f6bae76e16 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
2017-03-20 15:35:24 +00:00
taca
9d850d807a Update HOMEPAGE.
Avoid using rubyforge.org since it stopped most of services.
2015-09-26 23:41:32 +00:00
taca
4f0c1cd85a 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
2015-03-13 16:16:12 +00:00
taca
aa2dcad618 Update ruby-maruku to 0.7.1.
Changes are not available, please refer commit log:
<https://github.com/bhollis/maruku/commits/master>.
2014-03-14 18:22:03 +00:00
taca
af0bad2c61 Update ruby-maruku to 0.6.1.
Changes are unavailable.
2012-09-16 14:24:12 +00:00
taca
b1096882d1 Update textproc/ruby-maruku to 0.6.0.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Add CONFLICTS since it will install the same name commands both
  ruby18 and ruby19 based packages.

Changes are unknown.
2010-09-10 08:22:12 +00:00
taca
6ef4613a76 * Add LICENSE.
* Fix build problem with new Rubygems by removing an obsolete method call.

No PKGREVISION bump since there is no change with built package.
2009-06-12 12:06:26 +00:00
minskim
8f68b90589 Update ruby-maruku to 0.5.9.
New features:
- Implemented DIV syntax (Jacques Distler)
- Quieter operations for command-line maruku.
2008-09-15 06:05:47 +00:00
jlam
812895e9d3 Update ruby-maruku to version 0.5.8. Chanages from version 0.5.6 include:
+ Install as a Ruby gem.

* Fixed bugs:
  * Fix bug in which links `<http://..>` at beginning of lines could
    sometimes be mistaken for HTML.
  * Empty cells in table are now allowed.
  * Now this is accepted (Maruku did not like the "." inside the link)
	[a. b] is a link.

	[a. b]: http://site.com/
* Fix bug about double-encoding of ampersands in code blocks.
* Fixed compatibility bug with Ruby 1.8.6 patchlevel 110.
2008-04-04 15:22:09 +00:00
minskim
f2015ce787 Install ruby modules only, and correct the package name. 2007-06-15 01:10:21 +00:00
minskim
c4180627be Import ruby-maruku.
Maruku 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).
2007-06-15 01:05:05 +00:00