./textproc/py-pygments, Python syntax highlighter

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2015Q4, Version: 2.0.2nb1, Package name: py27-pygments-2.0.2nb1, Maintainer: pkgsrc-users

Pygments is a syntax highlighting package written in Python.

It is a generic syntax highlighter for general use in all kinds of software
such as forum systems, wikis or other applications that need to prettify
source code. Highlights are:

* a wide range of common languages and markup formats is supported
* special attention is paid to details, increasing quality by a fair amount
* support for new languages and formats are added easily
* a number of output formats, presently HTML, LaTeX, RTF and ANSI sequences
* it is usable as a command-line tool and as a library


Required to run:
[lang/python27] [devel/py-setuptools]

Required to build:
[devel/py-nose]

Master sites:

SHA1: fe2c8178a039b6820a7a86b2132a2626df99c7f8
RMD160: 196e926dc40ffc34a68783882cbe3f0f0aa8f6d8
Filesize: 3381.133 KB

Version history: (Expand)


CVS history: (Expand)


   2016-01-19 20:05:21 by Benny Siegert | Files touched by this commit (3)
Log message:
Pullup ticket #4900 - requested by wiz
textproc/py-pygments: security fix

Revisions pulled up:
- textproc/py-pygments/Makefile                                 1.21-1.22
- textproc/py-pygments/distinfo                                 1.13
- textproc/py-pygments/patches/patch-img.py                     1.1

---
   Module Name:    pkgsrc
   Committed By:   wiz
   Date:           Sun Jan 17 14:22:11 UTC 2016

   Modified Files:
           pkgsrc/textproc/py-pygments: Makefile distinfo
   Added Files:
           pkgsrc/textproc/py-pygments/patches: patch-img.py

   Log message:
   Fix for code-injection vulnerability (CVE-2015-8557) from upstream.

   From Rin Okuyama in PR 50661.

---
   Module Name:    pkgsrc
   Committed By:   wiz
   Date:           Sun Jan 17 16:03:13 UTC 2016

   Modified Files:
           pkgsrc/textproc/py-pygments: Makefile

   Log message:
   Comment out py-sphinx build dependency since it introduces a cycle.