diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-08-25 17:41:17 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-08-25 17:41:17 +0000 |
commit | 4eb0295b7cfb295bb5790deca38be6b37e2a19c3 (patch) | |
tree | 25628df366b5990e63be1219b89fbea1feb3ddd2 | |
parent | ca0b8e97ca7c455a030772d7f2dc1882e89fa0a8 (diff) | |
download | pandoc-4eb0295b7cfb295bb5790deca38be6b37e2a19c3.tar.gz |
Added macport directory.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@889 788f1e2b-df1e-0410-8736-df70ead52e1b
-rw-r--r-- | macport/Portfile.in | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/macport/Portfile.in b/macport/Portfile.in new file mode 100644 index 000000000..23a07f536 --- /dev/null +++ b/macport/Portfile.in @@ -0,0 +1,23 @@ +# ID$ + +PortSystem 1.0 +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/ +checksums md5 @TARBALLMD5SUM@ +depends_lib port:ghc + +configure {} +build.cmd PREFIX=${prefix} make + |