summaryrefslogtreecommitdiff
path: root/macports
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-08-24 16:53:11 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-08-24 16:53:11 +0000
commit4f3e0d327e1e75a7c0237c9486561f24a6e1c500 (patch)
treededd440c78a4d0b737d7d23428996ef921ba5273 /macports
parent0c8ecceb97d0ba3bf32093304bfd8661be19406f (diff)
Added macports Portfile.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@884 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'macports')
-rw-r--r--macports/Portfile23
1 files changed, 23 insertions, 0 deletions
diff --git a/macports/Portfile b/macports/Portfile
new file mode 100644
index 000000000..07c881a0b
--- /dev/null
+++ b/macports/Portfile
@@ -0,0 +1,23 @@
+# ID$
+
+PortSystem 1.0
+name pandoc
+version 0.41
+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/
+checksums md5 732d5b690dda755c3b0b34d485488dd3
+depends_lib port:ghc
+
+configure {}
+build.cmd PREFIX=${prefix} make
+