Commit graph

8 commits

Author SHA1 Message Date
taca
ef81ee4e44 Update ruby-pygments.rb to 1.1.2.
Version 1.1.2 (2017/04/03)

* Resolves #176 exclude find_error.py symlink from gem [#177](https://github.com/tmm1/pygments.rb/pull/177)
2017-04-22 17:19:47 +00:00
taca
db45b43568 Update ruby-pygments.rb to 1.1.1.
Version 1.1.1 (2016/12/28)
-----------------------------

* Suppress Ruby 2.4.0's warnings [#172](https://github.com/tmm1/pygments.rb/pull/172)
* Enable `frozen_string_literal` [#173](https://github.com/tmm1/pygments.rb/pull/173)

Version 1.1.0 (2016/12/24)
-----------------------------

* Support JRuby [#170](https://github.com/tmm1/pygments.rb/pull/170)
* Make pygments.rb thread safe [#171](https://github.com/tmm1/pygments.rb/pull/171)

Version 1.0.0 (2016/12/11)
-----------------------------

* Upgrade bundled pygments to 2.2.0-HEAD [#167](https://github.com/tmm1/pygments.rb/pull/167)
  * This includes **incompatible changes* because of upgrade of pygments.
    See http://pygments.org/ for details.
* Relax yajl-ruby dependency to "~> 1.2" [#164](https://github.com/tmm1/pygments.rb/pull/164)
* Python binary can be configured by `PYTMENTS_RB_PYTHON` env [#168](https://github.com/tmm1/pygments.rb/pull/168)
* Improved error messages when python binary is missing [#158](https://github.com/tmm1/pygments.rb/pull/158)
2017-03-20 15:54:41 +00:00
taca
accbcf4359 Overhaul ruby-pygments.rb package and It should make ruby-jekyll package run.
* Fix default load path and python's name under pkgsrc.
* Make test work.

Bump PKGREVISION.
2015-11-23 07:23:49 +00:00
agc
b9b754e081 Add SHA512 digests for distfiles for www category
Problems found locating distfiles:
	Package haskell-cgi: missing distfile haskell-cgi-20001206.tar.gz
	Package nginx: missing distfile array-var-nginx-module-0.04.tar.gz
	Package nginx: missing distfile encrypted-session-nginx-module-0.04.tar.gz
	Package nginx: missing distfile headers-more-nginx-module-0.261.tar.gz
	Package nginx: missing distfile nginx_http_push_module-0.692.tar.gz
	Package nginx: missing distfile set-misc-nginx-module-0.29.tar.gz
	Package nginx-devel: missing distfile echo-nginx-module-0.58.tar.gz
	Package nginx-devel: missing distfile form-input-nginx-module-0.11.tar.gz
	Package nginx-devel: missing distfile lua-nginx-module-0.9.16.tar.gz
	Package nginx-devel: missing distfile nginx_http_push_module-0.692.tar.gz
	Package nginx-devel: missing distfile set-misc-nginx-module-0.29.tar.gz
	Package php-owncloud: missing distfile owncloud-8.2.0.tar.bz2

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-11-04 02:46:46 +00:00
taca
19fffe40dd Update ruby-pygments.rb to 0.6.3.
pkgsrc change: update minimum version of ruby-yajl to 1.2.0.

* Fix Python hunting logic on Windows.
2015-06-11 16:41:46 +00:00
taca
9e6a8c65d0 Update ruby-pygments.rb to 0.6.2.
No exact changes are available.
2015-03-13 17:18:02 +00:00
taca
c8c6c47a12 Updte ruby-pygments.rb to 0.5.2.
changelog
===========

Version 0.5.1 (June 25, 2013)
-----------------------------

* Ensure compatability across distros by detecting if `python2` is available

Version 0.5.0 (Apr 13, 2013)
-----------------------------

* Use #rstrip to fix table mode bug

Version 0.4.2 (Feb 25, 2013)
-----------------------------

* Add new lexers, including custom lexers
2013-09-15 17:18:36 +00:00
taca
49a30685cf 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.
2013-03-15 23:47:51 +00:00