Subject: CVS commit: pkgsrc/textproc/ruby-maruku
To: None <pkgsrc-changes@NetBSD.org>
From: Min Sik Kim <minskim@netbsd.org>
List: pkgsrc-changes
Date: 06/15/2007 01:05:06
Module Name:	pkgsrc
Committed By:	minskim
Date:		Fri Jun 15 01:05:06 UTC 2007

Update of /cvsroot/pkgsrc/textproc/ruby-maruku
In directory ivanova.netbsd.org:/tmp/cvs-serv14022

Log Message:
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).


Vendor Tag:	TNF
Release Tags:	pkgsrc-base
		
N pkgsrc/textproc/ruby-maruku/DESCR
N pkgsrc/textproc/ruby-maruku/distinfo
N pkgsrc/textproc/ruby-maruku/Makefile
N pkgsrc/textproc/ruby-maruku/PLIST

No conflicts created by this import