pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/ruby-pygments.rb



Module Name:    pkgsrc
Committed By:   taca
Date:           Fri Mar 15 23:47:52 UTC 2013

Added Files:
        pkgsrc/www/ruby-pygments.rb: DESCR Makefile PLIST distinfo

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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/ruby-pygments.rb/DESCR \
    pkgsrc/www/ruby-pygments.rb/Makefile pkgsrc/www/ruby-pygments.rb/PLIST \
    pkgsrc/www/ruby-pygments.rb/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index