1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00

- Update to version 0.42.

PR:		ports/115835
Submitted by:	John MacFarlane <jgm@berkeley.edu> (maintainer)
This commit is contained in:
Alejandro Pulver 2007-09-27 20:53:18 +00:00
parent dd2a22e56b
commit 213bf30b4e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200204
6 changed files with 12 additions and 14 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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