Summary
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) reStructuredText, HTML, LaTeX and Textile, and it can write markdown, reStructuredText, HTML, LaTeX, ConTeXt, Docbook, OpenDocument, ODT, RTF, MediaWiki, Textile, groff man pages, plain text, Emacs Org-Mode, EPUB, and S5 and Slidy HTML slide shows.
Versions
v2.11.3.1 :: 0/2.11.3.1 :: gentoo
- Modified
- License
- GPL-2+
- Keywords
- ~amd64 ~x86
- USE flags
- doc embed-data-files hscolour optimize profile test trypandoc
v2.9.2.1 :: 0/2.9.2.1 :: gentoo
- Modified
- License
- GPL-2
- Keywords
- ~amd64 ~x86
- USE flags
- doc embed-data-files hscolour optimize profile static test trypandoc
USE flags
General
- doc
- Add extra documentation (API, Javadoc, etc). It is recommended to enable per package instead of globally
- embed-data-files
- Embed data files in binary for relocatable executable.
- hscolour
- Include coloured haskell sources to generated documentation (dev-haskell/hscolour)
- optimize
- Enable -O1 optimizations (requires ~16GiB memory)
- profile
- Add support for software performance analysis (will likely vary from ebuild to ebuild)
- static
- !!do not set this during bootstrap!! Causes binaries to be statically linked instead of dynamically
- test
- Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
- trypandoc
- Build trypandoc cgi executable.
Dependencies
dev-haskell / aeson : Fast JSON parsing and encoding
dev-haskell / aeson-pretty : JSON pretty-printing library and command-line tool
dev-haskell / attoparsec : Fast combinator parsing for bytestrings and text
dev-haskell / base-compat : A compatibility layer for base
dev-haskell / base-noprelude : "base" package sans "Prelude" module
dev-haskell / base64-bytestring : Fast base64 encoding and decoding for ByteStrings
dev-haskell / blaze-html : A blazingly fast HTML combinator library for Haskell
dev-haskell / blaze-markup : A blazingly fast markup combinator library for Haskell
dev-haskell / cabal : A framework for packaging Haskell software
dev-haskell / case-insensitive : Case insensitive string comparison
dev-haskell / citeproc : Generates citations and bibliography from CSL styles
dev-haskell / cmark-gfm : Fast, accurate GitHub Flavored Markdown parser and renderer
dev-haskell / commonmark : Pure Haskell commonmark parser
dev-haskell / commonmark-extensions : Pure Haskell commonmark parser
dev-haskell / commonmark-pandoc : Bridge between commonmark and pandoc AST
dev-haskell / connection : Simple and easy network connections API
dev-haskell / data-default : A class for types with a default value
dev-haskell / diff : O(ND) diff algorithm in haskell
dev-haskell / doclayout : A prettyprinting library for laying out text documents
dev-haskell / doctemplates : Pandoc-style document templates
dev-haskell / emojis : Conversion between emoji characters and their names.
dev-haskell / exceptions : Extensible optionally-pure exceptions
dev-haskell / executable-path : Finding out the full path of the executable
dev-haskell / file-embed : Use Template Haskell to embed file contents directly
dev-haskell / glob : Globbing library
dev-haskell / haddock-library : Library exposing some functionality of Haddock
dev-haskell / hscolour : Colourise Haskell code
dev-haskell / hslua : A Lua language interpreter embedding in Haskell
dev-haskell / hslua-module-system : Lua module wrapper around Haskell's System module
dev-haskell / hslua-module-text : Lua module for text
dev-haskell / hsyaml : Pure Haskell YAML 1.2 parser
dev-haskell / http : A library for client-side HTTP
dev-haskell / http-client : An HTTP client engine, intended as a base layer for more user-friendly packages
dev-haskell / http-client-tls : http-client backend using the connection package and tls library
dev-haskell / http-types : Generic HTTP types for Haskell (for both client and server code)
dev-haskell / ipynb : Data structure for working with Jupyter notebooks (ipynb)
dev-haskell / jira-wiki-markup : Parse jira wiki text into an abstract syntax tree
dev-haskell / juicypixels : Picture loading/serialization (in png, jpeg, bitmap, gif, tga, tiff and others)
dev-haskell / mtl : Monad classes, using functional dependencies
dev-haskell / network : Low-level networking interface
dev-haskell / network-uri : URI manipulation
dev-haskell / pandoc-types : Types for representing a structured document
dev-haskell / parsec : Monadic parser combinators
dev-haskell / quickcheck : Automatic testing of Haskell programs
dev-haskell / random : random number library
dev-haskell / safe : Library of safe (exception free) functions
dev-haskell / scientific : Numbers represented using scientific notation
dev-haskell / sha : Implementations of the SHA suite of message digest functions
dev-haskell / skylighting : syntax highlighting library
dev-haskell / skylighting-core : syntax highlighting library
dev-haskell / split : Combinator library for splitting lists
dev-haskell / syb : Scrap Your Boilerplate
dev-haskell / tagsoup : Parsing and extracting information from (possibly malformed) HTML/XML documents
dev-haskell / tasty : Modern and extensible testing framework
dev-haskell / tasty-golden : Golden tests support for tasty
dev-haskell / tasty-hunit : HUnit support for the Tasty test framework
dev-haskell / tasty-lua : Write tests in Lua, integrate into tasty
dev-haskell / tasty-quickcheck : QuickCheck support for the Tasty test framework
dev-haskell / temporary : Portable temporary file and directory support for Windows and Unix
dev-haskell / texmath : Conversion between formats used to represent mathematics
dev-haskell / text : An efficient packed Unicode text type
dev-haskell / text-conversions : Safe conversions between textual types
dev-haskell / unicode-transforms : Unicode normalization
dev-haskell / unordered-containers : Efficient hashing-based container types
dev-haskell / vector : Efficient Arrays
dev-haskell / wai : Web Application Interface
dev-haskell / wai-extra : Provides some basic WAI handlers and middleware
dev-haskell / xml : A simple XML library
dev-haskell / zip-archive : Library for creating and modifying zip archives
dev-haskell / zlib : Compression and decompression in the gzip and zlib formats
Runtime Dependencies
dev-haskell / aeson : Fast JSON parsing and encoding
dev-haskell / aeson-pretty : JSON pretty-printing library and command-line tool
dev-haskell / attoparsec : Fast combinator parsing for bytestrings and text
dev-haskell / base-compat : A compatibility layer for base
dev-haskell / base-noprelude : "base" package sans "Prelude" module
dev-haskell / base64-bytestring : Fast base64 encoding and decoding for ByteStrings
dev-haskell / blaze-html : A blazingly fast HTML combinator library for Haskell
dev-haskell / blaze-markup : A blazingly fast markup combinator library for Haskell
dev-haskell / case-insensitive : Case insensitive string comparison
dev-haskell / citeproc : Generates citations and bibliography from CSL styles
dev-haskell / cmark-gfm : Fast, accurate GitHub Flavored Markdown parser and renderer
dev-haskell / commonmark : Pure Haskell commonmark parser
dev-haskell / commonmark-extensions : Pure Haskell commonmark parser
dev-haskell / commonmark-pandoc : Bridge between commonmark and pandoc AST
dev-haskell / connection : Simple and easy network connections API
dev-haskell / data-default : A class for types with a default value
dev-haskell / doclayout : A prettyprinting library for laying out text documents
dev-haskell / doctemplates : Pandoc-style document templates
dev-haskell / emojis : Conversion between emoji characters and their names.
dev-haskell / exceptions : Extensible optionally-pure exceptions
dev-haskell / file-embed : Use Template Haskell to embed file contents directly
dev-haskell / glob : Globbing library
dev-haskell / haddock-library : Library exposing some functionality of Haddock
dev-haskell / hslua : A Lua language interpreter embedding in Haskell
dev-haskell / hslua-module-system : Lua module wrapper around Haskell's System module
dev-haskell / hslua-module-text : Lua module for text
dev-haskell / hsyaml : Pure Haskell YAML 1.2 parser
dev-haskell / http : A library for client-side HTTP
dev-haskell / http-client : An HTTP client engine, intended as a base layer for more user-friendly packages
dev-haskell / http-client-tls : http-client backend using the connection package and tls library
dev-haskell / http-types : Generic HTTP types for Haskell (for both client and server code)
dev-haskell / ipynb : Data structure for working with Jupyter notebooks (ipynb)
dev-haskell / jira-wiki-markup : Parse jira wiki text into an abstract syntax tree
dev-haskell / juicypixels : Picture loading/serialization (in png, jpeg, bitmap, gif, tga, tiff and others)
dev-haskell / mtl : Monad classes, using functional dependencies
dev-haskell / network : Low-level networking interface
dev-haskell / network-uri : URI manipulation
dev-haskell / pandoc-types : Types for representing a structured document
dev-haskell / parsec : Monadic parser combinators
dev-haskell / random : random number library
dev-haskell / safe : Library of safe (exception free) functions
dev-haskell / scientific : Numbers represented using scientific notation
dev-haskell / sha : Implementations of the SHA suite of message digest functions
dev-haskell / skylighting : syntax highlighting library
dev-haskell / skylighting-core : syntax highlighting library
dev-haskell / split : Combinator library for splitting lists
dev-haskell / syb : Scrap Your Boilerplate
dev-haskell / tagsoup : Parsing and extracting information from (possibly malformed) HTML/XML documents
dev-haskell / temporary : Portable temporary file and directory support for Windows and Unix
dev-haskell / texmath : Conversion between formats used to represent mathematics
dev-haskell / text : An efficient packed Unicode text type
dev-haskell / text-conversions : Safe conversions between textual types
dev-haskell / unicode-transforms : Unicode normalization
dev-haskell / unordered-containers : Efficient hashing-based container types
dev-haskell / vector : Efficient Arrays
dev-haskell / wai : Web Application Interface
dev-haskell / wai-extra : Provides some basic WAI handlers and middleware
dev-haskell / xml : A simple XML library
dev-haskell / zip-archive : Library for creating and modifying zip archives
dev-haskell / zlib : Compression and decompression in the gzip and zlib formats
Depending packages
app-emacs / markdown-mode : Major mode for editing Markdown-formatted text files
app-emulation / xen-tools : Xen tools including QEMU and xl
app-forensics / quickfuzz : An experimental grammar fuzzer in Haskell using QuickCheck
app-text / nuspell : Spell checker library and CLI for complex natural languages
dev-haskell / hakyll : A static website compiler library
dev-haskell / pandoc-citeproc : Supports using pandoc with citeproc
dev-libs / processor-trace : Intel(R) Processor Trace decoder library
dev-python / pandas : Powerful data structures for data analysis and statistics
sci-mathematics / rstudio : IDE for the R language
www-apps / gitit : Wiki using happstack, git or darcs, and pandoc
Bugs
- 531996
- sci-mathematics/rstudio RDEPEND app-text/pandoc dev-haskell/pandoc-citeproc
- 541244
- app-text/pandoc missing dependency/einfo?
- 556216
- app-text/pandoc ebuild (and other haskell ebuilds) doesn't respect CC and CXX
- 565364
- app-text/pandoc-bin - binary package of app-text/pandoc
- 737612
- app-text/pandoc stable request
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
app-text/pandoc: bump up to 2.11
Reported-by: Luke-Jr Closes: https://bugs.gentoo.org/645082 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jack Todaro · gentoo
app-text/pandoc: remove old
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Jack Todaro <solpeth@posteo.org> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jack Todaro · gentoo
app-text/pandoc: bump up to 2.9.2.1
Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Jack Todaro <solpeth@posteo.org> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Alexey Sokolov · gentoo
app-text/pandoc: update homepage
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alexey Sokolov <sokolov@google.com> Signed-off-by: Aaron Bauman <bman@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
*/*: destabilize dev-lang/ghc for all arches
dev-lang/ghc is a fast-moving target without much of stable API across major GHC releases. This makes stabilization process a fragile process. The change moves all haskell revdeps to pure ~arch. There are not many outside dev-haskell/*: - app-emulation/ganeti - app-text/pandoc - dev-util/bustle - dev-util/shellcheck - dev-vcs/darcs - x11-wm/xmonad/xmonad Existing stable haskell users are recommended to keyword used packages and all of dev-haskell/* to ease upgrades. Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: Inline mirror://hackage and update URIs
This change inlines mirror://hackage in all ebuilds, and updates URIs to the modern form (old URIs redirect to that). The change has been made using the following command: find -name '*.ebuild' -exec sed -r -i \ -e 's@mirror://hackage/@https://hackage.haskell.org/@g' \ -e 's@https://hackage.haskell.org/packages/archive/([^/]*)/([^/]*)/@https://hackage.haskell.org/package/\1-\2/@g' \ -e '/hackage\.haskell\.org/s@\$\{PN}-\$\{PV}@${P}@g' \ -e '/hackage\.haskell\.org/s@\$\{MY_PN}-\$\{PV}@${MY_P}@g' \ -e '/hackage\.haskell\.org/s@\$\{PN}-\$\{MY_PV}@${MY_P}@g' \ {} + Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
app-text/pandoc: drop underscores from IUSE, bug #695062
Reported-by: Michał Górny Closes: https://bugs.gentoo.org/695062 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Sergei Trofimovich · gentoo
app-text/pandoc: stable 1.19.2.1-r1 for x86/amd64, bug #631138
Package-Manager: Portage-2.3.10, Repoman-2.3.3 RepoMan-Options: --include-arches="amd64 x86" - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - Sergei Trofimovich · gentoo
app-text/pandoc: allow skylighting-0.3
Package-Manager: Portage-2.3.3, Repoman-2.3.1 - Sergei Trofimovich · gentoo
app-text/pandoc: bump up to 1.19.2.1
Reported-by: August Hörandl Bug: https://bugs.gentoo.org/579774 Package-Manager: Portage-2.3.3, Repoman-2.3.1 - Sergei Trofimovich · gentoo
app-text/pandoc: bump up to 1.18
Package-Manager: Portage-2.3.3, Repoman-2.3.1 - Sergei Trofimovich · gentoo
app-text/pandoc: drop old
Package-Manager: portage-2.2.28 - Sergei Trofimovich · gentoo
app-text/pandoc: drop old
Package-Manager: portage-2.2.28 - Sergei Trofimovich · gentoo
app-text/pandoc: amd64, x86 stable, bug #559988
Package-Manager: portage-2.2.20 - Sergei Trofimovich · gentoo
app-text/pandoc: drop old
Package-Manager: portage-2.2.20 - Robin H. Johnson · gentoo
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed