View | Details | Raw Unified | Return to bug 115835
Collapse All | Expand All

(-)pandoc/Makefile (-3 / +2 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	pandoc
8
PORTNAME=	pandoc
9
PORTVERSION=	0.3
9
PORTVERSION=	0.42
10
PORTREVISION=	1
11
CATEGORIES=	textproc haskell
10
CATEGORIES=	textproc haskell
12
MASTER_SITES=	http://pandoc.googlecode.com/files/
11
MASTER_SITES=	http://pandoc.googlecode.com/files/
13
DISTNAME=	pandoc-${PORTVERSION}
12
DISTNAME=	pandoc-${PORTVERSION}
Lines 15-21 Link Here
15
MAINTAINER=	jgm@berkeley.edu
14
MAINTAINER=	jgm@berkeley.edu
16
COMMENT=	A general markup converter
15
COMMENT=	A general markup converter
17
16
18
BUILD_DEPENDS=	ghc>=6.4:${PORTSDIR}/lang/ghc
17
BUILD_DEPENDS=	ghc>=6.6:${PORTSDIR}/lang/ghc
19
18
20
MANCOMPRESSED=	no
19
MANCOMPRESSED=	no
21
MAN1=		pandoc.1 markdown2pdf.1 html2markdown.1 hsmarkdown.1
20
MAN1=		pandoc.1 markdown2pdf.1 html2markdown.1 hsmarkdown.1
(-)pandoc/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (pandoc-0.3.tar.gz) = 08ea5da564b721bd3cd52eee316143a1
1
MD5 (pandoc-0.42.tar.gz) = e8c452fee346a57e82b24fbb2c801410
2
SHA256 (pandoc-0.3.tar.gz) = b010436d325c8ec67e2f9c238474089f76c895bec3ef19ca13c82da5860a4b05
2
SHA256 (pandoc-0.42.tar.gz) = 7ffa6235e5e5a7ef28c76b94ecd8d94be13f062adf1ae4bf6152717c751e2dd6
3
SIZE (pandoc-0.3.tar.gz) = 243335
3
SIZE (pandoc-0.42.tar.gz) = 317418
(-)pandoc/pkg-descr (-1 / +1 lines)
Lines 1-7 Link Here
1
Pandoc is a command-line tool for converting from one markup format
1
Pandoc is a command-line tool for converting from one markup format
2
to another.  It can read markdown and (subsets of) reStructuredText,
2
to another.  It can read markdown and (subsets of) reStructuredText,
3
HTML, and LaTeX, and it can write markdown, reStructuredText, HTML,
3
HTML, and LaTeX, and it can write markdown, reStructuredText, HTML,
4
LaTeX, DocBook, RTF, and S5 HTML slide shows.
4
LaTeX, ConTeXt, DocBook, RTF, groff man pages, and S5 HTML slide shows.
5
5
6
Pandoc extends standard markdown syntax with footnotes, embedded LaTeX,
6
Pandoc extends standard markdown syntax with footnotes, embedded LaTeX,
7
and other features.  A compatibility mode is provided for those who
7
and other features.  A compatibility mode is provided for those who

Return to bug 115835