| Port details on branch 2022Q2 |
- hs-pandoc Conversion between markup formats
- 2.14.2 textproc
=0 2.14.2Version of this port present on the latest quarterly branch. - Maintainer: haskell@FreeBSD.org
 - Port Added: 2022-05-07 13:09:06
- Last Update: 2022-05-11 07:41:04
- Commit Hash: 9ce3131
- Also Listed In: haskell
- License: GPLv2
- WWW:
- https://pandoc.org
- Description:
- 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
markdown and (subsets of) HTML, reStructuredText, LaTeX, DocBook,
MediaWiki markup, TWiki markup, Haddock markup, OPML, Emacs Org-Mode,
txt2tags and Textile, and it can write markdown, reStructuredText,
XHTML, HTML 5, LaTeX, ConTeXt, DocBook, OPML, OpenDocument, ODT, Word
docx, RTF, MediaWiki, DokuWiki, Textile, groff man pages, plain text,
Emacs Org-Mode, AsciiDoc, Haddock markup, EPUB (v2 and v3),
FictionBook2, InDesign ICML, and several kinds of HTML/javascript slide
shows (S5, Slidy, Slideous, DZSlides, reveal.js).
Pandoc extends standard markdown syntax with footnotes, embedded LaTeX,
definition lists, tables, and other features. A compatibility mode is
provided for those who need a drop-in replacement for Markdown.pl.
In contrast to existing tools for converting markdown to HTML, which use
regex substitutions, 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.
WWW: https://pandoc.org
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- hs-pandoc>0:textproc/hs-pandoc
- To install the port:
- cd /usr/ports/textproc/hs-pandoc/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/hs-pandoc
- pkg install hs-pandoc
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: hs-pandoc
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1652254687
SHA256 (cabal/pandoc-2.14.2.tar.gz) = 2cf7d376125671c8d0d0a8b1216cf466dbe050cc150b395fb7d7f156622b5cae
SIZE (cabal/pandoc-2.14.2.tar.gz) = 6256270
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cabal : devel/hs-cabal-install
- ghc : lang/ghc
- Library dependencies:
-
- libiconv.so : converters/libiconv
- libgmp.so : math/gmp
- libffi.so : devel/libffi
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for hs-pandoc-2.14.2:
EMBED_DATA=off: Embed data files in binary for relocatable executable
TRYPANDOC=off: Build trypandoc cgi executable
===> Use 'make config' to modify these settings
- Options name:
- textproc_hs-pandoc
- USES:
- cabal
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 2
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
2.14.2 11 May 2022 07:41:04
    |
Gleb Popov (arrowd)  |
textproc/hs-pandoc: Fix fetching.
The same package (unlift-core) was listed twice with different revisions.
PR: 263903
(cherry picked from commit 7e5d181c77aea7f32df4f1c97d4b6fd55d52fe75) |
2.14.2 07 May 2022 13:05:53
    |
Gleb Popov (arrowd)  |
textproc/hs-pandoc: Fix build with TRYPANDOC=OFF.
PR: 263830
(cherry picked from commit 7b893f709d3ed523acdf683b75120817fba32f30) |
Number of commits found: 2
|