The NetBSD Project

CVS log for pkgsrc/textproc/hs-texmath/buildlink3.mk

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / textproc / hs-texmath

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.38: download - view: text, markup, annotated - select for diffs
Wed Mar 5 03:40:04 2025 UTC (2 weeks, 2 days ago) by pho
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +2 -2 lines
recursive revbump after patching lang/ghc910

Revision 1.37: download - view: text, markup, annotated - select for diffs
Sun Feb 2 13:05:58 2025 UTC (6 weeks, 5 days ago) by pho
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +2 -2 lines
Bump all Haskell packages after switching the default compiler.

Revision 1.36: download - view: text, markup, annotated - select for diffs
Thu Jan 30 12:57:50 2025 UTC (7 weeks, 1 day ago) by pho
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -2 lines
textproc/hs-texmath: update to texmath-0.12.8.13

texmath (0.12.8.13)

  * Remove special override for `\perp` in Text.TeXMath.Readers.TeX.Commands
    (#247). This caused `\perp` to be read as U+22A5 instead of U+27C2.  This
    addresses the mismatch with the TeX writer (which associates `\bot` with
    U+22A5 and `\perp` with U+27C2).

  * Typst writer:

    + Fix several issues with accents and attachments (#245).
    + Fix handling of some EOver with combining accents (#245).
    + Escape backslash in text context (#245).

texmath (0.12.8.12)

  * TeX writer: render prime and superscripted prime as `'` (#246).

  * TeX reader:

    + Don't crash on array with `\hline` before blank cell (#244).
    + Skip whitespace in array column specifier (#244).

  * OMML writer:

    + Fix order of dPr attributes (#243).

  * Typst writer:

    + Escape commas (#242). Otherwise we can get bad results e.g. in fractions,
      when the commas separate arguments.

  * Require typst-symbols 0.1.7, update tests.

texmath (0.12.8.11)

  * TeX reader: Ignore `@{..}` and `!{..}` in array alignment specifiers (#241).

  * TeX reader: ignore `\color` instead of crashing (#225).

texmath (0.12.8.10)

  * TeX reader: allow `\lVert .. \vVert` to create an EDelimited (#238).

  * Typst writer: improved handling of primes (#239).
    Use `'` instead of e.g. `prime`. Don't put a space before primes.

  * Typst writer: improve rendering of EDelimited (#238).

  * Typst writer: use `mid()` for middle delimiters (#238).

texmath (0.12.8.9)

  * Parse TeX `\mathbf` as both bold and upright (#236).

Revision 1.35: download - view: text, markup, annotated - select for diffs
Thu May 9 01:32:47 2024 UTC (10 months, 1 week ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base, pkgsrc-2024Q4, pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -2 lines
Recursive revbump after changing the default Haskell compiler

Revision 1.34: download - view: text, markup, annotated - select for diffs
Fri May 3 09:55:29 2024 UTC (10 months, 2 weeks ago) by pho
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -2 lines
textproc/hs-texmath: Update to 0.12.8.8

texmath (0.12.8.8)

  * TeX reader: support unicode-math Greek symbols, e.g. `\Alpha` (#235).
    This includes symbols like `\Alpha` and `\omicron` that weren't
    defined in original TeX.

  * Use typst-symbols 0.1.6

texmath (0.12.8.7)

  * TeX reader: convert Bin symbols to Ord when appropriate (#234).
    E.g. in '-3', we should have an Ord rather than a Bin, so
    the spacing will be appropriate.

  * Pandoc writer: fix spacing inside EDelimited (#234).
    Previously spaces around binary operators were omitted when
    they occurred inside parens or brackets.

  * test-texmath: allow pandoc output.

texmath (0.12.8.6)

  * Typst writer: avoid redundant `lr`s (#233).

texmath (0.12.8.5)

  * Typst writer: use ASCII symbols when possible instead of symbols (#232).
    E.g., `+` instead of `plus`. Add `\` to characters needing escape.
    Enhance list of characters that need escaping.

  * Typst writer: fixed EBoxed output so it includes a border.

  * Handle `\ddot` better in conversion to typst (#231).

  * Use typst-symbols 0.1.5

Revision 1.33: download - view: text, markup, annotated - select for diffs
Thu Nov 2 06:37:38 2023 UTC (16 months, 2 weeks ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -2 lines
Revbump all Haskell after updating lang/ghc96

Revision 1.32: download - view: text, markup, annotated - select for diffs
Tue Oct 31 04:52:24 2023 UTC (16 months, 3 weeks ago) by pho
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +4 -3 lines
textproc/hs-texmath: Update to 0.12.8.4

texmath (0.12.8.4)
  * TeX reader: ignore `\allowbreak` (#230).
  * TeX reader: handle `*{5}{lr}` in array column specifier (#229).
  * OMML reader: allow `m:e` to be missing in `m:nary` (#228).
    Technically this is not allowed, according to the spec, but
    Word and LibreOffice seem to tolerate it.

texmath (0.12.8.3)
  * OMML writer: use "on" and "off" instead of "1" and "0" for
    m:CT_OnOff type.  It is said that "1" and "0" work in Word
    but not Powerpoint.

texmath (0.12.8.2)
  * Typst writer: use binom instead of a fraction (jgm/pandoc#9063).

texmath (0.12.8.1)
  * Typst writer: several fixes (#223, Lleu Yang).
    + Escape quotes (") in inQuotes
    + Accent `\8407` corresponds to `arrow()`
    + Write `#none`'s for matrices with blanks at the beginning of a row

texmath (0.12.8)
  * Expose Text.TeXMath.Shared [API change]
  * Typst writer: Fix bug where 's' turned into 'space' (#219).
  * Typst writer: Fix handling of overline (#214).
  * Typst writer: Fix underbrace (#217).
  * Typst writer: Improve some accents (#216).
  * TeX writer: don't include \ on last line of matrix.
  * TeX writer: Remove escaping of spaces inside \text{}.
    It isn't needed, and it causes problems in MathJax rendering.
  * TeX reader: allow empty matrices.
  * MathML writer: Fix rendering of vectors (#218).
  * Depend on external typst-symbols package.

texmath (0.12.7.1)
 * Typst writer:
   + Improve under/overbrace/bracket/line.
   + Fix bugs with super/subscript grouping (#212).
   + Fix case where super/subscript is on an empty element,
     by inserting a zws.

texmath (0.12.7)
  * Add typst writer. New module: Text.TeXMath.Writers.Typst.
  * TeX reader: Support multilined environment. Closes #210.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Mon Oct 9 04:54:55 2023 UTC (17 months, 1 week ago) by pho
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -2 lines
Bump Haskell packages after updating lang/ghc94

Revision 1.30: download - view: text, markup, annotated - select for diffs
Tue Feb 7 01:41:14 2023 UTC (2 years, 1 month ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2 lines
revbump all the Haskell packages after modifying the runtime system of lang/ghc94

Revision 1.29: download - view: text, markup, annotated - select for diffs
Sat Jan 28 08:35:37 2023 UTC (2 years, 1 month ago) by pho
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +3 -3 lines
textproc/hs-texmath: Update to 0.12.6

The release note is too long to paste here. See
https://hackage.haskell.org/package/texmath-0.12.6/changelog

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sat Aug 20 08:08:23 2022 UTC (2 years, 7 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -2 lines
hs*: recursive bump for new dependencies needed

for hs-aeson, hs-vector

Revision 1.27: download - view: text, markup, annotated - select for diffs
Sat Feb 26 03:58:31 2022 UTC (3 years ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2 lines
Bump all Haskell packages after enabling "split sections" in mk/haskell.mk

Revision 1.26: download - view: text, markup, annotated - select for diffs
Sat Feb 12 08:50:55 2022 UTC (3 years, 1 month ago) by pho
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines
revbump after changing the default Haskell compiler

Revision 1.25: download - view: text, markup, annotated - select for diffs
Sat Feb 12 08:01:36 2022 UTC (3 years, 1 month ago) by pho
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -1 lines
Update to texmath-0.12.4

texmath (0.12.4)

  * TeX reader: handle hyperref better (#186).  We don't parse it as a link,
    but we pass its contents through rather than failing.

  * Update scripts and data in `lib/` directory. These are not build
    dependencies, but they were used to produce some of the large
    tables in the source code.  Fixed the scripts and Makefile to work
    with recent texmath and cabal.  Removed two very large unicode data
    files that can be downloaded when needed.  (This reduces the size of
    the source tarball considerably.) Remove `lib/toascii` (no longer used).

  * Update MMLDict using latest unicode.xml.

  * TeX reader: support siunitx `\qty`, `\qtyrange`, `\unit` (#185).

  * Remove Text.TeXMath.Compat.  We can now safely require mtl >= 2.2.1.

  * Use symbolMap from ToTeX to shorten the long hardcoded symbols list.
    Now we only hard-code items that differ what what is in symbolMap.
    This reduces the code size by thousands of lines.

  * Unicode.ToTeX: export `symbolMap` [API change].  This uses the data in
  `records` to create a backwards mapping from TeX commands to Exps (ESymbol
      elements).  This can replace most of the hardcoded list in the current
  TeX reader.

  * Split out TeXMath.Readers.TeX.Commands internal module.
    This makes the TeX reader shorter and should help compile times.

  * OMML reader: better handling of m:t nodes (#151).
    Previously we parsed an m:t element as an EIdentifier if it contains a
    single letter, but an EText TextNormal if it contains more than one.  This
    gave bad results in some cases.  It is better to reserve EText for the
    case where the m:nor property is specified for "normal text."

  * Require base >= 4.11.

  * Remove `network-uri` flag from stack.yaml.


texmath (0.12.3.3)

  * OMML writer: use nary only for operators supported by LibreOffice
    (Albert Krewinkel).  LibreOffice (and possibly Word, too) can handle
    only a small set of operators in an `nary` element.

  * TeX writer: use `\xleftarrow`, `\xrightarrow` where sensible
    (Albert Krewinkel).  The commands are generated for expressions over `←`
    or `→`. Besides being more idiomatic, this change also prevents the
    generation of invalid LaTeX, as `\leftarrow` and `\rightarrow` are not
    math operators and hence may not be followed by `\limit`.
    Both commands are part of amsmath.sty.

  * TeX reader:

    + Improve angled-bracket support (Albert Krewinkel).
      The amsmath package allows `\left<` and `\right>` as alternatives to
      `\left\langle` and `\right\rangle`, respectively.
    + Ignore stared version of `\tag` (Albert Krewinkel).
    + Support \dots{c,b,m,i,o} from amsmath (#179).
    + Change symbol returned for \dots{b,i,m} from `…` to `⋯`
      (Albert Krewinkel).

texmath (0.12.3.2)

  * OMML writer: remove m:nor element in math operators (#178).
    This caused the document's main font, rather than the math
    font, to be used in formatting operators, which is undesirable.

texmath (0.12.3.1)

  * MathML reader: don't allow mfenced attributes to inherit (#177).
    When open and close attributes aren't given on an mfenced,
    we should use defaults rather than inheriting these from a
    parent mfenced.

texmath (0.12.3)

  * TeX reader: implement logic to convert a Bin symbol to
    an Op to Op when it occurs at the beginning of a group,
    or after an Open, Pun, or Op symbol. This will give much
    better results for unary `-` (#176).

  * OMML writer: fixed rendering of EDelimited (#173).
    We now properly render "middles" (separators).

Revision 1.24: download - view: text, markup, annotated - select for diffs
Tue Jan 18 02:48:28 2022 UTC (3 years, 2 months ago) by pho
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -2 lines
Bump packages that depends on GHC

Revision 1.23: download - view: text, markup, annotated - select for diffs
Mon May 3 19:01:18 2021 UTC (3 years, 10 months ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2 lines
*: Bump PKGREVISION for ghc-9.0.1

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sat Apr 24 17:18:03 2021 UTC (3 years, 10 months ago) by pho
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -3 lines
Update to texmath-0.12.2

texmath (0.12.2)
  * MathML input: support mmultiscripts element (#158, #100).
  * Make MathML tag/attr recognition case-insensitive (#158).
  * Pandoc writer: better handling of styling such as `\mathrm` (#145).
    Previously identifiers were always italic, no matter what
    styling was applied.
  * Ignore `\tag` in TeX input (#162).
  * TeX writer: avoid unneeded `\left` and `\right` for delimited.
    We don't need `\left` and `\right` when the contents are
    "standard height."
  * TeX reader: parse implicit EDelimited sections (#172).
    We now parse `(x)` as EDelimited, even though `\right` and `\left`
    are not used.

texmath (0.12.1.1)
  * Fix compilation with GHC-9.0.1 (#169, Simon Jakobi).
    Background:
    https://gitlab.haskell.org/ghc/ghc/-/wikis/migration/9.0#simplified-subsumption
  * Add eqn to online demo.
  * Improve error messages for unknown control sequences, and restructure
    tex parser to be more efficient (#167).

texmath (0.12.1)
  * OMML writer: explicitly mark symbols as non-italic (#109).
    Otherwise, for some reason, they appear as italic by default.
  * Improve error messages in reading tex arrays.
  * Improve support for `\bmod`, `\mod`, etc. (#165).
    Allow them to take complex arguments like `\left( 1 \right)`.
  * Improve support for `\genfrac` (#164).
  * Ignore `\textstyle`, `\scriptstyle`, `\scriptscriptstyle`,
    as we currently ignore `\displaystyle`.
  * Parse siunitx commands in reading tex (#157).
  * Improve handling of `\not` in reading tex (#161).
    Previously we only handled `\not` in front of certain symbols.
  * Support `\pod` and `\pmod` and clean up spacing and font for
    `\mod` and `\bmod` (#160).

texmath (0.12.0.3)
  * Allow pandoc-types 1.22.

texmath (0.12.0.2)
  * Allow pandoc-types 1.21.
  * Pandoc output: omit empty Emph for sub/superscript without base (#155).
  * tex writer: Use `\overline{\overline{B}}` instead of unicode
    double line accent (#153).

texmath (0.12.0.1)
  * OMML writer: Fix overline and accent rendering (#152).
  * OMML reader: Fix dropped arrows (#153). Add tests.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sat Jan 11 10:21:27 2020 UTC (5 years, 2 months ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +4 -5 lines
Update to texmath-0.12

* Use Text instead of String in data types and functions
  (Christian Despres) [API change].  Note that there are still a few
  places where we unpack Text to String with a view pattern:
  performance could likely be increased with further rewriting.
* Avoid use of !! with negative index (jgm/pandoc#5853).

Revision 1.20: download - view: text, markup, annotated - select for diffs
Thu Jan 2 15:37:09 2020 UTC (5 years, 2 months ago) by pho
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -3 lines
Update to texmath-0.11.3

Changelog from 0.8 is too long to paste here. See
http://hackage.haskell.org/package/texmath-0.11.3/changelog

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Jan 10 11:49:11 2016 UTC (9 years, 2 months ago) by szptvlfn
Branches: MAIN
CVS tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
Bump PKGREVISION for hs-text-1.2.2.0 || hs-hashable-1.2.3.3

Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Jan 4 12:24:24 2016 UTC (9 years, 2 months ago) by szptvlfn
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
Bump PKGREVISION for hs-dlist || hs-utf8-string

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun Dec 13 14:14:35 2015 UTC (9 years, 3 months ago) by szptvlfn
Branches: MAIN
CVS tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
Bump PKGREVISION for
hs-primitive-0.6.1.0 || hs-vector-0.11.0.0 || hs-mwc-random-0.13.3.2 || hs-vector-algorithms-0.7.0.1

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Aug 2 11:27:06 2015 UTC (9 years, 7 months ago) by szptvlfn
Branches: MAIN
CVS tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
Bump PKGREVISION for hs-text-1.2.1.3

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Jul 25 21:59:58 2015 UTC (9 years, 7 months ago) by szptvlfn
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
Bump PKGREVISION for hs-unordered-containers-0.2.5.1

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Jun 9 22:09:42 2015 UTC (9 years, 9 months ago) by szptvlfn
Branches: MAIN
CVS tags: pkgsrc-2015Q2-base, pkgsrc-2015Q2
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
Bump PKGREVISION for hs-parsec-3.1.9

Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Jun 8 20:56:15 2015 UTC (9 years, 9 months ago) by szptvlfn
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
Bump PKGREVISION for hs-hashable-1.2.3.2

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Jun 4 20:09:00 2015 UTC (9 years, 9 months ago) by szptvlfn
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
Bump PKGREVISION for hs-text-1.2.1.1

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun May 31 12:59:15 2015 UTC (9 years, 9 months ago) by szptvlfn
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
Bump PKGREVISION for hs-dlist-0.7.1.1

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat May 9 11:22:26 2015 UTC (9 years, 10 months ago) by szptvlfn
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
Because this error:
  ERROR: hs-primitive>=0.5.4 is not installed; can't buildlink files.
Bump PKGREVISION for hs-primitive-0.5.4.0

Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Jan 7 13:21:55 2015 UTC (10 years, 2 months ago) by szptvlfn
Branches: MAIN
CVS tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
Bump PKGREVISION for hs-scientific-0.3.3.5

Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Jan 6 11:54:22 2015 UTC (10 years, 2 months ago) by szptvlfn
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
Bump PKGREVISION for hs-scientific-0.3.3.4

Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Dec 12 22:55:26 2014 UTC (10 years, 3 months ago) by szptvlfn
Branches: MAIN
CVS tags: pkgsrc-2014Q4-base, pkgsrc-2014Q4
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
Bump PKGREVISION for hs-text-1.2.0.3

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Dec 12 22:04:23 2014 UTC (10 years, 3 months ago) by szptvlfn
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
Bump PKGREVISION for hs-text-1.2.0.2 || hs-hashable-1.2.3.0

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Nov 23 12:52:33 2014 UTC (10 years, 3 months ago) by szptvlfn
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
Bump PKGREVISION for hs-transformers-0.4.2.0

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Oct 19 21:27:08 2014 UTC (10 years, 5 months ago) by szptvlfn
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
Bump PKGREVISION for hs-parsec-3.1.7

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Oct 18 21:28:59 2014 UTC (10 years, 5 months ago) by szptvlfn
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
Bump PKGREVISION for hs-vector-0.10.12.1

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Sep 13 22:23:28 2014 UTC (10 years, 6 months ago) by szptvlfn
Branches: MAIN
CVS tags: pkgsrc-2014Q3-base, pkgsrc-2014Q3
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
Bump PKGREVISION for hs-text-1.2.0.0

Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Sep 10 21:38:06 2014 UTC (10 years, 6 months ago) by szptvlfn
Branches: MAIN
Import texmath-0.8 as textproc/hs-texmath,
packaged for wip.

The texmath library provides functions to read and write TeX math,
presentation MathML, and OMML (Office Math Markup Language, used in
Microsoft Office). Support is also included for converting math formats to
pandoc's native format (allowing conversion, via pandoc, to a variety of
different markup formats). The TeX reader supports basic LaTeX and AMS
extensions, and it can parse and apply LaTeX macros.
(See http://johnmacfarlane.net/texmath for a live demo of
 bidirectional conversion between LaTeX and MathML.)

The package also includes several utility modules which may be useful for
anyone looking to manipulate either TeX math or MathML. For example, a copy
of the MathML operator dictionary is included.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>