Path to this page:
NOTICE: This package has been removed from pkgsrc./
wip/pygments,
Python syntax highlighter
Branch: CURRENT,
Version: 0.10,
Package name: py24-pygments-0.10,
Maintainer: obachePygments 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
* ... and it highlights even Brainfuck!
Required to run:[
lang/python24] [
devel/py-setuptools]
Master sites: (Expand)
SHA1: 09ca526b40655db993fdc9f1c1b89de525f32080
RMD160: 8bfe3e3f9267f8f9366ff4dd2c3ae9b10fa778d8
Filesize: 816.63 KB
Version history: (Expand)
- (2008-08-02) Package deleted from pkgsrc
- (2008-07-22) Updated to version: py24-pygments-0.10
CVS history: (Expand)
2008-08-01 10:51:12 by OBATA Akio | Files touched by this commit (12) | |
Log message:
Imported to pkgsrc
pygments => textproc/py-pygments
babel => devel/py-babel
genshi => www/py-genshi
|
2008-07-16 15:20:12 by OBATA Akio | Files touched by this commit (3) |
Log message:
Update Pygments to 0.10.
Version 0.10
------------
(codename Malzeug, released May 06, 2008)
- Lexers added:
* Io
* Smalltalk
* Darcs patches
* Tcl
* Matlab
* Matlab sessions
* FORTRAN
* XSLT
* tcsh
* NumPy
* Python 3
* S, S-plus, R statistics languages
* Logtalk
- In the LatexFormatter, the *commandprefix* option is now by default
'PY' instead of 'C', since the latter resulted in several collisions
with other packages. Also, the special meaning of the *arg* argument
to ``get_style_defs()`` was removed.
- Added ImageFormatter, to format code as PNG, JPG, GIF or BMP.
(Needs the Python Imaging Library.)
- Support doc comments in the PHP lexer.
- Handle format specifications in the Perl lexer.
- Fix comment handling in the Batch lexer.
- Add more file name extensions for the C++, INI and XML lexers.
- Fixes in the IRC and MuPad lexers.
- Fix function and interface name highlighting in the Java lexer.
- Fix at-rule handling in the CSS lexer.
- Handle KeyboardInterrupts gracefully in pygmentize.
- Added BlackWhiteStyle.
- Bash lexer now correctly highlights math, does not require whitespace
after semicolons, and correctly highlights boolean operators.
- Makefile lexer is now capable of handling BSD and GNU make syntax.
|
2008-05-24 17:34:08 by Tobias Nygren | Files touched by this commit (146) |
Log message:
This commit brought to you by the automated whitespace police (pkglint)
|
2008-03-23 03:42:21 by OBATA Akio | Files touched by this commit (4) | |
Log message:
Import Pygments version 0.9.
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
* ... and it highlights even Brainfuck!
|