diff options
author | wiz <wiz@pkgsrc.org> | 2008-03-13 16:45:33 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-03-13 16:45:33 +0000 |
commit | d0f7cc146b65e42b4300ba24abaa072597ab566d (patch) | |
tree | d518ab401ccfe8b0f652d5a0ce504dcdf3e9219b /textproc/source-highlight/distinfo | |
parent | 89cfa8c5c4f544c35c63fd7310fffe3b68ba17ff (diff) | |
download | pkgsrc-d0f7cc146b65e42b4300ba24abaa072597ab566d.tar.gz |
Update to 2.9:
Version 2.9
* language definition for C (not C++) files
* language definition for properties files
* language definition for KDE desktop and ini files
* language definition for lsm files (Linux Software Map)
* language definition for rpm spec files
* language definition for Haxe files (thanks to Jos Hirth)
* style.defaults for associating a style for an element (whose style is
not specified) to the style of another element
* highlight some KDE programming files (e.g., .rc, .kcfg, etc.)
* correctly highlight for less when filenames contain paths
* fixed a bug in file inclusion of langdef files
* fixed compilation problems for fileutil.cc (thanks to Adrian Reber)
* xml elements are correctly recognized when containing .
(thanks to Toby White)
* references for xhtml output files
Version 2.8
* lang definition for slang (by John E. Davis)
* correctly handle words in ' and ` regular expression strings
* the right delimiter of a delim element can refer to marked subexpressions
in the left delimiter
* fixed the definition of C-style comments which are not nested
* improved perl syntax highlighting
* javascript regular expression highlighting
* padding character for line numbers can be specified (thanks to
Roger Nilsson)
* removed non standard % make rules
Version 2.7
* fixed language association for log files.
* use standard sed arguments
* check that the ctags program supports the options used by source-highlight
and disable ctags tests if it does not
* removed some memory leaks from scanners and parsers
* fixed regular expression highlighting strings in perl
(thanks to Elias Pipping)
* regexp language element
* infer script languages also checking for the env specification
* improved error reporting for lang definition files
* ` ` syntax for regular expressions that permits backreferences
and conditionals
* explicit naming for subexpressions syntax
* added a program, check-regexp, for checking regular expressions
on the command line
* fix html tag definitions
* fix ruby regexp definition
* --doc option and references for docbook output
* xhtml output with non fixed font
Version 2.6
* language definition for makefiles
* language definition for css files
* language definition for m4 files
* fixed some problems in xml.lang
* fixed some problems in sh.lang
* the ctags found during configure is correctly used in makefiles
* --quiet option showing no progress information
(thanks to C. Michael Pilato)
* handle direct color specifications in double quotes in style files
* in style files can specify formatting options for more than one
element on the same line
* accept css specifications as style specifications (limited support)
* handle background color for some output formats (e.g., xhtml)
* in style files the background color (for the entire output)
can be specified
* fixed a problem in configure script on some BSD systems
(thanks to Thomas Klausner)
Diffstat (limited to 'textproc/source-highlight/distinfo')
-rw-r--r-- | textproc/source-highlight/distinfo | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/textproc/source-highlight/distinfo b/textproc/source-highlight/distinfo index 35fa8775268..e47353d1c8f 100644 --- a/textproc/source-highlight/distinfo +++ b/textproc/source-highlight/distinfo @@ -1,8 +1,5 @@ -$NetBSD: distinfo,v 1.18 2007/03/07 18:52:18 joerg Exp $ +$NetBSD: distinfo,v 1.19 2008/03/13 16:45:33 wiz Exp $ -SHA1 (source-highlight-2.5.tar.gz) = 4ba76ae656098f54904955cd227e53f18be454f7 -RMD160 (source-highlight-2.5.tar.gz) = f5dd7747960b0534cfb57744c036842c2643423d -Size (source-highlight-2.5.tar.gz) = 681021 bytes -SHA1 (patch-aa) = f0ed08af1c585916fd98e23fee7283d7c1cb878f -SHA1 (patch-ab) = 0c235b51e97cfea58100933c7eb1d668fdbe8a84 -SHA1 (patch-ac) = 0b3056ceb63966bb4d4031ffc8ab0f2c5edcfa3e +SHA1 (source-highlight-2.9.tar.gz) = 641266525eccb985ced8c820a1c64ef88853cc70 +RMD160 (source-highlight-2.9.tar.gz) = 6611fc22dfcead5157517eb6c321aaa2be5fbe1b +Size (source-highlight-2.9.tar.gz) = 1106407 bytes |