Subject: CVS commit: pkgsrc/textproc/hs-skylighting
From: Masatake Daimon
Date: 2023-01-27 16:06:06
Message id: 20230127150606.A6C50FA90@cvs.NetBSD.org

Log Message:
textproc/hs-skylighting: Update to 0.13.2

0.13.2
* Support ConTeXt output via skylighting-format-context (Albert Krewinkel).
* Update syntax definitions for markdown, nim, javascript.

0.13.1.2
* Update syntax definitions for c, cmake, commonmlisp, css, go, ini,
  isocpp, javascript, json, powershell, python, rust, sass, scss, toml,
  xml.
* Associate regex captures with a context. This is necessary for proper
  implementation of the KDE syntax highlighting algorithm. Captures are
  only available within the context to which the match creating the capture
  switches. (Closes #160.)

0.13.1.1
* Add dart, purescript syntax definitions.
* Update syntax definitions for isocpp, latex, alert, bash, cmake, nix,
  sql-postgresql, vhdl, zsh.
* Remove obsoleote patch for lua.xml.
* Add patches for latex.xml and isocpp.xml.

0.13.1
* getCapture: fail instead of throwing error if dynamic match not found. I
  believe this is the intended behavior for StringDetect, judging from
  examples in the KDE documentation.
* Update xml syntax definitions: asn1, bash, c, cmake, cpp, cs, d, elixir,
  fortran-fixed, gcc, glsl, go, html, java, javascript, lex, lua, markdown,
  mediawiki, noweb, ocaml, orgmode, php, powershell, prolog, python, r,
  ruby, rust, scheme, sql-postgresql, typescript, vhdl, xml, yacc, yaml,
  zsh
* Replace a lambda with pointfree notation (shaving off some RAM usage)
  (0xd34df00d).
* Use newtype for TokenizerM, giving about 5-10% boost on benchmark
  (0xd34df00d).

0.13
* Update syntax definitions from upstream: bash, cmake, diff, ini, perl,
  php, sgml, xml.
* Split out formatters into separate packages (#152). API changes:
  - Skylighting.Core no longer exports Skylighting.Format.ANSI,
    Skylighting.Format.HTML, Skylighting.Format.LaTeX. These are now
    provided by separate packages, skylighting-format-ansi,
    skylighting-format-blaze-html, skylighting-format-latex.
  - Skylighting.Types no longer exports XTerm256ColorCode. This has been
    moved to skylighting-format-ansi.
* Change Makefile to use cabal instead of stack.

0.12.3.1
* Allow mtl 2.3.
* Update syntax defs from upstream: bash, cmake, go, haxe, lua, zsh.
* Add nix.xml (#149).
* Add Pygments styles for Import and BuiltIn token types (#147, Bryan
  A. Danielak).
* Use StrictData.
* Remove unused dependencies (silences cabal warnings) (Andreas Abel).

0.12.3
* Add scss, sass, systemverilog, orgmode.
* Update xml definitions from upstream: bash, css, python, r, zsh.

Files:
RevisionActionfile
1.11modifypkgsrc/textproc/hs-skylighting/Makefile
1.4modifypkgsrc/textproc/hs-skylighting/PLIST
1.11modifypkgsrc/textproc/hs-skylighting/buildlink3.mk
1.6modifypkgsrc/textproc/hs-skylighting/distinfo