Subject: CVS commit: pkgsrc/textproc/source-highlight
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 02/22/2007 20:35:37
Module Name:	pkgsrc
Committed By:	wiz
Date:		Thu Feb 22 20:35:37 UTC 2007

Modified Files:
	pkgsrc/textproc/source-highlight: Makefile PLIST distinfo
	pkgsrc/textproc/source-highlight/patches: patch-aa patch-ab patch-ac
	    patch-ai
Removed Files:
	pkgsrc/textproc/source-highlight/patches: patch-ad patch-af patch-ag
	    patch-ah

Log Message:
Update to 2.5:

Version 2.5

   * fixed lang.map for php files
   * fixed url.lang
   * --debug-langdef can be interactive
   * nohilite.lang that does not perform any highlighting, but
     only formats the input file into the output format (dealing
     with output format special characters)
   * default.lang to which source-highlight falls back when no
     input language is specified or available
   * infer script languages
   * --header and --footer options do not require --doc option
   * --statistics print elapsed time
   * highlight cls, dtx and sty LaTeX files
   * language definition for Tcl
   * language definition for Sql
   * language definition for bibtex
   * infer language of script files

Version 2.4

   * language definition for C# (thanks to Hemmi Shigeru)
   * language definition for XML (thanks to Andy Buckley)
   * language definition for shell scripts (thanks to Dirk Jagdmann)
   * fixed language definition for HTML (tags with numbers are highlighted,
     e.g., <h1>)
   * updated language definition for logtalk (thanks to Paulo Moura)
   * produces the list of elements of a language definition file
     (--show-lang-elements)
   * output format definition for HTML where fonts by default are
     not fixed width.
   * bug fix in url regular expressions
   * bug fix with nonsensitive keywords (thanks to Andrea Ercolino)
   * improved documentation concerning installation of Boost regex library

Version 2.3

   * the regex automaton is printed on the standard output
     (instead of the standard error)
   * language definition for postscript
   * DocBook output format
   * fixed bug in .map files with \r characters
   * fixed expression for email

Version 2.2

   * fixed a bug that sigsegv when more than one input file
     is provided
   * fixed a compilation error with gcc 4.0
   * generate references using ctags
   * fixed a bug with LaTeX output of " with some inputencs
     and with latexcolor
   * handle direct color specifications independently from HTML
   * fixed conversion of hexadecimal characters in output language
     definitions
   * fixed compilation error with regex 1.33
   * include man page
   * language definition for diff output
   * fixed bugs in generation of the regular expression automaton
   * extended documentation with some tutorials on input language
     definitions
   * generate more compact output (reduced size)
   * in LaTeX output longtable is not used anymore


To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 pkgsrc/textproc/source-highlight/Makefile
cvs rdiff -r1.9 -r1.10 pkgsrc/textproc/source-highlight/PLIST
cvs rdiff -r1.15 -r1.16 pkgsrc/textproc/source-highlight/distinfo
cvs rdiff -r1.2 -r1.3 pkgsrc/textproc/source-highlight/patches/patch-aa
cvs rdiff -r1.3 -r1.4 pkgsrc/textproc/source-highlight/patches/patch-ab \
    pkgsrc/textproc/source-highlight/patches/patch-ac
cvs rdiff -r1.7 -r0 pkgsrc/textproc/source-highlight/patches/patch-ad \
    pkgsrc/textproc/source-highlight/patches/patch-ag
cvs rdiff -r1.5 -r0 pkgsrc/textproc/source-highlight/patches/patch-af
cvs rdiff -r1.8 -r0 pkgsrc/textproc/source-highlight/patches/patch-ah
cvs rdiff -r1.1 -r1.2 pkgsrc/textproc/source-highlight/patches/patch-ai

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.