aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/hs-pandoc
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/hs-pandoc')
-rw-r--r--textproc/hs-pandoc/Makefile5
-rw-r--r--textproc/hs-pandoc/distinfo6
-rw-r--r--textproc/hs-pandoc/pkg-descr2
3 files changed, 6 insertions, 7 deletions
diff --git a/textproc/hs-pandoc/Makefile b/textproc/hs-pandoc/Makefile
index 3922030518b2..f452f79bebd6 100644
--- a/textproc/hs-pandoc/Makefile
+++ b/textproc/hs-pandoc/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= pandoc
-PORTVERSION= 0.3
-PORTREVISION= 1
+PORTVERSION= 0.42
CATEGORIES= textproc haskell
MASTER_SITES= http://pandoc.googlecode.com/files/
DISTNAME= pandoc-${PORTVERSION}
@@ -15,7 +14,7 @@ DISTNAME= pandoc-${PORTVERSION}
MAINTAINER= jgm@berkeley.edu
COMMENT= A general markup converter
-BUILD_DEPENDS= ghc>=6.4:${PORTSDIR}/lang/ghc
+BUILD_DEPENDS= ghc>=6.6:${PORTSDIR}/lang/ghc
MANCOMPRESSED= no
MAN1= pandoc.1 markdown2pdf.1 html2markdown.1 hsmarkdown.1
diff --git a/textproc/hs-pandoc/distinfo b/textproc/hs-pandoc/distinfo
index b059d16ceba4..29af1e1384e0 100644
--- a/textproc/hs-pandoc/distinfo
+++ b/textproc/hs-pandoc/distinfo
@@ -1,3 +1,3 @@
-MD5 (pandoc-0.3.tar.gz) = 08ea5da564b721bd3cd52eee316143a1
-SHA256 (pandoc-0.3.tar.gz) = b010436d325c8ec67e2f9c238474089f76c895bec3ef19ca13c82da5860a4b05
-SIZE (pandoc-0.3.tar.gz) = 243335
+MD5 (pandoc-0.42.tar.gz) = e8c452fee346a57e82b24fbb2c801410
+SHA256 (pandoc-0.42.tar.gz) = 7ffa6235e5e5a7ef28c76b94ecd8d94be13f062adf1ae4bf6152717c751e2dd6
+SIZE (pandoc-0.42.tar.gz) = 317418
diff --git a/textproc/hs-pandoc/pkg-descr b/textproc/hs-pandoc/pkg-descr
index 6638e6cd4829..c81eb4601ab1 100644
--- a/textproc/hs-pandoc/pkg-descr
+++ b/textproc/hs-pandoc/pkg-descr
@@ -1,7 +1,7 @@
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.
+LaTeX, ConTeXt, DocBook, RTF, groff man pages, 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