[28278] trunk/dports/textproc
source_changes at macosforge.org
source_changes at macosforge.org
Mon Aug 27 11:43:21 PDT 2007
Revision: 28278
http://trac.macosforge.org/projects/macports/changeset/28278
Author: ryandesign at macports.org
Date: 2007-08-27 11:43:20 -0700 (Mon, 27 Aug 2007)
Log Message:
-----------
pandoc: new port, thanks to jgm at berkeley. See ticket #12559.
Added Paths:
-----------
trunk/dports/textproc/pandoc/
trunk/dports/textproc/pandoc/Portfile
Added: trunk/dports/textproc/pandoc/Portfile
===================================================================
--- trunk/dports/textproc/pandoc/Portfile (rev 0)
+++ trunk/dports/textproc/pandoc/Portfile 2007-08-27 18:43:20 UTC (rev 28278)
@@ -0,0 +1,24 @@
+# $Id$
+
+PortSystem 1.0
+
+name pandoc
+version 0.42
+categories textproc
+maintainers jgm at 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 e8c452fee346a57e82b24fbb2c801410
+depends_build port:ghc
+depends_lib port:gmp
+
+use_configure no
+build.args PREFIX=${prefix}
Property changes on: trunk/dports/textproc/pandoc/Portfile
___________________________________________________________________
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070827/6832c280/attachment.html
More information about the macports-changes
mailing list