Port details on branch 2023Q3 |
- hs-pandoc Conversion between markup formats
- 3.1.8_1 textproc =0 3.1.8_1Version of this port present on the latest quarterly branch.
- Maintainer: haskell@FreeBSD.org
- Port Added: 2023-09-12 07:06:05
- Last Update: 2023-09-17 18:10:02
- Commit Hash: fe1dd0c
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - 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 = 1694971349
SHA256 (cabal/pandoc-cli-0.1.1.1/pandoc-cli-0.1.1.1.tar.gz) = 1f41974aaa827682db5507e3c339babddda2c21b10aa70af9b8cd1c9be7d1ba3
SIZE (cabal/pandoc-cli-0.1.1.1/pandoc-cli-0.1.1.1.tar.gz) = 10789
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:
-
- ghc : lang/ghc
- cabal : devel/hs-cabal-install
- Library dependencies:
-
- 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-3.1.8_1:
EMBED_DATA=off: Embed data files in binary for relocatable 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 |
3.1.8_1 17 Sep 2023 18:10:02 |
Yuri Victorovich (yuri) |
textproc/hs-pandoc: Enable the 'lua' option
This option was accidentally disabled during the update to 3.1.8
due to some glitch in the Haskel support in the ports framework.
The 'lua' option is ON by default in the project. However, Lua
dependencies are only added by 'make make-use-cabal' when
CABAL_FLAGS=lua is present, despite this option being ON by default.
PR: 273729
Reported by: arrowd@
(cherry picked from commit 9ddf4007c38695d6ed924ea751e96ca0da4f39c4) |
3.1.8 12 Sep 2023 07:02:54 |
Yuri Victorovich (yuri) |
textproc/hs-pandoc: update 3.1.2 → 3.1.8
PR: 273729
Approved by: arrowd@ (on behalf of haskell@)
(cherry picked from commit 2a7f215060d1a83b635a0bbcf5d759b9884f5b6c) |
Number of commits found: 2
|