2007-08-28 00:24:25 +02:00
|
|
|
# $Id$
|
2007-08-25 19:41:17 +02:00
|
|
|
|
|
|
|
PortSystem 1.0
|
2007-08-28 00:24:25 +02:00
|
|
|
|
2007-08-25 19:41:17 +02:00
|
|
|
name pandoc
|
|
|
|
version @VERSION@
|
|
|
|
categories textproc
|
|
|
|
maintainers jgm@berkeley.edu
|
|
|
|
description General markup converter
|
|
|
|
long_description \
|
|
|
|
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, ConTeXt, DocBook, RTF, groff man pages, and S5 HTML slide shows.
|
|
|
|
|
|
|
|
homepage http://sophos.berkeley.edu/pandoc/
|
|
|
|
platforms darwin
|
|
|
|
master_sites http://pandoc.googlecode.com/files/
|
2007-08-28 00:25:30 +02:00
|
|
|
checksums md5 @TARBALLMD5SUM@
|
2007-08-31 01:28:22 +02:00
|
|
|
depends_build port:ghc port:haddock
|
2007-08-28 00:24:25 +02:00
|
|
|
depends_lib port:gmp
|
2007-08-25 19:41:17 +02:00
|
|
|
|
2007-08-28 00:24:25 +02:00
|
|
|
use_configure no
|
|
|
|
build.args PREFIX=${prefix}
|
2007-08-31 01:28:22 +02:00
|
|
|
build.target build-all
|
|
|
|
destroot.target install-all
|