Commit graph

9 commits

Author SHA1 Message Date
adam
7f3b4730ad Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
wiz
ff454a556e Mark as not ready for python-3.x.
Bump PKGREVISION.
2015-11-23 12:16:32 +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
wiz
3faf991a33 Bump applications PKGREVISIONs for python users that might be using
python3, since the default changed from python33 to python34.

I probably bumped too many. I hope I got them all.
2014-05-17 16:10:41 +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