diff options
author | alepulver <alepulver@FreeBSD.org> | 2007-09-28 04:53:18 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2007-09-28 04:53:18 +0800 |
commit | 8af0871a950263f99005eeff93f9b7d4dcb6e469 (patch) | |
tree | 0cddd96d1cfed8fb4f2981db51f9894676d7a2a4 /textproc/hs-pandoc | |
parent | 22efd78fa1ee241bcfe193f74592a3725b70ac00 (diff) | |
download | freebsd-ports-gnome-8af0871a950263f99005eeff93f9b7d4dcb6e469.tar.gz freebsd-ports-gnome-8af0871a950263f99005eeff93f9b7d4dcb6e469.tar.zst freebsd-ports-gnome-8af0871a950263f99005eeff93f9b7d4dcb6e469.zip |
- Update to version 0.42.
PR: ports/115835
Submitted by: John MacFarlane <jgm@berkeley.edu> (maintainer)
Diffstat (limited to 'textproc/hs-pandoc')
-rw-r--r-- | textproc/hs-pandoc/Makefile | 5 | ||||
-rw-r--r-- | textproc/hs-pandoc/distinfo | 6 | ||||
-rw-r--r-- | textproc/hs-pandoc/pkg-descr | 2 |
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 |