Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id 0587763B874 for ; Tue, 18 Nov 2008 07:29:13 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 7EBFA63B1BD; Tue, 18 Nov 2008 07:29:12 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe25:eab4]) by mail.netbsd.org (Postfix) with ESMTP id 9EF9363B101 for ; Tue, 18 Nov 2008 07:29:11 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 88EC0175D0; Tue, 18 Nov 2008 07:29:11 +0000 (UTC) From: OBATA Akio Subject: CVS commit: pkgsrc/textproc/py-pygments To: pkgsrc-changes@NetBSD.org Reply-To: obache@netbsd.org Message-Id: <20081118072911.88EC0175D0@cvs.netbsd.org> Date: Tue, 18 Nov 2008 07:29:11 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: obache Date: Tue Nov 18 07:29:11 UTC 2008 Modified Files: pkgsrc/textproc/py-pygments: Makefile PLIST distinfo Log Message: Update Pygments to 0.11.1. Pygments changelog ================== Version 0.11.1 -------------- (released Aug 24, 2008) - Fix a Jython compatibility issue in pygments.unistring (#358). Version 0.11 ------------ (codename Straußenei, released Aug 23, 2008) Many thanks go to Tim Hatch for writing or integrating most of the bug fixes and new features. - Lexers added: * Nasm-style assembly language, thanks to delroth * YAML, thanks to Kirill Simonov * ActionScript 3, thanks to Pierre Bourdon * Cheetah/Spitfire templates, thanks to Matt Good * Lighttpd config files * Nginx config files * Gnuplot plotting scripts * Clojure * POV-Ray scene files * Sqlite3 interactive console sessions * Scala source files, thanks to Krzysiek Goj - Lexers improved: * C lexer highlights standard library functions now and supports C99 types. * Bash lexer now correctly highlights heredocs without preceding whitespace. * Vim lexer now highlights hex colors properly and knows a couple more keywords. * Irc logs lexer now handles xchat's default time format (#340) and correctly highlights lines ending in ``>``. * Support more delimiters for perl regular expressions (#258). * ObjectiveC lexer now supports 2.0 features. - Added "Visual Studio" style. - Updated markdown processor to Markdown 1.7. - Support roman/sans/mono style defs and use them in the LaTeX formatter. - The RawTokenFormatter is no longer registered to ``*.raw`` and it's documented that tokenization with this lexer may raise exceptions. - New option ``hl_lines`` to HTML formatter, to highlight certain lines. - New option ``prestyles`` to HTML formatter. - New option *-g* to pygmentize, to allow lexer guessing based on filetext (can be slowish, so file extensions are still checked first). - ``guess_lexer()`` now makes its decision much faster due to a cache of whether data is xml-like (a check which is used in several versions of ``analyse_text()``. Several lexers also have more accurate ``analyse_text()`` now. To generate a diff of this commit: cvs rdiff -r1.2 -r1.3 pkgsrc/textproc/py-pygments/Makefile cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/textproc/py-pygments/PLIST \ pkgsrc/textproc/py-pygments/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.