Path to this page:
Subject: CVS commit: pkgsrc/www/ruby-pygments.rb
From: Takahiro Kambe
Date: 2013-03-16 00:47:52
Message id: 20130315234752.9BFFC175DD@cvs.netbsd.org
Log Message:
Add ruby-pygments.rb package version 0.3.7.
A Ruby wrapper for the Python [pygments syntax
highlighter](http://pygments.org/).
pygments.rb works by talking over a simple pipe to a long-lived Python child
process. This library replaces
[github/albino](https://github.com/github/albino), as well as a version of
pygments.rb that used an embedded Python interpreter.
Each Ruby process that runs has its own 'personal Python'; for example, 4
Unicorn workers will have one Python process each. If a Python process dies,
a new one will be spawned on the next pygments.rb request.
Files: