Commit graph

12 commits

Author SHA1 Message Date
Gabor Pali
cad06c6077 - Add DIST_SUBDIR for Haskell Cabal ports (with default of "cabal")
Suggested by:	admi3
2010-08-08 08:49:38 +00:00
Gabor Pali
bd682e5da0 - Update to 1.6 2010-07-30 09:16:38 +00:00
Gabor Pali
6437e7d82f - Update to 1.5.1.1
- Import OPTIONS
2010-05-15 22:20:35 +00:00
Gabor Pali
d952b294d0 - Update to 1.4
- Cabalize
- Donate to haskell@

PR:		ports/142477
Submitted by:	Jacula Modyun <jacula(at)gmail.com>
2010-01-30 19:52:54 +00:00
Gabor Pali
22dd9a5535 - Update to 1.3 2009-12-15 20:10:57 +00:00
Gabor Pali
8219325fdf - Update to 1.2.1
Approved by:	tabthorpe (mentor, implicit)
2009-07-19 15:00:44 +00:00
Gabor Pali
fb5fa83548 - Update to 1.2
Approved by:	tabthorpe
2009-03-06 19:51:40 +00:00
Gabor Pali
3af64e3932 - Update pandoc to 1.1
- Take over maintainership

PR:		ports/129700
Submitted by:	pgj
Approved by:	(old) maintainer, miwi
2008-12-21 15:14:00 +00:00
Martin Wilke
a091f397c0 - Update to 0.46
PR:		119465
Submitted by:	John MacFarlane <jgm@berkeley.edu> (maintainer)
2008-01-12 13:10:56 +00:00
Martin Wilke
f37d5811c3 - Update to 0.45
PR:		118515
Submitted by:	John MacFarlane <jgm@berkeley.edu> (maintainer)
2007-12-15 20:33:54 +00:00
Alejandro Pulver
213bf30b4e - Update to version 0.42.
PR:		ports/115835
Submitted by:	John MacFarlane <jgm@berkeley.edu> (maintainer)
2007-09-27 20:53:18 +00:00
Juergen Lock
86d87c23aa Pandoc is a command-line tool for converting from one markup format
to another.  It can read markdown and (subsets of) reStructuredText,
HTML, and LaTeX, and it can write markdown, reStructuredText, HTML,
LaTeX, DocBook, RTF, and S5 HTML slide shows.

Pandoc extends standard markdown syntax with footnotes, embedded LaTeX,
and other features.  A compatibility mode is provided for those who
need a drop-in replacement for Markdown.pl.  Included wrapper scripts
make it easy to convert markdown documents to PDFs and to convert web
pages to markdown documents.

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: http://sophos.berkeley.edu/macfarlane/pandoc/

PR:		ports/109028
Submitted by:	John MacFarlane <jgm at berkeley.edu>
Approved by:	miwi (mentor)
2007-02-11 17:21:55 +00:00