[106871] trunk/dports/textproc/pandoc/Portfile

cal at macports.org cal at macports.org
Sun Jun 9 06:00:19 PDT 2013


Revision: 106871
          https://trac.macports.org/changeset/106871
Author:   cal at macports.org
Date:     2013-06-09 06:00:19 -0700 (Sun, 09 Jun 2013)
Log Message:
-----------
pandoc: revbump to rebuild with new GHC, format description

Modified Paths:
--------------
    trunk/dports/textproc/pandoc/Portfile

Modified: trunk/dports/textproc/pandoc/Portfile
===================================================================
--- trunk/dports/textproc/pandoc/Portfile	2013-06-09 12:58:14 UTC (rev 106870)
+++ trunk/dports/textproc/pandoc/Portfile	2013-06-09 13:00:19 UTC (rev 106871)
@@ -5,33 +5,33 @@
 PortGroup           haskell 1.0
 
 haskell.setup       pandoc 1.11.1
-revision            2
+revision            3
 name                pandoc
 categories          textproc
 platforms           darwin
 license             GPL-3
 maintainers         nomaintainer
 
-description         A universal document converter
-long_description    If you need to convert files from one markup format \
-                    into another, pandoc is your swiss-army knife. \
-                    Pandoc can convert documents in markdown, \
-                    reStructuredText, textile, HTML, DocBook, LaTeX, or \
-                    MediaWiki markup to HTML formats, word processor \
-                    formats, ebooks, documentation formats, TeX formats, \
-                    PDF via LaTeX, and lightweight markup formats.
-homepage            http://johnmacfarlane.net/${name}
+description         Conversion between markup formats
+long_description    \
+    Pandoc is a Haskell library for converting from one markup format to \
+    another, and a command-line tool that uses this library. It can read \
+    markdown and (subsets of) HTML, reStructuredText, LaTeX, DocBook, MediaWiki \
+    markup, and Textile, and it can write markdown, reStructuredText, HTML, \
+    LaTeX, ConTeXt, Docbook, OpenDocument, ODT, Word docx, RTF, MediaWiki, \
+    Textile, groff man pages, plain text, Emacs Org-Mode, AsciiDoc, EPUB (v2 \
+    and v3), FictionBook2, and S5, Slidy and Slideous HTML slide shows.
 
 checksums           rmd160  9189e500cd3f75e8d16124d33104feddc14107f3 \
                     sha256  ebb090b08b5439d719d1d01575aa91262035cb9b8de61ffaf49a853a5fde432c
 
-depends_lib-append  port:gmp \
+depends_lib-append  port:hs-extensible-exceptions \
                     port:hs-base64-bytestring \
                     port:hs-blaze-html \
                     port:hs-citeproc \
                     port:hs-data-default \
                     port:hs-highlighting-kate \
-                    port:hs-HTTP \
+                    port:hs-http \
                     port:hs-pandoc-types \
                     port:hs-random \
                     port:hs-sha \
@@ -39,6 +39,6 @@
                     port:hs-temporary \
                     port:hs-texmath \
                     port:hs-utf8-string \
-                    port:hs-zip-archive
+                    port:hs-zip-archive \
 
 test.run            yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130609/3bcea101/attachment.html>


More information about the macports-changes mailing list