The NetBSD Project

CVS log for pkgsrc/converters/hs-pandoc-base/Attic/buildlink3.mk

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / converters / hs-pandoc-base

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.6
Sun May 5 10:23:58 2024 UTC (10 months, 3 weeks ago) by pho
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.5: +1 -1 lines
converters/hs-pandoc-base: The package has been renamed to converters/hs-pandoc

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

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Oct 31 05:14:53 2023 UTC (16 months, 3 weeks ago) by pho
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +6 -4 lines
converters/hs-pandoc-base: Update to 3.1.9

The change log is too long to paste here. See
https://hackage.haskell.org/package/pandoc-3.1.9/changelog

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

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Feb 7 01:40:24 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.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
revbump all the Haskell packages after modifying the runtime system of lang/ghc94

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Jan 29 10:07:37 2023 UTC (2 years, 1 month ago) by pho
Branches: MAIN
converters/hs-pandoc-base: import hs-pandoc-base-3.0.1

Pandoc is a Haskell library for converting from one markup format to
another, and a command-line tool that uses this library. It can read
several dialects of Markdown and (subsets of) HTML, reStructuredText,
LaTeX, DocBook, JATS, MediaWiki markup, DokuWiki markup, TWiki markup,
TikiWiki markup, Jira markup, Creole 1.0, Haddock markup, OPML, Emacs
Org-Mode, Emacs Muse, txt2tags, ipynb (Jupyter notebooks), Vimwiki,
Word Docx, ODT, EPUB, FictionBook2, roff man, and Textile, and it can
write Markdown, reStructuredText, XHTML, HTML 5, LaTeX, ConTeXt,
DocBook, JATS, OPML, TEI, OpenDocument, ODT, Word docx, PowerPoint
pptx, RTF, MediaWiki, DokuWiki, XWiki, ZimWiki, Textile, Jira, roff
man, roff ms, plain text, Emacs Org-Mode, AsciiDoc, Haddock markup,
EPUB (v2 and v3), ipynb, FictionBook2, InDesign ICML, Muse, LaTeX
beamer slides, and several kinds of HTML/JavaScript slide shows (S5,
Slidy, Slideous, DZSlides, reveal.js).

In contrast to most existing tools for converting Markdown to HTML,
pandoc has a modular design: it consists of a set of readers, which
parse text in a given format and produce a native representation of
the document, and a set of writers, which convert this native
representation into a target format. Thus, adding an input or output
format requires only adding a reader or writer.

This package is a base library for the Pandoc packages. You also have to
install `converters/pandoc' to get a command-line tool.

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>