Ticket #21052: pandoc.diff
File pandoc.diff, 1.1 KB (added by agn@…, 15 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name pandoc 6 version 0.46 7 revision 1 6 version 1.2.1 8 7 categories textproc 9 8 maintainers berkeley.edu:jgm 10 9 description General markup converter … … 17 16 homepage http://johnmacfarlane.net/pandoc/ 18 17 platforms darwin 19 18 master_sites http://pandoc.googlecode.com/files/ 20 checksums md5 9a92a800678767393adab6eb1b69c04b 21 depends_build port:ghc port:haddock 19 checksums md5 b57900f883823d5b24029c4768aa2d12 \ 20 sha1 c567cdd45ff1501293308d67690876bf06ea9091 \ 21 rmd160 a969daeddb2ab16ec58e2a1c09e91d164e3942a6 22 depends_build port:ghc port:haddock port:hs-zip-archive port:hs-utf8-string 22 23 depends_lib port:gmp 23 patchfiles patch-Text-Pandoc-Definition.hs.diff24 24 25 25 use_configure no 26 26 build.args PREFIX=${prefix} GHC=${prefix}/bin/ghc GHC_PKG=${prefix}/bin/ghc-pkg