apt-get update
apt-get install pandoc # for the program & scripts
apt-get install libghc6-pandoc-dev # for the libraries
apt-get install pandoc-doc # for library documentation
pandoc has also been added to the MacPorts repository. Just
sudo port sync # to get the latest ports
sudo port install pandoc
John